Jump to content

Gameguardian save value?


zer03d

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?

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 :)

Posted

@bR34Kr LLDB? Sorry but I’m the most basic game guardian user. I don’t know 90% of the features. Explain it to a dummy please 😂

Archived

This topic is now archived and is closed to further replies.

×
  • 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