| View previous topic :: View next topic |
| Author |
Message |
kitesan Expert Cheater
Reputation: 0
Joined: 01 May 2014 Posts: 124
|
Posted: Fri Aug 08, 2014 8:55 am Post subject: How to unlock |
|
|
| How to unlock guns and skills that are locked? how i find adresses ? |
|
| Back to top |
|
 |
kitesan Expert Cheater
Reputation: 0
Joined: 01 May 2014 Posts: 124
|
Posted: Fri Aug 08, 2014 7:00 pm Post subject: |
|
|
| somebody knows? |
|
| Back to top |
|
 |
NanoByte Expert Cheater
Reputation: 1
Joined: 13 Sep 2013 Posts: 222
|
Posted: Sat Aug 09, 2014 4:38 pm Post subject: |
|
|
| what game? |
|
| Back to top |
|
 |
Hatschi Master Cheater
Reputation: 2
Joined: 28 Jan 2010 Posts: 327
|
Posted: Sat Aug 09, 2014 6:18 pm Post subject: |
|
|
Locked or unlocked status are in many many cases just a boolean value, either it's unlocked or its locked. So you need to search for byte 1/0. It depends, sometimes its 0 if they are locked and 1 if they unlocked or vice versa.
You cannot search for them that easily. You have to reverse. Means if you search for 0 and unlock it and seach for 1 you still got a free hundred thousand addresses left. So you need t ofind the structure and then reverse it to the find the spot where it checks for locked or unlocked status and then disable the check.
There is no ultimate guide as it really depends on the game. |
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Sat Aug 09, 2014 8:21 pm Post subject: |
|
|
| Sometimes, boolean doesn't work. In those cases, you have to dig deeper. It helps if you can use ultimap feature. |
|
| Back to top |
|
 |
kitesan Expert Cheater
Reputation: 0
Joined: 01 May 2014 Posts: 124
|
Posted: Sun Aug 10, 2014 8:16 am Post subject: |
|
|
| thanks guys |
|
| Back to top |
|
 |
|