Here is the thing, I have a picture that has "duplicate" items of what I am searching for.
I used the windows "paint" to crop a small section of the OVERALL screenshot to use as my search item.
Now, I have NO issues running the script, as it finds what I am looking for RIGHT AWAY!!! YEAH!!!!
But if I were to edit the original picture and "remove" the 1st image it finds (the one I "cropped" out) and run the script again, it never finds any of those duplicate images and they are a direct copy & paste of the original image i am trying to find.
$result = _ImageSearch($picture,0,$x1,$y1,100,0)
Is there any other Image Search au3 out there that can made find multiple versions of an image?