An automated tool for sending multiple reports on Discord users and servers with proxy support and multi-threading capabilities.
💬 Discord
·
📜 ChangeLog
·
- Requires:
Python 3.7+
- Make a python virtual environment:
python3 -m venv venv
- Source the environment:
venv\Scripts\activate
(Windows) /source venv/bin/activate
(macOS, Linux) - Install the requirements:
pip install -r requirements.txt
- Mass report Discord users and servers
- Interactive reporting menu with multiple report reasons
- Proxy support for avoiding rate limits
- Multi-threaded report sending
- Real-time reporting statistics
- Configurable thread count
- Debug mode for troubleshooting
- Proxy/Proxyless mode support
- Multi Token support for authentication
- Automated user agent randomization
-
Configuration: Edit
input/config.toml
:[report] user_id = "" # Optional: Pre-configured user ID to report server_id = "" # Optional: Pre-configured server ID to report [dev] Debug = false Proxyless = false Threads = 1
-
Setup Required Files:
- Add Discord tokens to
input/tokens.txt
(one per line) - Add proxies to
input/proxies.txt
(optional, one per line) - Format:
ip:port
oruser:pass@ip:port
- Add Discord tokens to
-
Running the script:
python main.py
-
Using the Tool:
- Choose between reporting a user or server
- Enter the target ID
- Select the report reason from the menu
- Specify the number of reports to send
- This project is for educational purposes only
- The author is not responsible for any misuse of this tool
- Use responsibly and in accordance with Discord's terms of service
v0.0.1 ⋮ 12/26/2024
! Initial release