Akk Posted January 18, 2009 Posted January 18, 2009 Hi folks I need help making a script that repeatedly clicks on the custom red colour. Here's a picture, if someone could help me make a script where the mouse right clicks the red repeatedly. Thanks, Akk.
igotandrew Posted January 18, 2009 Posted January 18, 2009 Akk said: Hi folks I need help making a script that repeatedly clicks on the custom red colour. Here's a picture, if someone could help me make a script where the mouse right clicks the red repeatedly. Thanks, Akk.Look in the help file for PixelSearchAnd get that specific color using AutoIt Window Info
Akk Posted January 18, 2009 Author Posted January 18, 2009 igotandrew said: Look in the help file for PixelSearchAnd get that specific color using AutoIt Window InfoCan't seem to find the commands file though. =\ I dunno what the keys are.Ex: mousemove x y
iHonda Posted January 18, 2009 Posted January 18, 2009 what commands file?? we dont have a commands file we have a help file lol if theres a commands file i want to know about it there is a MouseMove(x,y,speed) also there is a MouseClick("button", x, y, clicks, speed) A great place to start Autoit 1-2-3
Akk Posted January 18, 2009 Author Posted January 18, 2009 iHonda said: what commands file?? we dont have a commands file we have a help file lol if theres a commands file i want to know about it MouseMove(x,y,speed)MouseClick("button", x, y, clicks, speed)MouseMove(x,y,speed)MouseClick("button", x, y, clicks, speed)This is what I mean where can I locate those ahh whatever there called. =p And where is this help file?
FireFox Posted January 18, 2009 Posted January 18, 2009 @Akk for helpfile press F1 in scite (for more info go to Q20 in FAQs) you can get x,y with pixelsearch array Cheers, FireFox.
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