04-02-2010, 10:50 AM
Armor_Julian proc
CMP ECX,52
je short return
CMP ECX,55
je short arm_0
;CMP ECX,ID ;PUT UR ID HERE<<<<<<<<<<
;je return2
jmp return2
return: jmp dword ptr [ARMOR_JULIAN1]
;##customise the recover speed of armor below
arm_0: mov eax,dword ptr ds:[esi+edi*4+194h]
cmp dword ptr ds:[eax+0B8h],36 ; HERE'S teh character's armor recovery speed. Change it to whatever u wan
jg return2
mov eax,dword ptr ds:[esi+ebx*4+194h]
mov eax,dword ptr ds:[eax+368h]
mov eax,dword ptr ds:[eax+6F4h]
cmp eax,0D6h
je return2
cmp eax,0D0h
je return2
jmp dword ptr [ARMOR_JULIAN3]
return2:jmp dword ptr [ARMOR_JULIAN2]
CMP ECX,52
je short return
CMP ECX,55
je short arm_0
;CMP ECX,ID ;PUT UR ID HERE<<<<<<<<<<
;je return2
jmp return2
return: jmp dword ptr [ARMOR_JULIAN1]
;##customise the recover speed of armor below
arm_0: mov eax,dword ptr ds:[esi+edi*4+194h]
cmp dword ptr ds:[eax+0B8h],36 ; HERE'S teh character's armor recovery speed. Change it to whatever u wan
jg return2
mov eax,dword ptr ds:[esi+ebx*4+194h]
mov eax,dword ptr ds:[eax+368h]
mov eax,dword ptr ds:[eax+6F4h]
cmp eax,0D6h
je return2
cmp eax,0D0h
je return2
jmp dword ptr [ARMOR_JULIAN3]
return2:jmp dword ptr [ARMOR_JULIAN2]

Chat
