ASM tutorial for address updates

Results 1 to 13 of 13
  1. #1
    Member Blackbullett is offline
    MemberRank
    Nov 2008 Join Date
    IndiaLocation
    80Posts

    ASM tutorial for address updates

    Hi..
    As the topic says.. I want to request an ASM tutorial for updating addresses of various functions like ZPostSkill, ZPostShotMelee etc.

    I referred to the topic by Touchwise - http://forum.ragezone.com/f245/antih...nnable-628206/

    According to this post by Nova - http://forum.ragezone.com/f245/antih...ml#post5586975
    I tried to do it but something is going wrong and client is crashing.

    If possible please try to provide a tutorial with an example of -
    ZPostSkill : 0x00481170

    Thank You


  2. #2
    Account Upgraded | Title Enabled! skywind is offline
    MemberRank
    Nov 2010 Join Date
    239Posts

    Re: ASM tutorial for address updates

    FROM what i see no one will make a tut

    i adry asked it


    i will update this post when i managed to get it to work ( mine dosnt crash when i edit)

    cant really blocks all the hacks tho .

    i am not using Nova Codecade way so i will try that

  3. #3
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: ASM tutorial for address updates

    Note : BlackBullett uses the July 2008 files, not June 2007.

  4. #4
    RestyleGamerZ FTW Mambo is offline
    MemberRank
    Mar 2008 Join Date
    The NetherlandsLocation
    821Posts

    Re: ASM tutorial for address updates

    Search for the "Basic C++ tut for GunZ" topic, started by PenguinGuy.

    There is some info about getting adresses in there

  5. #5
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: ASM tutorial for address updates

    I have a tutorial Travis gave me.
    Last edited by Military; 22-01-11 at 02:12 PM.

  6. #6
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: ASM tutorial for address updates

    Quote Originally Posted by Military View Post
    I have a tutorial Travis gave me.
    And?
    Are you going to give it to him or something?

  7. #7
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: ASM tutorial for address updates

    Quote Originally Posted by Phoenix View Post
    And?
    Are you going to give it to him or something?
    I will have to ask Travis , but some of it is on here.

  8. #8
    Account Upgraded | Title Enabled! skywind is offline
    MemberRank
    Nov 2010 Join Date
    239Posts

    Re: ASM tutorial for address updates

    go the adress right click edit
    its below..

    just add a "-" Offset

  9. #9
    Member Blackbullett is offline
    MemberRank
    Nov 2008 Join Date
    IndiaLocation
    80Posts

    Re: ASM tutorial for address updates

    I hope Military is permitted to share the tutorial.

    Here are the possible addresses

    Functions
    ---------

    ZGetGame : 0x004AD880
    ZGetGameClient : 0x004AD770
    ZGetGameInterface : 0x004AD790
    ZChatOutput : 0x0042B860
    ZPostCreateMyChar : 0x0044B420
    ZPostPeerChat : 0x0042ADC0
    ZPostSkill : 0x00481170
    ZPostShot : 0x00481270
    ZPostShotSp : 0x00479840
    ZPostShotMelee : 0x00481350
    ZPostReload : 0x00433CA0
    ZPostRequestSpawnWorldItem : 0x004B6400
    ZPostStageTeam : 0x0044B260
    ZPostStageChat : 0x00418D00
    ZPostStageState : 0x00434BB0
    ZPostStageEnterBattle : 0x004A2FA0
    ZPostStageLeaveBattle : 0x00434C90
    ZPostQuestRequestNPCDead : 0x0048DDB0
    ZPostChannelChat : 0x0042AF40
    ZPostWhisper : 0x0042C100
    ZPostWhere : 0x00425C00
    ZPostDash : 0x0047F770
    ZPostChangeWeapon : 0x00434A30
    ZPostDie : 0x004A2E70
    ZPostGameKill : 0x004A3100
    ZPostSpMotion : 0x004A2DF0
    ZPostRequestSpawn : 0x004B40A0
    ZPostRequestExpelClanMember : 0x00426500

    ZCharacterManager Class
    -----------------------

    ZGetCharacterManager : 0x004A0E10
    ZCharacterManager::Find : 0x0047D6F0


    ZCharacter Class
    ----------------

    ZCharacter::PositionEncrypter : 0x00486790
    ZCharacter::Die : 0x00476DD0
    ZCharacter::SetHP : 0x00476D90
    ZCharacter::SetAP : 0x00476DA0
    ZCharacter::GetHP : 0x00476DB0
    ZCharacter::GetAP : 0x00476DC0
    ZCharacter::InitHPAP : 0x00476E50
    ZCharacter::LevelUp : 0x00477050
    ZCharacter::LevelDown : 0x00477060
    ZCharacter::SetDirection : 0x00476DE0
    Last edited by Blackbullett; 22-01-11 at 06:33 PM. Reason: added addresses

  10. #10
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: ASM tutorial for address updates

    Quote Originally Posted by Blackbullett View Post
    I hope Military is permitted to share the tutorial.

    Here are the possible addresses

    Functions
    ---------

    ZGetGame : 0x004AD880
    ZGetGameClient : 0x004AD770
    ZGetGameInterface : 0x004AD790
    ZChatOutput : 0x0042B860
    ZPostCreateMyChar : 0x0044B420
    ZPostPeerChat : 0x0042ADC0
    ZPostSkill : 0x00481170
    ZPostShot : 0x00481270
    ZPostShotSp : 0x00479840
    ZPostShotMelee : 0x00481350
    ZPostReload : 0x00433CA0
    ZPostRequestSpawnWorldItem : 0x004B6400
    ZPostStageTeam : 0x0044B260
    ZPostStageChat : 0x00418D00
    ZPostStageState : 0x00434BB0
    ZPostStageEnterBattle : 0x004A2FA0
    ZPostStageLeaveBattle : 0x00434C90
    ZPostQuestRequestNPCDead : 0x0048DDB0
    ZPostChannelChat : 0x0042AF40
    ZPostWhisper : 0x0042C100
    ZPostWhere : 0x00425C00
    ZPostDash : 0x0047F770
    ZPostChangeWeapon : 0x00434A30
    ZPostDie : 0x004A2E70
    ZPostGameKill : 0x004A3100
    ZPostSpMotion : 0x004A2DF0
    ZPostRequestSpawn : 0x004B40A0
    ZPostRequestExpelClanMember : 0x00426500

    ZCharacterManager Class
    -----------------------

    ZGetCharacterManager : 0x004A0E10
    ZCharacterManager::Find : 0x0047D6F0


    ZCharacter Class
    ----------------

    ZCharacter::PositionEncrypter : 0x00486790
    ZCharacter::Die : 0x00476DD0
    ZCharacter::SetHP : 0x00476D90
    ZCharacter::SetAP : 0x00476DA0
    ZCharacter::GetHP : 0x00476DB0
    ZCharacter::GetAP : 0x00476DC0
    ZCharacter::InitHPAP : 0x00476E50
    ZCharacter::LevelUp : 0x00477050
    ZCharacter::LevelDown : 0x00477060
    ZCharacter::SetDirection : 0x00476DE0
    Don't worry, I'll make sure Travis agrees to it.

  11. #11
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: ASM tutorial for address updates


  12. #12
    Member Blackbullett is offline
    MemberRank
    Nov 2008 Join Date
    IndiaLocation
    80Posts

    Re: ASM tutorial for address updates

    Quote Originally Posted by Military View Post
    I guess that is for finding addresses..
    I need tutorial for changing the addresses of functions in theduel.exe using OllyDbg .

  13. #13
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: ASM tutorial for address updates

    Quote Originally Posted by Blackbullett View Post
    I guess that is for finding addresses..
    I need tutorial for changing the addresses of functions in theduel.exe using OllyDbg .
    Read the tutorial , it speaks of updating from 2005/2006/2007 to whatever year you are using.



Advertisement