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
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
Re: ASM tutorial for address updates
Note : BlackBullett uses the July 2008 files, not June 2007.
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
Re: ASM tutorial for address updates
I have a tutorial Travis gave me.
Re: ASM tutorial for address updates
Quote:
Originally Posted by
Military
I have a tutorial Travis gave me.
And?
Are you going to give it to him or something?
Re: ASM tutorial for address updates
Quote:
Originally Posted by
Phoenix
And?
Are you going to give it to him or something?
I will have to ask Travis , but some of it is on here.
Re: ASM tutorial for address updates
go the adress right click edit
its below..
just add a "-" Offset
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
Re: ASM tutorial for address updates
Quote:
Originally Posted by
Blackbullett
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.
Re: ASM tutorial for address updates
Re: ASM tutorial for address updates
Quote:
Originally Posted by
Military
I guess that is for finding addresses..
I need tutorial for changing the addresses of functions in theduel.exe using OllyDbg .
Re: ASM tutorial for address updates
Quote:
Originally Posted by
Blackbullett
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.