I got this script
The last part of code is bugged i think.. It doesn't go to the "win" label when the pixelcolor comes, weird, and i know from my friend that this pixelcolor is the right one..Label>Leave game
Wait>2
Press alt
wait>0.2
press shift
wait>0.5
press enter
wait>0.1
Release alt
wait>0.1
release shift
wait>2
Send Character/Text>Hi, gl hf
press enter
wait>5
press alt
wait>0.1
press shift
wait>0.1
press enter
wait>0.1
release alt
wait>0.1
release shift
wait>0.1
Send Character/Text>Visit Clan uGs
press enter
wait>5
press alt
wait>0.1
press shift
wait>0.1
press enter
wait>0.1
release alt
wait>0.1
release shift
wait>0.1
Send Character/Text>Ok cya
press enter
wait>0.1
Release alt
wait>0.1
release shift
wait>0.1
Press F10
wait>0.1
Send>key1
wait>0.1
Send>key2
wait>0.1
WaitPixelColor>5372671,501,289,5
IF>{%WPC_RESULT%=True}
Goto>Win
endif
GetPixelColor>336,684,color
If>color=5800357
Goto>winlose
endif
Label>end
I think that the combination of the 2 waitpixelcolors is wrong, but i really dont know this...
And as u can see the bot sends "key1" and "key2" in the script which is variabel names,
u can see that in my other post, but i will post the code here, so u can see it... I got this:
Should't all this work? i dont understand this :/Label>Language
If>dialog1.english
let>key1=e
let>key2=q
endif
If>dialog1.german
let>key1=e
let>key2=b
endif
label>end
help please!

Thanks!