Xav Posted January 24, 2008 Posted January 24, 2008 (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 January 24, 2008 by Xav
jvanegmond Posted January 24, 2008 Posted January 24, 2008 For $x = 1 to 9 MouseClick("LEFT") Sleep(380) Next github.com/jvanegmond
Xav Posted January 24, 2008 Author Posted January 24, 2008 For $x = 1 to 9 MouseClick("LEFT") Sleep(380) Next Hehe ThANKS )))))))))))))))))))
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now