Question How to get new offsets

sadtom

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Oct 14, 2019
Messages
16
Reaction score
14
The people say that I just need to look on hazedumper, but I dont find offsets like these "GetInacurracy" or "GetSpread" in hazedumper, how I get these offsets?
 

SchluXzi

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Jan 20, 2020
Messages
1
Reaction score
0
still dont having the getspread or getinaccuracy did you even read what I wrote?
get_inaccruracy is 481
get_spread is 451
accruracy_penalty is 482
getcswpndata is 459
getname is 385
here we go.
 

lilpeep55

User
User
User
User
Status
Offline
Joined
Sep 18, 2019
Messages
23
Reaction score
13
get_inaccruracy is 481
get_spread is 451
accruracy_penalty is 482
getcswpndata is 459
getname is 385
here we go.
How do you know this tho? How can I find out what to update and what should I change it to?
 

Conqube

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Sep 4, 2019
Messages
24
Reaction score
27
If you have problem finding offsets I am highly recommending using cheat engine and finding the offsets like in the old days. If you're not capable to do this then try searching more deeply instead and maybe you will find what you're looking for. sadtom

How do you know this tho? How can I find out what to update and what should I change it to?

For example:
GetName = 0x0385; (this is old maybe we don't know yet)
This offset that was used before the updated
but now we need to recheck if after the update it has changed or not
for example now its 0x0054 so we have to change 0x0385 with 0x0054
 
Top