Sunday, May 17, 2009
Live Disco On Your Keyboard
Do you like this story?
HOW TO TURN YOUR KEYBOARD IN A LIVE DISCO
This code when executed makes your Caps, Num, Scroll lock keys flash..
very attractive.
Here is the instructions:
1. Paste the code in notepad
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
2. Save as disco.vbs
3. Run the file
You can download the scripts here.
How to Stop Live Disco,
On the launch task manager and then under "Processes" end wscript.exe
This post was written by: Franklin Manuel
Franklin Manuel is a professional blogger, web designer and front end web developer. Follow him on Twitter
Subscribe to:
Post Comments (Atom)
0 Responses to “Live Disco On Your Keyboard”
Post a Comment