Zombler Posted July 2, 2008 Posted July 2, 2008 Hi, i tryed to make a script last week for simple purpose and i failed. I need help to make a simple script and i have one question. 1. I need to know how to make MouseMove cmds, to put into that random sleep times and to make the mouse click. This script will be used into internet explorer. Example: i need to move my mouse there, click, sleep, click, and what is the cmd to make it redo the script when it ends. 2. I wanted to know where i can see the position of my mouse cursor Ex: (x,y) (400,657). Anyway , i juste begin scripting an help would be very apreciated !!!
Zombler Posted July 2, 2008 Author Posted July 2, 2008 Hi, i tryed to make a script last week for simple purpose and i failed. I need help to make a simple script and i have one question.1. I need to know how to make MouseMove cmds, to put into that random sleep times and to make the mouse click. This script will be used into internet explorer.Example: i need to move my mouse there, click, sleep, click, and what is the cmd to make it redo the script when it ends.2. I wanted to know where i can see the position of my mouse cursor Ex: (x,y) (400,657).Anyway , i juste begin scripting an help would be very apreciated !!! ok i found a script to know the position of my curso (x,y)still need how to script Mousemove , sleep delay and click.
lolifox Posted July 2, 2008 Posted July 2, 2008 Well hello since i need something familiar, ill share some newbie info i got MouseMove(XXX, XXX) Send("{SHIFTDOWN}'{SHIFTUP}) Sleep(1000) this is only simple examples, well i hope i could help a bit
Smiley357 Posted July 2, 2008 Posted July 2, 2008 Go to the AutoIt Help and do a search for these 3 things. There will be simple examples on how to use the functions at the bottom. 1) MouseClick 2) Sleep 3) MouseGetPos You can also use Autoit Window Info to get the curser position and more.
Zombler Posted July 2, 2008 Author Posted July 2, 2008 Nice !! i did it , now i need to know the command to make it do it without stopping.
ofLight Posted July 2, 2008 Posted July 2, 2008 put your script in a While loop While 1 ;put ur code here Wend There is always a butthead in the crowd, no matter how hard one tries to keep them out.......Volly
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