Dnacing caps Lock

Mar 18, 2009

save the following code as caps.vbs
and it will make your caps and numlock LED’s blink regulary
how to stop : go to taskmanger and delete wscript

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

0 comments:

Post a Comment

About Author

My photo
Working as an Automation Analyst, Ritesh is very passionate about developing tools and apps. His profile contains a long list of tools developed for Windows and apps for Android platform.