Register for your free account! | Forgot your password?

You last visited: Today at 21:11

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Help] Finding Addresses

Discussion on [Help] Finding Addresses within the General Gaming Releases forum part of the General Gaming Discussion category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2010
Posts: 623
Received Thanks: 175
[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
 
elite*gold: 0
Join Date: Jul 2010
Posts: 623
Received Thanks: 175
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.
iktov2 is offline  
Old 06/15/2011, 11:40   #3
 
elite*gold: 0
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  
Thanks
1 User
Old 06/15/2011, 17:03   #4
 
elite*gold: 0
Join Date: Jul 2010
Posts: 623
Received Thanks: 175
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.
iktov2 is offline  
Old 06/15/2011, 19:25   #5
 
goldfarm24's Avatar
 
elite*gold: 6
Join Date: Mar 2011
Posts: 323
Received Thanks: 19
thats a good question
goldfarm24 is offline  
Old 06/18/2011, 16:12   #6
 
elite*gold: 0
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
 
elite*gold: 0
Join Date: Jul 2010
Posts: 623
Received Thanks: 175
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
 
elite*gold: 0
Join Date: Mar 2006
Posts: 64
Received Thanks: 15
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.
H47cH is offline  
Old 07/13/2011, 12:27   #9
 
shuuky's Avatar
 
elite*gold: 0
Join Date: Apr 2006
Posts: 306
Received Thanks: 27
any adress for track ppl. to make a radar?
shuuky is offline  
Old 07/13/2011, 20:05   #10
 
elite*gold: 0
Join Date: Mar 2006
Posts: 64
Received Thanks: 15
Up : edited my post to add DX9 offset.
H47cH is offline  
Old 07/14/2011, 17:09   #11
 
elite*gold: 0
Join Date: Mar 2006
Posts: 64
Received Thanks: 15
Update :
Someone asked me Mob ID offset for DX9.
Here is the static address : AgeOfConan.exe+2362BE0
H47cH is offline  
Old 07/21/2011, 22:04   #12
 
shuuky's Avatar
 
elite*gold: 0
Join Date: Apr 2006
Posts: 306
Received Thanks: 27
new patch yesterday got someone the new offsets?
shuuky is offline  
Old 07/25/2011, 18:59   #13
 
elite*gold: 0
Join Date: May 2006
Posts: 22
Received Thanks: 7
3: dwPlayerOffset = 0x2765db0;
4: dwCameraZoom = 0x2b05c74;
5: dwMouse = 0x397444c;
8: dwMYID = 0x2762a18;
9: dwTARGET = 0x2b046d4;
waliska is offline  
Thanks
1 User
Old 07/26/2011, 02:18   #14
 
elite*gold: 0
Join Date: Jan 2007
Posts: 97
Received Thanks: 3
thanks. my skills are of average level i think and i still have alot to learn about hacking MMO's. but my hack is slowly coming along, and all these halp make it easyer so i Can hook addresses instead of using crappy pixel detection
kingbadman is offline  
Old 07/26/2011, 12:17   #15
 
shuuky's Avatar
 
elite*gold: 0
Join Date: Apr 2006
Posts: 306
Received Thanks: 27
@waliska

offsets for dx 9 or 10?
shuuky is offline  
Reply


Similar Threads Similar Threads
[Question] Finding Addresses
11/26/2010 - S4 League - 8 Replies
I would like to learn how to find the adresses for firing speed with HMG, and Multispeed (walking speed), and what to set the value for the addresses to get the desired effect, using cheat engine and jackfrosts process killer. This is to make a simple trainer to use in arcade mode. If anyone could help me learn the process to find these addresses as i am fairly new to this it would be much appreciated. Thank you :)
Help with finding static addresses...
07/18/2010 - S4 League - 9 Replies
can someone tell me how to find adress with supsend if i dont log in game???
finding memory addresses
06/01/2010 - General Coding - 8 Replies
hi all! how can i find addresses of functions (to call these) in a game? e.g. if i want that a bot uses a skill, walks around etc? is there a tutorial of finding these functions (maybe with a debugger)? thanks!
Help with Finding the Addresses
04/30/2009 - General Coding - 13 Replies
Well I was wondering if anyone can fill me in with finding address of like HP, Mp...etc in MMORPG game clients? Just wanted to know if anyone know the trick with game client addresses. =] I wanted to find addresses for Ether Saga, such as the HP,MP...etc THANKS!
Need help finding GM/AoE addresses.
07/17/2008 - Cabal Online - 1 Replies
The only guide I was able to find was this: Cabal SEA Aoe Hack, Gm Hack address, And a Guide For Always Excellent Combo He doesnt explain it at all because just saying the address is only the address for that version of Cabal. Does anyone know of a better explaination? Because I assume that the only way you can find the GM address is by having a GM character yourself lol. But I could be wrong. If someone does have the GM address then could you either post it or PM it to me? If you also...



All times are GMT +2. The time now is 21:11.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.