| View previous topic :: View next topic |
| Author |
Message |
gedrin How do I cheat?
Reputation: 0
Joined: 18 Jun 2012 Posts: 2
|
Posted: Mon Jun 18, 2012 11:04 am Post subject: Patrician III - Cant find a pointer |
|
|
Game Name: Patrizier 2 - Aufschwung der Hanse (German version of Patrician III: Rise of the Hanse)
Hi,
in this game there are 3 values for gold, every restart the values are on another address. 2 of them are not editable, the just show the amount of Gold you have. I was able to track the Pointers for them (thx to the tutorials - yay!). The last value is the editable one, but iam dont get the pointer for this (pointer scanner doesnt find anything). I tried to understand the asm code (unfortunately iam dont get it). I hope someone can help me with this.
greetings,
gedrin
| Description: |
|
| Filesize: |
137.62 KB |
| Viewed: |
12486 Time(s) |

|
|
|
| Back to top |
|
 |
Fresco Grandmaster Cheater
Reputation: 4
Joined: 07 Nov 2010 Posts: 600
|
Posted: Tue Jun 19, 2012 1:33 am Post subject: |
|
|
| Code: | [ENABLE]
alloc(goldcode,48)
label(gold)
registersymbol(gold)
goldcode:
push ebx
mov ebx,[gold]
mov [eax],ebx
pop ebx
mov ecx,[esi+04]
ret
gold:
db 00 00 00 00
0053d157: //Cgange this address in "game.exe"+offset
call goldcode
[DISABLE]
dealloc(goldcode)
unregistersymbol(gold)
0053d157: //Cgange this address in "game.exe"+offset
mov [eax],edx
mov ecx,[esi+04] |
try this auto assemble code
enable it
create a new address "gold" ... insert gold in the address field
the address now holds how much money you should have
make the game write on the gold address and instead of decreasing it should turn to the amount of the "gold" address
_________________
... Fresco |
|
| Back to top |
|
 |
gedrin How do I cheat?
Reputation: 0
Joined: 18 Jun 2012 Posts: 2
|
Posted: Tue Jun 19, 2012 10:57 am Post subject: |
|
|
Hi Fresco,
it works like a charm. Thank you very much!
Greetings,
gedrin
|
|
| Back to top |
|
 |
zann0 Newbie cheater
Reputation: 1
Joined: 04 Jul 2010 Posts: 11
|
Posted: Wed Apr 29, 2015 7:28 pm Post subject: |
|
|
| Hello Can anyone give me advice how to hack te count of resources like wood or tools in your storage etc..
|
|
| Back to top |
|
 |
|