forked from w/Discord-Scripts
e
e updated readme
This commit is contained in:
parent
15f8c0b465
commit
2bc619b9a3
1 changed files with 37 additions and 7 deletions
44
README.md
44
README.md
|
@ -1,18 +1,48 @@
|
|||
# Discord System
|
||||
gives you the verified system tag
|
||||
you can also change what the tag says
|
||||
# Powercord Scripts
|
||||
|
||||
A collection of console scripts for [Discord](https://discord.com/)
|
||||
|
||||
## Discord System
|
||||
gives you the verified system tag
|
||||
|
||||
```js
|
||||
var findModule = (item) => Object.values(webpackJsonp.push([[],{['']:(_,e,r)=>{e.cache=r.c}}, [['']]]).cache).find(m=>m.exports&&m.exports.default&&m.exports.default[item]!==void 0).exports.default;
|
||||
findModule('getCurrentUser').getCurrentUser().system = true;
|
||||
```
|
||||
Credit: [Daddy Fweak](https://gitdab.com/fweak1337)
|
||||
|
||||
# Get all Badges
|
||||
## Change system tag
|
||||
|
||||
```js
|
||||
var findModule = (item) => Object.values(webpackJsonp.push([[],{['']:(_,e,r)=>{e.cache=r.c}}, [['']]]).cache).find(m=>m.exports&&m.exports.default&&m.exports.default[item]!==void 0).exports.default;
|
||||
|
||||
findModule('Messages').Messages.SYSTEM_DM_TAG_SYSTEM = 'System Tag Name Here';
|
||||
```
|
||||
Credit: [Daddy Fweak](https://gitdab.com/fweak1337)
|
||||
|
||||
|
||||
## Get all Badges
|
||||
gives you most of the discord badges
|
||||
|
||||
```js
|
||||
Object.values(webpackJsonp.push([[],{[''] :(_,e,r)=>{e.cache=r.c}},
|
||||
[['']]]).cache).find(m=>m.exports&&m.exports.default&&m.exports.default.getCurrentUser!==void
|
||||
0).exports.default.getCurrentUser().flags=-33
|
||||
```
|
||||
|
||||
Credit: [Daddy Zebratic](https://github.com/Zebratic)
|
||||
|
||||
# Usage
|
||||
press ctrl + shift + i then press console and paste the content from the txts
|
||||
## Get Token
|
||||
gives you the token of your account
|
||||
|
||||
# Previews
|
||||
```js
|
||||
Object.values(webpackJsonp.push([[],{['']:(_,e,r)=>{e.cache=r.c}},[['']]]).cache).find(m=>m.exports&&m.exports.default&&m.exports.default.getToken!==void 0).exports.default.getToken()
|
||||
```
|
||||
|
||||
Credit: idk
|
||||
|
||||
|
||||
## Previews
|
||||
<img src="https://roblox.is-terrible.com/n00neu.png"/>
|
||||
<img src="https://roblox.is-terrible.com/sNwHE6.png"/>
|
||||
<img src="https://roblox.is-terrible.com/TLq55b.png"/>
|
||||
|
|
Loading…
Reference in a new issue