Server Crashes though ASM Kore fix is applied.

Results 1 to 17 of 17
  1. #1
    Member Blackbullett is offline
    MemberRank
    Nov 2008 Join Date
    IndiaLocation
    80Posts

    Support Server Crashes though ASM Kore fix is applied.

    Hello,
    I have a problem with my server. maxteam is crashing my Match Server all the time. I applied ASM fix for Kore. It fixed Kore 1, 2, Kore Revolution, Vexo and Waldee but still server crashes.
    I need help on this matter because I think the maxteam is using some other crasher or maybe a modified version of existing one.
    I wonder if anyone can explain it to me how does a server crash. I mean how does Kore work to crash a server.
    Or give any other guidelines.
    Help will be really appreciated.
    Thank You
    Last edited by Blackbullett; 10-06-10 at 12:35 PM. Reason: I dont care any more to hide the crasher.


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

    Re: Server Crashes though ASM Kore fix is applied.

    if the patch dosent work then its the other crashers.
    kore attacks the Matchserver by sending packets and forcing the MS To crash (i think)

  3. #3
    Member Blackbullett is offline
    MemberRank
    Nov 2008 Join Date
    IndiaLocation
    80Posts

    Re: Server Crashes though ASM Kore fix is applied.

    Quote Originally Posted by randy1234 View Post
    if the patch dosent work then its the other crashers.
    kore attacks the Matchserver by sending packets and forcing the MS To crash (i think)
    But what packets? Do they have any specific property because of which Match Server crashes?
    If yes then what is it?

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

    Re: Server Crashes though ASM Kore fix is applied.

    not sure , there and manny crashers out there

  5. #5
    Member Blackbullett is offline
    MemberRank
    Nov 2008 Join Date
    IndiaLocation
    80Posts

    Re: Server Crashes though ASM Kore fix is applied.

    I wonder asking if there is any universal fix for all crashers?
    I mean fix crashing permanently!
    Please reply to this. :)

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

    Re: Server Crashes though ASM Kore fix is applied.

    Quote Originally Posted by Blackbullett View Post
    I wonder asking if there is any universal fix for all crashers?
    I mean fix crashing permanently!
    Please reply to this. :)
    You can never permanently stop someone from crashing your server.

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

    Re: Server Crashes though ASM Kore fix is applied.

    i think he means Patch the Crasher that is attacking his server (am i right?)

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

    Re: Server Crashes though ASM Kore fix is applied.

    I haven't looked at the source in a long time, but it connects via Locator and send over-sized random packets to MS, and MS can't handle it; so it crashes.

  9. #9
    Member Blackbullett is offline
    MemberRank
    Nov 2008 Join Date
    IndiaLocation
    80Posts

    Re: Server Crashes though ASM Kore fix is applied.

    Quote Originally Posted by Your Master View Post
    I haven't looked at the source in a long time, but it connects via Locator and send over-sized random packets to MS, and MS can't handle it; so it crashes.
    Thanks for that but can you tell me what is its size. I mean above what size the MS crashes? And can I use some filtering software to block those over sized packets?

  10. #10
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: Server Crashes though ASM Kore fix is applied.

    Maybe it's another crasher. Wizkidje told me there were 2 other bugs in the matchserver.

  11. #11
    Member Blackbullett is offline
    MemberRank
    Nov 2008 Join Date
    IndiaLocation
    80Posts

    Re: Server Crashes though ASM Kore fix is applied.

    Quote Originally Posted by 00niels00 View Post
    Maybe it's another crasher. Wizkidje told me there were 2 other bugs in the matchserver.
    Two other bugs means 2 other vulnerable points for crashing the server?

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

    Re: Server Crashes though ASM Kore fix is applied.

    Quote Originally Posted by Blackbullett View Post
    Two other bugs means 2 other vulnerable points for crashing the server?
    Yes. Probably, bugs are things that can crash things due to false data. (most of the time)

  13. #13
    Account Upgraded | Title Enabled! -Phoenix- is offline
    MemberRank
    Jan 2010 Join Date
    Germany/GrecceLocation
    386Posts

    Re: Server Crashes though ASM Kore fix is applied.

    why even kore has been created =_=

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

    Re: Server Crashes though ASM Kore fix is applied.

    Quote Originally Posted by €vilWolf View Post
    why even kore has been created =_=
    Cause there are guys out there who want to crash Other PPl's server

  15. #15
    Account Upgraded | Title Enabled! ::.kakashi.:: is offline
    MemberRank
    May 2009 Join Date
    MarsLocation
    321Posts

    Re: Server Crashes though ASM Kore fix is applied.

    tss, You have to try it?

    Server sided:
    1. Open locator folder
    2. Open Locator.ini
    3. Change port 8900 to any port you want in my tut i'll use 8903
    4. When done close and save it
    5. Restart locator.
    (yay your done on the server sided part)

    Client sided:
    1. Go to your client folder
    2. Open your runnable with ollydbg
    3. Right click in the middle of the screen and go to search for/All constants
    4. In the second box type 8900
    5. Click on ok
    6. It will open a window right click the line wich says: Push 22C4
    7. Right click on that line and click : Follow in dissambler
    8. Click spacebar on the line it gone to or right click / Assemble
    9. Change the 22C4 to the new port this has to be done in hex. for me it's 22c7 (IT HAS TO BE THE SAME AS THE ONE IN LOCATOR.INI!)
    (To find your port in hex go to: hexadecimal conversion, convert decimal to hexadecimal )
    10. Click enter when done changing
    11. Right click / Copy to executable / All modifications / Copy all / Right click / Save file / Select location etc click save.

    Yaaay your done fixing the new kore the easiest way.
    source : I remember their long its been :s "maybe rz" sorry for my bad english :s

  16. #16
    Music<3 Katsuro is offline
    MemberRank
    Oct 2006 Join Date
    Kailua-Kona, HILocation
    1,051Posts

    Re: Server Crashes though ASM Kore fix is applied.

    If you want to find out what packets are crashing your server, Just use a sniffer. .-.

  17. #17
    Member Blackbullett is offline
    MemberRank
    Nov 2008 Join Date
    IndiaLocation
    80Posts

    Re: Server Crashes though ASM Kore fix is applied.

    Quote Originally Posted by ::.kakashi.:: View Post
    tss, You have to try it?


    source : I remember their long its been :s "maybe rz" sorry for my bad english :s
    Yes I tried that but it doesn't work!



Advertisement