This is built in a very easy detectable & bannable method #791
wavedevgit
started this conversation in
2. Discussions
Replies: 1 comment 1 reply
-
|
deletion is not necessarily a sensitive action Discord cares about, so it's unlikely that lacking the header is an issue. Even so, it is probably wiser to use the client's own header instead of relying an external API that can break, like so: function getSuper() {
let result;
window.webpackChunkdiscord_app.push([[Symbol()], {}, o => {
for (let e of Object.values(o.c)) {
try {
if (!e.exports || e.exports === window) continue;
for (let o in e.exports)
if (e.exports?.[o]?.getSuperPropertiesBase64) {
result = e.exports[o].getSuperPropertiesBase64();
return;
}
} catch {}
}
}]);
return result;
};
console.log(getSuper());P.S. it'd be nice if we could leverage the client's message deletion functions directly as well, since I believe they have auto retry and thread unarchiving, but I won't look into that right now |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the script sends only the
Authorizationheader for user accounts, it's missingx-super-propertiesand many other headers that are really important and without them your account will be flaggedPlease fix this ASAP,
X-Super-Proprtiescan be generated from this APIPOST https://cordapi.dolfi.es/api/v2/properties/web?channel=stable/canary/ptb(thank you dolfies for this api)Beta Was this translation helpful? Give feedback.
All reactions