Skip to content

ElishaPervez/Discord-nuker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elisha Nuker

A powerful Discord server nuker tool with an interactive terminal-based menu system.

Python Discord.py

⚠️ Disclaimer

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.

Features

  • 🔨 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

Installation

  1. Clone the repository

    git clone https://github.com/yourusername/elisha-nuker.git
    cd elisha-nuker
  2. Run the installer (Windows)

    install dependencies.bat

    Or manually:

    python -m venv venv
    venv\Scripts\activate
    pip install -r requirements.txt

Configuration

Set your bot token using one of these methods (in order of priority):

  1. Environment Variable (Recommended)

    set DISCORD_BOT_TOKEN=your_token_here
  2. Token File Create token.txt in the project root with your bot token.

  3. Manual Entry Enter the token when prompted at startup.

Usage

run.bat

Or manually:

venv\Scripts\activate
python -m src.main

Bot Requirements

Your Discord bot needs these permissions and intents:

Permissions

  • Ban Members
  • Kick Members
  • Manage Channels
  • Send Messages
  • Mention Everyone
  • Create Instant Invite

Privileged Intents

Enable in Discord Developer Portal:

  • ✅ Server Members Intent

Project Structure

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

License

This project is provided as-is for educational purposes. Use responsibly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors