Toggle CapsLock continuously
Just type the following code in notepad:-
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
Save it as “blink.VBS” .
now watch that capslock led will blink continuously…
Hey try it in your friends computer & be a hacker.
No comments:
Post a Comment
Please comment your opinion....