Hi guys..a newbie here
I'm trying to make a script that will click 3 (keyboard) and 4 every 1 minute as below
#include <Misc.au3>
While 1
Send("{3}")
Sleep(2000)
Send("{4}")
Sleep(62000)
WEnd
It seems to do what I want to at first then the script pause and nothing happens after that..
Could someone help me out with this?
thanks