Hello,
When ever I use the Non-Agro hack it does not work, I got the VAC Hack working but when I try the Non-Agro it does not work.
What does it mean by this? - What code am i putting there?
Code:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
Code:
[enable]
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
00536BBA:
jmp newmem
nop
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
movzx eax,word ptr [esi+00000148]
//mov eax,01
//mov word ptr [esi+00000156],ax
mov [esi+00000070],40400000 // speed mob
//40c00000 = 6 lv 1 (to replace the above blue color)
//41400000 = 12 lv 2 (to replace the above blue color)
//41c00000 = 24 lv 3 (to replace the above blue color)
mov byte ptr [esi+00000174],00 // malee attack range = 0
mov byte ptr [esi+00000244],00 // magic attack range = 0
mov [esi+00000240],0000000 //other attack range = 0
mov [esi+0000023c],0000000 //other attack range = 0
mov [esi+00000238],0000000 //other attack range = 0
mov eax,03
mov word ptr [esi+00000148],ax
exit:
jmp returnhere
[disable]
dealloc(newmem)
00536BBA:
movzx eax,word ptr [esi+00000148]
Thanks <3