Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Click 100 times, run script, repeat
#1
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?
#2
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?
#3
I strongly recommend set specific window and make it fit the window with adding some delay.

something like below

Code:
Copy      Help
int w=win( [wintitle] [exename] }

rep
[tab]wait 0.5
[tab]mou [x] [y] w
[tab]wait 0.25
[tab]lef [x] [y] w


Forum Jump:


Users browsing this thread: 2 Guest(s)