Monday, 4 February 2013

Want your keybaoad like a DISCO






Type this on notepad :

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop

Save anything.vbs

No comments:

Post a Comment