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
Dnacing caps Lock
Mar 18, 2009Posted by Ritesh Kawadkar at 20:46
Labels: Virus n Scripting
Subscribe to:
Post Comments (Atom)
About Author
- Ritesh Kawadkar
- 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.
0 comments:
Post a Comment