Non Agro

07/03/2009 21:16 nathankent#1
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
07/03/2009 22:00 gawron25#2
Code:
[SIZE=3]0053DDDA[/SIZE]
This is the correct offset, works with the latest version of the game.
07/03/2009 22:55 nathankent#3
Quote:
Originally Posted by gawron25 View Post
Code:
[SIZE=3]0053DDDA[/SIZE]
This is the correct offset, works with the latest version of the game.
Yea just found this out, But when I use it it crashes my game. Maybe it could be my Ventrilo?
07/04/2009 00:17 nathankent#4
Code:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
Can you give me an example how I place the code here?