Jump to content

Gameguardian save value?


Go to solution Solved by bR34Kr,

3 posts in this topic

Recommended Posts

Posted

So I was wondering how I could save a found/edited value on gameguardian android to be used later in when I relaunch the game without having to do searches again? Also the values change when I do search again so how can I save in a way where it’s still works when value changes at app relaunch?

  • Solution
Posted

The address will always change because it's allocated randomly in memory. The only way to save it is to have a static route to your value, so to do that use LLDB to search the base of your value, then finding an pointer to that base, then repeating this process until you end up with a static address. Once you do that just add, dereference, again and again and you'll be able to change your value :)

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 would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines