ohoho, lol, professional, хeрoв. I want to look how you'll get color from inactive game.Quote:
yes it is beta, things you need to fix improve are:
getting color, there is standard color.au3 udf, i mean your way works but this way its more standard
make bot work while game is inactive, and dont tell me its not possible because of mouseclickdrag
fix bot not entering shop again
remove hundreds of useless varibles
make code less spgahetti and more readable and reduce those if loops select case would do much better job there, switch loop would be good too
0x00A06CE0 0x0 0x33C 0x644 0x5B0 0x2D4
Who cares how much offsets? :facepalm:Quote:
ok :D
did it work for both skill and performance?
also why lvl5, i have lvl3 one
0x008EB380 0x3EC 0x10 0x3AC
because why complicate simple things :DQuote:
Who cares how much offsets? :facepalm:
Need 3? Get 3:
And same for performance just another offsetCode:0x008EB380 0x3EC 0x10 0x3AC
P.S Bad idea making with mem read, bot should work forever without upd
I didn't even write that, how high are you? :DQuote:
:facepalm: Shut up and go sell rahat-lokum
PixelGetColor($CoordX, $CoordY, "NEED FOR SPEED™ WORLD") ConsoleWrite(Hex(PixelGetColor($CoordX, $CoordY, "NEED FOR SPEED™ WORLD"), 6) & @CRLF)
Idiot, You forgot, Opt("PixelCoordMode", 2)Quote:
I didn't even write that, how high are you? :D
also Android;
PixelGetColor($CoordX, $CoordY, "NEED FOR SPEED™ WORLD")
This is how you do it :p
#RequireAdmin
AutoItSetOption("PixelCoordMode", 2)
$1 = WinGetHandle("NEED FOR SPEED™ WORLD")
$2= PixelGetColor(X,Y, $1)
MsgBox(0,0,Hex($2))
Idiot, ever heard of spaghetti-code? I was just giving you the example :p And it looks like, you got the hang of it already :D (however it will work without that gay pixelcoord)Quote:
Idiot, You forgot, Opt("PixelCoordMode", 2)
Code:#RequireAdmin AutoItSetOption("PixelCoordMode", 2) $1 = WinGetHandle("NEED FOR SPEED™ WORLD") $2= PixelGetColor(X,Y, $1) MsgBox(0,0,Hex($2))