prosportal1 Newbie cheater
Reputation: 0
Joined: 21 May 2015 Posts: 17
|
Posted: Sat Aug 25, 2018 12:54 pm Post subject: Dead Island Definitive [Skill Points] |
|
|
I'm trying to find the value for the available skill points in Dead Island Definitive Edition.
I have tried searching the actual value displayed by all data types with no results so I'm guessing this is an encrypted value somewhere.
I was able to determine the max number of skill points is 58 by hacking the maximum EXP. I subtracted my available skill points by 58 on 1 byte and have found 3 results. When finding what writes to these results, 2 of them return [rcx], al with dec r8 above it. If I nop out the dec r8 the game crashes with either address.
The 3rd result is a continuously counting instruction which I'm assuming is checking the other addresses.
If I freeze the addresses, my skill points still go down. If I nop any of the addresses the game crashes. I'm assuming I'm still not finding the correct value.
Any tips?
|
|