Friday 17 May 2013

Have a keyboard dance

  
Do you want the keyboard lights of your desktop PC to have a dance. Just copy the following code to notepad and save it as anything.vbs and set type to all files. Your are done. When you click the saved file anything.vbs file, your keyboard lights (Num Lock , Scroll lock , Caps lock) will light simaltaneously.

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


and guys , one more thing . If you want to stop keyboard lightings, go to task manager, open processes and end the process named wscript.exe . The keyboard will stop dancing.

Like the pranks........so please comment. and i also invite your suggestions.

No comments: