MBMatchServer::AddClanServerSwitchDownSchedule

Results 1 to 9 of 9
  1. #1
    Account Upgraded | Title Enabled! fred94 is offline
    MemberRank
    Jun 2008 Join Date
    250Posts

    MBMatchServer::AddClanServerSwitchDownSchedule

    How could I disable this?

    Code:
    MBMatchServer::AddClanServerSwitchDownSchedule


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

    Re: MBMatchServer::AddClanServerSwitchDownSchedule

    change the first line of the function to RETN

  3. #3
    Programming Addict Lambda is offline
    MemberRank
    Sep 2007 Join Date
    SpainLocation
    393Posts

    Re: MBMatchServer::AddClanServerSwitchDownSchedule

    Quote Originally Posted by cerealnp View Post
    change the first line of the function to RETN
    Isn't easy as that, if the function have parameters you MUST clean the stack doing a RET <numberofbytespushed> or else you will get a nice crash.

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

    Re: MBMatchServer::AddClanServerSwitchDownSchedule

    but if the function have no parameters?

    btw RET and RETN is the same?

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

    Re: MBMatchServer::AddClanServerSwitchDownSchedule

    Quote Originally Posted by dacharles View Post
    but if the function have no parameters?

    btw RET and RETN is the same?
    No, he did mistake wrote RET, it's RETN altought.

  6. #6

    Re: MBMatchServer::AddClanServerSwitchDownSchedule

    Quote Originally Posted by wtfhacker View Post
    No, he did mistake wrote RET, it's RETN altought.
    No, RET and RETN is the same.

    In a debugger, you can either choose to view RETN as RET, vice-versa.

  7. #7
    Account Upgraded | Title Enabled! fred94 is offline
    MemberRank
    Jun 2008 Join Date
    250Posts

    Re: MBMatchServer::AddClanServerSwitchDownSchedule

    I meant, this appears in the Matchlog.txt with a time at end...

  8. #8
    Programming Addict Lambda is offline
    MemberRank
    Sep 2007 Join Date
    SpainLocation
    393Posts

    Re: MBMatchServer::AddClanServerSwitchDownSchedule

    Usually RETN is 0xC3 which dont allow you to specify the number of bytes to clean, thing that RET does.

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

    Re: MBMatchServer::AddClanServerSwitchDownSchedule

    Quote Originally Posted by dacharles View Post
    but if the function have no parameters?
    I just figured out how stupid is this question .



Advertisement