Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.32 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.32 KB

asari-selfbot

selfbot.cc but with better performance & made in NodeJS

For any errors message me on discord knowledge#5555

Installation

  1. Visit https://nodejs.org/en/ and download version 10+.

  2. Download this github project, extract it and put it on desktop.

  3. Open the folder, click util and then click edit on config.json.

  4. 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.

  5. 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.

  6. Open CMD, use cd /path/to/the/project/folder.

  7. Use npm install and it should download the packages for you.

  8. use node . in the terminal and your bot should activate.

Multiple accounts usage

  1. Go to config.json.
  2. change the token keys value to more than 1 token, example: "tokens": ‎‎["token1, "token2", "token3"]‎‎, can contain as many as you want them to.
  3. 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)