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
njoy...!
Subscribe to:
Post Comments (Atom)
1 comment:
well If you ppl thought that restarting your system is the best way around....
then go for it....
else nobody had courage to even ask how to shut that down....
this is actually a nice way to write when you do not wish to keep pressing shift alternately....
still I wont tell you....
try googling or post me a comment....
Post a Comment