Hi Jos,
thank you for your replay. here the Code:
#include <ImageSearch2015.au3>
#include "WinHttp.au3"
$x1 = 0
$y1 = 0
$picture = "C:\alarm.PNG"
Do
$result = _ImageSearch ($picture,1,$x1,$y1,100,0)
;_ImageSearch($findImage, $resultPosition, ByRef $x, ByRef $y, $tolerance, $transparency = 0)
ConsoleWrite($result)
until $result = 1;
if $result=1 Then
Global $MD5 = HttpPost("https://www.pushsafer.com/api?k=xxxxxxxxxxxxxx&d=xxxxxx&s=xx&v=x&m=%0A")
MsgBox(64, "MD5", $MD5)
Else
MsgBox(0,"MSG","End")
EndIf