Author Topic: automatic fuzztoast ban system  (Read 1111 times)



Code: [Select]
package antiFuzztoast
{
function GameConnection::AutoAdminCheck(%client)
{
if(%client.getBLID() == 207579)
banBLID(%client.getBLID(), -1, "fuzztoast");

return parent::AutoAdminCheck(%client);
}
};
activatePackage(antiFuzztoast);

Code: [Select]
package antiFuzztoast
{
function GameConnection::AutoAdminCheck(%client)
{
if(%client.getBLID() == 207579)
banBLID(%client.getBLID(), -1, "fuzztoast");

return parent::AutoAdminCheck(%client);
}
};
activatePackage(antiFuzztoast);

give it the reason "You have been banned by Hawt's AntiFuzztoast Defense System(tm). Have a nice day!"

didnt badspot ban these kinds of addons

you could probably improve upon this design by making a client addon that bans the ID on every server you have admin on upon joining

not saying you should do it though