diff --git a/README.md b/README.md index 5dae35e..f8c8904 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,48 @@ -# Discord System -discord console scripts that give you the verified system tag -you can also change what the tag says +# Powercord Scripts -# Usage -press ctrl + shift + i then press console and paste the content from the txts +A collection of console scripts for [Discord](https://discord.com/) -# Previews +## 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) + +## 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) + +## Get Token +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() +``` + +Credit: idk + + +## Previews - \ No newline at end of file + +