Am-rA How do I cheat?
Reputation: 0
Joined: 26 Apr 2014 Posts: 5
|
Posted: Sat Nov 01, 2014 12:44 pm Post subject: Inject "Replace with code that does nothing" |
|
|
this is what I want to do
Image 1 and 2
and this is the shit I get
| Code: | [ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
nop
nop
originalcode:
//add [ecx+50],eax
imul eax,[esp+2C],000003E8
exit:
jmp returnhere
"Asphalt8_w8.exe"+2DC878:
jmp newmem
nop
nop
nop
nop
nop
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"Asphalt8_w8.exe"+2DC878:
add [ecx+50],eax
imul eax,[esp+2C],000003E8
//Alt: db 01 41 50 69 44 24 2C E8 03 00 00 |
Image 3
I repeated in a thousand different ways but I can not
If someone could help I would appreciate
| Description: |
|
| Filesize: |
15.36 KB |
| Viewed: |
7273 Time(s) |

|
| Description: |
|
| Filesize: |
8.31 KB |
| Viewed: |
7273 Time(s) |

|
| Description: |
|
| Filesize: |
7.85 KB |
| Viewed: |
7273 Time(s) |

|
|
|