 |
Cheat Engine The Official Site of Cheat Engine
|
View previous topic :: View next topic |
Author |
Message |
Mark Danielle Advanced Cheater
Reputation: 0
Joined: 22 Aug 2012 Posts: 97
|
Posted: Sun Mar 17, 2013 10:07 am Post subject: Game is encrypting values |
|
|
So, I've found the memory addresses of mana/hp in a game, but the values seem to be encrypted and they change everytime the game is loaded (the encrypted values change, the memory addresses change too, but that's not a problem). Is there a good tutorial on how to find the decrypted values of encrypted ones? I'm not entirely sure on where to go from here.
Thanks
|
|
Back to top |
|
 |
SteveAndrew Master Cheater
Reputation: 30
Joined: 02 Sep 2012 Posts: 323
|
Posted: Sun Mar 17, 2013 5:29 pm Post subject: |
|
|
Well if you've been able to find the encrypted values, then you're already most of the way there! That's usually the trickiest part...
What did you do changed/unchanged value scans?
If you can debug, then do a find what accesses this address, and you can reverse from there, and find where the game encrypts or decrypts the values! Chances are there's some place on the stack or in some register(s) where the decrypted values will be! I've recently done this with Crysis 3 for health (it's stored encrypted and only decrypted temporarily to do some math with it, then it re-encrypts it and copies it back)
You have to find where in the code the game plays with the unencrypted value or decrypts it, as the value can't stay encrypted the whole time, it has to decrypt it at some point to know what the value actually is to actually use the value in the game
_________________
|
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|