D3D hack + memory addresses

08/05/2010 20:08 My420Time#16
Quote:
Originally Posted by Jamboo View Post
I was going to do this, but it's boring to find the longest possible distance
You don't have to find the exact longest. Just find a stable interval that you can warp to without being warped back.
08/05/2010 21:07 MartialEmpiresHacker#17
The addresses have been working till now. They changed the addresses, So the X and Y and Speed hack Address does not work anymore. Please update it!
ty
08/05/2010 21:32 Jamboo#18
Quote:
Originally Posted by My420Time View Post
You don't have to find the exact longest. Just find a stable interval that you can warp to without being warped back.
I think it also depends on how long you've been on that map and how long distance you have ran speedhack on/off. I know it from the experience
08/05/2010 21:45 MartialEmpiresHacker#19
Jamboo, check your hack now and see that the addresses doing problems now! the teleport doesnt work well, sometimes it teleports another players instead of you, sometimes you, the speedhack now never works, only sometimes. Test and see that it got patched now..
08/05/2010 21:47 Jamboo#20
Quote:
Originally Posted by MartialEmpiresHacker View Post
Jamboo, check your hack now and see that the addresses doing problems now! the teleport doesnt work well, sometimes it teleports another players instead of you, sometimes you, the speedhack now never works, only sometimes. Test and see that it got patched now..
teleports other players? that sounds cool! I'll look into it tho the client hasn't updated?

Edit: It works just fine for me. what's the version of your client?
08/05/2010 22:31 MartialEmpiresHacker#21
Quote:
Originally Posted by Jamboo View Post
teleports other players? that sounds cool! I'll look into it tho the client hasn't updated?

Edit: It works just fine for me. what's the version of your client?
Yes it teleports random players that stands close to you. (The "Teleport" option on the DLL).
It is very weird, maybe its only me :S
It does not belong to the client version I guess, because everything was normal first, and the problem has started before something about 1 hour but it has started while I have been playing in-game.. So it is very weird.
Ver 07290
08/05/2010 22:32 MartialEmpiresHacker#22
By the way, I have windows 7.
08/05/2010 23:14 MartialEmpiresHacker#23
I made a short video to show you what I am talking about. SpeedHack doesn't work for me, and the teleport is teleporting another players instead of me lol. And its not only the DLL, because when I am trying to activate a SpeedHack from Cheat Engine with your SpeedHack address, it does not work also. And It worked before as I said, the problem has started only 1 hour ago :S How can I fix it? I really wanna use SpeedHack again :S..

The Video: [Only registered and activated users can see links. Click Here To Register...]
08/05/2010 23:19 Jamboo#24
Quote:
Originally Posted by MartialEmpiresHacker View Post
I made a short video to show you what I am talking about. SpeedHack doesn't work for me, and the teleport is teleporting another players instead of me lol. And its not only the DLL, because when I am trying to activate a SpeedHack from Cheat Engine with your SpeedHack address, it does not work also. And It worked before as I said, the problem has started only 1 hour ago :S How can I fix it? I really wanna use SpeedHack again :S..

The Video: [Only registered and activated users can see links. Click Here To Register...]
I'll watch the video and see what I can do
Are the other hacks working like the First Person Mode?
08/06/2010 00:11 MartialEmpiresHacker#25
Quote:
Originally Posted by Jamboo View Post
I'll watch the video and see what I can do
Are the other hacks working like the First Person Mode?
Yes, the camera hacks still works.
08/06/2010 18:09 Jamboo#26
I added some new hacks and removed the broken/buggy ones. Have fun :)
08/06/2010 19:10 My420Time#27
Thanks for the list of these offsets. Will start putting some new features in based on what you find. Thanks for your work.


Code:
int Off_Player_HP = 0x13F4;
int Off_Player_MaxHP = 0x13F8;
int Off_Player_MP = 0x13FC;
int Off_Player_MaxMP = 0x1400;
int Off_Player_XP = 0x1404;
int Off_Player_MaxXP = 0x1408;
int Off_Player_Name = 0x288;
int Off_Player_Mounted = 0x17C;
int Off_Player_X = 0xA8;
int Off_Player_Y = 0xAC;
int Off_Player_Speed = 0x574C;
int Off_Player_Moving = 0x924;

int Addr_Player_Coins = 0x00E60968;
int Addr_Player_Credit = 0x00E60978;
int Addr_Player_Salary = 0x00E60970;
int Addr_Player_Level = 0x00E607F8;
int Addr_Player_Attacking = 0x00B34EA4;
int Addr_Player_EXP = 0x00E60800;
int Addr_Player_MaxEXP = 0x00E609F8;
int Addr_Player_MapID = 0x00B34FB0;
int Addr_Player_Mounted2 = 0x010A05EC;
int Addr_Player_X2 = 0x00B34E30;
int Addr_Player_Y2 = 0x00B34E34;

int Off_Target_HP = 0x13F4;
int Off_Target_Mounted = 0x17C;
int Off_Target_X = 0xA8;
int Off_Target_Y = 0xAC;
int Off_Target_Speed = 0x574C;
int Off_Target_Moving = 0x924;
int Off_Target_DestX = 0x8B0;
int Off_Target_DestY = 0x8B4;

int Addr_Target_X2 = 0x0173E598;
int Addr_Target_Y2 = 0x0173E59C;
int Addr_Target_HP2 = 0x01090E0C;
int Addr_Target_IsMob = 0x0108FF34;

int Addr_Misc_ShopOpen = 0x01222DDC;
int Addr_Misc_WpnDur = 0x013CA098;

int Addr_Route_NextTurnX = 0x0173E854;
int Addr_Route_NextTurnY = 0x0173E858;
int Addr_Route_TurnsMade = 0x00E5662C;
int Addr_Route_DestX = 0x00E56668;
int Addr_Route_DestY = 0x00E5666C;
int Addr_Route_DestMapID = 0x00E56664;

int Addr_Settings_ChatInputAmnt = 0x015573F0;

int Addr_Loadmap_ID = 0x011FBF20;
int Addr_Loadmap_X = 0x011FBF44;
int Addr_Loadmap_X2 = 0x011FBF34;
int Addr_Loadmap_Y = 0x011FBF48;
int Addr_Loadmap_Y2 = 0x011FBF38;

int Addr_Camera_Zoom = 0x024DD720;
int Addr_Camera_MaxZoom = 0x024DD768;
int Addr_Camera_MinZoom = 0x024DD770;
int Addr_Camera_ZoomSmthns = 0x024DD760;
int Addr_Camera_Height = 0x024DD77C;
int Addr_Camera_Angle = 0x024DD6FC;
int Addr_Camera_Turning = 0x024DD6AC;
08/07/2010 00:50 ayokenshin#28
wat do i put in as a process name? help people
08/07/2010 01:31 Jamboo#29
Quote:
Originally Posted by ayokenshin View Post
wat do i put in as a process name? help people
Game.exe

Don't next ask what the second text area is for...
08/07/2010 03:15 stevene5749#30
I'm sorry if this is noob, which it probably is. But, I'm ahving the "No Perx.exe" thing going on, but I don't have antivirus on this computer, to my knowledge it's only windows defender. When I disable that, I still get no perx.exe, and neither of the other injectors are working. If you could provide some insight, it'd be much appreciated, thanks. ;)