Getting Memory Address
Recently i've downloaded the hack sources of a game called Zezenia Online.
This hack is out of date for the client current version, and i need the memory adress to update.
I tried to find them using the Cheat Engine, but i couldn't.
I would like to ask for help for some experienced member to download the client and find the memory address.
The game's website is www.zezeniaonline.comⓘ
This hack is out of date for the client current version, and i need the memory adress to update.
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 would like to ask for help for some experienced member to download the client and find the memory address.
The game's website is www.zezeniaonline.comⓘ