fenix01/cheatengine-library

aobscanmodule script not working

sesey opened this issue · 0 comments

sesey commented

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)