ya if you are making a color trigger bot you need the coloryou 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
ya if you are making a color trigger bot you need the coloryou 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
I don't think we are allowed to share links on the forum?Bağlantıları görmek için lütfen Giriş Yapmy code is very good
the file may be deleted, can you make sure form the link again!Bağlantıları görmek için lütfen Giriş Yapmy code is very good
Big brain dude, You can hack Diablo immortal?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 } }