Jump to content

Recommended Posts

Posted

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.

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