Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ICEGXG committed Dec 20, 2021
1 parent 5406f7d commit 8a66f0e
Show file tree
Hide file tree
Showing 8 changed files with 310 additions and 104 deletions.
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7550,3 +7550,44 @@ build/UntitledNuker/xref-UntitledNuker.html
build/UntitledNuker/localpycos/struct.pyo
__pycache__/UntitledNuker.cpython-38.pyc
UntitledNuker.spec
venv/Lib/site-packages/autopep8.py
venv/Lib/site-packages/pycodestyle.py
venv/Lib/site-packages/__pycache__/autopep8.cpython-38.pyc
venv/Lib/site-packages/__pycache__/pycodestyle.cpython-38.pyc
venv/Lib/site-packages/autopep8-1.6.0.dist-info/AUTHORS.rst
venv/Lib/site-packages/autopep8-1.6.0.dist-info/entry_points.txt
venv/Lib/site-packages/autopep8-1.6.0.dist-info/INSTALLER
venv/Lib/site-packages/autopep8-1.6.0.dist-info/LICENSE
venv/Lib/site-packages/autopep8-1.6.0.dist-info/METADATA
venv/Lib/site-packages/autopep8-1.6.0.dist-info/RECORD
venv/Lib/site-packages/autopep8-1.6.0.dist-info/REQUESTED
venv/Lib/site-packages/autopep8-1.6.0.dist-info/top_level.txt
venv/Lib/site-packages/autopep8-1.6.0.dist-info/WHEEL
venv/Lib/site-packages/pycodestyle-2.8.0.dist-info/entry_points.txt
venv/Lib/site-packages/pycodestyle-2.8.0.dist-info/INSTALLER
venv/Lib/site-packages/pycodestyle-2.8.0.dist-info/LICENSE
venv/Lib/site-packages/pycodestyle-2.8.0.dist-info/METADATA
venv/Lib/site-packages/pycodestyle-2.8.0.dist-info/namespace_packages.txt
venv/Lib/site-packages/pycodestyle-2.8.0.dist-info/RECORD
venv/Lib/site-packages/pycodestyle-2.8.0.dist-info/top_level.txt
venv/Lib/site-packages/pycodestyle-2.8.0.dist-info/WHEEL
venv/Lib/site-packages/toml/__init__.py
venv/Lib/site-packages/toml/decoder.py
venv/Lib/site-packages/toml/encoder.py
venv/Lib/site-packages/toml/ordered.py
venv/Lib/site-packages/toml/tz.py
venv/Lib/site-packages/toml/__pycache__/__init__.cpython-38.pyc
venv/Lib/site-packages/toml/__pycache__/decoder.cpython-38.pyc
venv/Lib/site-packages/toml/__pycache__/encoder.cpython-38.pyc
venv/Lib/site-packages/toml/__pycache__/ordered.cpython-38.pyc
venv/Lib/site-packages/toml/__pycache__/tz.cpython-38.pyc
venv/Lib/site-packages/toml-0.10.2.dist-info/INSTALLER
venv/Lib/site-packages/toml-0.10.2.dist-info/LICENSE
venv/Lib/site-packages/toml-0.10.2.dist-info/METADATA
venv/Lib/site-packages/toml-0.10.2.dist-info/RECORD
venv/Lib/site-packages/toml-0.10.2.dist-info/top_level.txt
venv/Lib/site-packages/toml-0.10.2.dist-info/WHEEL
venv/Scripts/autopep8.exe
venv/Scripts/pycodestyle.exe
logo.ico
src/__pycache__/UntitledNuker.cpython-38.pyc
167 changes: 135 additions & 32 deletions README.md
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 modified UntitledNuker.exe
Binary file not shown.
Binary file added assets/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8a66f0e

Please sign in to comment.