Sunday, August 29, 2010

On/Off Your Friends Capslock

Posted by Patel Gopal On 10:56 PM 0 comments

Just copy following code and paste into Notepad and save as anything.vbs

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

It will on/off capslock continue until computer will not restart.

It will not harm your computer.

0 comments:

Post a Comment