A collection of client-side JavaScript snippets / bookmarklets
created mostly for educational purposes, boredom, and "what if" experiments.
⚠️ DISCLAIMER
Most features shown here violate Discord's Terms of Service.
Using them can and very likely will get your account permanently banned.
This repository exists for learning / security research purposes only.
I do not encourage anyone to actually use these scripts on live accounts.
Current status: very early / incomplete / messy
Expect broken things, missing backend, bad variable names, vibe-coding energy.
| Snippet | What it does | Stability | Requires backend? | Notes |
|---|---|---|---|---|
auditSpam |
Mass-creates 69-use / 42-second invites in loop | ★★★☆☆ | token endpoint | quite reliable in Dec 2025 |
autoQuest |
auto-completes quests | — | — | not my code — just reference |
falseDeafen |
Fake-deafen yourself (shows deafened but others hear you) | ★★☆☆☆ | no | breaks sometimes after updates |
falseMute |
Fake-mute (shows muted but you can still talk) | ★★☆☆☆ | no | same fragility as falsedeafen |
lockGroupCall |
Rapidly adds user to group DM and therefor locks voice call | ★★☆☆☆ | token endpoint | very aggressive → high ban risk |
msgEditor |
Click-to-edit any message locally (visual only) | ★★★★☆ | /edit & /edits endpoints |
best working piece right now |
disconnectAll |
Rapidly cycles voice region in group DM calls (lag/packet loss trick) | ★★★★☆ | token endpoint (optional) | low-moderate ban risk if overused |
token |
Steals & sends your Discord token to localhost:5000 | ★★★★★ | token endpoint | classic token stealer snippet |
- Open Discord in browser (
discord.comorcanary.discord.com) - Open developer tools (F12)
- Go to Console tab
- Paste one of the scripts above
- Most scripts are toggleable → paste the same code again to stop/reload