Help! how can i find the real offset?

Ragezone

Platinian
Original poster
Jun 23, 2020
18
1
3
34
anonymous
i have dump.cs of a game but, i dont know how to find the hex and what mod menu tester should i use because i dont have it, i hope someone helps me.. thanks in advance.
 

NepMods69

Inactive Approved Modder
Mar 6, 2022
122
5,074
193
Nepal
Like look,

You need some common sense to do that.

Its all different for each game.

So, first you search for a offset in dump file or whatever file,
And you will get tons of results.
so, look at the class of that method.

Like there is one search:
get_speed

And results:

get_speed class: PlayerManager
get_speed class: Animations
get_speed class: EnemyManager


So, what you want there, maybe you need player speed, so you choose first one and increase it for speed hack
If you need slow enemy, you may try third one and decrease it.


It depends on which game you modding, and there is just some way.
You can use Game Guardian and Other cheat Engines too.
If you want to find it manually, it needs a lot of practice and common sense.

And, there is no shortcut, i saw many modders coming into modding and they want to mod Big games without experience and , like they just not modding from a month and they want to mod big games. that not good. Learn from small games, gain experience, do lot of practice . And at the end, its easy.