Saturday, March 31, 2012

Make your Computers Num Lock and Caps Lock to do like a disco light...................................................................

Keyboard tricks
Disco Lights
Want to have some disco effects do this:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::----------------************
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop



And then save it with .vbs extension and then double click on the file................................................
Now see your lights it will give you some disco effects to stop it you can not do it simply for stopping this You have to restart your PC or open task manager by pressing CTRL+SHIFT+ESC key from the keyboard then click on Processes tab after that find wscript.exe then end this process.......................................
ITS done..............................................................................................................................................

No comments:

Post a Comment