Make A Live Disco On Your Keyboard!!!!!
Make A Live Disco On Your Keyboard!!!!!
1.open a notepad.
2.paste the code given below.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3.Save the file as Disco.vbs or "*.vbs".
4.Double click on the Saved file to see the LED lights on your keyboard :)
5.To stop this go to Task Manager and end the wscript.exe process.
Comments
Post a Comment