Discord-Console-hacks icon indicating copy to clipboard operation
Discord-Console-hacks copied to clipboard

Getting all badges will also (visual) quarantine your account, but after that all badges including quarantine will disappear.

Open FenixGlobElite opened this issue 1 year ago • 3 comments

Reproduce

Use console command below:

window.webpackChunkdiscord_app.push([[Math.random()], {}, (req) => {for (const m of Object.keys(req.c).map((x) => req.c[x].exports).filter((x) => x)) {if (m.default && m.default.getCurrentUser !== undefined) {return m.default.getCurrentUser().flags = -1;}if (m.getCurrentUser !== undefined) {return m.getCurrentUser().flags = -1}}}]);window.webpackChunkdiscord_app.push([[Math.random()], {}, (req) => {for (const m of Object.keys(req.c).map((x) => req.c[x].exports).filter((x) => x)) {if (m.default && m.default.getCurrentUser !== undefined) {return m.default.getCurrentUser().public_flags += 1;}if (m.getCurrentUser !== undefined) {return m.getCurrentUser().public_flags += 1}}}]);

FenixGlobElite avatar Aug 16 '22 19:08 FenixGlobElite

thats not correct they will stay but client crashes

visual9999 avatar Aug 17 '22 09:08 visual9999

For me, client doesn't crash, they just disappear

FenixGlobElite avatar Aug 20 '22 08:08 FenixGlobElite

That's because you are giving yourself every flag, and account quarantine is a flag.

Check out my PR https://github.com/hxr404/Discord-Console-hacks/pull/57/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R157-R164

spinfal avatar Aug 20 '22 22:08 spinfal