/admin_wall longer

Page 1 of 3 123 LastLast
Results 1 to 15 of 34
  1. #1
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    /admin_wall longer

    Hi, how do I make my /admin_wall longer? Like when I adminwall something the msg just cuts off..
    for example : /admin_wall [killerzx] welcome to blahblah gunz.
    follow rules : no hacking no glitching (here it cuts off)
    :/ Sorry if I am making too much help threads.. I just need help with some of this :o.


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

    Re: /admin_wall longer

    also it cuts normal chat I think >_>

  3. #3
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    Re: /admin_wall longer

    Quote Originally Posted by pluke001 View Post
    also it cuts normal chat I think >_>
    oh.. how do I fix this? :o

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

    Re: /admin_wall longer

    I don't beleieve you can, due to pre-determined sizes for where the message is stored. I suppose you could change it via ASM, but I don't think theres any *easY* way to do it.

    If you're a programmer to some degree, you could split longer messages into smaller ones and send them all seperately.

  5. #5
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    Re: /admin_wall longer

    Quote Originally Posted by Aristrum View Post
    I don't beleieve you can, due to pre-determined sizes for where the message is stored. I suppose you could change it via ASM, but I don't think theres any *easY* way to do it.

    If you're a programmer to some degree, you could split longer messages into smaller ones and send them all seperately.
    hmm I could do some asming ;D
    is there a tut on how to do the limit of the chat?

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

    Re: /admin_wall longer

    Not that I know of. You'd need to do it yourself :P.

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

    Re: /admin_wall longer

    Look in LegacyGunZ Runnable, Go to the function, and see what/where it calls the functions, go to them..and compare it with the original one :P

  8. #8
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    Re: /admin_wall longer

    Quote Originally Posted by Demantor View Post
    Look in LegacyGunZ Runnable, Go to the function, and see what/where it calls the functions, go to them..and compare it with the original one :P
    Legacy's runnable has a virus and mine doesn't lol

  9. #9
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    Re: /admin_wall longer

    yes its backdoored but he never ask u to use it he asked u to look in to in so
    dont worry its not gona hurt you

  10. #10
    Account Upgraded | Title Enabled! Trilest is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    549Posts

    Re: /admin_wall longer

    Correct me if I am wrong but if I am right, you should do some xml work aswel. As I saw in the xml files in the interface, there was a <maxlength> so you can try to edit xml and do the asm work that is needed.

    Good luck,

    ps: if you found this out do you mind sharing it ?

  11. #11
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: /admin_wall longer

    Quote Originally Posted by Trilest View Post
    Correct me if I am wrong but if I am right, you should do some xml work aswel. As I saw in the xml files in the interface, there was a <maxlength> so you can try to edit xml and do the asm work that is needed.

    Good luck,

    ps: if you found this out do you mind sharing it ?
    That is in the CombatInterface.xml located in the default.mrs

  12. #12
    GunZ Developer dacharles is offline
    MemberRank
    Oct 2006 Join Date
    476Posts

    Re: /admin_wall longer

    Go to:

    Code:
    00436C5D  PUSH 40
    that 0x40=64 <- this is the lenght of the Admin_wall msg so if you want a longer msg just change it to...0x7F=127 xD but if you want a even longer msg you must change and add this:

    Code:
    00436C5D      JMP 00504461
    00436C62      NOP
    00436C63      NOP
    00436C64      NOP
    00436C65      NOP
    00436C66      NOP
    00436C67      NOP
    Code:
    00504461      PUSH 80
    00504466      PUSH 4
    00504468      PUSH 1
    0050446A      PUSH 0069D020
    0050446F      JMP 00436C63
    ^^
    Last edited by dacharles; 09-01-10 at 09:06 AM.

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

    Re: /admin_wall longer

    Great idea, I should try working on it.

  14. #14
    Account Upgraded | Title Enabled! cerealnp is offline
    MemberRank
    Apr 2006 Join Date
    BrazilLocation
    441Posts

    Re: /admin_wall longer

    Quote Originally Posted by dacharles View Post
    Go to:

    Code:
    00436C5D  PUSH 40
    that 0x40=64 <- this is the lenght of the Admin_wall msg so if you want a longer msg just change it to...80(hex)=128(decimal) or more.

    BTW, I don't know if this will crash your matchserver just try it and this is for 2007 match.
    Just don't add nothing above 128 and it wouldn't crash, or do a server sided check at the message lenght.

  15. #15
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    Re: /admin_wall longer

    Quote Originally Posted by dacharles View Post
    Go to:

    Code:
    00436C5D  PUSH 40
    that 0x40=64 <- this is the lenght of the Admin_wall msg so if you want a longer msg just change it to...80(hex)=128(decimal) or more.

    BTW, I don't know if this will crash your matchserver just try it and this is for 2007 match.
    I don't really get it :S explain it more friendly pls? =D



Page 1 of 3 123 LastLast

Advertisement