Alexisppp12345@
u are missing a lot of things
people can be there, guards can be at the background
if plants, can blink or move
but since u insist, lets try something small first
Code:
loop
{
sleep 1000
ImageSearch, FoundX, FoundY, 0 ,0, 1000, 500, *5 C:\image1.bmp
if errorlevel = 0
{
tooltip, image found,1,1
}
else
{
tooltip, image not found,1,1
}
}
when u take the bmp, try to make it as small as possible
like this:
[Only registered and activated users can see links. Click Here To Register...]
if it works, u dont even need 4 IF-function, just do:
Code:
loop
{
sleep 1000
ImageSearch, FoundX, FoundY, 0 ,0, 1000, 500, *5 C:\image1.bmp
if errorlevel = 0
{
click %FoundX%, %FoundY%
break
}
}
msgbox, image found`nscript contines
and about memory address, if autoIT works, then use it
why bother using others
PS* i dont know autoIT