Xav Posted January 10, 2008 Share Posted January 10, 2008 (edited) this code dont work for me (wont go On the color and the colr is on my destop ...) I dont know why !!!! Can it go UNDER the color ? Can i go from another fonction too? sleep(2500) $Coord = PixelSearch( 40,40,60,60, 0xA7CF6F ) If IsArray($Coord) Then MouseClick("Left",$Coord[0], $Coord[1],1,0) Edited January 10, 2008 by Xav Link to comment Share on other sites More sharing options...
Jex Posted January 10, 2008 Share Posted January 10, 2008 Try that script : $Color = PixelGetColor(55, 75) $Coord = PixelSearch(35, 55, 75, 95, $Color) If @error Then MsgBox("", "", "Error") Else MouseMove($Coord[0], $Coord[1]) EndIf If MsgBox show error then have problem else you write wrong color or that color change before you do pixel search. My scripts : Immediate Window , My Web Browser , Travian , Text Effect , Characters & Words per minute or second , Image Editor (ImageMagick) , Matrix style background effect ( Screensaver ) , Mail Sender , Protectlinks decoder and Rapidshare links checker , Fonts Fetcher , Region determine , Compare pictures , Gradient color box , Mouse Coordinates, Colors, Pixel Search things , Encrypt/Decrypt and embeding file in jpeg thing , Hard disk space monitor , Reflex game , Multiplayer Tic Tac Toe , WLM ( MSN ) personal message changer Link to comment Share on other sites More sharing options...
Xav Posted January 10, 2008 Author Share Posted January 10, 2008 (edited) ill try Thx Get error ... all the time from destop xD Lmao only your Cord work :: (55, 75) And some arround it and icons dont work too Edited January 10, 2008 by Xav Link to comment Share on other sites More sharing options...
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