Animate Your Keyboard using this Simple VBS Script..

Are you in Boring, Try to animate your keyboard and make fun on them. This Script executed WScript.exe and do the loop to send the keys on and Off in CAPSLOCK, NUMLOCK and SCROLLLOCK and make the Lights Flash or blink. To probe, open notepad and copy the code below and Save as "KeyBoardBlink.vbs". See the Image Above.....

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


To Delete or Remove the Effect Open Task Manager in Processes tab find the name WSCRIPT.EXE and click End Process. See the image Below..



Add to Google Reader or Homepage
Subscribe in a reader
Add to Google Reader or Homepage