Code:
AutoItSetOption("SendKeyDelay",0)
AutoItSetOption("SendKeyDownDelay",8)
SoundPlay("4.mp3")
sleep(5000)
$i = 5
While $i =5
$coord = PixelSearch( 573, 315, 580, 350, 0x8C34F7, 50 )
If Not @error Then
;MsgBox(0, "X and Y are:", $coord[0] & "," & $coord[1])
Send("{SPACE}")
SoundPlay("4.mp3")
sleep(1000)
EndIf
Sleep(30)
WEnd
Also ich gehe nun mal davon aus dass die Macher des Game sends blockiert hat.
Welche Alternativen bzw Umgehungen gibt es ?