Elsa Posted August 24, 2010 Posted August 24, 2010 Hi, I'm completely new to this so please just bear with me here. I would like to write a script that can make my mouse click automatically and very fast for about 30 secs. The coordinates for my mouse would be 298,127 in an active window. I would be very grateful if anybody could take the time to help me
JohnOne Posted August 24, 2010 Posted August 24, 2010 Have a look at MouseClick() in the helpfils and try to help yourself. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
somdcomputerguy Posted August 24, 2010 Posted August 24, 2010 Read up on these functions, Loop Statements, TimerInit, TimerDiff, MouseClick, that'll get you started. Post some code that you come up with ask questions. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
RAGS Posted August 26, 2010 Posted August 26, 2010 Hi, I have a questions on the same subject, although I tried a few scenario's I am not achieving what I want. Please note that I am, like Elsa completely new to this. I've tried this code: MouseClick ( "Left" [, 263, 25 [, 1 [, 500 ]]] ) Can some please help? What I am tring to get is to double click on the following cordinates 263, 25 Regards RAGS
kaotkbliss Posted August 26, 2010 Posted August 26, 2010 Hi, I have a questions on the same subject, although I tried a few scenario's I am not achieving what I want. Please note that I am, like Elsa completely new to this. I've tried this code: MouseClick ( "Left" [, 263, 25 [, 1 [, 500 ]]] ) Can some please help? What I am tring to get is to double click on the following cordinates 263, 25 Regards RAGS the brackets [ in the help file are just to seperate optional peramiters meaning they don't need to be put in. The brackets don't actually go into the code, so your line should look like MouseClick("Left",263,25,1,500) 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
RAGS Posted August 26, 2010 Posted August 26, 2010 kaotkbliss Thankyou very much, All help is very much appreciated.
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