Jump to content

Recommended Posts

Posted

I make a simple script like this

$count = 0

while $count < 50

WinWaitActive("untitled - Paint")

MouseClick("Left", 400,310,1,10)

MouseClick("Left", 431,345,1,10)

MouseClick("Left", 406,391,1,10)

MouseClick("Left", 372,341,1,10)

$count = $count +1

WEnd

Look like it run for about 10 times then the script is paused. The tray icon flashing with cross mark. I dont know what happened, please tell me what the matter is.

Thanks

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...