-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
310 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,135 @@ | ||
# Untitled Nuker | ||
Python Discord Server Nuker | ||
|
||
## Features: | ||
1. `Ban Everyone` | ||
2. `Kick Everyone` | ||
3. `Rename Everyone` | ||
4. `DM Everyone` **(NEW)** | ||
5. `Spam To All Channels` | ||
6. `Delete All Channels` | ||
7. `Delete All Roles` | ||
8. `Spam With Channels` | ||
9. `Spam With Roles` | ||
10. `Edit Server Icon` | ||
11. `Edit Server Name` | ||
12. `Get Admin Role` **(NEW)** | ||
|
||
# Set-up: | ||
### > For Linux: | ||
``` | ||
sudo apt update;sudo apt upgrade;sudo apt install git python;sudo apt install python3-pip;cd;git clone https://github.com/ICEGXG/UntitledNuker;cd UntitledNuker/src;pip3 install -r requirements.txt;python3 UntitledNuker.py | ||
``` | ||
### > For Windows (You should have python3 installed): | ||
``` | ||
git clone https://github.com/ICEGXG/UntitledNuker;cd UntitledNuker/src;pip3 install -r requirements.txt;python3 UntitledNuker.py | ||
``` | ||
|
||
# Meta | ||
Contact me on discord if you have questions: `ICE#4449` | ||
Distributed under the MIT license. See [LICENSE.txt](https://github.com/ICEGXG/UntitledNuker/blob/master/LICENSE.txt) | ||
for more information. | ||
This bot was made for educational purposes. Author is not accountable for any unlawful, unprecedented action and any violation of ToS administered by a third party. | ||
<div id="top"></div> | ||
<p align="center"> | ||
<img src=https://img.shields.io/github/stars/ICEGXG/untitlednuker?color=6699ff&style=for-the-badge /> | ||
<img src=https://img.shields.io/github/forks/ICEGXG/untitlednuker?color=6699ff&style=for-the-badge /> | ||
<img src=https://img.shields.io/github/issues/ICEGXG/untitlednuker?color=6699ff&style=for-the-badge /> | ||
<img src=https://img.shields.io/github/license/ICEGXG/untitlednuker?color=6699ff&style=for-the-badge /> | ||
</p> | ||
<p align="center"> | ||
<a href="https://github.com/othneildrew/Best-README-Template"> | ||
<img src="assets/banner.png" alt="Banner" width="436" height="102"> | ||
</a> | ||
|
||
<h3 align="center">Multifunctional bot for destroying discord servers</h3> | ||
|
||
<p align="center"> | ||
<br /> | ||
<a href="https://github.com/ICEGXG/UntitledNuker"><strong>Explore the docs »</strong></a> | ||
<br /> | ||
<br /> | ||
<a href="https://github.com/ICEGXG/UntitledNuker/issues">Report Bug</a> | ||
· | ||
<a href="https://github.com/ICEGXG/UntitledNuker/issues">Request Feature</a> | ||
</p> | ||
</p> | ||
|
||
<details> | ||
<summary>Table of Contents</summary> | ||
<ol> | ||
<li> | ||
<a href="#about-the-project">About The Project</a> | ||
</li> | ||
<li> | ||
<a href="#getting-started">Getting Started</a> | ||
<ul> | ||
<li><a href="#prerequisites">Prerequisites</a></li> | ||
<ul> | ||
<li><a href="#how-to-create-bot-account">How to create bot account</a></li> | ||
<li><a href="#how-to-enable-intents">How to enable intents</a></li> | ||
</ul> | ||
<li><a href="#installation">Installation</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="#usage">Usage</a></li> | ||
<li><a href="#license">License</a></li> | ||
<li><a href="#contact">Contact</a></li> | ||
</ol> | ||
</details> | ||
|
||
## About Untitled Nuker | ||
|
||
<img src="assets/screenshot.png" alt="Untitled Nuker"> | ||
|
||
Untitled Nuker is multifunctional and feature-rich bot for destroying discord servers | ||
|
||
### Features: | ||
* `Nuke Server` | ||
* `Ban Everyone` | ||
* `Kick Everyone` | ||
* `Rename Everyone` | ||
* `DM Everyone` | ||
* `Spam To All Channels` | ||
* `Delete All Channels` | ||
* `Delete All Roles` | ||
* `Spam With Channels` | ||
* `Spam With Roles` | ||
* `Edit Server Icon` | ||
* `Edit Server Name` | ||
* `Get Admin Role` | ||
* `Custom activity` | ||
* `And some more features` | ||
|
||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
|
||
## Getting Started | ||
To get a local copy up and running follow these simple steps. | ||
|
||
### Prerequisites | ||
1. You need to install Python, you can donwnload it [here](https://www.python.org) | ||
2. You need discord bot account with intents enabled | ||
#### How to create bot account: | ||
1. Make sure you're logged on to the [Discord website](https://discord.com). | ||
2. Navigate to the [application page](https://discord.com/developers/applications). | ||
3. Click on the "New Application" button. | ||
4. Give the application a name and click "Create". | ||
5. Create a Bot User by navigating to the "Bot" tab and clicking "Add Bot". | ||
* Click "Yes, do it!" to continue. | ||
6. If you want others to be able to invite your bot tick the **Public Bot**. Keeping it unticked will prevent others from inviting your bot to their servers and only you will be able to add the bot to servers (provided that you have needed permissions in the server you want to add the bot to). | ||
* Make sure **Require OAuth2 Code Grant** is unchecked. | ||
7. Copy the token using the "Copy" button. | ||
#### How to enable intents: | ||
1. Navigate to the [application page](https://discord.com/developers/applications). | ||
2. Click on the bot you want to enable privileged intents for. | ||
3. Navigate to the bot tab on the left side of the screen. | ||
4. Scroll down to the "Privileged Gateway Intents" section, enable all privileged intents and save your changes. | ||
|
||
### Installation | ||
If you use windows, you can simply run UntitledNuker.exe | ||
Or you can follow next steps: | ||
1. Clone the repo | ||
```sh | ||
git clone https://github.com/ICEGXG/UntitledNuker | ||
``` | ||
2. Move to the source directory: | ||
```sh | ||
cd UntitledNuker/src | ||
``` | ||
3. Install Python packages | ||
```sh | ||
pip install -r requirements.txt | ||
``` | ||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
|
||
## Usage | ||
Run the `UntitledNuker.py` file using `py -3 UntitledNuker.py`, or run `UntitledNuker.exe` | ||
At the first launch program will ask you for: | ||
1. Bot token | ||
2. Prefix | ||
3. Owner's discord ID | ||
|
||
Next times bot will run immediately. | ||
After starting you can use the !help command (Change `!` to your prefix), being on the same server as the bot. Bot will send you all the available commands. | ||
|
||
To change the activity, enter your own activity in quotes next to `"activity":` If you want to disable it enter `none`. Empty quotes will leave the standard activity. | ||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
|
||
## License | ||
Distributed under the MIT License. See [LICENSE.txt](LICENSE.txt) for more information. | ||
<p align="right">(<a href="#top">back to top</a>)</p> | ||
|
||
## Contact | ||
You can contact me on discord if you have questions - [ICE#4449](https://www.discordapp.com) | ||
Project Link: [https://github.com/ICEGXG/UntitledNuker](https://github.com/ICEGXG/UntitledNuker) | ||
|
||
P.S. I'm not python support, so ask questions only related to my bot. | ||
<p align="right">(<a href="#top">back to top</a>)</p> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.