Unfortunately, ImageSearch does not work for me neither.
#include <ImageSearch.au3>
global $y = 0, $x = 0
Func checkForImage()
Local $search = _ImageSearch('./00-login.bmp', 0, $x, $y, 0)
If $search = 1 Then
MouseMove($x, $y, 10)
EndIf
EndFunc
HotKeySet("p", "checkForImage")
while 1
sleep(200)
WEnd
After I run it - DLL library crashes. Did anyone manage to fix the problem?