Now it is.
Disclaimer: This project didn't get updated in a long time and I'm not planning on working on it anymore. It could very well be that the bot doesn't work with the newest discord.js package anymore.
If you want, you can donate a few bucks on my Patreon or PayPal! I would really appreciate it!
WARNING! It is against the ToS of Discord to use a selfbot! Your account can get banned!
If you are planning to use it, keep this in mind:
USING SELFBOTS IS AGAINST THE DISCORD TERMS OF SERVICE. I AM NOT RESPONSIBLE AND CANNOT BE HELD LIABLE IF YOU LOSE PRIVILEGES, GET KICKED OR BANNED FROM ANY SERVER OR FROM DISCORD. If you know the risk and you want to continue; here are the instructions.
Only necessary if you want to download via command prompt:
You cannot use the /update command because it uses local pathes on my Linux machine and requires Apache Subversion.
Some commands will not work if you are not using pm2
to start the bot.
Just hit the Clone or download
button or use git in a command prompt:
git clone https://github.com/HerrEurobeat/beepSelfBot
Once finished:
- Create an token.json file outside of the bot folder with this content:
{
"selfbottoken": "your token"
}
- From either the web application, or the installed Discord app, use the CTRL+SHIFT+I keyboard shortcut.
- This brings up the Developer Tools. Go to the Application tab
- On the left, expand Local Storage, then click on the discordapp.com entry (it should be the only one).
- Locate the entry called
token
, and copy it.
KEEP YOUR TOKEN SECRET, AND NEVER SHARE IT WITH ANYONE
Open a command prompt or power shell in the folder and type npm install
. Let it install the dependencies.
To start the selfbot, in the command prompt, run the following command:
node index.js