help with a script

10/02/2009 19:20 mexon#1
I'm currently using a non agro hack
but the mobs cant keep up with my speed
how can i change this
current script
Quote:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)

0053D16A:
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], 41A50000 // 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)

0053D16A:
movzx eax,word ptr [esi+00000154]
10/02/2009 19:23 Vaidas B#2
Code:
ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)

0053D16A:
jmp newmem
nop
nop
returnhere:

newmem:

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

//mov eax,01
//mov word ptr [esi+00000156],ax
[color="red"]mov [esi+00000070],[/color] [color="green"]41A50000[/color] [color="red"]// 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)[/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)

0053D16A:
movzx eax,word ptr [esi+00000154]
Thats the thing u need to change, and the below codes are a few optional speeds, the values are in hex
10/02/2009 20:00 KenDark#3
Well im a nub with CE; but i also tried this and the mob speed continues normal

unless i have to change the green part you highlighted with the " // " as well, then im doing something else wrong
10/03/2009 01:47 -8gX#4
All you need to do is change the highlighted green part waidas pointed out. 41A50000 I think is 10x normal speed....
10/03/2009 03:08 KenDark#5
yeh got it right now, forgot to edit my post, thx
10/04/2009 18:14 gino21gino2004#6
plz someone pm me with link for download a full scrit for global dekaron . thx to all