mayongg Posted November 15, 2018 Posted November 15, 2018 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
bukandewa Posted November 16, 2018 Posted November 16, 2018 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()
BadCase Posted November 16, 2018 Posted November 16, 2018 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
mayongg Posted November 16, 2018 Author Posted November 16, 2018 Sorry i dont know how to name that @BadCase
mayongg Posted November 16, 2018 Author Posted November 16, 2018 How to search in gameguardian ALL address with END F18?
Administrators Enyby Posted November 16, 2018 Administrators Posted November 16, 2018 Read help about address mask search. https://gameguardian.net/help/help.html#help_mask_search
Question
mayongg
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
5 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.