Friday 13 May 2016

LEDs Trick

Code here Copy this to Notepad:


Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

-----------------------------------------------------------------------
Tip: Remember to save this file in only '*.vbs' format 
--------------------------------------------------------------------------