strobing your caps- num and scroll- lock lights:
first open note pad
second type or cut and paste this code:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
next save it under all files, not as a text doc., and save it to a place you will remember and change the extension to .vbs and open it
horay you made a wscript file
next if you want to turn it off then go to task manager and end process under wscript and your done
code retrieved from:
No comments:
Post a Comment