Skip to content

a little exploiting toolkit for discord which ive build because i was bored

Notifications You must be signed in to change notification settings

baum1810/discord_exploiting_toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Discord Exploiting Toolkit

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.

What's included so far (client-side snippets)

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

How to use (right now — without GUI)

  1. Open Discord in browser (discord.com or canary.discord.com)
  2. Open developer tools (F12)
  3. Go to Console tab
  4. Paste one of the scripts above
  5. Most scripts are toggleable → paste the same code again to stop/reload

Credits

  1. auto-completes quests

About

a little exploiting toolkit for discord which ive build because i was bored

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors