TheBobynator Posted May 15, 2009 Posted May 15, 2009 hi, I want to move the mouse to a place in the screen, but i wont use the command MouseMove. Because I want to teleport the mouse from on point to a another. help
DjDeep00 Posted May 15, 2009 Posted May 15, 2009 @TheBobynator... Maybe "Scotty" can help you with the teleporting but if you are looking to move the mouse cursor instantly then look at the speed parameter for the MouseMove function in the help file. MouseMove(10, 100,0) Sleep(1000) MouseMove(700, 700, 0) Sleep(1000) MouseMove(10, 100,0)
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