Jump to content
  • 0

Trouble's with offset's and base address.


Question

Posted

Gentlemen, I'm new to this. Could you help me?

I can't figure out how to get the offset and base address. If I find the base address and dynamic address of my variable (gold, money—it doesn't matter), how can I calculate the offset so that the next time I launch the game, I can add it to the base address and get the dynamic address of my variable?

Sorry for my English.

Thanks in advance.

1 answer to this question

Recommended Posts

  • 0
Posted
On 11/16/2025 at 7:50 PM, SpyNick said:

Gentlemen, I'm new to this. Could you help me?

I can't figure out how to get the offset and base address. If I find the base address and dynamic address of my variable (gold, money—it doesn't matter), how can I calculate the offset so that the next time I launch the game, I can add it to the base address and get the dynamic address of my variable?

Sorry for my English.

Thanks in advance.

For dynamic addresses the base address is a pointer which you obtained through a chain of pointers or an address from a group search or combination of both, which you can use to calculate the distance from base address to address of the gold value. If your not familiar with it you can use scripts from the forum. For games made in Unity, try using field offset finder. On other game engines perhaps try using the chainer script.

Maybe this video helps you: 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.