Step 1:
Open notepad
Step 2:
Copy and paste the following except u can change the CAPSLOCK part to any button on the keypad u want, once u paste it save it as anything u want .vbs then it will repeatably click that button
Set wshShell =wscript.CreateObject("WScript.Shell"
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
No comments:
Post a Comment