| View previous topic :: View next topic |
| Author |
Message |
chez Cheater
Reputation: 0
Joined: 02 Jun 2020 Posts: 33
|
Posted: Sun Jun 07, 2020 3:24 pm Post subject: Game crashes when I change address value |
|
|
| I've been trying to mess with a game. The value that I'm looking for is encrypted, so I did unchanged and changed scans. At last, I came across a value that I'm 100 percent sure is the one I'm looking for. But when I attempt to edit it, the game crashes. any fix?
|
|
| Back to top |
|
 |
Csimbi I post too much
Reputation: 98
Joined: 14 Jul 2007 Posts: 3375
|
Posted: Mon Jun 08, 2020 4:44 am Post subject: |
|
|
If it is an address you are changing - well, its likely it will try to access some invalid memory location.
If it's a value, then it must be encrypted which throws a tantrum on some check failing.
Based on what you described, I think it's the former.
Set a breakpoint in the code that runs one after changing it.
Change it sieve through the code to see why it crashed.
|
|
| Back to top |
|
 |
katszc How do I cheat?
Reputation: 0
Joined: 08 Jun 2020 Posts: 4
|
Posted: Tue Jun 09, 2020 7:40 am Post subject: |
|
|
| What game? Or what engine was it made in?
|
|
| Back to top |
|
 |
Csimbi I post too much
Reputation: 98
Joined: 14 Jul 2007 Posts: 3375
|
Posted: Tue Jun 09, 2020 10:32 am Post subject: |
|
|
It don't matter.
When people are saying they are 100% sure they found the right value yet it does not work the way they'd expect it, I am 99% sure they did not find the right value.
|
|
| Back to top |
|
 |
|