Animate your custom status
I am not responsible for any bans resulting in using this. Use at your own risk.
- Download repository
- Unzip
- Open a command prompt inside the folder
- Enter
npm install
- Rename
config.json.example
toconfig.json
and adjust it - Read More - Enter
node index.js
- token
String
: Enter your secret discord token NEVER SHARE THIS WITH ANYONE - How to get your token - animation
Array
:- text
String
: Text to display as custom status - emojiID
String|null
: Emoji ID of the emoji you want to display ornull
for nothing - How to get your emojiID - emojiName
String|null
: Emoji name of the emoji you want to display ornull
for nothing - timeout
Number
: Amount in milliseconds how long to wait before continuing to the next one
- text
Go to Discord and open the developer console using CTRL
+ SHIFT
+ I
, go to the console tab and enter this code
var req=webpackJsonp.push([[],{extra_id:(e,r,t)=>e.exports=t},[["extra_id"]]]);for(let e in req.c)if(req.c.hasOwnProperty(e)){let r=req.c[e].exports;if(r&&r.__esModule&&r.default)for(let e in r.default)"getToken"===e&&console.log(r.default.getToken())}
It should now output your token which will look like random letters and numbers, etc. That is your token, put the whole thing as your token.