Turn Your Keyboard into a Live Disco

India
September 2, 2008 3:14pm CST
This code turns your Num Lock, Caps Lock and Scroll Lock keys to flash in the way any music is being played on the computer, it is very cool, I have tried it. Instructions- 1)Paste the code (in bold) in an empty notepad file. 2)Save it as disco.vbs 3)Run the file and see. 4)To stop it, launch the Task manager (CTRL+ALT+DEL) and then under "Processes", end the wscript.exe This piece of code makes your keyboard a live disco... [b]Set wshShell =wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "{CAPSLOCK}" wshshell.sendkeys "{NUMLOCK}" wshshell.sendkeys "{SCROLLLOCK}" loop[/b] It won't cause any harm, it was developed for fun. Please comment. Cheers! AJ Rox.
No responses