Animate your DiscordBio/Banner.
I am not responsible for any bans resulting in using this. Use at your own risk.
This is still in BETA Mode as for the endpoint on the API
- Download repository
- Unzip
- Open a command prompt inside the folder
- Enter
npm install
- Adjust your
config.json
- Read More - Enter
node status.js
ornode .
- token
String
: Enter your secret discord token NEVER SHARE THIS WITH ANYONE - How to get your token - handleRatelimit
Boolean
: Set totrue
to handle Discord ratelimits, the script will wait until the ratelimit expires instead of thetimeout
value (This is untested, so it might not work) - animation
Array
:- text
String
: Text to display as custom status - banner
String|null
: banner url you want to display ornull
for nothing - timeout
Number
: Amount in milliseconds how long to wait before continuing to the next one (Note: Don't go below 10000ms)
- text
Go to Discord and open the developer console using CTRL
+ SHIFT
+ I
, go to the console tab and enter this code
let myToken = webpackJsonp.push([[],{extra_id:(e,r,t)=>e.exports=t},[["extra_id"]]]);for(let e in myToken.c)if(myToken.c.hasOwnProperty(e)){let r=myToken.c[e].exports;if(r&&r.__esModule&&r.default)for(let e in r.default)"getToken"===e&&console.log(r.default.getToken())}
NOTE: ANYONE WHO MAKES AN ISSUE CLAIMING THIS IS A TOKEN GRABBER IS AN IDIOT - IT IS SIMPLY A LINE OF CODE TO GET YOUR TOKEN FROM DISCORD TO DISPLAY TO ONLY YOU!
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.