-
NOT : Self bot usage is prohibited by Discord. If your account is terminated by Discord, the responsibility lies with you.
-
First, open Discord and press the
F12
key to open the developer tools console. Click on theNetwork
tab. -
Next, type some random text in a server on Discord. Then, click on your own username.
-
In the
Network
tab, click on a tab calledScience
and scroll down the page. -
Find the
Authorization:
text and you will see your user token in the adjacent area. Copy this token. -
Next, download the provided file and open the
.env
file inside it. In the.env
file, you will find an entryabtin=
. Paste your token on the right side of this entry. -
Now, go to https://discord.com/developers/applications and create a bot or copy the CLIENT ID of your existing bot. Paste this CLIENT ID into the entry
clientId=
in the.env
file and save it. -
Open the
index.js
file and go to line 18. Enter the text you want to display afterlargeText:
. -
Then, in the
index.js
file, go to line 19. Afterimage:
, enter the name of the photo you want to use in your bot's Rich Presence. If the photo doesn't exist, add it, otherwise, it won't work. Save the file after adding the photo. -
Now, open the terminal, type
npm i
to install the necessary modules. After the modules are installed, typenode index
to run the bot. -
If you need any assistance, feel free to join our server and ask your questions there.
-
Notifications
You must be signed in to change notification settings - Fork 2
Discord 7/24 Streaming Selfbot
4btin/Discord-User-Streaming
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Discord 7/24 Streaming Selfbot
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published