Could anybody tell me the correct offset for the boss spawn script? Or give me the array of bytes to scan for or something like that?
Quote:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
0045A19D: // First adresse
jmp newmem
nop
returnhere:
newmem:
originalcode:
mov edx,[eax+1c]
mov [ecx+20],edx
mov edx,999 // number boss spawn
mov dword ptr [eax+8c],edx
mov edx,01 // time delay between spawn
mov dword ptr [eax+90],edx
exit:
jmp returnhere
[DISABLE]
dealloc(newmem)
0045A19D: //Second adrese
mov edx,[eax+1c]
mov [ecx+20],edx