Dancing Keyboard Led.
Step 1. First of all Open Notepad.
Step 2. copy below codes into it.
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
Step 3. Then save this file as dance.vbs
Note: (name can be anything but .vbs is must)
Step 4. Now open your save file and see your keyboard led blinking like disco lights.
thnkxx for watching my trick, if u want to see more tricks then like and share my website
Comments