| View previous topic :: View next topic |
| Author |
Message |
datroubler How do I cheat?
Reputation: 0
Joined: 23 May 2012 Posts: 4
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25814 Location: The netherlands
|
Posted: Wed May 23, 2012 11:35 am Post subject: |
|
|
this looks like a pretty easy one
eax gets the value from the base pointer at game.dat+62xxxxxx (probably that 00a2b688 one)
applied to that value is the offset 0c
which brings it to that 05449450 address (although no clue why you are looking for that value)
I assume you already know the offsetlist needed for that to bring it it to the final address
tip: offsets go from bottom to top
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
datroubler How do I cheat?
Reputation: 0
Joined: 23 May 2012 Posts: 4
|
Posted: Wed May 23, 2012 1:00 pm Post subject: |
|
|
could you explain me what to do step by step?
|
|
| Back to top |
|
 |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Wed May 23, 2012 1:03 pm Post subject: |
|
|
[[[[[["game.dat"+00561A54]+c]+14c]+8]+c]+34]
try this. Tested with version 1.0
_________________
|
|
| Back to top |
|
 |
datroubler How do I cheat?
Reputation: 0
Joined: 23 May 2012 Posts: 4
|
Posted: Wed May 23, 2012 1:52 pm Post subject: |
|
|
I don't want a solution I would like to know the way how to do it
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25814 Location: The netherlands
|
Posted: Wed May 23, 2012 4:36 pm Post subject: |
|
|
Find the address of the value
Find what accesses it
get the first offset (write it down)
foundaddress-offset=new value to scan for
scan for that and find what accesses that one
get the second offset
..repeat till you encounter a green address..
Add a new address, set it as pointer, click add pointer a few times to it can contain all the offsets, fill in the green address, and the offsets. the one you found last at the bottom and the one you found first at the top
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
datroubler How do I cheat?
Reputation: 0
Joined: 23 May 2012 Posts: 4
|
Posted: Wed May 23, 2012 11:50 pm Post subject: |
|
|
| Quote: | | Find the address of the value |
address = 05239450
value = 10A397A4
| Quote: | | get the first offset (write it down) |
offset = 38
(these are the values I found the first time as I looked up what access the first value ($) I found. Its after a restart of the game so they must not be the same as in the first post.)
| Quote: | | foundaddress-offset=new value to scan for |
What do you mean by that? Should I deduct the offset from 10A397A4?
| Description: |
|
| Filesize: |
21.14 KB |
| Viewed: |
4642 Time(s) |

|
|
|
| Back to top |
|
 |
|