Skip to content

Instantly share code, notes, and snippets.

@oSumAtrIX
Last active August 22, 2024 18:55
Show Gist options
  • Save oSumAtrIX/8c0540c80ca2b91efa18d137e239570f to your computer and use it in GitHub Desktop.
Save oSumAtrIX/8c0540c80ca2b91efa18d137e239570f to your computer and use it in GitHub Desktop.
Useful snippets for Discord

Discord console scripts

My collection of scripts for Discord.

Scripts

  • friend_invitelink.js: Generate a friend invite link
  • clientside_nitro.js: Spoof the client and enable client side Discord Nitro
webpackChunkdiscord_app.push([[[Math.random()]],{},q=>Object.values(q.c).find(e=>e.exports?.default?.getCurrentUser).exports.default.getCurrentUser().premiumType=2])
@pxtzel
Copy link

pxtzel commented Aug 22, 2024

will the link expire?

Yes, it expires after 7 days of creation, or after 5 uses. It is currently not possible to set unlimited uses and expiry.

I noticed the previous code is not working on the PTB build, here is another patch.

webpackChunkdiscord_app.push([
    [Symbol()], {},
    async r => r?.c && console.log('https://discord.gg/' + (await Object.values(r.c).find(a => a.exports?.Z?.createFriendInvite).exports.Z.createFriendInvite()).code)
]);
!!webpackChunkdiscord_app.pop();
webpackChunkdiscord_app.push([[Symbol()],{},async e=>e?.c&&console.log("https://discord.gg/"+(await Object.values(e.c).find((e=>e.exports?.Z?.createFriendInvite)).exports.Z.createFriendInvite()).code)]);!!webpackChunkdiscord_app.pop();

@RedBoardDev
Copy link

thanks for your patch ! so sad that it's just for 7 days or 5 uses...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment