SofaKing Posted January 28, 2011 Posted January 28, 2011 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
JohnOne Posted January 28, 2011 Posted January 28, 2011 (edited) Its a bit silly really isnt it. EDIT: also, I thought you needed 5 posts to create a thread here. Edited January 28, 2011 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
SofaKing Posted January 28, 2011 Author Posted January 28, 2011 I must be old school. I guess I could take it back until I have 5 posts under my belt.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now