A Java Discord selfbot that allows custom commands and rich messages (Embeds) based on BtoBastian's JavaCord library.
In your browser or desktop Discord, press Ctrl-Shift-I
or ⌘-Shift-I
on Mac. Go to the Application section, Click on Storage > LocalStorage > discordapp.com. Find the token row at the bottom, your token will be the value in quotes.
⚠ Do not share this token with anyone ⚠ This token provides complete access to your Discord account, never share it!
First download the source and compile it into a .jar file, set the main class to me.alexander.discordbot.Main
You can also download a precompiled version here.
Now open a command prompt/terminal window and type java -jar SelfBotv2.jar <Your access token>
/shutdown - Will shutdown the bot
/embed <Message> - Sends an embedded message
To send an embedded message you type /embed <Message>
, in the message you can set the title
, body
, footer
and an image (jpeg,jpg and png supported).
To add a title you simply type **<Title>**
, to add a footer you type --<Footer>--
and to add a image you just paste the url.
An example message might look like this:
/embed **This is the title** This is a test of the SelfBot --This is the footer--