-
C-REAL is currently the FASTEST and FREE open source nuke bot out here. All commands will be focused on nuking-related.
-
We have combined threading, queue, requests, and discord.py API to make the commands run as fast as possible. If you are seeing rate limiting logged in your consol while using this script, then that is simply because it runs too fast.
-
If you want the updates that have been happening click here
-
All 48 commands documentation can be found here
[addEmoji] [autoNick] [autoStatus] [addVoiceChannel] [addCategory] [addRole] [addChannel] [banAll] [ban] [bans] [categoryBomb] [checkRolePermissions] [clear] [changeStatus] [channels] [categories] [connect] [channelBomb] [deleteCategory] [deleteCC] [deleteEmoji] [deleteAllRoles] [deletehttps://github.com/TKperson/Nuking-Discord-Server-Bot-Nuke-BotAllChannels] [deleteAllEmojis] [deleteAllWebhooks] [deleteRole] [deleteChannel] [deleteVoiceChannel] [emojis] [help] [joinNuke] [kaboom] [leave] [leaveAll] [link] [members] [moveRole] [nuke] [off] [roleTo] [roles] [roleBomb] [si] [sn] [servers] [unban] [voiceChannels] [webhook]
- We will not take any responsibility over whatever you are going to do with this bot.
- The bot will still have to obey the server limitings because of that in discord, there are rate limitings. You will see a lot of rate limiting in the console while using some commands. (because the bot is too fast on creating or deleting.)
- Also, since we are using HTTP requests, unlike other nuke bot out there, C-REAL spam creating channel, role, and category(CRC) can create beyond the 250 limit for CRC that the old nuking bots have.
- Download the C-REAL file(or download the whole thing)
- Get a discord profile(token) for the bot.
- Make a configuration file with
builder.html
. - Drag the configured json file next to the executable file(The prebuilt verison)
- Run the executable, and it should give you a bot invite link after the bot is ready. If the console closed by itself that means there's something wrong with the code and please report the issue to this github page.
- (Optional) If the bot is asking for a path-to-the configuration file, you enter a local path or full path for the config file.
- The token for a bot is the profile for the bot. You'll need a profile for the bot to join servers.
- Go to Discord developers site, login or sign up.
- Create a new application or use your created application
- Go to the bot tab in the application.
- Click on add bot.
- And then click on "Click to Reveal Token" or "Copy" to get your token.
C-REAL will always try to look for the file "default.json" that is next to it, after finding the file it'll use that file. If you don't have a config file, the bot will ask you to enter a path for the config file. This feature is made for multiple nukes. Here's what the config file should look like if it's expanded (not in a single line):
-
token: Your bot's token or an user account token.
-
permissions: This is for allowing the people/bot that is in it to use any C-REAL commands.
-
bomb_messages:
an
,b64
, andfixed
are the only bomb types that are supported currently.- random: The positive integer that is in this will tell the bot how long the length of random bomb should be for base64 and alphanumeric characters. usage example:
.kaboom 10 an
or.kaboom 10 b64
- fixed: The texts that are in it will be randomly choosed when running a fixed bomb commands. EX.
.kaboom 10 fixed
(this will create 10 channels, categories, and roles [only if it has permissions] with names that is randomly chosen fromfixed
texts.)
- random: The positive integer that is in this will tell the bot how long the length of random bomb should be for base64 and alphanumeric characters. usage example:
-
webhook_spam: None of the webhook things below can leave be empty
- pfp_urls: Put
null
if you don't want the spammers to have a pfp. Put a link to an image if you want that image to be on one of your spammer. - usernames: Put
\u200b
(ZERO WIDTH SPACE) if you don't want the spammers to have a name. - contents: Put messages that you want the spammer to say. Note: keep the messages under 2000 unicode characters because that's the limit to how much you characters you can send in 1 message.
- pfp_urls: Put
-
bot permission: permissions that will be asked when the bot is getting invited to a server.
-
command_prefix: Put a command prefix that you like in there.
-
bot_status: When the script is connected to a profile, it will change the status of the current profile to whatever you put in there. Note: things you can put in there are
offline
,invisible
,dnd
(ordo_not_disturb
),online
, oridle
. -
verbose: Things that will be logged to you when you are running the bot.
0
is nothing will be logged to you.15
is everything. Use builder.html to change verbose levels. -
after: commands that are in the "after" will be run after
.nuke
command. You can put the commands that you normally use in discord on there with the format showed in this example. And it's case insensitive. -
Although, if you don't what to configurate or use the one that I provided you can change it or make a new one with
builder.html
.
This image is from a BETA version of v1
- After you are done with setting up the config file, all you have to do is to open the executable.
- You can choose to put the default.json next to the executable(so the bot will use the default.json everyone time you open, that way you don't have to write a path for the configuration file again.), or you can type the path-to-the configuration file when the bot asked.
- After finishing everything, you'll see the all the information displayed in the console.
- The invite link for the bot will always be generated in the console when the bot is ready to run commands.
- If you are experiencing crashing, please report it to "issues" on the github page.
- If the bot doesn't respond to any of the commands, check if the console is in highlighting/mark mode. If it's highlighting/mark mode, click the console then press any key on your keyboard, and it'll resolve.
- If you see a bunch of white worded errors displaying in the console, and then crashed that means it's 90% a bug. So please make a new issue about it.
- If you need extra help dm cyxl#0001 on discord.
-
PS: woah, 175+ commits, never thought I would even have something passing 10 commits also 18 stars. You guys are amazing thanks for all the support.
-
Message to those coding masters out there, if you see something we can improve in our code, feel free to make a pull request. This will really help us a lot. ╰(✿´⌣`✿)╯♡
-
Can we make it to 20 stars on the next update?