Discord-Oxygen / Discord-Console-hacks

A collection of JavaScript Codes I've made to enhance the User Experience of Discord and some other Discord related stuff
GNU General Public License v3.0
521 stars 114 forks source link

Patched #49

Closed belu-dad closed 2 years ago

belu-dad commented 2 years ago
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().phone = '+1234567890';}if (m.getCurrentUser !== undefined) {return m.getCurrentUser().phone = '+1234567890'}}}]);
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().email = 'email@email.com';}if (m.getCurrentUser !== undefined) {return m.getCurrentUser().email = 'email@email.com'}}}]);
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().verified = true;}if (m.getCurrentUser !== undefined) {return m.getCurrentUser().verified = true}}}]);

Edit by hxr404: I added code blocks šŸ˜‰

hxr404 commented 2 years ago

Please add more detail to your issue and specify what's the problem

Matur1967 commented 2 years ago

@hxr404 His title says it all šŸ˜‰ Discord patched this exploit and it no longer work!

hxr404 commented 2 years ago

@hxr404 His title says it all šŸ˜‰ Discord patched this exploit and it no longer work!

Yeah I also kinda assumed that, I just wasn't really sure what this has to do with my Console Hacks, cuz I won't fix other people's code especially if they don't even ask me to do that. I'll just assume that @belu-dad is new to GitHub and therefore didn't know how the "issues" tab is used usually. This is why I'm gonna explain it (also for everyone else who wants to open an issue):

Issues are only meant for Bug Reports, Specific Proposals/Feature Requests or Problems with something in the repo. If you just have a raw idea of a potentional enhancement (wihout having thought about anythingb more specific), please use the Ideas Category in the Discussions Tab. For questions use the question category and for everything else the general category in the Discussions tab. If you want someone to look over your code, github generally isn't the right place to ask. Feel free to ask the Community / or me directly on Matrix or Discord. Thank You.