A simple selfbot written in JavaScript using the Discord.JS library running in Node.JS.
  • JavaScript 99.6%
  • VBScript 0.3%
Find a file
2025-05-25 20:52:31 +02:00
commands send video url if over 10mb 2025-05-25 20:52:31 +02:00
BackgroundKill.vbs Add files via upload 2025-02-09 00:36:15 +01:00
BackgroundStart.vbs Add files via upload 2025-02-09 00:36:15 +01:00
config.json Add files via upload 2025-02-09 00:36:15 +01:00
eng.traineddata Add files via upload 2025-02-09 00:36:15 +01:00
index.js Add files via upload 2025-02-09 00:36:15 +01:00
LICENSE Create LICENSE 2025-02-10 18:46:55 -05:00
package-lock.json Add files via upload 2025-02-09 00:36:15 +01:00
package.json Add files via upload 2025-02-09 00:36:15 +01:00
README.md Update README.md 2025-03-03 20:44:30 +01:00
start.bat Add files via upload 2025-02-09 00:36:15 +01:00
start.sh Add files via upload 2025-02-09 00:36:15 +01:00

Discord.JS Selfbot

A simple selfbot written in JavaScript using the Discord.JS v13 library running in Node.JS.

Installation

Prerequisites

  1. Node.JS
  2. Your Discord Token and UserID
  3. Put your Cookie in config.json -> "token": "", same with your ID (config.json -> "userId": "")

Running

  1. Open your Terminal/CMD in the directory of the selfbot
  2. run npm install and wait for it to install dependencies
  3. Installation on Operating Systems:
  • Windows: Open BackgroundStart.vbs to make it run as a background process, or run start.bat to make it run as a window
  • Linux: Run chmod+x start.sh and then ./start.sh to run

Background*.vbs

  • BackgroundStart.vbs is for Windows to START the Node.JS window/instance run in the background
  • BackgroundKill.vbs is 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 Discords 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 dont 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