spook202 How do I cheat?
Reputation: 0
Joined: 16 Jul 2012 Posts: 7
|
Posted: Tue Jul 17, 2012 11:03 am Post subject: Multi Level Pointer Challenege - Payday: The Heist |
|
|
Hi guys,
I'mlooking for some advice with pointers with the game Payday : The Heist.
My first step is to get unlimited ammo.
I followed the tutorial built into cheat engine and while the multi level pointer tut was successful for many games, it hit a dead end with this one.
Normally I would find the address for the ammo using the normal methods. Find what writes to this address *fire gun* and it gives one result.
Eg mov [esi], Esx
The value in esi is 111111 for talking sake.
Do a hex search for 111111 then get a hit, find what accesses this address and rinse repeat until you hit base.
Now, with payday, once you find what writes to your ammo address,
Eg mov [esi], esx
And esi has value 111111, if you do a hex search for 111111 you get no hits, or you get a hit that quickly changes value and no longer seems like a valid pointer (just contains 000000).
The method above has worked for many games but I can't seem to figure out what's going on with this one.
Has anyone seen anything like this before???
Totally stumped.
<<<<<<<<<<<<<<EDIT>>>>>>>>>>>>>>
After reading some further forum posts, some people are having the same issue, all be it; different games.
Now, if 'Find what writes to this address' it will pop with
MOV [ESI],ECX
If I open in dis it gives this:
mov eax,[esp+24]
mov ecx,[eax]
mov [esi],ecx <<<<<<<< CODE POPPED HERE
mov edx,[eax+04]
mov [esi+04],edx
cmp dword ptr [eax+04],04
At the point the code popped the following values were:
EAX=06BED858
EBX=00B90300
ECX=42440000
EDX=00000004
ESI=33541B30
EDI=1D202918
ESP=0018F698
EBP=32A10280
EIP=00794D61
Hope this helps,
Thanks.
Cheers.
|
|