06.05.2012, 07:28
My server was attacked few days ago by those bots and the include owned them!
Sadly CLEO mods is not detected untill it happens!
But this is a rly nice mods. The best way to stop this is by disable cleo mods on servers. As i do. Yeah sure there will allways be some programs which are not made as a cleo mod, but as a program we have our anti-cheat which will see it. And FS/gm code, which prevent things like spam/advertising/bots e.tc... "from the same ip/ip range" BUT i rly like this include! A big + for you |
if(IsPlayerNPC(playerid)) {
new server_IP[16];
format(server_IP, 16, "127.0.0.1");
if(strcmp([B]ConnIP[/B],server_IP,true) != 0) {
Ban(playerid); // Ban is the safest thing here, as if you kick, they can still flood you with endless connections
return 0;
}
}