A simple tool to destroy servers with a bot token
This is a beta, please let me know if you have any issues here!
-
/banall
- Ban all bannable members -
/kickall
- Kick all kickable members -
/rmchannels
- Delete all channels -
/rmroles
- Delete all roles -
/rmemojis
- Delete all emojis -
/rminvites
- Delete all invites -
/rmwebhooks
- Delete all webhooks -
/renamechannels
- Rename all channels -
/renameroles
- Rename all roles -
/spam
- Spam text in all channels -
/channelspammer
- Create a lot of channels (2-200) -
/editprofile
- Change server name & icon & banner
- node.js
- a valid bot token with the
GUILD_MEMBERS
intent
You can clone the repository with
$ git clone https://github.com/RappyTV/discordnuker.git
Or download it here if you don't have git installed.
Then just install the needed dependencies with npm i
.
If you have downloaded and extracted all the files you should look for a file named config.json.
It should look like this:
{
"token": "",
"executor": ""
}
token
: Enter the bot's token
executor
: If the bot should only accept commands by you then insert your userid. Otherwise just leave it blank
Just run node .
or nodemon
if you have nodemon installed.
🔗 Features
This is for educational purposes only!