Some ASM (2007)

Results 1 to 12 of 12
  1. #1
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Some ASM (2007)

    These are all for Theduel.exe/GunZ.exe, and obviously for the 07 files as the title says.

    -Changing whisper length

    Code:
    1. Go to "0042B249" you will "CMP EAX,4" (4 is the minimum you can whisper)
    2. Edit that to the minimum you want, for example if you want 1, do "CMP EAX,1"
    3. Go to "0042b2ae", you will see "CMP EAX,0C" (0c is maximum, it is 12)
    4. Edit that to the maximum you want (I can't remember if its 16 or 18 it starts crashing/getting buggy), so for 16 just do "CMP EAX,16"
    - Character creation Limit (need someone to verify this)

    Code:
    1. Go to "0044AC8B" you will see "CMP EAX,4" (Again, 4 is the minimum)
    2. Edit that to the minimum you want, for example 1, "CMP EAX,1"
    3. Go to "0044ACA8" you will see "CMP EAX,0C" (Again, maximum"
    4. Edit to what you want (Again, keep in mind 16 or 18 is where you should stop, so for 16 "CMP EAX,16"
    -Creating private channel limit

    Code:
    1. Go to "0044c3a9" you will see "CMP EAX,4"
    2.Edit that to the minimum you want, so for 1 "CMP EAX,1"
    3. Go to "0044c3d9" you will see "CMP EAX,0C"
    4. Edit that to the maximum you want, so for 20 do "CMP EAX,20"

    Thanks to GunZ2830/Delpa for posting these addresses for the 2008 files, i just found them for 07.


    Also i found this while looking through for these lines,again need someone to test this.

    -Clan names

    Code:
    1. Go to "0044BBB8" you will see "CMP EAX,4"
    2. Minimum number, change to what you want, again for 1 do "CMP EAX,1"
    3. Go to "0044bbd5" you will see "CMP EAX,0C"
    4. Edit to the maximum, again probably messes after 16 or 18. Edit to what you want.


  2. #2
    Account Upgraded | Title Enabled! wtfhacker is offline
    MemberRank
    Dec 2009 Join Date
    328Posts

    Re: Some ASM (2007)

    you forgot matchserver adresses

  3. #3
    Account Upgraded | Title Enabled! fuxpro321 is offline
    MemberRank
    Jun 2010 Join Date
    266Posts

    Re: Some ASM (2007)

    erm how about the unmask whisper/chat/clan in the duel?

    can u find that? :p

    wll be good if u do

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

    Re: Some ASM (2007)

    Quote Originally Posted by fuxpro321 View Post
    erm how about the unmask whisper/chat/clan in the duel?

    can u find that? :p

    wll be good if u do
    Has already been released by him, as a tutorial i believe.

    Next time, search -,-

  5. #5
    Account Upgraded | Title Enabled! fuxpro321 is offline
    MemberRank
    Jun 2010 Join Date
    266Posts

    Re: Some ASM (2007)

    yes he released the unmasked one but it dosent unmask the whisper/chat/clan in the duel.

    -_-

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

    Re: Some ASM (2007)

    Quote Originally Posted by fuxpro321 View Post
    yes he released the unmasked one but it dosent unmask the whisper/chat/clan in the duel.

    -_-
    Again, search!

    OMFG xD

    ThievingSix has released that.

  7. #7
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: Some ASM (2007)

    "- Character creation Limit (need someone to verify this)"

    Why would you limit this in the client? It should be the server that decides to limit requests when creating a character, not the client. Your way isn't secure.

  8. #8
    Account Upgraded | Title Enabled! wtfhacker is offline
    MemberRank
    Dec 2009 Join Date
    328Posts

    Re: Some ASM (2007)

    ^ plus don't work it's need matchserver verify too

  9. #9
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Some ASM (2007)

    Quote Originally Posted by wtfhacker View Post
    you forgot matchserver adresses
    I figured as much, can't test matchserver right now. Anyways GunZ2830 only posted these addresses which were in the .exe

    Quote Originally Posted by Guy View Post
    "- Character creation Limit (need someone to verify this)"

    Why would you limit this in the client? It should be the server that decides to limit requests when creating a character, not the client. Your way isn't secure.
    All the addresses he posted were for the .exe, in fact the thread he made himself was just a runnable. I do agree, as i was doing it i thought it was simple to just change this but eh

  10. #10
    Account Upgraded | Title Enabled! wtfhacker is offline
    MemberRank
    Dec 2009 Join Date
    328Posts

    Re: Some ASM (2007)

    Quote Originally Posted by Nobody666 View Post
    I figured as much, can't test matchserver right now. Anyways GunZ2830 only posted these addresses which were in the .exe



    All the addresses he posted were for the .exe, in fact the thread he made himself was just a runnable. I do agree, as i was doing it i thought it was simple to just change this but eh
    Re-look in the thread he posted matchserver also

  11. #11
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Some ASM (2007)

    Quote Originally Posted by wtfhacker View Post
    Re-look in the thread he posted matchserver also
    only thing he posted the match server addresses for was Hack detection

    RaGEZONE - MMORPG server development forums - View Single Post - Edited client (July 21 2008)

  12. #12
    Member THC is offline
    MemberRank
    May 2010 Join Date
    NALocation
    82Posts

    Re: Some ASM (2007)

    Nice useful stuff Nobody.



Advertisement