18.04.2011, 18:20
I won't need it, but it's nice thought.
And about the Ddos discussion: Do you really think a server'll slow down that much so you can't play well with ONE connection? I don't think so . You need alot connections for it, if you want to let it take effect (shell's).
You can try it on your own server (if it's hosted), with this BAT/CMD script:
Change "IP" for the IP you wanna "Attack". Even if you change 500 to a higher value, it won't work.
I've just tried it (to be sure I'm true), and believe me, with this noob script it won't work. This script above is smilar too while(true) GetInfoPacket("127.0.0.1",7777);, but only a bit different. So don't worry about dDos with this
And about the Ddos discussion: Do you really think a server'll slow down that much so you can't play well with ONE connection? I don't think so . You need alot connections for it, if you want to let it take effect (shell's).
You can try it on your own server (if it's hosted), with this BAT/CMD script:
Код:
@echo off color 1f cls ping IP -t -l 500 pause exit
I've just tried it (to be sure I'm true), and believe me, with this noob script it won't work. This script above is smilar too while(true) GetInfoPacket("127.0.0.1",7777);, but only a bit different. So don't worry about dDos with this