Skip to content

PgBiel/discordcoolselfbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discordcoolselfbot

Some cool selfbot made for reasons yet unknown by humanity.

Installation

(Make sure you have at least Node 7 installed.)

  1. Open Terminal or, in Windows, CMD.
  2. Run npm install PgBiel/discordcoolselfbot.
  3. After done, go to your user folder, open the folder named node_modules, and copy the folder named discordcoolselfbot to anywhere you like.
  4. Go inside that folder and open the file named selfiebot.js.
  5. Once opened, look for this line (334 in latest release):
process.chdir("Insert/Dir/Here");

Replace "insert/dir/here" with the directory to the bot folder. Example: "/Users/GuyCool/Documents/discordcoolselfbot".

Next, scroll down to the very bottom of the file.

Bottom (last) line

Replace "insert token" with your token, example: "MHsodfsjofdsf.sdfosdfjos.fGODfogsfOGfg". To grab your token, first go in the Discord App (or the web version, but make sure you're in chrome) and press:

  • Ctrl + Shift + I in case you are in Windows, or
  • If Mac, press Command + Option + I.

This will open developer tools. Now do the following:

Applications tab then Local Storage

(If you do not see the Applications tab, click the two arrows on the top right (They look like this: ») and select Applications.)

Now copy your token (the bunch of random letters next to the token field) and paste them in the spot said. Assuming the token is a.b.c.d.e.f, the line would look like this:

me.login("a.b.c.d.e.f");

Done! Now to start your bot, write this in Terminal/CMD (DO NOT PRESS ENTER):

node --harmony

then, Drag and Drop the selfiebot.js file into your Terminal/CMD window. <- Important Step

Doing that step will add the bot file's path to your terminal. Assuming the file path is /Users/GuyCool/Documents/discordcoolselfbot/selfiebot.js, it would then look like this:

node --harmony /Users/GuyCool/Documents/discordcoolselfbot/selfiebot.js 

Now press enter. Done! Your selfbot has started on your account, if all steps have been followed correctly. ;)

About

Some cool selfbot made for reasons yet unknown by humanity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published