Plz help.

05/11/2010 20:00 kaelos#1
I have One Problem
I found almost all Ponteirs ,only one missing
LooK.


[Memory_Char]
Base=00xxxxxx <<<<<<<<<<<<<<<<<<<

Health=NULL,E0,200
Max_Health=NULL,E0,214
Chi=NULL,E0,204
Max_Chi=NULL,E0,218
Injury=NULL,E0,208
Name=Null,0
Name_Base=5DD540
[Memory_Pet]
Pet_Health=NULL,340,62c
Pet_Max_Health=NULL,340,634
Pet_Hunger=NULL,340,85c
Pet_Hunger_Base=005C944C
[Memory_Slot]
Slot_Base_1=
Slot_Base_2=
Slot_Base_3=
Slot_Base=
[Memory_Mob]
Target_Base=005C944C
Target=NULL,340,410
Target_Max=NULL,340,400

As against this?

THX.
05/11/2010 23:15 ax5#2
Quote:
Originally Posted by kaelos View Post
I have One Problem
I found almost all Ponteirs ,only one missing
LooK.


[Memory_Char]
Base=00xxxxxx <<<<<<<<<<<<<<<<<<<

Health=NULL,E0,200
Max_Health=NULL,E0,214
Chi=NULL,E0,204
Max_Chi=NULL,E0,218
Injury=NULL,E0,208
Name=Null,0
Name_Base=5DD540
[Memory_Pet]
Pet_Health=NULL,340,62c
Pet_Max_Health=NULL,340,634
Pet_Hunger=NULL,340,85c
Pet_Hunger_Base=005C944C
[Memory_Slot]
Slot_Base_1=
Slot_Base_2=
Slot_Base_3=
Slot_Base=
[Memory_Mob]
Target_Base=005C944C
Target=NULL,340,410
Target_Max=NULL,340,400

As against this?

THX.
Please next time PM Schlat
05/11/2010 23:27 kaelos#3
Quote:
Originally Posted by ax5 View Post
Please next time PM Schlat

Sorry.:facepalm:
05/13/2010 00:53 schlat#4
np, if u post.

[Memory_Char]
Base=00xxxxxx <<<<<<<<<<<<<<<<<<<

Health=NULL,E0,200
Max_Health=NULL,E0,214
Chi=NULL,E0,204
Max_Chi=NULL,E0,218
Injury=NULL,E0,208
Name=Null,0
Name_Base=5DD540

Base is the static address of the pointer u found, like hero.exe + 0055675c in Cheatengine. This means Base = 0055675c
The next values are the offsets of the pointer from the base address above
Max_Health=NULL,E0,214
Chi=NULL,E0,204
Max_Chi=NULL,E0,218
Injury=NULL,E0,208
If u found the correct static address these offsets will works after the most client updates.

Name=Null,0
Name_Base=5DD540 -->>Character Name
Only Name_Base is needed, cause this value is always a static address (the green values in cheatengine)

About the pet.
Its similiar to the base address. Find the pointer with a static address!
[Memory_Pet]
Pet_Health=NULL,340,62c
Pet_Max_Health=NULL,340,61c
Pet_Hunger=NULL,340,848
Pet_Hunger_Base=005CF6E0
And write the base address to Pet_Hunger_Base like the base example above. The other offsets will work to if u have luck.
If the offset wont work, just seperate the amount of offsets with a semicole and start with Null.
Example 3 Offsets -> Null,3c,500,28

[Memory_Mob] and
[Inventory] works similiar.

Another tip sometimes all different base addresses works with the first static "Base", so write the first base-address into the other base addresses and try it. Or u have to search 4 it.
05/13/2010 03:19 kaelos#5
Quote:
Originally Posted by schlat View Post
np, if u post.

[Memory_Char]
Base=00xxxxxx <<<<<<<<<<<<<<<<<<<

Health=NULL,E0,200
Max_Health=NULL,E0,214
Chi=NULL,E0,204
Max_Chi=NULL,E0,218
Injury=NULL,E0,208
Name=Null,0
Name_Base=5DD540

Base is the static address of the pointer u found, like hero.exe + 0055675c in Cheatengine. This means Base = 0055675c
The next values are the offsets of the pointer from the base address above
Max_Health=NULL,E0,214
Chi=NULL,E0,204
Max_Chi=NULL,E0,218
Injury=NULL,E0,208
If u found the correct static address these offsets will works after the most client updates.

Name=Null,0
Name_Base=5DD540 -->>Character Name
Only Name_Base is needed, cause this value is always a static address (the green values in cheatengine)

About the pet.
Its similiar to the base address. Find the pointer with a static address!
[Memory_Pet]
Pet_Health=NULL,340,62c
Pet_Max_Health=NULL,340,61c
Pet_Hunger=NULL,340,848
Pet_Hunger_Base=005CF6E0
And write the base address to Pet_Hunger_Base like the base example above. The other offsets will work to if u have luck.
If the offset wont work, just seperate the amount of offsets with a semicole and start with Null.
Example 3 Offsets -> Null,3c,500,28

[Memory_Mob] and
[Inventory] works similiar.

Another tip sometimes all different base addresses works with the first static "Base", so write the first base-address into the other base addresses and try it. Or u have to search 4 it.
Hunft....
I give up trying , I'm no good Sorry...