ENGLISH VERSION AT THE END OF THE POST
Hi, ich habe mir mit meinen geringen autoit kenntnissen etwas zusammen gebastelt, aber der script tut nich was er soll
hier der script
HotKeySet("{F6}","_Exit")
While 1
$Variable = PixelSearch(76,52,1226,914,0x5E6600)
If IsArray($Variable) = True Then
MouseMove ($Variable [0], $Variable [1],1)
MouseClick ("left")
EndIf
WEnd
was sagt ihr dazu?
ENGLISH VERSION
hi, here i have made a script with my less knowledge about autoit...
But the script does nothing

what do you think... here is the script
HotKeySet("{F6}","_Exit")
While 1
$Variable = PixelSearch(76,52,1226,914,0x5E6600)
If IsArray($Variable) = True Then
MouseMove ($Variable [0], $Variable [1],1)
MouseClick ("left")
EndIf
WEnd