A powerful Discord server nuker tool with an interactive terminal-based menu system.
This tool is for educational purposes only. Using this tool to attack servers without explicit permission is:
- Against Discord's Terms of Service
- Potentially illegal
- Unethical
Use only on servers you own or have explicit written permission to test.
- 🔨 Mass Member Removal - Ban/kick all eligible members concurrently
- 📁 Channel Deletion - Delete all channels in a server
- 📢 Spam Channel Creation - Create multiple spam channels
- 💬 Message Spamming - Send spam messages across channels
- 💣 Full Nuke Sequence - Automated complete server destruction
- 🎯 Custom Nuke Sequence - Build your own nuke order
- 📋 Whitelist System - Protect specific users from removal
- ⚡ Rate Limit Handling - Automatic retry on Discord rate limits
-
Clone the repository
git clone https://github.com/yourusername/elisha-nuker.git cd elisha-nuker -
Run the installer (Windows)
install dependencies.bat
Or manually:
python -m venv venv venv\Scripts\activate pip install -r requirements.txt
Set your bot token using one of these methods (in order of priority):
-
Environment Variable (Recommended)
set DISCORD_BOT_TOKEN=your_token_here -
Token File Create
token.txtin the project root with your bot token. -
Manual Entry Enter the token when prompted at startup.
run.batOr manually:
venv\Scripts\activate
python -m src.mainYour Discord bot needs these permissions and intents:
Ban MembersKick MembersManage ChannelsSend MessagesMention EveryoneCreate Instant Invite
Enable in Discord Developer Portal:
- ✅ Server Members Intent
elisha-nuker/
├── src/
│ ├── config.py # Settings and global state
│ ├── bot.py # Discord client
│ ├── main.py # Entry point
│ ├── utils/ # Helper utilities
│ ├── ui/ # Display and menus
│ └── actions/ # Nuke operations
├── requirements.txt
├── install dependencies.bat
└── run.bat
This project is provided as-is for educational purposes. Use responsibly.