| View previous topic :: View next topic |
| Author |
Message |
Schnee015 How do I cheat?
Reputation: 0
Joined: 11 Oct 2015 Posts: 3
|
Posted: Sun Oct 11, 2015 12:51 pm Post subject: Offset Help too hard for me lol |
|
|
Ill post a pic.
Whats the offset ??
How can i do it for myself ?
| Description: |
|
| Filesize: |
14.16 KB |
| Viewed: |
5106 Time(s) |

|
|
|
| Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Sun Oct 11, 2015 12:56 pm Post subject: |
|
|
The offset is whatever the result of eax*8+04 is. In this case, since eax is 2C6D7 so 2C6D7*8+04 = (whatever is the result is the offset)
Eax might change (looks a big number which makes it likely but can't know for sure), the others obviously stay constant.
_________________
|
|
| Back to top |
|
 |
Schnee015 How do I cheat?
Reputation: 0
Joined: 11 Oct 2015 Posts: 3
|
Posted: Sun Oct 11, 2015 1:02 pm Post subject: |
|
|
| STN wrote: | The offset is whatever the result of eax*8+04 is. In this case, since eax is 2C6D7 so 2C6D7*8+04 = (whatever is the result is the offset)
Eax might change (looks a big number which makes it likely but can't know for sure), the others obviously stay constant. |
Wow thank you really much for your help. I get it quit. So i need to calculate it ? How doi do it ? Im new in there thats my first offset with * and +
|
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Sun Oct 11, 2015 1:04 pm Post subject: |
|
|
Open up Windows calculator.
Press ALT+3 to switch to programmer view.
Select HEX notation.
Type in the values: 2C6D7 * 8 + 4
Press enter.
Read the value 1636BC.
Use as offset.
|
|
| Back to top |
|
 |
Schnee015 How do I cheat?
Reputation: 0
Joined: 11 Oct 2015 Posts: 3
|
Posted: Sun Oct 11, 2015 1:20 pm Post subject: |
|
|
| Zanzer wrote: | Open up Windows calculator.
Press ALT+3 to switch to programmer view.
Select HEX notation.
Type in the values: 2C6D7 * 8 + 4
Press enter.
Read the value 1636BC.
Use as offset. |
Thanks. Too bad that it dont work. I tried to cheat my Money (jff) in a dumb online chat game but i think it dont work..
Anyway thanks
|
|
| Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Mon Oct 12, 2015 4:18 am Post subject: |
|
|
Probably because it is stored server-side and you were accessing a display value
_________________
|
|
| Back to top |
|
 |
Rydian Grandmaster Cheater Supreme
Reputation: 31
Joined: 17 Sep 2012 Posts: 1358
|
|
| Back to top |
|
 |
|