Posts 1–3 of 3 · Page 1 of 1
Adress Tibia 10.51
Hello guys, I´ll post some adress for this game..
Remembering that it is only visual
Adress :
Code:
Exp = Tibia.exe+412598
Level = Tibia.exe+4125A4
SoulPoints = Tibia.exe+4125A8
MagicLevel = Tibia.exe+4125AC
Or u can use the class :
Code:
class cCharacterInfo
{
public:
char _0x0000[4];
DWORD iExp; //0x0004
char _0x0008[8];
DWORD iLevel; //0x0010
DWORD iSoulPoints; //0x0014
DWORD iMagicLevel; //0x0018
char _0x001C[36];
};//Size=0x0040
Adress for this class : Credits : CheatEngine, DrUnKeN ChEeTah and me Posts 1–3 of 3 · Page 1 of 1