Change name of controls

Results 1 to 20 of 20
  1. #1
    Member azatain is offline
    MemberRank
    May 2009 Join Date
    68Posts

    sad Change name of controls

    Hello again,

    He wanted to know how to change the command like:

    /Admin_wall
    to
    /All

    and has as you increase the number of caracters in the chat lobby, because sometimes when you send the /admin_wall message is incomplete and .-.

    July 08 archives
    Last edited by azatain; 30-09-10 at 09:47 PM. Reason: July 08 archives


  2. #2
    Banned random idiot is offline
    BannedRank
    Jul 2010 Join Date
    Under the MoonLocation
    901Posts

    Re: Change name of controls

    with ASM
    Last edited by random idiot; 30-09-10 at 09:44 PM.

  3. #3
    Member azatain is offline
    MemberRank
    May 2009 Join Date
    68Posts

    Re: Change name of controls

    Quote Originally Posted by Zeaos View Post
    with ASM
    yes, but has tut here somewhere?

    july 08

  4. #4
    Banned random idiot is offline
    BannedRank
    Jul 2010 Join Date
    Under the MoonLocation
    901Posts

    Re: Change name of controls

    yes try to search
    I saw one before
    also theres an other way but forgot it

  5. #5
    What year is this? pluke001 is offline
    MemberRank
    Nov 2008 Join Date
    LithuaniaLocation
    941Posts

    Re: Change name of controls

    hex edit with "hex workshop" search for command that you want to change and then change it o.o

  6. #6
    Member azatain is offline
    MemberRank
    May 2009 Join Date
    68Posts

    Re: Change name of controls

    Quote Originally Posted by pluke001 View Post
    hex edit with "hex workshop" search for command that you want to change and then change it o.o
    I've tried, but when I do the command in the game, nothing appears o_o '

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

    Re: Change name of controls

    Quote Originally Posted by azatain View Post
    I've tried, but when I do the command in the game, nothing appears o_o '
    Because commands need server sided edits as well.

  8. #8
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: Change name of controls

    Quote Originally Posted by phoenix_147 View Post
    Because commands need server sided edits as well.
    No.
    You just need to edit the string using a tool such as Hex Workshop or OllyDbg.
    Best choice I see for you is Hex Workshop. Just CTRL + F -> Enter command string (I.E; /admin_wall) and edit. Do it for all searches found.

  9. #9
    Member azatain is offline
    MemberRank
    May 2009 Join Date
    68Posts

    Re: Change name of controls

    Quote Originally Posted by Your Master View Post
    No.
    You just need to edit the string using a tool such as Hex Workshop or OllyDbg.
    Best choice I see for you is Hex Workshop. Just CTRL + F -> Enter command string (I.E; /admin_wall) and edit. Do it for all searches found.
    I already tried that. but like I said, when I do the new command nothing happens .-.

    (Hex)

  10. #10
    Banned random idiot is offline
    BannedRank
    Jul 2010 Join Date
    Under the MoonLocation
    901Posts

    Re: Change name of controls

    then edit it with asm

  11. #11
    Member azatain is offline
    MemberRank
    May 2009 Join Date
    68Posts

    Re: Change name of controls

    Quote Originally Posted by Zeaos View Post
    then edit it with asm
    how ?

  12. #12
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: Change name of controls

    Quote Originally Posted by azatain View Post
    I already tried that. but like I said, when I do the new command nothing happens .-.

    (Hex)
    You can't edit the string so it's longer.
    LikeThisCommand
    LikeThisSecondCommand

    It won't work unless you edit it with a debugger such as OllyDbg.

    Quote Originally Posted by Zeaos View Post
    then edit it with asm
    It's just like doing it with an hex editor, you don't need to do any Assembly because it's a text-string, it gets PUSH'd, and you don't even need to edit that unless, like I said, you want to add a longer string.

  13. #13
    Member azatain is offline
    MemberRank
    May 2009 Join Date
    68Posts

    Re: Change name of controls

    I've tried at least one sequence, /all .-.

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

    Re: Change name of controls

    Please don't flame, I will just try to help ;)

    Open with Hex Editor.
    Search for /admin_wall
    change to /all
    go to the left and click on the hex that is past the code (should be highlighted i think, click the next one I believe)
    Start putting in 0s till the right deletes every letter of the rest of the command with ....s

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

    Re: Change name of controls

    Quote Originally Posted by azatain View Post
    I already tried that. but like I said, when I do the new command nothing happens .-.

    (Hex)
    did u do it for the runnable?(theduel.exe)

    becuz it should work if you did it right

  16. #16

    Re: Change name of controls

    Just change the name of your command in Hex Workshop and replace the useless bytes with 00.

    Done.

  17. #17
    Banned mhmd135 is offline
    BannedRank
    Jul 2010 Join Date
    437Posts

    Re: Change name of controls

    its from Hex Editor edit th runnable srch for it and edit

  18. #18
    Freelance GunZ Developer Touchwise is offline
    MemberRank
    Aug 2009 Join Date
    The NetherlandsLocation
    754Posts

    Re: Change name of controls

    It works to do:

    Download Hex Editor / Hex Workshop
    Run the file in the ediotr and then use the search function (CTRL+F)
    Search for /admin_wall then edit it so you will get /ALLin_wall then nop the "in_wall" not just use spaces but nop it..

    Regards,
    moi

  19. #19
    Apprentice Kyoshike is offline
    MemberRank
    Apr 2010 Join Date
    CanadaLocation
    13Posts

    Re: Change name of controls

    PROGRAM: HEX WORKSHOP
    HOW TO: CTRL+F
    TYPE: TEXT STRING
    VALUE: /admin_wall
    HEX: 2F61 646D 696E 5F77 616C 6C

    /admin_wall <......>
    TO
    /all <......>

    Binary:
    2F61646D696E5F77616C6C203CB8DEBDC3C1F63E
    TO
    2F616C6C203C2E2E2E2E2E2E3E00000000000000
    Last edited by Kyoshike; 01-10-10 at 02:52 PM.

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

    Re: Change name of controls

    Just upload your runnable and tell me what commands you want to change and to what. I seriously hate it when you keep asking even though you just have to search and replace.



Advertisement