marselo Posted August 9, 2009 Posted August 9, 2009 is there any way to use pixel search to search in a different pattern??
egymma Posted August 10, 2009 Posted August 10, 2009 maybe you can put the coordinates priority by selecting small area per search $coord = PixelSearch( 0, 1000, 300, 300, 0xFF0000 ) $coord = PixelSearch( 0, 700, 300, 300, 0xFF0000 ) $coord = PixelSearch( 0, 700, 300, 300, 0xFF0000 ) [center][/center]My Projects:-[list][*]Window Ender[*]Encryptor-Decryptor[/list]
WolfWorld Posted August 10, 2009 Posted August 10, 2009 different pattern? yes there is THREE.PixelSearch ( left, top, right, bottom, color [, shade-variation [, step [, hwnd]]] ) Main project - Eat Spaghetti - Obfuscate and Optimize your script. The most advance add-on.Website more of GadGets!
marselo Posted August 11, 2009 Author Posted August 11, 2009 u didn't get my point i mean like to start searching from the center for example
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