[FONT=Arial][SIZE=1][COLOR=blue] I've made one working program with this program but i'm having trouble with the Pixel Checking.
----------------------------------------
IfWinExist, [Conquer2.0]
MsgBox,4,Xp Trainer,Put your Xp Skill on F 10,
IfMsgBox yes
WinActivate, [Conquer2.0]
Sleep, 1000
Loop
{
PixelGetColor, color,901,611, Alt RGB
If %color% = 0x5A4129
{
sleep 1000
Send, {F10}
}
}
IfMsgBox no
SoundBeep, 750, 250
Exit
--------------------------------------
I dont know what the problem is can someone help me?