Nowaha How do I cheat?
Reputation: 0
Joined: 30 May 2020 Posts: 1
|
Posted: Sat May 30, 2020 2:00 pm Post subject: Issue hacking Unreal Engine game |
|
|
Hello! I am currently working on a small camera trainer for a game. I am running into an issue with finding data though: the players seem to be very oddly spaced apart. I've been looking around at a lot of cheat engine tutorials for the past 4 days and I just can not figure it out. Note that the game uses very weird values for health and such: everything seems to be multiplied with a random number (probably to prevent cheating).
Issue one: the health and the player position addresses seem to be very weirdly spaced apart, as if stored in an entirely different class (browse this memory region does not show anything nearby). How can I handle this better? Pointers seem to be hard too. (The camera and player position are very close and can use the exact same pointer except for the final offset)
Issue two: the pointers for the multiple players are very weirdly apart. They aren't even slightly the same; I can't even find one that looks similar in the first pointerscan for both.
I've tried the pointer for my player1 and player2 on a completely different PC of my friend in a completely different country and it still worked, so I'm pretty sure it's a good pointer. I just can't figure out how to get the second player relative to it; they aren't close in browse memory region at all.
Player 1 X would be at address 19A822FA860 and then the player 2 X would be at address 19AD6C65580. How exactly are these related? They seem very far apart.
Any help would be heavily appreciated as I am stuck.[/i][/b]
|
|