Make Your Keyboard LED Dancing

Follow The Steps to Make Your Keyboard LED Dancing:


1. Open Notepad and Copy  and Paste this code:

 Set wshShell =wscript.CreateObject("WScript.Shell")

do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

2. Save it as .vbs (e.g lwthacker.vbs ) .

3. Now open it and see the Magic.
  
Now To Stop this :
Open Task Manager and click on Process
and Then End the Process wscript.exe

0 comments :

Post a Comment