Not a member yet? Register for your free account!


You last visited: Today at 17:02

  • Did you know? elitepvpers has its own image host, epvpimg.com.

 

[Help] Finding Addresses

This is a discussion on [Help] Finding Addresses within the AoC Hacks, Bots, Cheats, Exploits forum part of the Age of Conan category; I am new to AoC and I was planning to start working on a bot for it. I would like ...

Reply
 
LinkBack Thread Tools
Old 06-13-2011, 17:51   #1
Senior Member
 
Join Date: Jul 2010
Posts: 351
Received Thanks: 101
[Help] Finding Addresses


I am new to AoC and I was planning to start working on a bot for it. I would like to locate functions in the client where abilties/items/actions ect.. are triggered and then emulate those functions in my own code to execute them automatically(the same way I have done in other games).

However I am stuck at a roadblock with AoC. I can't even seem to find some simple things in this game such as Current HP/Mana/Stamina, Player Coords, or any stats or anything of the sort. I simply need to find something player related so that I can analyze that section of memory in Re-Class to try and figure out the player struct.

I have tried the basic methods of locating these things. For stamina I have tried:

Search my total stamina, use stamina, search decreased value, regain full stamina, search total stamina again. This yields no results. It narrows down to 3 unrelated addresses.

I have also tried searching unknown initial and then repeating steps above. No luck. Also tried Unknown initial and then changed/unchanged scans. I simply can't locate the stamina address.

I tried also the same methods above with coords while walking up and down a hill. No luck.

All of those methods work just fine with all other games I have tried, but this game is being difficult.

Does anybody have any input that could help me out here?

iktov2 is offline  
Old 06-14-2011, 20:38   #2
Senior Member
 
Join Date: Jul 2010
Posts: 351
Received Thanks: 101
Anybody?

I know this game has had a decent history with hacks, and a lot of updates since then. Not a very popular game anymore, and nothing really going on with hacking it anymore I think.

I don't know what kind of patches they may have implemented over the years to divert people from being able to hack it.

However simply searching for HP/Stamina in any manner just isn't working for me now. Search unknown initial value for stamina, then lose some and search decreased value just isolated about 3 unrelated addresses.

Last edited by iktov2; 06-14-2011 at 20:40.
iktov2 is offline  
Old 06-15-2011, 11:40   #3
Junior Member
 
Join Date: May 2006
Posts: 22
Received Thanks: 7
HP/Mana/Stamina = value *100 (4byte)
x/y/z (float)

the best would be...find xyz then substract the offset from the address and you will get the base player address, now go with reclass and you will probably manage to get the whole player struct.
waliska is offline  
The Following User Says Thank You to waliska For This Useful Post:
iktov2 (06-15-2011)
Old 06-15-2011, 17:03   #4
Senior Member
 
Join Date: Jul 2010
Posts: 351
Received Thanks: 101
Quote:
Originally Posted by waliska View Post
HP/Mana/Stamina = value *100 (4byte)
x/y/z (float)

the best would be...find xyz then substract the offset from the address and you will get the base player address, now go with reclass and you will probably manage to get the whole player struct.
Hey, do you know if teleport hacking is still possible in this game. My main goal here was to map a map click teleport hack. After a quick google search I found out that that old MMONinja hack had that feature in it, after looking over their site and what they offer for AoC now, I do not see teleport hack as an option in their hacks anymore.

I have isolated some addresses that looked promising as my chars current coord addresses, however attempting to test them by freezing them didn't have any effect. So either I didn't find the correct addresses, or they made a patch at some point to counter teleport hacking.

Quests are just taking up too much of my time while playing this game, moving around all the place, would be great help to me to get this rolling.

I would also really like to make something similar to the bot I made in Twelvesky2 using asm calls in a C++ dll to trigger in-game actions. This game benefit a lot from a system like that I think(not for AFK actions).

note: how did you figure it was Stamina *100? Thanks for that tip btw.

Last edited by iktov2; 06-15-2011 at 17:06.
iktov2 is offline  
Old 06-15-2011, 19:25   #5
Prof goldfarm Company
 
goldfarm24's Avatar
 
Join Date: Mar 2011
Posts: 319
Received Thanks: 19
thats a good question
goldfarm24 is offline  
Old 06-18-2011, 16:12   #6
Junior Member
 
Join Date: May 2006
Posts: 22
Received Thanks: 7
you can't teleport any more over huge distances.
waliska is offline  
Old 06-19-2011, 18:18   #7
Senior Member
 
Join Date: Jul 2010
Posts: 351
Received Thanks: 101
Quote:
Originally Posted by waliska View Post
you can't teleport any more over huge distances.
Ah that's really disappointing. Really the main thing I wanted to do.
iktov2 is offline  
Old 07-12-2011, 05:59   #8
Member
 
Join Date: Mar 2006
Posts: 36
Received Thanks: 10
Base address is 0x02743064 for DX10 executable.
Base address is 0x02762db0 ("AgeOfConan.exe"+02362DB0) for DX9 executable
Coordinates :
X = baseaddress + 38 (float)
Y = baseaddress + 40 (float)
Z = baseaddress + 3C (float)

Normal forward speed : baseaddress + 12C
Sprint speed : baseaddress + 130

But all of these addresses are useless as teleport doesn't work anymore and same for speedhack

The only address I found interesting is BaseAddress + 118 (float)
Has to do with textures and collisions. Put a value of 17 and run under a tree or anything. You'll see what I mean.
If you find anything useful, I would participate to your work. Just PM me.

Last edited by H47cH; 07-14-2011 at 13:10.
H47cH is offline  
Old 07-13-2011, 12:27   #9
Senior Member
 
shuuky's Avatar
 
Join Date: Apr 2006
Posts: 140
Received Thanks: 10
any adress for track ppl. to make a radar?
shuuky is offline  
Old 07-13-2011, 20:05   #10
Member
 
Join Date: Mar 2006
Posts: 36
Received Thanks: 10
Up : edited my post to add DX9 offset.
H47cH is offline  
Reply

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Question] Finding Addresses mdkspeed S4 League 8 11-26-2010 16:34
Help with finding static addresses... justin19955 S4 League 9 07-18-2010 16:06
finding memory addresses mousek General Coding 8 06-01-2010 01:36
Help with Finding the Addresses jerrie General Coding 13 04-30-2009 00:33
Need help finding GM/AoE addresses. Sub Cabal Main - Discussions / Questions 1 07-17-2008 00:36




All times are GMT +2. The time now is 17:02.


Powered by vBulletin®
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2010, Crawlability, Inc.