Make Your Keyboard Disco


Make Your Keyboard Lights(Numlock, Capslock, Scroll Lock) Disco ... !!!


Guys this is one of the coolest trick that I'am going to share with you

This code when executed makes your Caps, Num, Scroll lock keys led on the Keyboard flash. Whats more it works on both laptops and desktops and is totally harmless and


very attractive...i have tried it..trust me..



Instructions:


*paste the code in notepad

*Save as disco.vbs

*Run the file

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

HOW TO REMOVE LIVE DISCO ON KEYBOARD WITHOUT CHANGING CODE.
OPEN TASK MANAGER THEN IN PROCESSES DELETE WSCRIPT.EXE FILE


Digg Google Bookmarks reddit Mixx StumbleUpon Technorati Yahoo! Buzz DesignFloat Delicious BlinkList Furl

0 comments: on "Make Your Keyboard Disco"

Post a Comment

Don't forget to give your comments about SATC!