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 archive_postsperpage - assumed 'archive_postsperpage' (this will throw an Error in a future version of PHP) in ..../archive/index.php on line 456
Get Memory Address [Archive] - Forums

PDA

View Full Version : Get Memory Address



icekis
11-07-2018, 06:40 PM
Hi to everyone!!


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

I need:



//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!

Huhger
11-27-2018, 07:45 PM
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.