Make your keyboard a live disco.
This code when executed makes your Caps, Num, Scroll lock keys flash..
very attractive...i have tried it..trust me
Instructions:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Instructions:
- Paste the code in notepad
- Save as disco.vbs
- Run the file
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

0 Response to "Make your keyboard a live disco."
Post a Comment