8000 GitHub - LadyLandshark/Annoyatron
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

LadyLandshark/Annoyatron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Annoyatron

Simple Windows batch file to annoy your friends/enemies. It loops infinitely, echoing the ASCII bell character and waiting a random amount of time before continuing.

Works best on Windows 7 & 8. Requires line 3 to be replaced with this:

set /A rand=%RANDOM% %%10000

and line 5 to be replaced with:

ping 1.1.1.1 -n 1 -w %rand% > nul

to work on earlier versions. This change also trades maximum length for finer control.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0