- Open Notepad
- Enter following code
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
- Save the file as Dance.vbs
- Click the file and your all three LED lights will start dancing.
To stop, Shut down or Log off your PC.
No comments:
Post a Comment