I'm sure many of you are aware of the image search library. I wanted to make a slightly more advanced version that checks the last known location of an image before checking the full screen. In essense, making the image search faster... Here is what I have.   Test.au3 #include <Advanced Image Search.au3> AdvancedImageSearch("Example.bmp", 30) Advanced Image Search.au3 #include <GetFileProperty.au3> #include <ImageSearch.au3> Dim $pHeight = 0 Dim $pWidth = 0 Dim $dArray