Kaan1 How do I cheat?
Reputation: 0
Joined: 22 Feb 2013 Posts: 2
|
Posted: Wed Feb 27, 2013 11:50 am Post subject: Need some assist please help:Gangsters 2 Vendetta. please !! |
|
|
I am hacking Gangsters 2 Vendetta. i have little knowledge..and i think im near to finish it but stack at a few points...
i found player health player 2 and enemy health.
noobing freezes both, me and enemys health so i have done the structure dissect like Geri told in his tutorial.
but in this game seems the IDs have to found with pointers (im not sure)
and at last im stuck at assemble ...code injection
| Code: | sub eax,esi
mov ecx,edi
mov [edi+5C],ax <---- find out what writes to this adress |
------------
| Code: | alloc(godmode,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(godcode)
godmode: //this is allocated memory, you have read,write,execute access
cmp [edi+BC],P->002E0005 <--- pointer different at dissect structure
je godcode
jmp orginalcode
originalcode:
sub eax,esi
mov ecx,edi
mov [edi+5C],ax
jmp returnhere
godcode:
*what comes here?? add eax,esi i tried it crashes game* need add health back but how??*
"Gangsters2.exe"+213BFB:
jmp godmode
returnhere: |
------------
| Code: | | add [esi+5C],ax <----- heals my gangsters at safehouse |
i sent pics from structures etc..please experienced grand masters help me out..im sure this would be a great tutorial
thanks.
| Description: |
|
| Filesize: |
117.84 KB |
| Viewed: |
5672 Time(s) |

|
| Description: |
|
| Filesize: |
113.86 KB |
| Viewed: |
5672 Time(s) |

|
| Description: |
|
| Filesize: |
127.17 KB |
| Viewed: |
5672 Time(s) |

|
| Description: |
|
| Filesize: |
59.86 KB |
| Viewed: |
5672 Time(s) |

|
|
|