This is the AMP version of this page.
If you want to load the real page instead, click this text.

Solved are there hidden offsets in the DUMP?

Status
Not open for further replies.

BeginnerBR

Solid & Active Platinian
This is the class I am modifying
Class PlayerEntity
PlayerSpeed float 0x34
Jumpheight float 0x38
But when I was testing the offsets by the gameguardian I ended up discovering an offset in this class that doesn't appear in the dump file
(PlayerHp int 0x28)
I was wondering if there is any way to use this "hidden" offset because every time I try the normal way the game crashes
 
actually i found these "hidden" offsets in two games one of them was an abandoned game that i test (Withslandz)
in it the hidden offset is in the HumanCharacter class and the offset is 0x10
That's because HumanCharacter class is accessing PhotonView, and the offset you're looking at is pointing there instead, corresponding to "Group"


 
I understand now, the downside of modifying games on mobile is that I don't have the necessary tools for it, thanks for letting me know
I will close this question and set it to "solved".
When you don't agree with that, just send me a message and i will reopen it.
Thanks.
 
Status
Not open for further replies.