Wednesday, 16 July 2014

Keyboard LED lights Dancing Trick

Keyboard LED lights Dancing Trick

This is another Fun Trick which will Make your Keyboard Lights ie: Numlock,Capslock and Scroll lock lights go dancing..

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