Have A Question.

10/21/2009 05:41 xgamerfreakx#1
I Hear Of This "FreezeMob" Does Any1 Have It Or The Script? ATM I Been Searching For It EveryWhere No Luck:(
10/21/2009 17:01 felipenfg#2
so you arent searching on the right place :D
10/21/2009 17:59 xgamerfreakx#3
Quote:
Originally Posted by felipenfg View Post
so you arent searching on the right place :D

i looked every where lol could you link me then?
10/21/2009 18:03 Vaidas B#4
i think hes just messing with u, what does this FreezeMob do?
i think ur just looking for non aggro
10/21/2009 18:48 xyle#5
Couldnt u use the Mobspeed script by 6Drako9 and change the speed to 0??
10/21/2009 19:19 ekinz47#6
waidas can you help me to have an CE script for mobs speed?

[ENABLE]
alloc(DrakoMobSpeed,64)
label(MobIsWalking)
label(ReturnMobSpeed)
label(MobRunSpeed)
label(MobWalkSpeed)
registersymbol(MobRunSpeed)
registersymbol(MobWalkSpeed)

0053E190: //This is the address, you need to update it
jmp DrakoMobSpeed
ReturnMobSpeed:

DrakoMobSpeed:
cmp byte ptr [esp+04],00
je MobIsWalking
fld dword ptr [MobRunSpeed]
ret 0004
MobIsWalking:
fld dword ptr [MobWalkSpeed]
ret 0004
MobRunSpeed:
db 00 00 20 41
MobWalkSpeed:
db 00 00 40 40

[DISABLE]
dealloc(DrakoMobSpeed)
unregistersymbol(MobRunSpeed)
unregistersymbol(MobWalkSpeed)
0053E190: //This is the address, you need to update it
cmp byte ptr [esp+04],00



this is my CE script? is this updated? thx :)
10/21/2009 20:04 xgamerfreakx#7
no im pretty sure it was "FreezeMob" i found the scirpt but dun hab array of bytes next to the address so its pretty useless i can post her eif ya want me to.or sum1 can tell me how to find the array of bytes for the address?
10/21/2009 20:29 ~Kakkarot~#8
usualy you get array of bytes posted in the script, so post the script here
10/21/2009 21:22 xgamerfreakx#9
atm i found it in your forums...

ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
0053A30A:
jmp newmem
nop
nop
returnhere:
newmem:
originalcode:
movzx eax,word ptr [esi+00000154]
//mov eax,01
//mov word ptr [esi+00000156],ax
mov [esi+0000006c], 00000000 // Freeze mob
mov [esi+00000070], 40C00000 // 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]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem) 0053A30A: movzx eax,word ptr [esi+00000154]