Register for your free account! | Forgot your password?

You last visited: Today at 11:23

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

Advertisement



Aion 2.0.0.2 Offsets

Discussion on Aion 2.0.0.2 Offsets within the Aion Hacks, Bots, Cheats & Exploits forum part of the Aion category.

Reply
 
Old   #1
 
Novi_nofap's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 23
Received Thanks: 27
Aion 2.0.0.2 Offsets

Taken from the NoFap forums:

Quote:
Originally Posted by Novi
To spite the people that think this information should be kept "secret", here's the offsets:

Player offsets:
PlayerHPOffset = _PlayerMaxHPOffset + 0x4
PlayerMaxHPOffset = 0xB04AB4
PlayerManaOffset = _PlayerMaxManaOffset + 0x4
PlayerMaxManaOffset = _PlayerHPOffset + 0x4
PlayerCombatOffset = 0x4F887C
PlayerLevelOffset = 0xB04A90
PlayerXOffset = _PlayerYOffset + 0x4
PlayerYOffset = 0xAF9C40
PlayerZOffset = _PlayerXOffset + 0x4
PlayerRotOffset = 0xAF9880
PlayerCastingOffset = 0xAFA4D0
PlayerCubeCurrentOffset = _PlayerCubeMaxOffset + 0x4
PlayerCubeMaxOffset = 0xB04B0C
PlayerXPToGoOffset = _PlayerXPOffset-0x10
PlayerXPOffset = 0xB04AA8
PlayerIDOffset = 0xAF9C30
PlayerNameOffset = 0xB3D4E8
Kinah = [0xAf90B8] + 0x708

Entity offsets:
nameOffset = 0x3A
ownerOffset = 0xC0 // pet owner's name
hpOffset = 0x38
typeOffset = 0x18
type2Offset = 0x1A8
idOffset = 0x24
stateOffset = 0x258
levelOffset = 0x36
posXOffset = 0x30
posYOffset = 0x2C
posZOffset = 0x34
InfoAddressOffset = 0x1d0
targetIDOffset = 0x2D4

Entity list = 0xB04D78
Target base = 0x6E6D80

Information like this should be made public because it benefits the Aion community as a whole.
Novi_nofap is offline  
Thanks
4 Users
Old 09/13/2010, 01:05   #2
 
elite*gold: 0
Join Date: Apr 2005
Posts: 16
Received Thanks: 4
Thank you very much.
murf43143 is offline  
Old 09/13/2010, 06:29   #3
 
elite*gold: 0
Join Date: Oct 2009
Posts: 208
Received Thanks: 80
I posted offsets on my forums the day it came out /shrug (Its in my general forum)
jeunetoujour is offline  
Old 09/13/2010, 12:25   #4
 
elite*gold: 0
Join Date: Oct 2006
Posts: 198
Received Thanks: 184
sweets

Thank You !!

Now i only need to find TargetOfTarget ID... tonight ill post the others
missing in the list above i found

off to work now
Chefes is offline  
Thanks
1 User
Old 09/14/2010, 06:14   #5
 
Novi_nofap's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 23
Received Thanks: 27
We should make a point of posting offsets here when we find them. Chefes, if you're willing to make a little deal: whoever finds the offsets first posts them? Some times I just don't have enough time, or due to computer failures (like with 2.0.0.2) it takes me forever. Having the offsets would have saved my NoFappers a few days.
Novi_nofap is offline  
Old 09/16/2010, 17:44   #6
 
elite*gold: 0
Join Date: Apr 2010
Posts: 18
Received Thanks: 1
Hi Wollt nochmal nachfragen ob jemand jetzt aktuelle offsets hat,die oben gehn ja nicht .wenn ja kann sie wer posten.danke schonmal.
orgmaster2010 is offline  
Old 09/16/2010, 23:44   #7
 
elite*gold: 0
Join Date: Dec 2009
Posts: 3
Received Thanks: 0
so with these offsets and cheatengine, you can actually modify your kinah, max-box space, your hp, mana, lvl etc??
xxluxuxstyle is offline  
Old 09/16/2010, 23:55   #8
 
