Xav 0 Report post 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 Share this post Link to post Share on other sites
Valuater 107 Report post Posted January 19, 2008 This should help.... GameBot Builderhttp://www.autoitscript.com/forum/index.ph...st&p=1543928) Share this post Link to post Share on other sites
FreeFry 1 Report post Posted January 20, 2008 I'm not entirely sure about what you're asking, but perhaps you're looking for the PixelGetColor() function? Share this post Link to post Share on other sites
Xav 0 Report post 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) Share this post Link to post Share on other sites
FreeFry 1 Report post Posted January 20, 2008 Okidok. :] Share this post Link to post Share on other sites