Jump to content

Question

Posted

(Offline game)

Hi, what should I do if I'm searching for an address and game guardian couldn't find it, it looks that the address is encrypted in some way? I don't know if that's possible. 

I've searched here and on YouTube seems its only me who's facing this issue so maybe I'm doing something wrong 

3 answers to this question

Recommended Posts

  • 0
Posted

[ @elactix364 ]
---

Quote

 it looks that the address is encrypted in some way?

There's no such 'encrypted address', only encrypted value. Address is based on what memory-region:

  • - RW: the address can be Readed and Writed / the value can be changed
  • - RO: the address can only be Readed and not writed (the value cannot be changed)

Comes to the question, yes, some value can be encrypted, it's either by XOR-ing or using some kind of hashes. First thing you want to do is doing fuzzy search --> change the in-game value by spending it or do something --> search for value that changes --> repeat.
---

  • 0
Posted
On 3/11/2024 at 12:01 AM, elactix364 said:

(Offline game)

Hi, what should I do if I'm searching for an address and game guardian couldn't find it, it looks that the address is encrypted in some way? I don't know if that's possible. 

I've searched here and on YouTube seems its only me who's facing this issue so maybe I'm doing something wrong 

Provide more info. A video perhaps.

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.