Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot SA-MP Releases Filterscripts [Filterscript] Anti-Bot (Anti-Multiple-Connections)

 
  • 0 Vote(s) - 0 Average
Filterscript Anti-Bot (Anti-Multiple-Connections)
RajatAsthana
Offline

Burgershot Member
Posts: 9
Threads: 2
Joined: Apr 2019
Reputation: 1
Location: India
#1
2019-04-23, 09:35 AM (This post was last modified: 2019-04-23, 09:37 AM by RajatAsthana.)
~ANTI BOT V.1~

Why This?
This is Made for the servers which are getting attacked by Massive Connections ( Bot's) . Since i was requested To make this in my discord DM So, I have made this.

What This Contains?
A filterscript :p.

How is this helpful?
It bans the IP once there are 2/More connections from a IP (default. You can change it in the script)


What is IP? (Beginner's Question)
[font=sans-serif]An Internet Protocol address (IP address) is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication.[1][2] An IP address serves two principal functions: host or network interface identification and location addressing.[/font]

[font=sans-serif]How to install?[/font]
[font=sans-serif]1) Download the script from the link below.[/font]
[font=sans-serif]2) Add the AntiBot.amx into your filterscript folder[/font]
[font=sans-serif]3) Add this line into your server.cfg 
Code:
filterscripts AntiBot
[/font]

[font=sans-serif]4) Run Your server.[/font]


Where Da links at?
1) PasteBin - https://pastebin.com/JEewZh9v
2) GitHub - https://github.com/RyderAsthana/Anti-Bot

=========REP ME IF IT HELPED YOU.========
Code:
OnPlayerConnect(playerid)
{
new PlayerName[25];
GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
Ban(playerid);
printf("%s was Banned :p", PlayerName);
return 1;
}
« Next Oldest | Next Newest »



Messages In This Thread
Anti-Bot (Anti-Multiple-Connections) - by RajatAsthana - 2019-04-23, 09:35 AM
RE: Anti-Bot (Anti-Multiple-Connections) - by rEf - 2019-05-20, 10:36 PM
RE: Anti-Bot (Anti-Multiple-Connections) - by RajatAsthana - 2019-05-23, 04:34 AM
RE: Anti-Bot (Anti-Multiple-Connections) - by AkiraR - 2019-05-23, 07:16 PM
RE: Anti-Bot (Anti-Multiple-Connections) - by JustMichael - 2019-05-26, 01:14 PM
RE: Anti-Bot (Anti-Multiple-Connections) - by Gravityfalls - 2019-05-24, 10:45 AM
RE: Anti-Bot (Anti-Multiple-Connections) - by RajatAsthana - 2019-05-26, 08:15 AM
RE: Anti-Bot (Anti-Multiple-Connections) - by Gravityfalls - 2019-05-26, 01:03 PM
RE: Anti-Bot (Anti-Multiple-Connections) - by Y_Less - 2019-05-27, 12:11 PM
RE: Anti-Bot (Anti-Multiple-Connections) - by Pinch - 2021-03-04, 07:09 AM
RE: Anti-Bot (Anti-Multiple-Connections) - by Sasino97 - 2019-06-21, 11:18 AM
RE: Anti-Bot (Anti-Multiple-Connections) - by rEf - 2021-03-03, 09:37 AM
RE: Anti-Bot (Anti-Multiple-Connections) - by Marllun - 2021-03-05, 10:30 AM
RE: Anti-Bot (Anti-Multiple-Connections) - by Chaprnks - 2021-05-21, 11:31 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald

Linear Mode
Threaded Mode