Can i chance command(names)

Results 1 to 8 of 8
  1. #1
    RestyleGamerZ FTW Mambo is offline
    MemberRank
    Mar 2008 Join Date
    The NetherlandsLocation
    821Posts

    Can i chance command(names)

    Hi, I'm trying stuff in my client (theduel.exe)

    Well my problem: Can i change like /admin_ban to /disconnect?

    If so, is this an ascii in the client and server or do i have to change a string in the client files without ASM editing anything?

    Thx in advance!


  2. #2
    (。◕‿‿◕。) Nobody666 is online now
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Can i chance command(names)

    Im pretty sure you can't do that without ASM. But you do edit the client I believe to do that.

  3. #3
    Retired modder Aimed is offline
    MemberRank
    Aug 2008 Join Date
    BelgiumLocation
    1,279Posts

    Re: Can i chance command(names)

    you can..
    Only if you browse or search the forums here on ragezone, you will see that underneed this thread are 2 other threads with the same subject. which will answer your question. =)

  4. #4
    Sultan of Yolo Demantor is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    1,266Posts

    Re: Can i chance command(names)

    Quote Originally Posted by Mambo View Post
    Hi, I'm trying stuff in my client (theduel.exe)

    Well my problem: Can i change like /admin_ban to /disconnect?

    If so, is this an ascii in the client and server or do i have to change a string in the client files without ASM editing anything?

    Thx in advance!
    This is a very easy Edit with HeX Editors:, Open gunz.exe with a hex editor, Find a Text String Value :
    Code:
    admin_ban
    OR
    Code:
    /admin_ban
    Edit them to your Command name which you want, as Example to use the /admin_ban to /disconect do this:
    Code:
    disconnect
    and the second edit it to this,,!
    Code:
    /disconnet
    To change your command to a word which is smaller than the original one, you need to begin with the edits, and delete the other characters from the other command name in the left side in hex editor which you can see numbers and some letters, then, remove each unneeded letter with typing 00 for one, and so on,
    If you did it fine it must be like this . .

    If you are a newb, look here as aexample to change the /Admin_ban to /dc :
    this is on on the right side of your hex editor .. is not meaning a dot or space*
    Code:
    dc........../dc <charname>
    here you can see the other side of you hex editor :
    Code:
    6463000000000000000000002F6463203C636861726E616D653E
    I can't say more!!!
    It is really too easy!!!!!, try others yourself!!!

  5. #5
    Adrian - Gunz Addict Adriann is offline
    MemberRank
    Oct 2008 Join Date
    Miami, FLLocation
    658Posts

    Re: Can i chance command(names)

    Quote Originally Posted by Nobody666 View Post
    Im pretty sure you can't do that without ASM. But you do edit the client I believe to do that.
    are you trying 2 be like t6 and say its a asm edit for everything? you dont even know anything about gunz stop spamming this section.

  6. #6
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: Can i chance command(names)

    Either do it via HEX or create a new ASCII string at the bottom of the runnable and PUSH it at the right place.

  7. #7
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Can i chance command(names)

    i would rather do via HEX but im sure you cant do /disconnect from /admin_ban since /admin_ban is 1 letter short of /disconnect and im pretty sure you cant have it longer than /admin_ban xD

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

    Re: Can i chance command(names)

    Quote Originally Posted by Wizkidje View Post
    Either do it via HEX or create a new ASCII string at the bottom of the runnable and PUSH it at the right place.
    Can i ask you a question on msn if i don't get it?

    PS. I was just taking a look in the ASM..

    And wasn't that you Demantor? Who asked thta about jjang command to ban command?
    Maybe this is something: CMP DWORD PTR SS:[ESP+8],2

    I'm not sure if this is intresting, just a thought..

    Maybe CMP DWORD PTR SS:[ESP+8],2 has to be CMP DWORD PTR SS:[ESP+8],253

    So the 2 gets into a 253. Not sure if it works. If you want the adresses or something: 0042BAE0

    And around this one: 0042D88E are the other commands. It's ASM stuff. If this doesn't work don't flame me.



Advertisement