Jump to content

Recommended Posts

Posted (edited)

How can i don't repeat like that:(the code)With sleep But Do i have to use another func ?

i only have to repeat 9 time.

Something like that but it wont stop to repeat i need only 9 time :S

While 1

MouseClick("LEFT")

Sleep(380)

wend

MouseClick("LEFT")
Sleep(380)
MouseClick("LEFT")
Sleep(380)
MouseClick("LEFT")
Sleep(380)
MouseClick("LEFT")
Sleep(380)
MouseClick("LEFT")
Sleep(380)
MouseClick("LEFT")
Sleep(380)
MouseClick("LEFT")
Sleep(380)
MouseClick("LEFT")
Sleep(380)
MouseClick("LEFT")
Edited by Xav

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...