Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

aobscanmodule script not working #16

Open
sesey opened this issue Nov 26, 2017 · 0 comments
Open

aobscanmodule script not working #16

sesey opened this issue Nov 26, 2017 · 0 comments

Comments

@sesey
Copy link

sesey commented Nov 26, 2017

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)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant