How to disable /jjang and /removejjang ?

Results 1 to 9 of 9
  1. #1
    Be a kicker than cheater. cheaterastic is offline
    MemberRank
    Dec 2009 Join Date
    764Posts

    How to disable /jjang and /removejjang ?

    GUNZ 2008 RUNNABLE
    Guys do you know how to disable commands for Jjang??
    and also How to disable command: admin_ban??
    the only thing I need to edit is the Server side, not Runnable Side.

    How to disable commands:
    /jjang [charname]
    and
    /removejjang [charname]
    and
    /admin_ban [charname]

    ?????

    pls. guys.. I need answers..

    T_T

    I want to know, because I will use it for my GunZ 2008 Runnable.
    - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    Quote Originally Posted by Cock View Post
    Spoiler:
    Code:
    -Open your runnable with ollydbg.exe.
    
    -Right click in ollydbg and select Search for --> all referenced text strings
    
    -Right click the new window that pops and select Search for text
    
    -Type in "admin_ban" or "jjang" without the quotes.
    
    -It'll lead you to it "admin_ban" double click it and it'll take you to assemble area.
    
    -Double click the assemble code and get the number after PUSH (Numbers&Letters)
    
    -Copy the code and then right click Go to --> Expression.
    
    -Paste the code in there and then go to it.
    
    -It'll lead you to another code could be letters.
    
    -Right click it and go to Binary ---> Edit
    
    -In ASCII name it randomily anything, For example "Ahahaha it's disabled" and in the hex + 00 area, at the ending of the last 2 digits type in "00" without the quotes.
    
    -Save changes and then right click the codes that'll show and copy to executable --> All modifications or selection.
    
    -Save the file and your done.
    Credits 100% to me.

    If you'd like to disable any others, same thing goes.
    NOT WORKING...
    I forgot, the only thing I need to ASM edits it the Server Side...




    Last edited by cheaterastic; 25-05-11 at 12:23 AM.


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

    Re: How to disable /jjang and /removejjang ?

    idk how to disable but u can edit them

    Hex edit runnable and search
    then edit to anything

  3. #3
    Valued Member Cock is offline
    MemberRank
    May 2011 Join Date
    Vaginas.Location
    115Posts

    Re: How to disable /jjang and /removejjang ?

    Code:
    -Open your runnable with ollydbg.exe.
    
    -Right click in ollydbg and select Search for --> all referenced text strings
    
    -Right click the new window that pops and select Search for text
    
    -Type in "admin_ban" or "jjang" without the quotes.
    
    -It'll lead you to it "admin_ban" double click it and it'll take you to assemble area.
    
    -Double click the assemble code and get the number after PUSH (Numbers&Letters)
    
    -Copy the code and then right click Go to --> Expression.
    
    -Paste the code in there and then go to it.
    
    -It'll lead you to another code could be letters.
    
    -Right click it and go to Binary ---> Edit
    
    -In ASCII name it randomily anything, For example "Ahahaha it's disabled" and in the hex + 00 area, at the ending of the last 2 digits type in "00" without the quotes.
    
    -Save changes and then right click the codes that'll show and copy to executable --> All modifications or selection.
    
    -Save the file and your done.
    Credits 100% to me.

    If you'd like to disable any others, same thing goes.

  4. #4
    I am THE DON Joe9099 is offline
    MemberRank
    Jan 2007 Join Date
    England, UkLocation
    3,655Posts

    Re: How to disable /jjang and /removejjang ?

    Well i think he means when u set someone with a jjang, how to remove it... Correct me if im wrong...

    But it varies to if the commands are changed or not, normally they are the commands you specified, there is a table in the database which i think sets "1" to enable it on the char, just edit that to 0, easier fix for now...

  5. #5
    Valued Member Cock is offline
    MemberRank
    May 2011 Join Date
    Vaginas.Location
    115Posts

    Re: How to disable /jjang and /removejjang ?

    Jjang is 2.

    And no, he wants to disable it, if he wanna remove a jjang, what does admin_ban does? he want to undisconnect? no lol.

  6. #6
    Hakuna Matata bulli10 is offline
    MemberRank
    Feb 2011 Join Date
    697Posts

    Re: How to disable /jjang and /removejjang ?

    you got code to do it.

  7. #7
    Aristrum Mark is offline
    MemberRank
    Aug 2007 Join Date
    United KingdomLocation
    474Posts

    Re: How to disable /jjang and /removejjang ?

    You can either do it as "Cock" suggest above (which doesn't actually disable it, just makes it harder to use in your particular runnable) or you could disable it on the server side.

    I'll post the addresses for your case later :)

  8. #8
    I am THE DON Joe9099 is offline
    MemberRank
    Jan 2007 Join Date
    England, UkLocation
    3,655Posts

    Re: How to disable /jjang and /removejjang ?

    Quote Originally Posted by Cock View Post
    Jjang is 2.

    And no, he wants to disable it, if he wanna remove a jjang, what does admin_ban does? he want to undisconnect? no lol.
    1. Shut the fuck up u cocky kid.
    2. what the fuck are u onabout.
    3. w/e havn't done gunz for a while

    I hate cockyness, ur name fits well.

  9. #9
    Be a kicker than cheater. cheaterastic is offline
    MemberRank
    Dec 2009 Join Date
    764Posts

    Re: How to disable /jjang and /removejjang ?

    Quote Originally Posted by Cock View Post
    Spoiler:
    Code:
    -Open your runnable with ollydbg.exe.
    
    -Right click in ollydbg and select Search for --> all referenced text strings
    
    -Right click the new window that pops and select Search for text
    
    -Type in "admin_ban" or "jjang" without the quotes.
    
    -It'll lead you to it "admin_ban" double click it and it'll take you to assemble area.
    
    -Double click the assemble code and get the number after PUSH (Numbers&Letters)
    
    -Copy the code and then right click Go to --> Expression.
    
    -Paste the code in there and then go to it.
    
    -It'll lead you to another code could be letters.
    
    -Right click it and go to Binary ---> Edit
    
    -In ASCII name it randomily anything, For example "Ahahaha it's disabled" and in the hex + 00 area, at the ending of the last 2 digits type in "00" without the quotes.
    
    -Save changes and then right click the codes that'll show and copy to executable --> All modifications or selection.
    
    -Save the file and your done.


    Credits 100% to me.

    If you'd like to disable any others, same thing goes.
    thanks... I will try it.

    - - - - - - - - - - - - - - - - - - - -

    I just want to disable /jjang and /remove_jjang and /admin_ban
    Guys, the truth is, I want to disable it, because I have made an EVENT_SHOP buying JJANG and Removing JJANG...
    Also I hate /admin_ban, because it makes player Disconnecting...
    it is fine to me just to have/remain /kick command.
    Last edited by cheaterastic; 24-05-11 at 09:17 PM.



Advertisement