You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now [open the terminal inside folder](https://www.groovypost.com/howto/open-command-window-terminal-window-specific-folder-windows-mac-linux/) where you downloaded the selfbot and run the following command
48
+
Now [open the terminal inside folder](https://www.groovypost.com/howto/open-command-window-terminal-window-specific-folder-windows-mac-linux/) where you downloaded the selfbot and run the following command:
41
49
42
50
```bash
43
51
npm install
44
52
```
45
-
This will install all the requirements (libraries) for the selfbot to run correctly
53
+
This will install all the requirements (libraries) for the selfbot to run correctly.
46
54
## Usage
47
55
For running selfbot, please use the following command (inside selfbot folder)
48
56
```bash
49
-
npm run start
57
+
npm start
50
58
```
51
59
If you see the following warning
52
60
@@ -66,9 +74,9 @@ We support 3 ways to login: via token, via QR Code, and via Password
66
74
67
75
#### __- Step 1: Get your discord account token__
68
76
69
-
Method 1: Follow [this instruction](https://pcstrike.com/how-to-get-discord-token/) to get your account token
77
+
Method 1: Follow [this instruction](https://pcstrike.com/how-to-get-discord-token/) to get your account token.
70
78
71
-
Method 2: Press __Ctrl + Shift + I__ and paste the following function
79
+
Method 2: Press __Ctrl + Shift + I__ and paste the following function.
72
80
73
81
```javascript
74
82
window.webpackChunkdiscord_app.push([
@@ -100,7 +108,7 @@ Simply scan the QR Code on the screen by your discord mobile and wait patiently.
100
108
101
109

102
110
103
-
If success, a list of servers you joined will be shown up
111
+
If success, a list of joined servers will be shown up.
104
112
105
113
__A full tutorial on how to use the selfbot will be uploaded to Youtube soon!__
0 commit comments