goatc0re Posted January 24, 2007 Posted January 24, 2007 I'm reading up on how to script using AutoIt, but if one of you guys could be so kind as to help me out with this... it would save me sooo much time. What I need is a script that will left click one spot (X1075,Y146), wait 10 seconds, click another (X28,Y65), wait 45 seconds, then repeat. I used AutoIt and had a fair understanding of it but it's been so long I can't remember anything So if anyone could help it would be greatly appreciated.
Glyph Posted January 24, 2007 Posted January 24, 2007 (edited) Help file search "Mouseclick" ex. MouseClick("left", 1075, 146) sleep (10000) MouseClick("left", 28, 65) sleep (45000) Edited January 24, 2007 by backstabbed tolle indicium
Developers Jos Posted January 24, 2007 Developers Posted January 24, 2007 (edited) I used AutoIt and had a fair understanding of it but it's been so long I can't remember anything That's why you document things you do ... when senility kicks in you can read why you did things ... But when you want to do something simple as this it tells me that part of the above sttement isn't valid .. . Edited January 24, 2007 by JdeB SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
goatc0re Posted January 24, 2007 Author Posted January 24, 2007 thanks, got it all set now. Dumb question time is over for now ;-)
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