Jump to content
  • 0

Value is changing every restart


mayongg

Question

Hello.

How i can find address which doesnt change every time i restart a game?

Its easy android game, i do it with GOLD value, very easy to find

Value address always look like this 66DA8F18 , 66ECAF18 always F18 at the end

Is there any way to not looking for correct address everytime i restart a game?
 

 

thanks

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

Groupsearch, then use address mask.

Example

gg.clearResults()
gg.searchNumber('100;200;300', gg.TYPE_FLOAT)
gg.searchNumber('100', gg.TYPE_FLOAT)
gg.searchAddress('F18', 0xFFFFFFFF, gg.TYPE_FLOAT)
gg.getResults(10)
gg.editAll('99999')
gg.clearResults()

 

Link to comment
Share on other sites

4 hours ago, mayongg said:

Hello.

How i can find address which doesnt change every time i restart a game?

Its easy android game, i do it with GOLD value, very easy to find

Value address always look like this 66DA8F18 , 66ECAF18 always F18 at the end

Is there any way to not looking for correct address everytime i restart a game?
 

 

thanks

You would have to find a persistent value(value that does not change after restarting the game) or values that are always near the value you wish to change and then use a ordered group search to find it, values will rarely be stored at the same memory address and if they are it will likely be a different address on another device

 

 

PS: I may have completely misunderstood your question there if so disregard  ?

Link to comment
Share on other sites

Archived

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

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