forked from w/Discord-Scripts
e
e
This commit is contained in:
parent
ba4b46aece
commit
a723f27b43
1 changed files with 14 additions and 5 deletions
19
README.md
19
README.md
|
@ -1,9 +1,8 @@
|
|||
# Discord Scripts
|
||||
|
||||
## Discord Scripts
|
||||
A collection of console scripts for [discord](https://discord.com/)
|
||||
|
||||
## Discord System
|
||||
gives you the verified system tag
|
||||
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;
|
||||
|
@ -12,6 +11,7 @@ findModule('getCurrentUser').getCurrentUser().system = true;
|
|||
Credit: [Daddy Fweak](https://gitdab.com/fweak1337)
|
||||
|
||||
## Change system tag
|
||||
Changes the 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;
|
||||
|
@ -22,7 +22,7 @@ Credit: [Daddy Fweak](https://gitdab.com/fweak1337)
|
|||
|
||||
|
||||
## Get all Badges
|
||||
gives you most of the discord badges
|
||||
Gives you most of the discord badges
|
||||
|
||||
```js
|
||||
Object.values(webpackJsonp.push([[],{[''] :(_,e,r)=>{e.cache=r.c}},
|
||||
|
@ -32,8 +32,16 @@ Object.values(webpackJsonp.push([[],{[''] :(_,e,r)=>{e.cache=r.c}},
|
|||
|
||||
Credit: [Daddy Zebratic](https://github.com/Zebratic)
|
||||
|
||||
## Get Bot Tag
|
||||
Gives you bot 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().bot = true;
|
||||
```
|
||||
|
||||
## Get Token
|
||||
gives you the token of your account
|
||||
Gives you the token of your account
|
||||
|
||||
```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()
|
||||
|
@ -46,6 +54,7 @@ Credit: [idk](https://pastebin.com/EG4YNbJD)
|
|||
<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"/>
|
||||
<img src="https://belle.is-inside.me/q7Jt0T96.png"/>
|
||||
|
||||
# Discord
|
||||
Syz#0012 Send Nudes Pls
|
Loading…
Reference in a new issue