Eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
you do a pixel search and print it i think, try this :
PixelGetColor, Color, 805, 745
MsgBox the color is %color%
and to find the pixel use mouseCoodinates software
hey , i made this code , when the pixel 805 , 745 is the color "0x40FE07" , i wait 430 ms and then click d , maybe it can help you
f3::
loop {
PixelGetColor, Color, 805, 745
if (Color="0x40FE07")
{
sleep 430
SendInput d
}
}