- JavaScript 99.6%
- VBScript 0.3%
| commands | ||
| BackgroundKill.vbs | ||
| BackgroundStart.vbs | ||
| config.json | ||
| eng.traineddata | ||
| index.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| start.bat | ||
| start.sh | ||
Discord.JS Selfbot
A simple selfbot written in JavaScript using the Discord.JS v13 library running in Node.JS.
Installation
Prerequisites
- Node.JS
- Your Discord Token and UserID
- Put your Cookie in config.json -> "token": "", same with your ID (config.json -> "userId": "")
Running
- Open your Terminal/CMD in the directory of the selfbot
- run
npm installand wait for it to install dependencies - Installation on Operating Systems:
- Windows: Open
BackgroundStart.vbsto make it run as a background process, or runstart.batto make it run as a window - Linux: Run
chmod+x start.shand then./start.shto run
Background*.vbs
BackgroundStart.vbsis for Windows to START the Node.JS window/instance run in the backgroundBackgroundKill.vbsis for Windows to KILL the Node.JS window/instance run in the background
Custom Commands
Make .js files in /commands/<CATEGORY>/ and use TEMPLATE.j to see the basic template
Disclaimer
Discord is trademark of Discord Inc. and solely mentioned for the sake of descriptivity. Mentioning it does not imply any affiliation with or endorsement by Discord Inc.
Using a selfbot violates Discord's terms of service
Selfbots are against Discord’s Terms of Service.
However, Discord is pretty indifferent about them and there are no known cases of users getting banned for using selfbots! So you should generally be fine if you don’t use plugins that implement abusive behaviour. But no worries, all inbuilt commands are safe to use!
Regardless, if your account is essential to you and getting disabled would be a disaster for you, you should probably not use this, just to be safe
Additionally, make sure not to use the selfbot in a server where you might get banned for it
SPDX-License-Identifier: MIT