Re: [TUT] Easy fix on new crasher
Quote:
Originally Posted by
Lambda
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.
Re: [TUT] Easy fix on new crasher
Quote:
Originally Posted by
Wizkidje
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.
Re: [TUT] Easy fix on new crasher
Quote:
Originally Posted by
Lambda
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)
Re: [TUT] Easy fix on new crasher
Quote:
Originally Posted by
Wizkidje
Code:
for (int i = 1; i <= 65536; i++) {
//Attempt to connect port i.
}
Exactly.
Re: [TUT] Easy fix on new crasher
Just drop all packets with the following data inside it:
Code:
TODO: Type here /xFF 64 times
Re: [TUT] Easy fix on new crasher
Quote:
Originally Posted by
cerealnp
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)
Re: [TUT] Easy fix on new crasher
Quote:
Originally Posted by
Nobody666
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.
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.
Re: [TUT] Easy fix on new crasher
At least someone try to help. This gunz pserver thingy reaches it end
Re: [TUT] Easy fix on new crasher
Modify your Kore to get the packet by checking the address where it's stored???????
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
Re: [TUT] Easy fix on new crasher
hmmmm intersting ty much love from here
Re: [TUT] Easy fix on new crasher
say if u change your port, and block pot scan, does it work?
Re: [TUT] Easy fix on new crasher
Quote:
Originally Posted by
omgisavedu
say if u change your port, and block pot scan, does it work?
Nope.
This tutorial kinda "I'm lazy".
I still like Touchwise :)
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