Fast Help Plz

12/22/2009 15:34 imp0o0o0o#1
guys Thet Code For Slow Mobs

Code:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)

0053D08A:
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], 00000000 // 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)

0053D08A:
movzx eax,word ptr [esi+00000154]
Is It Stel Work ??
What The New Offset ?
12/22/2009 17:49 sachamo512#2
no, I think that is the old non-agro script. It no longer works
12/22/2009 18:16 Vaidas B#3
Quote:
Originally Posted by sachamo512 View Post
no, I think that is the old non-agro script. It no longer works
it works couse i use -.- it, i'll add the offset a bit later :D

~edit~

Array

offset (red is a mistake in ur offset)
12/23/2009 00:35 sachamo512#4
oh, lol, i thought it didn't work any more, my bad
12/23/2009 01:04 imp0o0o0o#5
Thanx ^^