I used this code
Local $i = 0
While $i <= 1100
MouseClick("left", 2873, 459, 1, 4)
sleep(10000)
WEnd
According to my calculations this command should run 1101 times. There is a 10 second delay so the script should run for a little over 3 hours right?
Well when I run it, it actually lasts over twice that long. What am I missing?
Local $i = 0
While $i <= 1100
MouseClick("left", 2873, 459, 1, 4)
sleep(10000)
WEnd
According to my calculations this command should run 1101 times. There is a 10 second delay so the script should run for a little over 3 hours right?
Well when I run it, it actually lasts over twice that long. What am I missing?