[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
00450BCD: // <---------------This Address for EXTREME SERVER
jmp newmem
nop
returnhere:
newmem:
originalcode:
mov edx,[eax+1c]
mov [ecx+20],edx
mov edx,99
mov [eax+1C],edx
mov edx,999 // number boss spawn
mov [eax+8c],edx
mov edx,01 // time delay between spawn
mov [eax+90],edx
mov edx,99 // num mob follow me
mov [eax+3C],edx
mov [ecx+20],edx
exit:
jmp returnhere
[DISABLE]
dealloc(newmem)
00450BCD:
mov edx,[eax+1c]
mov [ecx+20],edx
inset this in CE.
Then it will work.
this is Vac
|