Skip to content
This repository has been archived by the owner on Nov 29, 2019. It is now read-only.

ColinShark/discord-customstatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Custom Status Animation

Animate your custom status

I am not responsible for any bans resulting in using this. Use at your own risk.


Requirements

Installation

  1. Download repository
  2. Unzip
  3. Open a command prompt inside the folder
  4. Enter npm install
  5. Rename config.json.example to config.json and adjust it - Read More
  6. Enter node index.js

Config

  • 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 or null for nothing - How to get your emojiID
    • emojiName String|null: Emoji name of the emoji you want to display or null for nothing
    • timeout Number: Amount in milliseconds how long to wait before continuing to the next one

How to get your token

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.

How to get your EmojiID

About

Animate your custom status

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published