Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkguy10/nukecord
A Discord self-bot for raiding servers written in Typescript.
https://github.com/darkguy10/nukecord
discord discord-api discord-js discord-selfbot discord-selfbots nuking raid raiding self-bot-discord selfbot selfbot-for-discord typescript
Last synced: 3 months ago
JSON representation
A Discord self-bot for raiding servers written in Typescript.
- Host: GitHub
- URL: https://github.com/darkguy10/nukecord
- Owner: DarkGuy10
- License: mit
- Created: 2021-03-29T07:32:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T07:48:49.000Z (about 1 year ago)
- Last Synced: 2024-09-24T12:02:39.717Z (4 months ago)
- Topics: discord, discord-api, discord-js, discord-selfbot, discord-selfbots, nuking, raid, raiding, self-bot-discord, selfbot, selfbot-for-discord, typescript
- Language: TypeScript
- Homepage:
- Size: 3.38 MB
- Stars: 16
- Watchers: 1
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
「Nukecord」
Nukecord is a discord selfbot for server-raiding written in Typescript. There isn't much to say, it just works!
The legacy python3 code can be found in the legacy branch.
### ⚠️ Disclaimer
Self bots like this break Discord's TOS and hence your account may get **banned**.
I **do not** take any responsibility for any damage caused.
### ✨ Features
- In-built raid modules with auto-permission checking
- Extremely expandable
- Smexy UI
### ⚙️ How to Use
You can use `npx` to directly download and run the executable.
#### Prerequisites
- [NodeJS](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
- [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)#### Starting Up
Fire up a terminal/command prompt and type:
```
npx nukecord@latest
```and hit enter. Press y if it prompt's to install the packges.
Now follow the wizard! That's literally all there is to it! ✨
#### Environment variables
You can set your `NUKECORD_SELFBOT_TOKEN` environment variable to your user token, if you do not wish to enter it every time you execute the script.
### 🔧 Building from Source
This project can be built from source (if you're into that )
#### Prerequisites
- [Git CLI](https://git-scm.com/downloads)
- [NodeJS](https://nodejs.org/en/download/)
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/install)#### Building
1. Clone the repository and cd into it.
```
git clone https://github.com/DarkGuy10/Nukecord.git
cd Nukecord
```2. Install required dependencies.
```
yarn install
```3. Run the `build` script.
```
yarn build
```The compiled script is in the `lib/` folder.
4. Run the `start` script
```
yarn start
```
### 📚 FAQs
- Q: Is this against TOS? Will I get banned for this?
- A: Selfbotting is against Discord's TOS and your account _may_ get banned. But well, you already read the disclaimer.
- Q: Is this safe? You can steal my token.
- A: Yes it's safe, and the project is _totally_ open source so feel free to cross-check my claim!
- Q: Is there a website version of this script?
- A: Not yet, but I'll make one in future.
- Q: Are you gay?
- A: Well, no.
- Q: Awooga awooga?
- A: Yup.
### 📜 License
Nukecord is released under the MIT license, which grants the following permissions:
- Commercial use
- Distribution
- Modification
- Private useFor more convoluted language, see the [LICENSE](https://github.com/darkguy10/Nukecord/blob/master/LICENSE.md).