ligerzero Posted April 2, 2011 Posted April 2, 2011 hellow can u guys teach me? i got talent but its just small.. i want to learn more.. can make me an example script? the move1 file will be move and after moving it will auto press enter same with the move2 hope u can help me
somdcomputerguy Posted April 2, 2011 Posted April 2, 2011 I think these two functions will do what you want, MouseClickDrag and Send. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
ligerzero Posted April 2, 2011 Author Posted April 2, 2011 how to know the x and y coordinates in my pc??
somdcomputerguy Posted April 2, 2011 Posted April 2, 2011 One Way - MouseGetPosJust a suggestion. It's real good reading, and contains examples for just about every function, AutoIt -> - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
ligerzero Posted April 3, 2011 Author Posted April 3, 2011 (edited) hotkeyset ("{pause}", "quitscript")while 1MouseClickDrag("left", 797, 873, 797, 879, 3); Left click drag from 0,200 to 600, 700send("{ENTER}")sleep(1) or sleep(10)wendFunc quitscript()ExitEndFunchelp me here the enter is bug.. it will drag but the enter key is late T_T please help Edited April 3, 2011 by ligerzero
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