• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Need Script Auto Ban Ping. Use TFS (0.4) 8.60

samuel157

/root
Joined
Mar 19, 2010
Messages
518
Solutions
3
Reaction score
71
Location
São Paulo, Brazil
GitHub
Samuel10M
Script function player send unknow bytes go auto_ban_ip script can be global events and creature script, script function for player what send bytes (ping) with intent to crash the server
 
If they are "pinging" you aka dos/ddos, banning them isn't going to solve anything. At any rate... in config.lua > autoBanishUnknownBytes = true should auto ban ppl sending invalid packets aka shitty bot scripts.

Oh and P.S.
It will also auto ban anyone using otclient or ronclient because they have custom features that are not standard in tfs and as such are considered "unknown bytes".
 
If they are "pinging" you aka dos/ddos, banning them isn't going to solve anything. At any rate... in config.lua > autoBanishUnknownBytes = true should auto ban ppl sending invalid packets aka shitty bot scripts.

Oh and P.S.
It will also auto ban anyone using otclient or ronclient because they have custom features that are not standard in tfs and as such are considered "unknown bytes".

Thanks SOLVED :)
 
You can ignore ping packets at computer level by adding a rule to iptables:
Code:
iptables -A INPUT -p icmp -j DROP
 

Similar threads

Back
Top