Skip to content

Commit 8ef413a

Browse files
authored
Create README.md
1 parent f941cbd commit 8ef413a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
A collection of discord selfbot scripts that can automate many things. The scripts are called either through the command line ( requires tedious passing in all required arguments ) or
2+
through a launcher that comes ready-made.
3+
# CAUTION!
4+
Selfboting is against discord TOS. So far I haven't received any action from discord on using any of the scripts on three accounts. However, it is still a risky thing to do.
5+
I am not responsible for what happens to your account. Be aware of the risks as you use these scripts.
6+
# Installation
7+
You need to have the following libraries installed beforehand:
8+
```
9+
pip install easygui
10+
pip install selfcord
11+
```
12+
Download the latest release, which comes in zip format. Unextract in a folder of your choice.
13+
You'll now have all the scripts in their separate folders, and a launcher to make use of them.
14+
# Usage
15+
Simply double click `launcher.py` Note that you need to have `easygui` installed beforehand as mentioned above. This will open up a bare-bones interface for using the script.
16+
You will be asked for your discord token, which can be extracted from your web browser through a process I won't explain here. JUST GOOGLE IT.
17+
18+
Alternatively, you may also fill the `default_info.txt` file with your account token to avoid the hassle.
19+
Upon starting the program you will be asked whether you want to use the default token. This way you can switch accounts at ease.

0 commit comments

Comments
 (0)