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 85

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 85
How to use Windows XP Tibia 9.1+ address in Vista/7 - Page 3
Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 51

Thread: How to use Windows XP Tibia 9.1+ address in Vista/7

  1. #21
    Senior Member
    Join Date
    Aug 2010
    Posts
    532

    RE: How to use Windows XP Tibia 9.1 address in Vista/7

    Is not that the logic ?!

    Offset = BaseAddres - 0x400000
    Address = XPAddress + Offset;

    Or Should it be only BaseAddress + XPAddress?

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

    RE: How to use Windows XP Tibia 9.1 address in Vista/7

    Quote Originally Posted by maozao
    Is not that the logic ?!

    Offset = BaseAddres - 0x400000
    Address = XPAddress + Offset;

    Or Should it be only BaseAddress + XPAddress?
    Address -= 0x400000;
    BaseAddress = <get base address>;
    Address += BaseAddress;

    edit: Address is an address on a 0x400000 base address

  3. #23
    Senior Member
    Join Date
    Aug 2010
    Posts
    532

    RE: How to use Windows XP Tibia 9.1 address in Vista/7

    Gonna test it now and I will edit to tell if it worked or not.

    Thank you.

    Edit: Looks like that the problem is with the Windows Seven 64bits.

    A friend of mine using 32bits worked good, other 2 with 64 bits didn't work.

    Tomorrow I will make more tests.

    Thanks.

  4. #24
    Junior Member
    Join Date
    Jun 2011
    Posts
    14

    RE: How to use Windows XP Tibia 9.1 address in Vista/7

    Creating a Tibia process in suspended mode, and then calling "TibiaProcess.MainModule..GetBaseAddress" results in an error and makes it impossible to resume the thread. Anyone know why? It does work when it is not in suspended mode though. Can't get the MC to work

  5. #25

    RE: How to use Windows XP Tibia 9.1 address in Vista/7

    Don't need to do that with Tibia suspended anyways :P

  6. #26
    Junior Member
    Join Date
    Jun 2011
    Posts
    14

    RE: How to use Windows XP Tibia 9.1 address in Vista/7

    Well how do you get the correct MC address to write to? I'm using the same method TibiaAPI uses. It opens Tibia suspended, writes bytes to the MC add, resumes the thread, then reverses the written bytes, right? So this method no longer works now?

  7. #27
    Senior Member
    Join Date
    Aug 2010
    Posts
    532

    RE: How to use Windows XP Tibia 9.1 address in Vista/7

    What would be the solution for the OS's 64bits, to try compile exclusive for 64bits system or what?

    I'm starting to make tests in 32bits systems to confirm about that.

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

    RE: How to use Windows XP Tibia 9.1 address in Vista/7

    Quote Originally Posted by maozao
    What would be the solution for the OS's 64bits, to try compile exclusive for 64bits system or what?

    I'm starting to make tests in 32bits systems to confirm about that.
    Always compile in x86 when it's a Tibia-related project.

  9. #29
    Senior Member
    Join Date
    Aug 2010
    Posts
    532

    RE: How to use Windows XP Tibia 9.1 address in Vista/7

    That's what I do.

    Anyway, the problem isn't with 32bits or 64bits, it's not working good in both OS.

  10. #30

    RE: How to use Windows XP Tibia 9.1 address in Vista/7

    Quote Originally Posted by jessel
    Well how do you get the correct MC address to write to? I'm using the same method TibiaAPI uses. It opens Tibia suspended, writes bytes to the MC add, resumes the thread, then reverses the written bytes, right? So this method no longer works now?
    Make a better MC

Posting Permissions

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