Aion Offset List !

09/21/2009 02:01 Bl@ze!#1
hey,
here i'll want to share the aion offsets to you. i found some today and here they are :

PHP Code:
    enum AionPlayerOffsets
    
{
        
PlayerLife 0x2F7EDDC8,
        
PlayerMana 0x2F7EDDD0,
        
PlayerDP Game.dll+8EDDD8// thanks koelkast
        
PlayerX 0x2F81FA40,
        
PlayerY 0x2F81FA48,
        
PlayerZ Game.dll+8E336C // thanks nod 43
        
PlayerRotation =  Game.dll+8E2FD0 // thanks nod 43
        
PlayerExp 0x2F7EDDB8
    

I would be glad if you add some more. ;) I will do so, too.

If you found target name / hitpoints i would be very happy if u share them. i couldnt find them now.. but i will give it a try tomorrow .;)
09/21/2009 04:08 nod43#2
Z = Game.dll+8E336C
rot = Game.dll+8E2FD0

its much easier to use the static DLL calls when referencing memory, rather then converting them.

i currently have dumped just about every offset i need for my bot (HP, MP, DP, EXP, X, Y, Z, ROT, CHAT, MOB HP, MOB XYZ, MOB TARGET, OTHER PLAYER XYZ, OTHER PLAYER TARGET, PARTY INVITE, INPARTY, PARTY MEMBER HP, PARTY MEMBER MP, PARTY MEMBER XYZ, PARTY MEMBER TARGET, MAPID, INFLIGHT, CHANNEL (!), GLOBAL SKILL COOLDOWN, SPECIFIC SKILL COOLDOWN and many many more.

right now im working on a waypoint system for my bot, however im having problems since north is -90, east is 180, south is 90 and west is 0 is making it really hard to calculate the rotation needed to go from point A to point B. anyone good with math wanna help me?

edit: ive also just scraped up a function to read contents of the users inventory which is really cool ;)

first never before seen preview of my bot,

[Only registered and activated users can see links. Click Here To Register...]
09/21/2009 04:15 nod43#3
also, if you want to find the mobs HP, simply scan for an unknown initial value, then hit the mob, then scan for decreased value, then hit the mob again, then scan for decreased value again and so on until you find your offset (using increase and decrease is usually faster).
09/21/2009 07:43 Bl@ze!#4
I exactly did this last night but no result :/ May you share your offsets to me? I'll share new too :))
But i will give it a try again today :)

I got the chat too :)
09/21/2009 11:10 Koelkast#5
-4 for max means, decrease address by 4 bytes to get the max HP,
My bot can run in the background and login.

However i still haven't found away to get current target :(

@nod in gamemaker they have the same rotation there was a method or converting this to degrees, maybe you can find pseudo code on there forums.

Code:
HP: (4 bytes) -4 for max
Game.dll+8EDDC8


MP:(4 bytes) -4 for max

Game.dll+8EDDCC


DP:(4 bytes) -4 for max

Game.dll+8EDDD8


current exp:

Game.dll+8EDDB8

Lvl:
Game.dll+8EDDA0

to get exp:

Game.dll+8EDDA8
09/21/2009 15:04 Bl@ze!#6
Quote:
However i still haven't found away to get current target
still the same for me

/edit :

Vote 4 Sticky List :)
09/21/2009 17:16 tagyourit50#7
Quote:
Originally Posted by Unkn0wn0x View Post
I exactly did this last night but no result :/ May you share your offsets to me? I'll share new too :))
But i will give it a try again today :)

I got the chat too :)
It's because he probably doesn't really have them
09/21/2009 18:26 emtec22#8
current target i have a mem but waiting for register , all nc sites are down
09/24/2009 03:30 Revived Soulreaver#9
target id Game.dll+4F5878
released by [Only registered and activated users can see links. Click Here To Register...] on this thread [Only registered and activated users can see links. Click Here To Register...]
09/24/2009 06:31 Revived Soulreaver#10
how in c,c++,c#,java can i get the game.dll size to add it to the base address and the offset? i know the true address but this isn't the same as the game.dll address and the base address is something around 0x00400000. I know this is likely a noob question but any help is appreciated.
09/25/2009 21:22 Fayat#11
K did you tried to teleport? It' possible in many mmorpg, just loved my teleport hack in Warhammer online to farm boss :)
09/29/2009 19:02 mystexodus#12
What exactly did you find relating to the chat window?
09/29/2009 19:18 bogiman789#13
lol what can you do with this pointers?? writeprocessmemory??=\
09/30/2009 19:07 Revived Soulreaver#14
update destroyed all offsets.
09/30/2009 20:03 phade#15
they just shifted by 0x10F8