{ Game : dekaron.exe
Version:
Date : 2025-01-06
Author : Administrator
This script does blah blah blah
}
[ENABLE]
aobscanmodule(INJECT,dekaron.exe,8B 80 98 00 00 00 89) // should be unique
alloc(newmem,$1000)
label(code)
label(code2)
label(return)
newmem:
code:
mov ax,[eax]
cmp ax,'['
je 00000000
cmp ax,']'
je 00000000
cmp ax,'{'
je 00000000
cmp ax,'}'
je 00000000
// cmp ax,'n'// check for nanio
//je code2
mov eax,[ebp-48]
mov eax,[eax+00000098]
jmp return
code2:
jmp return
INJECT:
jmp newmem
nop
return:
registersymbol(INJECT)
[DISABLE]
INJECT:
db 8B 80 98 00 00 00
unregistersymbol(INJECT)
dealloc(newmem)







