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: count(): Parameter must be an array or an object that implements Countable in ..../includes/class_core.php on line 5536

PHP Warning: count(): Parameter must be an array or an object that implements Countable in ..../includes/class_core.php on line 5581

PHP Warning: count(): Parameter must be an array or an object that implements Countable in ..../includes/class_core.php on line 5536

PHP Warning: count(): Parameter must be an array or an object that implements Countable in ..../includes/class_core.php on line 5581

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
Get Memory Address
Results 1 to 2 of 2

Thread: Get Memory Address

  1. #1
    Junior Member
    Join Date
    Nov 2018
    Posts
    2

    Get Memory Address

    Hi to everyone!!


    Can someone help to find the current address memory of zezenia client?

    I need:

    HTML Code:
     //All the offsets for the various zezenia client informations
        public static final int base = 0x400000;
        private static final int[] xCoord = {0x0019D4E0, 0x8, 0x14, 0xe11c, 0xc, 0x4};
        private static final int[] yCoord = {0x0019D4E0, 0x8, 0x14, 0xe11c, 0xc, 0x8};
        private static final int[] zCoord = {0x0019D4E0, 0x8, 0x14, 0xe11c, 0xc, 0xc};
        private static final int[] pid = {0x0019D4E0, 0x8, 0x14, 0xe11c, 0xc, 0x10};
        private static final int[] lightValue = {0x0019D4E0, 0x8, 0x14, 0xe11c, 0xc, 0x9c};
        private static final int[] hpPercent = {0x0019D4E0, 0x8, 0x14, 0xe11c, 0xc, 0x8c};
        private static final int[] manaValue = {0x0019D4E0, 0x8, 0x9c, 0x25ac, 0x8};
        private static final int[] playerTarget = {0x0019D4E0, 0x8, 0x14, 0xe128};
        private static final int[] playerMouseOver = {0x0019D4E0, 0x8, 0x20, 0x4, 0x14, 0xe130};
        private static final int[] abilityWindowX = {0x0019D4E0, 0x8, 0x9c, 0xc, 0x28};
        private static final int[] abilityWindowY = {0x0019D4E0, 0x8, 0x9c, 0xc, 0x2c};
        private static final int[] inventoryWindowX = {0x0019D4E0, 0x8, 0x98, 0xc, 0x28};
        private static final int[] inventoryWindowY = {0x0019D4E0, 0x8, 0x98, 0xc, 0x2c};
        private static final int[] lastWindowX = {0x0019D07C, 0x4, 0x4, 0x1c, 0x8, 0x28};
        private static final int[] lastWindowY = {0x0019D07C, 0x4, 0x4, 0x1c, 0x8, 0x2c};
        private static final int[] playerDirectionLooking = {0x0019D4E0, 0x8, 0x14, 0xe11c, 0xc, 0x90};
        private static final int[] lastToEnterScreen = {0x0019D4E0, 0x8, 0x14, 0xe118, 0x8, 0x10};
        private static final int[] tileSize = {0x0019D4E0, 0x8, 0x14, 0x8};

    I tried Cheat Engine without success


    Thank you guys for helping!

  2. #2
    Junior Member
    Join Date
    Jul 2016
    Posts
    1
    I've found 8 places in memory that changes my health when I write a different number in the addres, they are all close to each other probably the way the health is calculed in side the client has been changed.

Posting Permissions

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