Instrcuctions:
- Paste any of the Two above Codes in Notepad.
- Save as "AnyFileName".vbs.
- Run the file
- To Stop, Launch Task Manager and then under "Processes" End wscript.exe.
These Codes when Executed makes your Caps, Num, Scroll lock keys flash..
Very Quickly...i hav tried it...
1 .This piece of code makes ur keyboard a Live Disco...
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2. This one makes it Looks Like a Chain of Light....
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"
loop
0 comments:
Post a Comment