⚠️ Educational Purposes Only⚠️
This bot is designed for experimental learning and should only be used in environments where you have explicit permission from server owners. Misuse can result in serious consequences like account suspension or legal action. Use responsibly!
- 🔥 Server Renaming: Changes the server name to a custom setting.
- 💣 Channel Deletion: Removes all existing text channels in the server.
- 📢 Mass Channel Creation & Super Quick Spam: Creates multiple text channels and sends a thousands of messages/pings in a short duration.
First, clone this repository to your local machine.
git clone https://github.com/Fear2o/DiscordNuker
cd DiscordNuker
Ensure you have Python installed (3.8 or higher). Then, install discord.py
by running:
pip install -U discord.py
Open bot.py
in a text editor and replace 'your_token_here'
with your Discord Bot Token from the Discord Developer Portal.
Customize these variables as desired:
GUILD_NAME
: The new name for the server (e.g.,"Fear is everywhere"
).CHANNEL_NAME
: The name for channels to be created (e.g.,"fear has hacked you"
).SPAM_MESSAGE
: The message that will be spammed in each created channel.
In the Discord Developer Portal, ensure Message Content Intent is enabled. This is required for the bot to read and respond to messages effectively.
Start the bot by running:
python bot.py
in a server with the bot added, type the following command to start the nuke operation:
!nuke
This will initiate the bot to rename the server, delete all channels, and create multiple new channels filled with spam messages.
- Rate Limits: To avoid hitting Discord’s rate limits, the bot includes small delays between messages.
- Permissions: The bot must have sufficient permissions to manage channels, manage server and send messages in the target server.
- Legal Disclaimer: Unauthorized usage of this bot on Discord servers is a violation of Discord's Terms of Service and may lead to account suspension or legal action.
- Windows: Fully supported.
- Linux: Works with minor adjustments.
- macOS: May require additional dependencies for full functionality.
Feel free to star ⭐ the repo if you find this project useful! Contributions are welcome to improve functionality and add new features.
This tool is intended for educational purposes only. Unauthorized or malicious use is strictly prohibited. Respect Discord’s guidelines and obtain necessary permissions before running this bot in any server environment.
____________________________________________
Crafted with passion by Fear.io