aznkaoz 0 Posted January 16, 2005 someone mind making a au3 file with pixel searching and then making the mouse click on the found pixell?? i been tryin for few days now :S and i cant seeem to get it right Share this post Link to post Share on other sites
CyberSlug 6 Posted January 16, 2005 ; Find a pure red pixel in the range 0,0-20,300 $coord = PixelSearch( 0, 0, 20, 300, 0xFF0000 ) If Not @error Then MouseClick("left", $coord[0], $coord[1], 1, 1) EndIf Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Share this post Link to post Share on other sites