selfbot.cc but with better performance & made in NodeJS
-
Visit https://nodejs.org/en/ and download version 10+.
-
Download this github project, extract it and put it on desktop.
-
Open the folder, click util and then click edit on config.json.
-
Go into discord, click CTRL+SHIFT+i & click the network tab, then type something in a channel and it should come up a table saying "messages", click that. Go to headers and scroll down til you see "authorization": "yourtoken...", then copy that.
-
Go back into the config.json folder and put in your token where it says tokens:, then you tokens: should look like this: tokens: ["yourtoken.."], save and exit out of the folder.
-
Open CMD, use cd /path/to/the/project/folder.
-
Use npm install and it should download the packages for you.
-
use node . in the terminal and your bot should activate.
- Go to config.json.
- change the token keys value to more than 1 token, example: "tokens": ["token1, "token2", "token3"], can contain as many as you want them to.
- install all the packages if you havent and use node ., should say selfbot started for ...name (all settings you put into config.json will apply to these users too)