Take your Keyboard to Disco
Sunday, May 17, 2009
This code when executed makes your Caps, Num, Scroll lock keys flash..
very kewlll...i have tried it..
Instructions:
*paste the code in notepad
*Save as disco.vbs
*Run the file
*to stop, launch task manager and then under "Processes" end wscript.exe
This piece of code makes your keyboard a live disco...
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
very kewlll...i have tried it..
Instructions:
*paste the code in notepad
*Save as disco.vbs
*Run the file
*to stop, launch task manager and then under "Processes" end wscript.exe
This piece of code makes your keyboard a live disco...
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Post a Comment