Need a script

06/09/2010 18:39 Swedie#1
Hey i had a script that freezed al mobs it was wery good when lvling low lvl char that don't have any Aoe. And now i don't know where the script are and i can't find it on search. So any one knows the script pls post it

Sorry for my crappy English
06/09/2010 19:00 Vaidas B#2
Code:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)

0053D50A:
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)

0053D50A:
movzx eax,word ptr [esi+00000154]
Update it, array 0F B7 86 54 01 00, tut to update it.
[Only registered and activated users can see links. Click Here To Register...]
06/13/2010 00:29 Swedie#3
it aint that this just make them slower, the scrpit i mean make every mobs near me freze but ty any way:)