BadBoyDeGekste Posted February 27, 2008 Posted February 27, 2008 Hi all I need a script part that makes my cursor go to pixels different then white in a certain pixel area on my screen so he can find a picture on a part of my screen can anyone help me with this? Greetings, Eric
PsaltyDS Posted February 27, 2008 Posted February 27, 2008 Hi allI need a script part that makes my cursor go to pixels different then white in a certain pixel area on my screen so he can find a picture on a part of my screencan anyone help me with this?Greetings,EricWhite is just 0xFFFFFF for the color value. You can check each pixel in a For/Next loop with PixelGetColor() to scan the area, and any value not equal to 0xFFFFFF will trigger whatever it is you want to do. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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