Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usbokirishima/krokodil
The most advanced graphical discord nuker made for bot testers
https://github.com/usbokirishima/krokodil
discord discord-gui discord-nuker discord-tool nuke nuke-bot nuker nuker-bot
Last synced: 12 days ago
JSON representation
The most advanced graphical discord nuker made for bot testers
- Host: GitHub
- URL: https://github.com/usbokirishima/krokodil
- Owner: UsboKirishima
- License: apache-2.0
- Created: 2023-08-07T19:06:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T13:35:07.000Z (about 1 year ago)
- Last Synced: 2024-11-24T20:55:13.603Z (2 months ago)
- Topics: discord, discord-gui, discord-nuker, discord-tool, nuke, nuke-bot, nuker, nuker-bot
- Language: C
- Homepage: https://usbokirishima.github.io/krokodil/
- Size: 11.4 MB
- Stars: 17
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Krokodil
*The most advanced cross-platform discord nuker made in C still in developing*
## Features
- Channels
- Delete All
- Mass Create
- Rename All
- Spam messages
- Users
- Dm All
- Ban All
- Kick All
- Mute All
- Roles
- Delete All
- Mass Create
- Rename All
- Server
- Guild Name
- Guild Icon (buggy)
- Settings
- Bot Presence
- Bot Nickname## Installation
### 1. Get the repo
```sh
$ git clone https://github.com/UsboKirishima/krokodil
```### 2. Run setup
```sh
$ sudo make install
```### 3. Run Krokodil
```sh
$ make
```## Manual Installation
### 1. Get the repo
```sh
$ git clone https://github.com/UsboKirishima/krokodil
```### 2. Update your system
```sh
$ sudo pacman -Syy #Arch Linux
$ sudo apt update #Ubuntu/Debian/Kali
```### 3. Install make
```sh
$ sudo pacman -S make #Arch Linux
$ sudo apt install make #Ubuntu/Debian/Kali
```### 4. Install gtk3
```sh
$ sudo pacman -S gtk3 #Arch Linux
$ sudo apt install gtk3 #Ubuntu/Debian/Kali
```### 5. Install Orca
```
Read https://github.com/cee-studio/orca
```### 6. Install zenity
```sh
$ sudo pacman -S zenity #Arch Linux
$ sudo apt-get install zenity #Ubuntu/debian/Kali
```### 7. Run program
```sh
make #Run without logs
#Or
make test #Run with logs
```## Update
### Automatic update
```sh
$ make update
```### Manual update
```sh
$ git pull && make install
```
### Screenshots