Posts: 44
Threads: 10
Joined: Aug 2015
Click 100 times, then run this little script, then click 100 times and repeat forever
https://youtu.be/Pubb2i9xmKU
What is the best way to achieve this?
Posts: 44
Threads: 10
Joined: Aug 2015
Quote:3
rep
---- Start code here ----
lef
wait 0.9
lef
wait 0.9
lef
wait 0.9
lef
2
lef 303 1097 0 1 ;; 'Phone screen'
3
lef 229 506 0 1 ;; 'Phone screen'
15
lef 368 940 0 1 ;; 'Phone screen'
---- End code here ----
wait 1 ;; wait one second until run macro again
This feels so messy and ghetto haha, a better way?
Posts: 81
Threads: 31
Joined: Mar 2015
I strongly recommend set specific window and make it fit the window with adding some delay.
something like below
int w=win( [wintitle] [exename] }
rep
[tab]wait 0.5
[tab]mou [x] [y] w
[tab]wait 0.25
[tab]lef [x] [y] w