Xav Posted January 19, 2008 Posted January 19, 2008 (edited) How can i creat like a menu of color like if this get an Color he will do but if it dont get the color it wont click on ... I have like 6 colors if get click on if it dont get dont click and repeat to scan ? Edited January 19, 2008 by Xav
Valuater Posted January 19, 2008 Posted January 19, 2008 This should help.... GameBot Builderhttp://www.autoitscript.com/forum/index.ph...st&p=1543928)
FreeFry Posted January 20, 2008 Posted January 20, 2008 I'm not entirely sure about what you're asking, but perhaps you're looking for the PixelGetColor() function?
Xav Posted January 20, 2008 Author Posted January 20, 2008 Thanks anyway! i only needed help about something like this But i found $hicolor1=0x819267 $hicolor2=0x845674 $hicolor2 = PixelSearch( 1,1,804,630, 0x845674 ) If IsArray($hicolor2) Then MouseClick("RIGHT",$hicolor2[0], $hicolor2[1],1,0)
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