Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home/iano/public_html/tpforums-vb5/forum/includes/class_core.php on line 5842

PHP Warning: Use of undefined constant MYSQL_NUM - assumed 'MYSQL_NUM' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_BOTH - assumed 'MYSQL_BOTH' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 588

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 612

PHP Warning: Use of undefined constant misc - assumed 'misc' (this will throw an Error in a future version of PHP) in ..../global.php(29) : eval()'d code(6) : eval()'d code on line 1

PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in ..../global.php(29) : eval()'d code(6) : eval()'d code on line 1

PHP Warning: Use of undefined constant misc - assumed 'misc' (this will throw an Error in a future version of PHP) in ..../includes/class_bootstrap.php(1422) : eval()'d code(4) : eval()'d code on line 1

PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in ..../includes/class_bootstrap.php(1422) : eval()'d code(4) : eval()'d code on line 1

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6
Adress
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Adress

  1. #1
    Junior Member
    Join Date
    Jan 2009
    Posts
    20

    Adress

    Hi,

    I using cheat engine and i find adress nick(tibia 7.72 RO) : 0x1C68B4 , i have program to read and convert to string , but in my program showing 8454144
    instead of the nickname. Why? Please helping me. Thx! Soory bad eng.

  2. #2
    Super Moderator
    Join Date
    May 2007
    Posts
    1,191

    RE: Adress

    What's RO? RealOTS? If so, use the character list instead. The pointer for it is at 0x0071C54C.

  3. #3
    Junior Member
    Join Date
    Jan 2009
    Posts
    20

    RE: Adress

    Yes, RealOTS.. I do not know how to search these addresses in the client Cap work - Hp not;/ why?

    internal static int Status = 0x00499FA8; ??
    internal static int PlayerID = 0x0049A018; ??
    internal static int Exp = 0x0049A00C; /work
    internal static int Level = Exp - 4; /work
    internal static int LevelPercent = Level - 8; /work
    internal static int PosX = 0x004ABF48; /not work
    internal static int PosY = PosX - 4; /not work
    internal static int PosZ = PosY - 4; /notwork
    internal static int Cap = 0x00499FF0; /work
    internal static int HP = PlayerID - 4; /not work
    internal static int MaxHP = Exp + 4; work
    internal static int Mana = Exp - 20; /not work
    internal static int MaxMana = Exp - 24; /work

    AD2. I run Tibia + using cheat engine = Adress.nick=1C6BC0 , restart tibia find repeat =Adress.nick =1C6BC0 etc.
    why the address is changing every restart? , How to do to read to me every time that it?
    wants to make the program RealInfo It will show nick, skills, hp,mana... Please help!

  4. #4
    Senior Member
    Join Date
    May 2007
    Posts
    448

    RE: Adress

    A couple of addresses need a pointer, hp and mp for example

  5. #5
    Junior Member
    Join Date
    Jan 2009
    Posts
    20

    RE: Adress

    Could someone show me how to do it? give an example?

  6. #6

    RE: Adress

    ++++++++

  7. #7
    Super Moderator
    Join Date
    May 2007
    Posts
    1,191

    RE: Adress

    http://tpforums.org/forum/thread-7994.html

  8. #8
    Junior Member
    Join Date
    Jan 2009
    Posts
    20

    RE: Adress





    Code:
            private void Form1_Load(object sender, EventArgs e)
            {
                Process[] TibiaProcess = Process.GetProcessesByName("Tibia");
                Tibia = TibiaProcess[0];
                Base = Tibia.MainModule.BaseAddress.ToInt32();
                MessageBox.Show(Convert.ToString(ReadString(Tibia.Handle, NameAdr + Base)));
                MessageBox.Show(Convert.ToString(ReadInt32(Tibia.Handle, (CapAdr + Base))));
            }
    I complie Program and :
    Massage box is empty , why? what I am doing wrong?

  9. #9
    Super Moderator
    Join Date
    May 2007
    Posts
    1,191

    RE: Adress

    It's a pointer, so you have to do something like this:
    [code=c#]
    ReadString(Tibia.Handle, ReadInt32(Tibia.Handle, NameAdr + Base));
    [/code]
    Be warned though; there is no static address for the player's name. You must either look through the battlelist (by using the player's ID) or the character list (by using the selected index).

  10. #10
    Junior Member
    Join Date
    Jan 2009
    Posts
    20

    RE: Adress

    Hello, I write program ... and i don't can read Name in Tibia for "WinApi.ReadProcessMemory"

    I have:

    pointer = 320BB8 + 400000 = 720BB8

    DLL
    Code:
       [DllImport("kernel32.dll")]
            public static extern Int32 ReadProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress,
                [In, Out] byte[] buffer, UInt32 size, out IntPtr lpNumberOfBytesRead);
    Program:

    Code:
    
            public void testowo()
            {
               
              
    
                byte[] buffer = new byte[4];
                IntPtr hWnd = Client.Tibia.MainWindowHandle;
                IntPtr bytesread;
                IntPtr bAddr = (IntPtr)0x720BB8;
    
                WinApi.ReadProcessMemory(hWnd, bAddr, buffer, 4, out bytesread);
                            
    
                MessageBox.Show(bytesread.ToString());
            }
    Message box return = 0;


    I Very Please help me and repair my program.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •