diff --git a/README.md b/README.md index f54dc2e..5bf9cd8 100644 --- a/README.md +++ b/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