Advertisement
jlalt

anti bot system

Jan 9th, 2017
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 1.33 KB | None | 0 0
  1. Alright, so this system works by three methods!, lets explain them out!
  2.  
  3. Method 1:
  4. On Player Join check if his name got _ symbol if yes split player name from first word to _ symbol.
  5. then check if other players got same ip as the joined player and got the same name until their _ symbol
  6. if a player got the requirements will count him as bot, if count reached 8 or above we will ban him.
  7.  
  8. Method 2:
  9. When Player Join we will check if player name got two / one number on its last characters if yes we will split player name characters before these numbers
  10. and check if any other players got same ip and same characters as this player's in their name
  11. if yes we will count them as bot when count reaches 8 or above we will ban the player.
  12.  
  13. Method 3:
  14. On Player Join, Split Player Name to two halves and check if seven other players got same ip as his and
  15. also if got same characters as this player name halve one characters, if yes count them as bot
  16. if count is more than 7 players we will ban him.
  17.  
  18. Method 4:
  19. When Player Join we will check if server start time is more than 30 seconds [ to avoid bans on server restart ]
  20. if yes we will get player ip and search if other players got same ip if yes
  21. we will check if the matched ip players join time is less than 20 seconds
  22. if yes we count them if count reached 10 or above we will ban the player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement