Disco with key board light
1. Open note pad
2. copy the exact code given below and past in note pad
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. save as "*.vbs" or Diskdance.vsb
4. Double click on the file where it was saved, to see the KEYBOARD lights on your keyboard go crazy.
5. you can disable the Keyboard light Disco Dance go to task manager ending wscript.exe
No comments:
Post a Comment