https://github.com/fear2o/crazynuker
a super quick and powerful discord nuke bot
https://github.com/fear2o/crazynuker
discord discord-api discord-bot discord-bots discord-nuke discord-nuke-bot discord-nuker discord-py discord-token discordbot discordnukebot discordnuker discordpy free github mit-license python python-3 python-script python3
Last synced: 3 months ago
JSON representation
a super quick and powerful discord nuke bot
- Host: GitHub
- URL: https://github.com/fear2o/crazynuker
- Owner: Fear2o
- License: mit
- Created: 2024-11-06T13:39:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T17:35:09.000Z (4 months ago)
- Last Synced: 2025-01-12T06:10:34.514Z (3 months ago)
- Topics: discord, discord-api, discord-bot, discord-bots, discord-nuke, discord-nuke-bot, discord-nuker, discord-py, discord-token, discordbot, discordnukebot, discordnuker, discordpy, free, github, mit-license, python, python-3, python-script, python3
- Language: Python
- Homepage:
- Size: 7.81 MB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌌Powerful Discord Nuker Bot 🌌
> ⚠️ **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!


## ✨ Features
- 🔥 **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.## 🚀 Setup Instructions
### 1. Clone the Repository
First, clone this repository to your local machine.
```bash
git clone https://github.com/Fear2o/DiscordNuker
cd DiscordNuker
```### 2. Install Dependencies
Ensure you have Python installed (3.8 or higher). Then, install `discord.py` by running:
```bash
pip install -U discord.py
```### 3. Configure the Bot
Open `bot.py` in a text editor and replace `'your_token_here'` with your **Discord Bot Token** from the [Discord Developer Portal](https://discord.com/developers/applications).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.### 4. Enable Intents
In the [Discord Developer Portal](https://discord.com/developers/applications), ensure **Message Content Intent** is enabled. This is required for the bot to read and respond to messages effectively.### 5. Run the Bot
Start the bot by running:
```bash
python bot.py
```### 6. Trigger the Nuke Command
in a server with the bot added, type the following command to start the nuke operation:
```diff
!nuke
```
This will initiate the bot to rename the server, delete all channels, and create multiple new channels filled with spam messages.## ⚙️ Important Notes
- **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](https://discord.com/terms) and may lead to account suspension or legal action.## 🖥️ Supported Platforms
- **Windows**: Fully supported.
- **Linux**: Works with minor adjustments.
- **macOS**: May require additional dependencies for full functionality.## 🌟 Contributing & Support
Feel free to star ⭐ the repo if you find this project useful! Contributions are welcome to improve functionality and add new features.## 📜 Disclaimer
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*