Hallo,
ich habe mir ein kleines Skript gebastelt:
Code:
dim $color
MsgBox ( 0, "Programm gestartet", "Es wurde gestartet")
while 1
$color = PixelGetColor ( 801 , 301 )
if hex($color) = '00FFFBFF' then
Send ( "d" )
Sleep ( 500 )
Send ( "d" )
sleep (500)
send ( "d")
sleep (500)
send ( "d")
MsgBox ( 0, "Farbe gefunden", "Farbe gefunden")
endIf
wend
Das Problem
Im Spiel kommt das "d" nicht an.
Natürlich ist das Spiel maximiert.
Das Farbe gefunden wird ausgegeben.
Ich hoffe ihr könnt mir bei meinem Problem helfen.
MFG
chip331