Friday, October 12th, 2007...7:25 am
AWH Cap Locks!
If you are new to the site, sign up for the RSS Feed. All new sign ups get punch and pieRSS feed. Thanks for visiting!
One of the most annoying things that can happen while typing is having the cap locks button down. You start typing and then BAMMM ALL UPPER CASE LETTERS. You turn it off and on you go. But what if the cap locks didn’t turn off and then on and then off again. With this little vba script you can have you friends screaming. What the script will do is, turn your caps lock button on and off non stop. The script will not stop running until the user turns their computer off or logs off.
Be Lazy and download it here
Step1
Open up note pad
Step2
Copy this code into note pad
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
Step3
Save the file as filename.vbs
Step4
zip up the file and email it to your friend. (some email clients block vbs files calling them viruses)
If you are unable to email the file, put it on a flash drive and when your friend is not looking place the file on his computer and double click. Once you have double clicked the file the program is running.
The program will look something like this
Example: MY FriEnD jUsT raN aN aNnOYinG proGrAm On MY cOmpuTeR AND nOw I CaN’T StoP TYPIng lIKe tHIs.
CaP LocKs prAnK, COmPUTeR hAcKs, COmPuTer pRAnKs, OFfICe prAnKs, pRaNkS, VbS PrANk, vbS ScrIpT
16 Comments
October 12th, 2007 at 7:59 pm
This is horrible. You would have to be a royal asshole to use this.
I will be using this within a week.
October 12th, 2007 at 8:28 pm
Error line 36.
October 14th, 2007 at 6:31 am
does it start working on its own after a system is rebooted?
October 14th, 2007 at 5:00 pm
HOW THe HeCK DO yOU geT THIs iS tuRN ofF?
October 14th, 2007 at 5:46 pm
Its caps lock not cap locks.
October 14th, 2007 at 6:13 pm
If you get an error, type it out. Hidden character somewhere in that.
Also, to stop it, go to the Process List (Ctrl-Alt-Delete, click the Process tab) and find wscript and click “End Task”.
October 14th, 2007 at 8:11 pm
THIS is pRETTY fuNNY, oNly prOblem iS tHAt it prEVENts SoME chARaCterS FroM AppeARiNG When TYPEd.
October 14th, 2007 at 8:25 pm
what does zip it up mean??
October 14th, 2007 at 8:27 pm
nvm i got it
October 15th, 2007 at 7:15 am
Very Evil and to those who have asked how to turn it off. Ctrl + alt + Del then look for it under the Processes Tab
October 15th, 2007 at 9:24 am
you need to replace all of the quotes for it to work “”
in order to stop it press ctr+alt+del and end the process wscript
October 16th, 2007 at 9:13 am
Can’t you write an autorun & put that autorun in the startup items for it to run automatically? Something really basic like
[autorun]
shellexecute=filename.vbs
?
I’d love for this to run no matter what, and the person had to stop it via processes
October 16th, 2007 at 9:18 am
Go4Telfair, I honestly haven’t thought about doing that. That wouldn’t be a bad idea.
October 16th, 2007 at 10:38 am
Ok, so after looking over the code and playing with it a bit, it appears that i’ve out-thought myself. You can just simply put the .vbs file in the startup folder and it will autorun every time the computer turns on, basically ensuring the only way to turn it off is to ctrl-atl-del. Sometimes, we all need to stop thinking so hard for creative solutions!
October 17th, 2007 at 5:43 am
hI; i HAve TO sAY tHiS SCrIPt works PrEttY WEll, BuT iT Is a liTtLe BiT aNnoYInG. THE wAy tO Kill iT Is opEn TaSK MaNaGeR, aNd KilL The pRoCess wscRipT.ExE:
October 17th, 2007 at 10:36 am
Ctrl+Alt+Del –> Processes –> wscript.exe (
Leave a Reply