Oxbile_ Posted March 4, 2018 Posted March 4, 2018 I watched a tutorial on AutoIt by Heath Haskins, and this 3 line piece of code wont work, idk what went wrong, i asked my friends who were into autoit and they didnt know either. Halp MouseClick("left", 754, 735, 5) sleep(100) MouseClick("left", 810, 463, 5) The first line works but the 3rd one doesent. I have no idea what went wrong
Ascer Posted March 4, 2018 Posted March 4, 2018 @Oxbile_ You have to read help file for MouseClick function. here 4th parameter is amout of clicks. Suggest you to set it to 1.
Danp2 Posted March 4, 2018 Posted March 4, 2018 5 hours ago, Oxbile_ said: I watched a tutorial on AutoIt by Heath Haskins Which game are you trying to bot? P.S. Be sure to read the forum rules. Latest Webdriver UDF Release Webdriver Wiki FAQs
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