how work the Offset Addresses?
if i wand to do this OFS_WEAPON Playerbase + 4c
is the code then 0139c6b84c ?.
Originally Posted by sjlasjla
like u are that smart u remember what u used 2 weeks ago?
or are you such a lifeless looking on another site, or you allready used this addys?
U dont even know how to code a hack
Actually, I write them down and use them. I wish I could remember them off my head.
Originally Posted by thomtim
how work the Offset Addresses?
if i wand to do this OFS_WEAPON Playerbase + 4c
is the code then 0139c6b84c ?.
No go to your systems calculator and make it scientific then click "Hex" and then type in the Playerbase add and then add 4C and your result is the address (correct me if im wrong there might be a new way to do it now -.-" haven't hacked for around 6 months lol)
I've been using these for a while. But some still work.
Originally Posted by thomtim
how work the Offset Addresses?
if i wand to do this OFS_WEAPON Playerbase + 4c
is the code then 0139c6b84c ?.
No...
its more like
dim stam1 as long
dim stam2 as long
call readalong("WarRock", &HPlayerpointer, stam1)
stam2 = stam1 + &H4c
call writeafloat("WarRock", stam2, [weapon value])