| View previous topic :: View next topic |
| Author |
Message |
wuholy11 How do I cheat?
Reputation: 0
Joined: 07 Nov 2016 Posts: 2
|
Posted: Wed Mar 20, 2024 2:54 am Post subject: Little Help with aob code injection |
|
|
Below is the script I make using AOB injection
[ENABLE]
aobscanmodule(Ammo_AOB,WeChatAppEx.exe,F0 43 89 04 19 A8 01) // should be unique
alloc(newmem,$1000,Ammo_AOB)
label(code)
label(return)
newmem:
code:
mov [r9+r11],#10
test al,01
jmp return
Ammo_AOB+01:
jmp newmem
nop
return:
registersymbol(Ammo_AOB)
[DISABLE]
Ammo_AOB+01:
db 43 89 04 19 A8 01
unregistersymbol(Ammo_AOB)
dealloc(newmem)
mov [r9+r11],eax // this is the original code
I change it to:
mov [r9+r11],#10 // to set the ammo to 10
But the game crash after I activate, please help!!!
| Description: |
|
| Filesize: |
311.43 KB |
| Viewed: |
1627 Time(s) |

|
| Description: |
| original code of the game |
|
| Filesize: |
311.43 KB |
| Viewed: |
1627 Time(s) |

|
|
|
| Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3327
|
Posted: Wed Mar 20, 2024 5:15 am Post subject: |
|
|
| Isn't this an online app?
|
|
| Back to top |
|
 |
wuholy11 How do I cheat?
Reputation: 0
Joined: 07 Nov 2016 Posts: 2
|
Posted: Wed Mar 20, 2024 9:11 am Post subject: |
|
|
| yes it is
|
|
| Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3327
|
Posted: Wed Mar 20, 2024 1:38 pm Post subject: |
|
|
| Did you read the rules?
|
|
| Back to top |
|
 |
|