Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 122
wshshell.sendkeys "1"
wscript.sleep 3155
wshshell.sendkeys "2"
loop
How can I add random timer and custom key to activate and deactivate?
do
wscript.sleep 122
wshshell.sendkeys "1"
wscript.sleep 3155
wshshell.sendkeys "2"
loop
How can I add random timer and custom key to activate and deactivate?