supadodger 0 Posted October 19, 2010 i know ive seen this before. i have made a pixelchecksum on a set of pixels. now i want to search an area for this checksum until it no longer exists. Share this post Link to post Share on other sites
harmor 0 Posted October 19, 2010 You made a box using pixelchecksum and inside said box you want to look at every pixel until one has changed? Share this post Link to post Share on other sites
supadodger 0 Posted October 19, 2010 no i have a screen where the same image repeats over and over. i want to click each one until it changes. so i have a checksum i want to search for. is the simplest way to search for the checksum is to do +1 every step across then when it reaches the end do +1 down and repeat? Share this post Link to post Share on other sites
harmor 0 Posted October 19, 2010 no i have a screen where the same image repeats over and over.i want to click each one until it changes.so i have a checksum i want to search for.is the simplest way to search for the checksum is to do +1 every step across then when it reaches the end do +1 down and repeat?That's the only practical way I can think of doing it. Share this post Link to post Share on other sites
Bowmore 97 Posted October 19, 2010 I think you will find a lot of useful information and a solution if you read this thread http://www.autoitscript.com/forum/index.php?showtopic=66545 "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning."- Rick Cook Share this post Link to post Share on other sites