Non aggro hack question

05/08/2009 12:01 xey#1
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)

0053DDDA:
jmp newmem
nop
nop
returnhere:

newmem:

originalcode:
movzx eax,word ptr [esi+00000154]

//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)
//40400000 = 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+00000154],ax

exit:
jmp returnhere


[DISABLE]
dealloc(newmem)

0053DB4A:
movzx eax,word ptr [esi+00000154]

This is the non aggro hack for dekaron EU.

Well i just want to know what is the right mob speed

//40c00000 = 6 lv 1 (to replace the above blue color) <-- rly slow
//40400000 = 12 lv 2 (to replace the above blue color) <-- also rly slow
//41c00000 = 24 lv 3 (to replace the above blue color) <-- Much to fast

some1 knows a good code for a fine mob speed ?
05/08/2009 14:46 WarMasterRealOne#2
wrong section... :P
05/08/2009 15:40 ProgMata#3
Quote:
Originally Posted by xey View Post
some1 knows a good code for a fine mob speed ?
Try this: 41000000
05/08/2009 16:24 trane.#4
+Moved..
06/22/2009 19:12 isaac3138#5
how to vac range mobs with CE?