elite*gold: 0
Join Date: Apr 2010
Posts: 211
Received Thanks: 40
Quote:
Originally Posted by xxluxuxstyle View Post
so with these offsets and cheatengine, you can actually modify your kinah, max-box space, your hp, mana, lvl etc??
no, this does not work.
erster07 is offline  
Old 09/17/2010, 00:59   #9
 
elite*gold: 0
Join Date: Sep 2010
Posts: 2
Received Thanks: 0
was ist das offset was kann ich damit anstellen ?? O,o
Aionfla is offline  
Old 09/17/2010, 04:53   #10
 
BaRaCoDa's Avatar
 
elite*gold: 5
Join Date: Feb 2008
Posts: 30
Received Thanks: 1
sorry for the question but what does that do exactly ?
BaRaCoDa is offline  
Old 09/17/2010, 06:38   #11
 
Jatacid's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 336
Received Thanks: 315
An offset is a part of your computers memory, where the game holds information it needs to make decisions.
It's kinda like a 'sticky note' for your game.

You can't change some things like HP or EXP because the game server knows what you SHOULD have and will scrunch up your computers sticky notes if it can see they have been changed.

However, you can make programs which only READ the sticky notes, For example if you wanted to take a potion when your HP was 30, you would make a program which would sit there and watch the sticky note for HP until it was 30 and then it would press your potion hotkey for you.

Some offsets can be changed as the server can't know about everything, and hence the various hacks like flight hack, and no animations and other good stuff.
Jatacid is offline  
Thanks
1 User
Old 09/17/2010, 12:04   #12
 
elite*gold: 0
Join Date: Dec 2006
Posts: 14
Received Thanks: 0
AMEN!

Peace
KisDe is offline  
Old 09/19/2010, 23:14   #13
 
elite*gold: 0
Join Date: Jul 2005
Posts: 19
Received Thanks: 42
hier noch ein paar zusätzliche adressen die ich in meinem tool so verwende:

a_online = game.dll+$AFCD8C (word) // ingame FFFF, beim zonen oder im Char Screen 0
a_camx = game.dll+$AF9880

a_attk_speed_1=game.dll+$B04B9C;
e_attk_speed=[p_entity+$1D0]+$486;

e_state=[p_entity+$1D0]+$258;
e_attitude=[p_entity+$1D0]+$1c;

a_flyleft=game.dll+$B04ACC;
a_maxfly=game.dll+$B04AC8;
a_onfly=game.dll+$B04AD0;

a_gathering=game.dll+$AFBF6C;

für son ein paar adressen muss man kein "guru" sein ...die nerven echt mit ihrer geheimniskrämerei

danke an Novi_nofap, hat mir ne menge Zeit gespaart

edit: die offsets sind für 2.0.0.3
takiana is offline  
Thanks
1 User
Old 09/20/2010, 23:17   #14
 
elite*gold: 0
Join Date: Jan 2010
Posts: 17
Received Thanks: 0
what is a offset pls ?
alekoako is offline  
Old 09/21/2010, 01:58   #15
 
yoogart's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 129
Received Thanks: 8
how can u use it please help us
yoogart is offline  
Reply


Similar Threads Similar Threads
Aion Offsets
04/25/2013 - Aion Hacks, Bots, Cheats & Exploits - 249 Replies
/** * Offsets for Patch 1.5.1.4 */ TargetPointer = 0x62EB7C, TargetX = 0x0028, TargetY = 0x002C, TargetZ = 0x0030, EntityBase = 0x62EB7C, EntityPointer = 0x1C4, EntityState = 0x20C,
Aion Hacks - Current Aion Offsets
10/09/2009 - Aion Hacks, Bots, Cheats & Exploits - 3 Replies
I know this is outdated but maybe we can learn from it and try to figure something out and here is this one guys site that gives you the gameguard killer / unlocked aion.bin, GameSys.dll(I think this is what it's called), Game.dll http://fyyre.l2-fashion.de/ I hope I helped out some seems like there should be some hacks in the near future when the damn servers come back up I'm gonna give it a shot and see what happens tault_Broden



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


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.