Eiros Posted September 23, 2009 Posted September 23, 2009 I wanted to enter two strings into a game(login screen) but i cant find the right x and y cords to send them to. Dose anybody have a method or a program to find the x and y cords of a mouse cursor or input box? sleep(5000) mousemove(x,y,0) send ("Username") sleep(1000) mousemove(x,y,0) send("Password") mousemove(x,y,0) mouseClick("left") etc.
jvanegmond Posted September 23, 2009 Posted September 23, 2009 Everyone here uses AutoIt Window Info It comes with your standard installation of AutoIt. github.com/jvanegmond
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