2025-02-06 11:44:22 -05:00
2025-02-06 11:43:03 -05:00
2025-02-06 07:41:36 -05:00
2024-02-05 19:18:42 -05:00
2025-02-06 11:13:29 -05:00
2025-02-06 11:44:22 -05:00
2025-02-06 11:30:56 -05:00
2025-02-06 11:27:51 -05:00
2025-02-06 11:27:51 -05:00

Description

discord-selfbot is a simple selfbot for discord using discord.js-selfbot-v13.

Discord Selfbot Setup

1. Clone the Repository

Open your terminal and run:

git clone https://git.deadzone.lol/Wizzard/discord-selfbot/
cd discord-selfbot

Run start.sh / start.bat

2. Get your token

Open the file tokengrab.js in a text editor.

Copy its entire contents.

Open the Discord client and press Ctrl+Shift+I to open Developer Tools.

Navigate to the Console tab.

Paste the copied contents into the console and press Enter.

3. Configuration

Create your configuration file by copying the example file:

cp EXAMPLE.env .env (copy file on windows)

Replace the placeholder for DISCORD_TOKEN with your actual Discord token. For example:

DISCORD_TOKEN=discord_token
PREFIX=.

Disclaimer

I don't take any responsibility for blocked Discord accounts that used this program. Using this on a user account is prohibited by the Discord TOS and can lead to the account block.

Description
No description provided
Readme 102 KiB
Languages
JavaScript 99.8%