Aion Offsets Help

06/29/2015 17:54 mars2107#16
Quote:
Originally Posted by usernamenotfound View Post
But How you will get the offsets ? are you a moderator or admin in this
website? or You've Decompiled this ?
:mofo: we can
06/29/2015 19:48 usernamenotfound#17
Quote:
Originally Posted by mars2107 View Post
:mofo: we can
:pimp: Sure You Can mars :)
07/05/2015 09:50 AionPoiPoi#18
If you get to learn how to find the missings offsets, could you tell us how you did it ?

ps: "Player Rotation Y" = EA798C didn't work for me but EA7974 did.
07/08/2015 01:08 usernamenotfound#19
Quote:
Originally Posted by AionPoiPoi View Post
If you get to learn how to find the missings offsets, could you tell us how you did it ?

ps: "Player Rotation Y" = EA798C didn't work for me but EA7974 did.

didn't work because NA was Updated thought
actually the necessary is Rotation X, but Y idk when it used
07/08/2015 07:02 killzone#20
How to search for Inventory slots? (like how to know what/which item is in slot # in your inventory and so on...?)
07/09/2015 00:12 usernamenotfound#21
Quote:
Originally Posted by killzone View Post
How to search for Inventory slots? (like how to know what/which item is in slot # in your inventory and so on...?)
Like The Target Methode You Search For The Inventory Base Adress Then Offsets For Current/MaxCube / Kinah / Special Cube Etc...
For Example This Is For NA 4.8
Inventory Adress = Game.dll+E8A1F8
Current Slots = 0x910
Max Slots = 0x920
Current Special Cube = 0x970
Max Special Cube = 0x940
Kinah = 0x8F8
07/09/2015 03:26 cctest#22
I give up looking for the entity list pointer. :(
07/09/2015 05:29 usernamenotfound#23
Quote:
Originally Posted by cctest View Post
I give up looking for the entity list pointer. :(
what you want to read out of memory exactly ?
07/11/2015 11:03 killzone#24
Quote:
Originally Posted by usernamenotfound View Post
Like The Target Methode You Search For The Inventory Base Adress Then Offsets For Current/MaxCube / Kinah / Special Cube Etc...
For Example This Is For NA 4.8
Inventory Adress = Game.dll+E8A1F8
Current Slots = 0x910
Max Slots = 0x920
Current Special Cube = 0x970
Max Special Cube = 0x940
Kinah = 0x8F8
I understand this but how do you exactly search the inventory base addy?
What are the steps I need to do.

P.S. Im trying to gather info from different games. Not just Aion.
07/12/2015 01:31 usernamenotfound#25
Quote:
Originally Posted by killzone View Post
I understand this but how do you exactly search the inventory base addy?
What are the steps I need to do.

P.S. Im trying to gather info from different games. Not just Aion.
Check out This Topic : [Only registered and activated users can see links. Click Here To Register...]

Or Just Use It To Get Some Static Addresses
[Only registered and activated users can see links. Click Here To Register...]
Open Aion & Attach it to aion process

----------------------------------------------------------------------------
Well, Does Anyone has some tips on how to resurrect the player by writing some bytes to memory ?
i've find the adress : Game.dll+EF578C ( 0 = player alive / 1 = player dead )
i've tried to reverse it & write memory (0 ) when the player is died but it didn't resurrect :(
actually it should work i think :rtfm:
maybe using the Search for Picture & Click it To Resurrect Player is sucks idea lol :v
07/16/2015 09:18 AionPoiPoi#26
Quote:
Originally Posted by usernamenotfound View Post
Well, Does Anyone has some tips on how to resurrect the player by writing some bytes to memory ?
i've find the adress : Game.dll+EF578C ( 0 = player alive / 1 = player dead )
i've tried to reverse it & write memory (0 ) when the player is died but it didn't resurrect :(
actually it should work i think :rtfm:
maybe using the Search for Picture & Click it To Resurrect Player is sucks idea lol :v
Maybe you don't have the right offset, cuz setting it to 0 should work. (I don't have it either so I can't tell :/)
07/16/2015 10:20 killzone#27
Quote:
Originally Posted by usernamenotfound View Post
Check out This Topic : [Only registered and activated users can see links. Click Here To Register...]

Or Just Use It To Get Some Static Addresses
[Only registered and activated users can see links. Click Here To Register...]
Open Aion & Attach it to aion process

----------------------------------------------------------------------------
Well, Does Anyone has some tips on how to resurrect the player by writing some bytes to memory ?
i've find the adress : Game.dll+EF578C ( 0 = player alive / 1 = player dead )
i've tried to reverse it & write memory (0 ) when the player is died but it didn't resurrect :(
actually it should work i think :rtfm:
maybe using the Search for Picture & Click it To Resurrect Player is sucks idea lol :v
Thanks!

As for resurrecting, are you "forcing" a player who died to be resurrected (res hack)?
Im assuming, this is server sided, the only way to hack this is through Packet Manipulation.
07/17/2015 01:45 usernamenotfound#28
Quote:
Originally Posted by killzone View Post
Thanks!

As for resurrecting, are you "forcing" a player who died to be resurrected (res hack)?
Im assuming, this is server sided, the only way to hack this is through Packet Manipulation.
No, it's Like What The Other Bot Are Doing Lol
I've Find This From Decompiled bot i find this line of code to resurrect the player :

if (editor.ReadByte(Memory.Process.Modules.Game + Offsets.resurrect) > 0)
{
editor.Write(AionMemory.Process.Modules.Game + Offsets.resurrect, 0);
Logs.Add("Resurrecting Player ...");
}
07/18/2015 11:16 usernamenotfound#29
Quote:
Originally Posted by cctest View Post
I give up looking for the entity list pointer. :(
Try :

0x254
0x264
0x596
0x612

might be one from these pointers
08/23/2015 00:30 usernamenotfound#30
Bumping Up ...