Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zentonik/nuke-bot
Discord bot script that deletes channels and roles, bans members, changes server details, and spams the server with new channels, roles, and messages.
https://github.com/zentonik/nuke-bot
cheat discord discord-bot exploit nuke nuke-bot nuker nuker-bot
Last synced: 18 days ago
JSON representation
Discord bot script that deletes channels and roles, bans members, changes server details, and spams the server with new channels, roles, and messages.
- Host: GitHub
- URL: https://github.com/zentonik/nuke-bot
- Owner: zentonik
- License: mit
- Created: 2024-08-29T22:54:27.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T19:18:08.000Z (5 months ago)
- Last Synced: 2024-11-16T19:15:29.002Z (3 months ago)
- Topics: cheat, discord, discord-bot, exploit, nuke, nuke-bot, nuker, nuker-bot
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Nuke Bot
### Made by Zentonik**Warning:** This script is intended for educational purposes only. Using it maliciously is against Discord's Terms of Service and can result in severe consequences, including bans and legal action.
## Overview
This bot script, written in Python using `discord.py`, is designed to perform a destructive set of actions on a Discord server:
- **Change server name and icon.**
- **Delete all channels and roles.**
- **Ban all members.**
- **Create new channels and roles based on user input.**
- **Send spam messages across the server.**## Features
- **User Input for Customization:** When you run the script, it asks how many channels and roles you want to create, as well as their names. This allows for customization of the server's new structure after the destructive actions.
- **Rate Limiting Handling:** Manages Discord’s rate limits to ensure smooth operation.
- **Concurrent Operations:** Deletes channels and roles, and creates new ones concurrently for efficiency.## Required Libraries
This bot requires the following Python libraries:
- `discord.py` for interacting with the Discord API.
- `aiohttp` for making asynchronous HTTP requests.## Notes
- You must replace the placeholders `YOUR_ICON_URL` and `YOUR_BOT_TOKEN` in the script for it to work properly.
- The bot requires appropriate permissions in the Discord server, such as Manage Channels, Manage Roles, Ban Members, etc.
- During the execution, the script will prompt you to input:
- **Number of channels to create.**
- **Number of roles to create.**
- **Names for the new channels and roles.**## How to Use
1. **Clone the Repository:**
```bash
git clone https://github.com/zentonik/nuke-bot
cd discord-nuke-bot