View previous topic :: View next topic |
Author |
Message |
Heavenerx How do I cheat?
Reputation: 0
Joined: 08 Jan 2022 Posts: 2
|
Posted: Sat Jan 08, 2022 1:36 pm Post subject: Project Zomboid hmmmm |
|
|
I can't be the only one trying to do this - my knowledge is limited to finding values that don't change. IE- the skill points when creating a character.
You start with 8 points... that doesn't exist when scanning. Which made me look into pointers. But the values are changing so frequently, that it's almost impossible to narrow down an address that's related to the searched value.
I KNOW - there are debuggers and mods for this game so you don't have to hack it. I'm a gluten for punishment. More of a learning experience than anything else.
Seems these gents have gone a long way to prevent people from hacking the games simplest numbers... and I'm intrigued.
|
|
Back to top |
|
 |
TheyCallMeTim13 Wiki Contributor
Reputation: 51
Joined: 24 Feb 2017 Posts: 976 Location: Pluto
|
Posted: Sat Jan 08, 2022 2:04 pm Post subject: |
|
|
I think you might have a misunderstanding of what pointers are, or I misunderstood the question. This might help explain pointers better: https://wiki.cheatengine.org/index.php?title=Tutorials:Pointers
If you scanned for a value of 8 and I guessing as a dword (4 bytes). It might not find any thing because the value type might be a byte or word (2 bytes) or even a single precision floating point (float). Basically it might be stored in a different way. Say it's actually 0 at the start and it increases as you use the skill points. Or it might only exist on the stack and you have to find a related value, like the skill you spend the skill points on, then you'd need to use the debugger to track down where it is stored. It just all depends on how things were coded.
_________________
|
|
Back to top |
|
 |
Heavenerx How do I cheat?
Reputation: 0
Joined: 08 Jan 2022 Posts: 2
|
Posted: Sat Jan 08, 2022 2:48 pm Post subject: |
|
|
The values are constantly changing with no interaction, no matter the Value type... it's almost like the actual value is driving in a circle and leaving behind a fake value in its place. I'll keep messing with it, but it's definitely the most difficult thing I've run into.
Thanks for the wiki!
|
|
Back to top |
|
 |
crazian How do I cheat?
Reputation: 0
Joined: 03 May 2016 Posts: 3
|
Posted: Mon Feb 13, 2023 12:51 pm Post subject: |
|
|
i've tried too, using [unknown] [Decreased] [Increased] etc, not giving me any result, then i wanna dissect java, it's crashing... i don't know if it's CE or the game itself has some integrity check
|
|
Back to top |
|
 |
|