Skip to content

v1.7

Latest
Compare
Choose a tag to compare
@Sitois Sitois released this 19 May 10:01
· 128 commits to main since this release
743597e

Installation

Download the Nuclear.zip below.
Extract it and configure the config_selfbot.py
Launch main.py

Library used

This selfbot use discord.py-self, which isn't in pip(it's broken). That's why we use the git+ in requirements.txt.
If you can't install it / you don't have git(which is required to use pip with git+) you can download the fixed library below: discord.zip and extract it into the Nuclear folder.
If you choose this way, make sure to install discord.py-self 's requirements:

# Linux/macOS
python3 -m pip install -r requirements_discord.txt
# Windows
py -3 -m pip install -r requirements_discord.txt

Support

If you get any issues after updating to the version, please come on the guilded support: https://guilded.gg/nuclear or on the Discord support: https://discord.gg/2XRbQQQR8D


What's changed

  • Global:

Impovement: You can now use the ID or mention the user you want.
Fix: old aiohttp errror and the auto-install-requirements, should now work on linux & macOS.
Improvement: Removed the Selfbot from the default selfbot_name because most of servers block this word with AutoMod.

  • TemplatesCommands:

Fix: All Templates images now work!
Add: TikTok template.
Add: "clear" template.

  • FunCommands:

Fix: cat command now edit the message instead of sending a new one!
Add: howfemboy command.
Add: hack command.

  • VoiceCommands:

Improvement: leavevc command now work better.

  • ToolsCommand:

Improvement: dmall command now logs in the console.

  • UtilsCommands:

Improvement: snipe command now display "Deleted at".
Improvement: Cleaned up & improved(now display banners) userinfo command.
Improvement: clear command don't longer rate limit 300 times 🗿.

  • RaidCommands:

Improvement: You can now set the ban/kick reason in config_selfbot.py.



New Contributors

  • @takuruki-ui made their first contribution in #8

Full Changelog: v1.6...v1.7