Sitois / Nuclear-V2

Discord SelfBot using discord.py-self (use only for educationnal purpose) | Nuclear V2 is a remake of Nuclear with a lot of new commands AND WITH ZERO RANDOM ERRORS !!.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version française

🌌 Nuclear-V2

A powerful Discord Selfbot written in Python using discord.py-self!

icon

GitHub release (latest by date) GitHub downloads GitHub stars GitHub watchers CodeFactor GitHub issues Support

β›” Disclaimer

Discord SelfBots are not allowed by Discord TOS and can easily ban your account. Please use for educational purposes only.

πŸ“– Table of content

  1. πŸ’Ύ Installation
  2. πŸ”§ Config
  3. 🌟 Features
  4. πŸ“œ How to get a user token
  5. πŸ‘€ Preview
  6. ☣️ Issues
  7. πŸ› οΈ Developement version
  8. ❓ How to contribute
  9. ⭐ Contributors
  10. πŸ«‚ Support

πŸ’Ύ Installation

  1. Download the latest version from the Releases section on GitHub.
  2. Make sure to have Python installed.
  3. Open your Terminal and go to Nuclear with cd.
  4. Install dependencies: pip install -r requirements.txt
  5. Run the program: python main.py

πŸ”§ Config

Open config_selfbot.py with any text editor and enter a user token.

🌟 Features

  • Custom RPC templates,
  • Build your own RPC,
  • Voice commands,
  • Raid commands,
  • Massive DM (DM All),
  • Nitro Sniper,
  • Spam and Flood command,
  • Snipe command,
  • And others, check the Help command!

πŸ“œ How to get a user token

  1. Go to Discord Web
  2. Do CTRL + MAJ + I and go to Console
  3. Paste this code:
window.webpackChunkdiscord_app.push([
  [Math.random()],
  {},
  req => {
    if (!req.c) return;
    for (const m of Object.keys(req.c)
      .map(x => req.c[x].exports)
      .filter(x => x)) {
      if (m.default && m.default.getToken !== undefined) {
        return copy(m.default.getToken());
      }
      if (m.getToken !== undefined) {
        return copy(m.getToken());
      }
    }
  },
]);
console.log('%cWorked!', 'font-size: 50px');
console.log(`%cYou now have your token in the clipboard!`, 'font-size: 16px');

Now your token is in your clipboard.

3b. If you can't paste the code, just type allow pasting and retry.

4. Paste your token in config_selfbot.py

πŸ‘€ Preview

preview

preview_second

☣️ Issues

I found 0 issues for the moment, if you get one, come on the Support!

πŸ› οΈ Developement version

  1. Open your Terminal and go to the wanted folder with cd.
  2. Clone the repository: git clone https://github.com/Sitois/Nuclear-V2 or Just clone it with the green "Code" button above the README.

❓ How to contribute

πŸ–€ You can contribute by leaving a star if you love my project!
🧷 You can also translate the selfbot (using langs.py)!
Or you can just help me with my "need help" list:

  • Captcha: Check comments on main.py

⭐ Contributors

Lenochxd
Lenochxd
Shell1010
Shell1010

A big thank to Lenoch for the README and for learning me Python ;-; ! Check her current project!

And a big thank to Shell1010 for helping me during the developement of the first version!

Support




Nuclear-V1: wakatime

Nuclear-V2: wakatime

My total Code Time: wakatime

About

Discord SelfBot using discord.py-self (use only for educationnal purpose) | Nuclear V2 is a remake of Nuclear with a lot of new commands AND WITH ZERO RANDOM ERRORS !!.

License:MIT License


Languages

Language:Python 100.0%