Tornith How do I cheat?
Reputation: 0
Joined: 12 Feb 2019 Posts: 2
|
Posted: Tue Feb 12, 2019 4:08 pm Post subject: Score in game keep alternating between a few base addresses |
|
|
So I've been trying to get some base addresses from a Unity game and I seem to stumbled upon a problem.
As I was looking for the base address of the in-game score I've found that every time I restart the game (with a restart feature in the game) it seems to alternate between a couple of pointers.
Their offsets seem to vary very little though. I've found 5 base addresses so far, they always differ in the second to last offset value, always by an increment of 0x130 (e.g. they start at 0xF8, next one is 0x228, then 0x358, etc.). I've also found that some other in-game values act the exact same way. What's also weirder is that I cannot find any kind of an "indicator" that would say which one of the offsets is being used.
I am sort of new to CE and low level programming. I dunno if anyone would be able to help me to find either a single base address, since I was unable to, or find an indicator of some sorts. |
|