Solved are there hidden offsets in the DUMP?

Status
Not open for further replies.

BeginnerBR

Solid & Active Platinian
Original poster
Sep 4, 2022
62
14
8
24
Brasil
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
 
  • Like
Reactions: dartangnham

Hiyall360

Awesome Active Platinian
Jan 14, 2018
130
3,856
193
Mr.Pringlez
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"

1663994180615.png

1663994147971.png
 
  • Like
Reactions: dartangnham

DaRealPanDa

Co-Administrator
Staff member
Supporting-Team
Global Moderator
Social Media
Mar 12, 2018
6,665
15,467
2,120
27
Skyrim
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.