Anti-Cheat v1.4.0 (The Assassin) by SH4FS0c13ty
A Discord bot that kicks cheaters based on their server list and their Pokémon GO ID.
Version française : https://github.com/SH4FS0c13ty/Anti-Cheat_Discord_Bot_FR
The requirements below can be installed when executing "Anti-Cheat Requirements Installer.bat".
See the Installation section to know more.
- Windows 10
- Python 3.7.4
- Tesseract OCR
Run "Anti-Cheat Requirements Installer.bat" and select the installation that suits your system.
The installation will begin and no further action is needed.
The main Anti-Cheat console will check for updates at every start.
If an update if found, you will be alerted on the main console.
Run "Anti-Cheat.bat" and enter the command you want to use.
Anti-Cheat process:
start|stop|restart|autostart
Anti-Cheat show lists and configuration:
show config|blacklist|cheaters_lists
Anti-Cheat reset lists and configuration:
reset config|cheaters_lists|servers_lists
Anti-Cheat set configuration:
set CLIENT_ID|CLIENT_SECRET|TOKEN|HOST|PORT|OAUTH_WINDOW|CHECKER_WINDOW
Log file:
logs/Anti-Cheat.log
Traceback file:
logs/Anti-Cheat_traceback.log
Configuration file:
scripts/config.json
Servers blacklist:
lists/blacklist.txt
Cheaters Pokémon GO IDs list (see the template included):
lists/cheaters.xlsx
Cheaters Discord IDs list:
lists/cheaters_id.txt
Cheaters associated IDs (<POKEMON_GO_ID>:<DISCORD_ID>):
lists/Associated_IDs.txt
Servers lists of users:
servers_lists/<DISCORD_ID>_servers_list.txt
Don't forget to configure Anti-Cheat before using it!
To configure it, either modify the "config.json" file or use set <PARAM> commands.
You should also modify "blacklist.txt" and "cheaters.xlsx" files to make it works properly.
- ./verify <IMG_URL_OR_EMBEDDED_IMAGE>
- ./kick <USER_NAME_OR_ID>
- ./recheck <USER_NAME_OR_ID>
- ./recheck_all
MIT License (https://opensource.org/licenses/mit-license.php)
Copyright (c) 2019 SH4FS0c13ty & 123321mario
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Authors:
SH4FS0c13ty (Website: https://sh4fs0c13ty.tk/ , Twitter: @SH4FS0c13ty, Discord: SH4FS0c13ty#1562, Github: https://github.com/SH4FS0c13ty)
123321mario (Website: http://123321mario.tk/ , Twitter: @123321mario, Discord: 123321mario#1337, Github: https://github.com/123321mario)
Thanks to Stanislav Vishnevskiy for his Discord OAuth2 module (https://github.com/discordapp/discord-oauth2-example)