I have been trying to figure out how to do some afk training. My original plan was to use a mob spawn hack on oread and use autoit to spam my skills. However, I have decided that all of those bot trainers r always taking oread, and i never can seem to get him. Is there any other place that I could go and do something similar? and is this the correct mob spawn hack to be using?
Quote:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
0045C163: // 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)
0045C163: //Second adrese
mov edx,[eax+1c]
mov [ecx+20],edx