Nuclear-V2
Nuclear-V2 copied to clipboard
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 !!.
π Nuclear-V2
A powerful Discord Selfbot written in Python using discord.py-self!
β Disclaimer
Discord SelfBots are not allowed by Discord TOS and can easily ban your account. Please use for educational purposes only. This project is just a proof of concept.
π Table of content
- πΎ Installation
- π§ Config
- π Features
- π How to get a user token
- π Preview
- β£οΈ Issues
- π οΈ Developement version
- β How to contribute
- β Contributors
- π« Support
πΎ Installation
- Download the latest version from the Releases section on GitHub.
- Make sure to have Python installed.
- Open your Terminal and go to Nuclear with
cd. - Install dependencies:
pip install -r requirements.txt - Run the program:
python main.py - Get started with
&help!
π§ 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,
- Auto bump,
- Servers backup,
- And others, check the
Helpcommand!
π How to get a user token
- Go to Discord Web
- Do
CTRL + MAJ + Iand go toConsole - 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
β£οΈ Issues
Library Issues
discord.py-self has some issues.
One of the most common is when an incompatible library is already installed. To solve this problem, you can uninstall them:
pip uninstall discord discord.py py-cord pycord nextcord discord.py-self aiohttp
And now, you just need to re-install discord.py-self (from Git or from here)
If you still get an error, you can check discord.py-self's support
Nuclear's issues
Check support!
π οΈ Developement version
- Open your Terminal and go to the wanted folder with
cd. - Clone the repository:
git clone https://github.com/Sitois/Nuclear-V2or 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 - Every "TODO:" in the code
β Contributors
|
Lenochxd |
Shell1010 |