Jump to content

Annoy-a-tron


SofaKing
 Share

Recommended Posts

Remember the classic, and really, really annoying ThinkGeek Annoy-a-tron? Now you can be the BOFH of your office without the physical thing. ;) Works really well when the EXE is renamed to something like "svchost.exe".... And it works in GPO login scripts.

Enjoy. I know I have. :)

;break(0);Enable to disable Taskman killing
;hotkeyset('{esc}', 'halt');Enable to give an Escape from the madness
#NoTrayIcon;Hides the app

;***Escape Function***
func halt()
    exit
EndFunc
;***Variables***
Global $delay=500
Global $sleepMulti=1000
Global $sleepMin=60
Global $sleepMax=600
Global $sleep

;***Main loop***
while 1
    $sleep = $sleepMulti * Random($sleepMin,$sleepMax)
    Sleep($sleep)
    For $a = 1 to 10
        Send("{VOLUME_UP}")
    Next
    Beep(Random(500,4000), $delay)
wend
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...