[TUT] Easy fix on new crasher

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 35
  1. #16
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: [TUT] Easy fix on new crasher

    Quote Originally Posted by Lambda View Post
    There's no connection on UDP, you have to spam packets to every port and wait for an answer on one of them, which is pretty slow.
    Was pointing to TCP packets, the packets that actually crash. For the answer delay, use an alarm.
    Last edited by Solaire; 05-02-10 at 12:30 PM.

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

    Re: [TUT] Easy fix on new crasher

    Quote Originally Posted by Wizkidje View Post
    Was pointing to TCP packets, the packets that actually crash. For the answer delay, use an alarm.
    You're right, i was thinking that you was talking about UDP since this patch only changes the locator port.

    And for the async sockets, still the same, you may post the 60000 petitions at once but the answers will be delayed in the same way, of course will be faster than the request-wait method.

  3. #18
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: [TUT] Easy fix on new crasher

    Quote Originally Posted by Lambda View Post
    You're right, i was thinking that you was talking about UDP since this patch only changes the locator port.

    And for the async sockets, still the same, you may post the 60000 petitions at once but the answers will be delayed in the same way, of course will be faster than the request-wait method.
    Yeah, but because of the UDP port changing, you can choose between scanning UDP or TCP ports.

    If I let the asynchronous socket time out after 1 second, it'll be much faster than the usual amount of time. (I believe 15 seconds)

  4. #19
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: [TUT] Easy fix on new crasher

    Quote Originally Posted by Wizkidje View Post
    Code:
    for (int i = 1; i <= 65536; i++) {
        //Attempt to connect port i.
    }
    Exactly.

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

    Re: [TUT] Easy fix on new crasher

    Just drop all packets with the following data inside it:

    Code:
    TODO: Type here /xFF 64 times

  6. #21

    Re: [TUT] Easy fix on new crasher

    Quote Originally Posted by cerealnp View Post
    Just drop all packets with the following data inside it:

    Code:
    TODO: Type here /xFF 64 times
    Exactly.

    However, you are going to have too many sessions on MatchServer which timeout after a few minutes. - C(0) N(33) A(0)
    Last edited by Linear88; 05-02-10 at 06:19 PM.

  7. #22
    Account Upgraded | Title Enabled! RodiSR is offline
    MemberRank
    Oct 2009 Join Date
    313Posts

    Re: [TUT] Easy fix on new crasher

    Quote Originally Posted by Nobody666 View Post
    so you support kore, and yet you released a simple patch for it, therefore meaning your a douchebag.

    Love the logic there
    I agree with you he was the one making other accounts on other private servers like FlameGunZ DArkgunz etc and then go on a proxy and crashes them with the updated kore and here he posts a fix rofl.

  8. #23
    Account Upgraded | Title Enabled! Creativity is offline
    MemberRank
    Feb 2009 Join Date
    127.0.0.1Location
    492Posts

    Re: [TUT] Easy fix on new crasher

    Changing the port/ Location etc... doesn't work even with restarting for me.

    Kinda pathetic people waste their lives making programmes to destroy communities.

  9. #24
    Member xgosu is offline
    MemberRank
    Dec 2009 Join Date
    61Posts

    Re: [TUT] Easy fix on new crasher

    At least someone try to help. This gunz pserver thingy reaches it end
    Last edited by xgosu; 08-02-10 at 03:22 AM.

  10. #25
    Account Upgraded | Title Enabled! purpleCRAYON is offline
    MemberRank
    Mar 2009 Join Date
    249Posts

    Re: [TUT] Easy fix on new crasher

    Modify your Kore to get the packet by checking the address where it's stored???????

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

    Re: [TUT] Easy fix on new crasher

    most people would not release the Patch they will only keep it to themself

    But one person that is kind will

    eg.Wizkid

  12. #27
    wololololo omgisavedu is offline
    MemberRank
    Mar 2009 Join Date
    in batch fileLocation
    343Posts

    Re: [TUT] Easy fix on new crasher

    hmmmm intersting ty much love from here

  13. #28
    wololololo omgisavedu is offline
    MemberRank
    Mar 2009 Join Date
    in batch fileLocation
    343Posts

    Re: [TUT] Easy fix on new crasher

    say if u change your port, and block pot scan, does it work?

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

    Re: [TUT] Easy fix on new crasher

    Quote Originally Posted by omgisavedu View Post
    say if u change your port, and block pot scan, does it work?
    Nope.
    This tutorial kinda "I'm lazy".

    I still like Touchwise :)

  15. #30
    Ā  Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: [TUT] Easy fix on new crasher

    Gosh, THIS tut got stickied? How long does it take to find the locator port ffs? Anyone can go to the login screen and use a net limiter to find the ports. *Sigh*
    Posted via Mobile Device



Page 2 of 3 FirstFirst 123 LastLast

Advertisement