Basically I want this to happen...
step1: move mouse to location
step2: wait between 1.2 and 1.6 seconds
step3: click
step5: repeat step 2 and 3 until the pixels in the selected rectangular change
step6: when the pixels change, move mouse
step7: click
I wrote this. Everything works, except I don't know how to make it repeat. Can anybody edit this script so it repeats? Thanks
Code: Select all
MouseMove>527,269
Repeat
Random>0.400,result1
Add>result1,1.200
Wait>%result1%
LClick
Until>WaitRectChanged>512,231,539,245,
MouseMove>420,360
LClick