Skip to content

Instantly share code, notes, and snippets.

View arnavos's full-sized avatar
💭
bringing back all my projects to this account.

Arnav arnavos

💭
bringing back all my projects to this account.
View GitHub Profile
@arnavos
arnavos / DiscordQuestCompleterV2.txt
Created March 15, 2026 13:33
This snippet, when pasted into the console of Discord App, completes the accepted Discord Quests automatically without any installations and changing your activity details. Enjoy ;)
delete window.$;
let wpRequire = webpackChunkdiscord_app.push([[Symbol()], {}, r => r]);
webpackChunkdiscord_app.pop();
let ApplicationStreamingStore = Object.values(wpRequire.c).find(x => x?.exports?.A?.__proto__?.getStreamerActiveStreamMetadata).exports.A;
let RunningGameStore = Object.values(wpRequire.c).find(x => x?.exports?.Ay?.getRunningGames).exports.Ay;
let QuestsStore = Object.values(wpRequire.c).find(x => x?.exports?.A?.__proto__?.getQuest).exports.A;
let ChannelStore = Object.values(wpRequire.c).find(x => x?.exports?.A?.__proto__?.getAllThreadsForParent).exports.A;
let GuildChannelStore = Object.values(wpRequire.c).find(x => x?.exports?.Ay?.getSFWDefaultChannel).exports.Ay;
let FluxDispatcher = Object.values(wpRequire.c).find(x => x?.exports?.h?.__proto__?.flushWaitQueue).exports.h;
@arnavos
arnavos / [PATCHED] DiscordQuestCompleter.txt
Last active March 15, 2026 13:31
Mar 15, 2026: [-] PATCHED, UPDATED SCRIPT OUT [-] || This snippet, when pasted in the console of Discord App, completes the Discord Quests automatically on a different client logging in from another location, without changing anything on your Activity Status :)
delete window.$;
let wpRequire = webpackChunkdiscord_app.push([[Symbol()], {}, r => r]);
webpackChunkdiscord_app.pop();
function findByProtoProps(...props) {
for (const m of Object.values(wpRequire.c)) {
if (!m?.exports) continue;
for (const key of Object.keys(m.exports)) {
if (key === '__esModule') continue;
try {