Anyone else wondering why this thread is now in discussions/questions section now? :/
[ENABLE] aobscan(_aSpawn,8B 50 1C 89 51 20) label(_aSpawnLabel) registersymbol(_aSpawnLabel) alloc(spawn,2048) label(returnhere) label(originalcode) label(exit) _aSpawn: _aSpawnLabel: jmp spawn nop returnhere: spawn: mov [eax+08],00000020 mov [eax+04],00000020 mov [eax+10],00000064 mov [eax+14],00000064 mov [eax+18],00000258 mov [eax+1C],00000258 mov [eax+2C],00000064 mov [eax+30],00000020 mov [eax+34],00000000 mov [eax+54],00000000 mov [eax+58],00000000 mov [eax+5C],00000000 originalcode: mov edx,[eax+1c] mov [ecx+20],edx [color="red"]mov edx,100[/color] // number of mob to spawn mov [eax+8c],edx [color="red"]mov edx,01[/color] // time delay between spawn mov [eax+90],edx [color="red"]mov edx,100[/color] // # of spawn to follow you mov [eax+3C],edx exit: jmp returnhere [DISABLE] dealloc(spawn) _aSpawnLabel: mov edx,[eax+1c] mov [ecx+20],edx unregistersymbol(_aSpawnLabel)