| View previous topic :: View next topic |
| Author |
Message |
Darcon2k Cheater
Reputation: 0
Joined: 13 Feb 2015 Posts: 48
|
Posted: Mon Mar 23, 2015 11:23 am Post subject: Help read this code |
|
|
Last edited by Darcon2k on Wed Mar 25, 2015 8:31 am; edited 1 time in total |
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Mon Mar 23, 2015 7:34 pm Post subject: |
|
|
It looks like slot is an index and each slot is 0xB0 bytes long.
So, when slot is 0, don't jump forward anything.
If slot is 1, then it will jump from the base pointer 0xB0 bytes to the right, which I have to assume is Slot 2.
If slot is 2, it will jump 0xB0 * 2 bytes to the right, giving the position for Slot 3.
|
|
| Back to top |
|
 |
Darcon2k Cheater
Reputation: 0
Joined: 13 Feb 2015 Posts: 48
|
Posted: Tue Mar 24, 2015 9:57 am Post subject: |
|
|
Last edited by Darcon2k on Wed Mar 25, 2015 8:31 am; edited 2 times in total |
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Tue Mar 24, 2015 5:34 pm Post subject: |
|
|
Change the 12c value.
Slot 2 will be 1DC (12C + B0)
Slot 3 will be 28C (12C + B0 + B0)
|
|
| Back to top |
|
 |
Darcon2k Cheater
Reputation: 0
Joined: 13 Feb 2015 Posts: 48
|
Posted: Tue Mar 24, 2015 7:31 pm Post subject: |
|
|
Last edited by Darcon2k on Wed Mar 25, 2015 8:32 am; edited 2 times in total |
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Tue Mar 24, 2015 8:10 pm Post subject: |
|
|
Looks like the same pointer, except you should replace "cc" with "4".
Considering it is reading 18 bytes, I have to assume these values should be 2-byte types.
First attribute will be at 4, next at 6, 8, A, C, E, 10, 12, 14.
|
|
| Back to top |
|
 |
|