Skip to content

Instantly share code, notes, and snippets.

View Kameil's full-sized avatar
🎯
Focusing

kameiru Kameil

🎯
Focusing
View GitHub Profile
@luqenov
luqenov / index.js
Created March 13, 2026 20:43
HyperSquad changer for Discord
const stylePrimary = "background: #5865F2; color: white; padding: 2px 8px; border-radius: 4px; font-weight: bold;";
const styleSuccess = "background: #43B581; color: white; padding: 2px 8px; border-radius: 4px; font-weight: bold;";
const styleError = "background: #F04747; color: white; padding: 2px 8px; border-radius: 4px; font-weight: bold;";
let token;
window.webpackChunkdiscord_app.push([[Symbol()], {}, o => {
for (let e of Object.values(o.c)) {
try {
if (!e.exports || e.exports === window) continue;
if (e.exports?.getToken) token = e.exports.getToken();
@MarvNC
MarvNC / get-discord-token-from-browser.md
Last active July 27, 2026 10:59
How to Get Your Discord Token From the Browser Developer Console

How to Get Your Discord Token From the Browser Console

  1. Open the browser developer tools (F12 or Ctrl + Shift + I) and click the Console tab.
  2. Paste the following code into the console and press Enter:
(w=webpackChunkdiscord_app).push([[Symbol()],{},o=>{try{Object.values(o.c).some(e=>e.exports?.setToken&&(w.t=e.exports.getToken()))}catch{}}]),w.t

(Contributed by @Risim-hanse)

@XielQs
XielQs / Get_Discord_Token.md
Last active July 24, 2026 13:00
Get self discord token using console

How to get your discord token using browser console

  1. Open developer tools in browser (if you using desktop app use Ctrl+Shift+I shortcut)
  2. Switch current tab to Console
  3. Write this code and press enter
window.webpackChunkdiscord_app.push([[Symbol()],{},o=>{for(let e of Object.values(o.c))try{if(!e.exports||e.exports===window)continue;e.exports?.getToken&&(token=e.exports.getToken());for(let o in e.exports)e.exports?.[o]?.getToken&&"IntlMessagesProxy"!==e.exports[o][Symbol.toStringTag]&&(token=e.exports[o].getToken())}catch{}}]),window.webpackChunkdiscord_app.pop(),token;

It will return your Discord token!

@nomsi
nomsi / SELFBOTS.md
Last active June 10, 2026 00:25
Selfbot Rules
(These are the "unofficial" rules of Selfbots. Click the image for more information.)
Please remember that selfbots arent fully suported by Discord and that it should only be used to make YOUR life easier and not others. Also keep in mind that discord has a set of rules regarding selfbots:
  • A selfbot must not, under any circumstance, act like a normal bot (responding to user commands, etc)
  • A selfbot must not, under any circumstance, do "invite scraping". This is the action of detecting server invites in chat, and automatically joining a server using that invite.