Keyboard LED lights Dancing Trick
Step 1: Open notepad.
Step 2: Copy the Below Code and paste in it.
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
Step 3: Save the File with the name Led.vbs and again choose all files.
Step 4: Double click the File to open, Look down at your keyboard to See the live performance.
How to Stop:
To Stop it just follow the Below Simple Steps.
- Open Task manager by Pressing CTRL+ALT+DELETE
- Now Goto Process Tab
- Scroll down and search for wscript.exe and End the Process.
0 comments:
Post a Comment