Toggle Caps Lock repeatedly Using Notepat
You can play with someone’s computer, or maybe your own computer by writing a script that can toggle Caps Lock repeatedly.
Just copy and Paste the code written down below into notepad.
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
0 comments:
Post a Comment