You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2023. It is now read-only.
aobscanmodule script not working?
please give support.
[ENABLE]
aobscanmodule(INJECT,test.exe,44 8B 80 34 01 00 00 EB) // should be unique
alloc(newmem,$1000,"test.exe"+1BBB3E3)
label(code)
label(return)
newmem:
code:
mov r8d,[rax+134]
jmp return
INJECT:
jmp newmem
nop
nop
return:
registersymbol(INJECT)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
INJECT:
db 44 8B 80 34 01 00 00
unregistersymbol(INJECT)
dealloc(newmem)