For anyone who wants an update on this table :
Region level Maxed :
Code: Select all
[ENABLE]
aobscanmodule(REGIONMAXED,GenerationZero_F.exe,8B 43 48 66 0F 6F 05 5F 1D E4 00)
alloc(newmem,$1000,REGIONMAXED)
label(code)
label(return)
newmem:
code:
mov [rbx+04],9611
jmp return
REGIONMAXED:
jmp newmem
nop 6
return:
registersymbol(REGIONMAXED)
[DISABLE]
REGIONMAXED:
db 8B 43 48 66 0F 6F 05 5F 1D E4 00
unregistersymbol(REGIONMAXED)
dealloc(newmem)
Ennemy don't mind you :
Code: Select all
[ENABLE]
aobscanmodule(NOENNEMY,GenerationZero_F.exe,F3 0F 11 43 1C F3 41 0F 10 06)
alloc(newmem,$1000,NOENNEMY)
label(code)
label(return)
newmem:
subss xmm0,xmm0
movss [rbx+1C],xmm0
jmp return
code:
movss [rbx+1C],xmm0
jmp return
NOENNEMY:
jmp newmem
return:
registersymbol(NOENNEMY)
[DISABLE]
NOENNEMY:
db F3 0F 11 43 1C
unregistersymbol(NOENNEMY)
dealloc(newmem)
I retrieved my old table on this, but was unable to remember how I was doing the maxed rivals.
If Chiados is still around, perhaps he'll be able to make it work again.
Honestly, I searched a couple of hours without success.