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
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