Hello,
after seeing a video about PS4 Reaper, I thought I'd give it a try and get infinite HP for my copy of The Witcher 3 version 1.62.
I selected to search the whole memory. First for an unknown int32_t and after that filter for increasing and decreasing values, according to the happenings in game. After a lot of tries, I ended up with no hits at all. I also tried to search for the exact value shown as "vitality" on the pause screen. Zero matches as well. I even tried floats and doubles.
I found a god mode cheat for an older version, which patched "83F8007436" (cmp eax,0; je 0x36) to nops. To me that would suggest that it is indeed a 32 bit value I'm looking for.
Can somebody give me a hint about what I'm doing wrong?
after seeing a video about PS4 Reaper, I thought I'd give it a try and get infinite HP for my copy of The Witcher 3 version 1.62.
I selected to search the whole memory. First for an unknown int32_t and after that filter for increasing and decreasing values, according to the happenings in game. After a lot of tries, I ended up with no hits at all. I also tried to search for the exact value shown as "vitality" on the pause screen. Zero matches as well. I even tried floats and doubles.
I found a god mode cheat for an older version, which patched "83F8007436" (cmp eax,0; je 0x36) to nops. To me that would suggest that it is indeed a 32 bit value I'm looking for.
Can somebody give me a hint about what I'm doing wrong?
Last edited by asdfmann,






