Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
About Armor
#1
:mad: 
I tried to change the armor of louis, so I edit it like this
Code:
Armor_Knight proc
        MOV ECX,DWORD PTR DS:[ECX+6F4h]; line over written
        CMP ECX,6
        je short return
        ;cmp ecx,id
        ;je short return
        jmp  dword ptr [ARMOR_KNIGHT2]
return: jmp  dword ptr [ARMOR_KNIGHT1]

Armor_Knight endp

Armor_Louis proc
        CMP ECX,37
        je short return
        ;CMP ECX,ID
        ;je short return
        jmp dword ptr [ARMOR_LOUIS2]
return: jmp dword ptr [ARMOR_LOUIS1]
But it doesn't work!!!!
I've downloaded the exe that could load dll, and placed the dll into the same folder as exe...

BTW: How can I change the hit point of armor?(For example, the armor now can defend 4 times)
Sorry for my English
Reply
Thanks given by:
#2
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]
Reply
Thanks given by:
#3
I tried it, but it still doesn't work. Oh yes, I placed the dll in the same folder, but I placed others files into the same folder as dll, did I made any mistakes?

I want to "Change the hit point", not "Change the charging time of armor", thanks
Reply
Thanks given by:
#4
This is directly from the Hex Master:
Silva Wrote:
    ASM-Code:
Armor_Julian proc
		CMP ECX,52 
		je short return
		CMP ECX,1337 ;<<<< ID GOES HERE
		je short arm_0
		jmp return2
return: jmp dword ptr [ARMOR_JULIAN1]
 
arm_0:	mov eax,dword ptr ds:[esi+edi*4+194h]
		cmp dword ptr ds:[eax+0B8h],36	; if bdefend goes above this, armor is broken
		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]
 
Armor_Julian endp

armor isn't based on hp, its based on the bdefend points accumlated or something, i don't dc so i don't know the exact terms.
Hiding users' signatures and avatars was the best decision ever.
4ye 6anDy (Click to View)
We're watching you... (Click to View)
| Avatar made by Alectric |
Reply
Thanks given by:
#5
I've tried again, it doesn't work...
it's strange, it has worked before... But, after i open the data of knight without editing, it can't work
Reply
Thanks given by:
#6
you opened the data of knight and without changing anything it begins to crash? which datachanger are ya using? some of them make strange symbols at the end of the datafile which sometimes result in making the data unuseable
Reply
Thanks given by:
#7
Jiqueras Data Changer
It was downloaded from here, I used this DC for a long time
(Is it true? Does some of them will make something strange?)
Reply
Thanks given by:
#8
meh, jiqueras should work, o well, then it wasn't the datafile
(and yeah, sometimes, but it's easy fixable)
Reply
Thanks given by:
#9
alright i'm really crazy
if i need to do it again? i really don't know what i should do...
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)