๐ฎ Automate your Discord Quests with one click
Complete Discord video, stream, and game quests automatically while you focus on what matters.
โญ If you find this helpful, please give it a star! โญ
Warning
This tool is for educational purposes only. Using this tool may violate Discord's Terms of Service. The authors are not responsible for any consequences resulting from the use of this software. Use at your own risk.
Windows:
- Go to GitHub Releases and download:
- Portable:
.zipfile โ extract to any folder and rundiscord-quest-helper.exe - Installer:
.msifile โ double-click to install
- Portable:
macOS (Apple Silicon):
- Go to GitHub Releases and download the latest
.dmgfile - Open the
.dmgfile and drag the app to your Applications folder - Run the following command in Terminal to remove the quarantine attribute:
xattr -cr /Applications/Discord\ Quest\ Helper.app
- Run
Discord Quest Helperfrom Applications
- Click Auto Detect Token for automatic extraction, or
- Click Manual Input to enter your token directly
Note
Auto Detect Token requires the Discord desktop client to be running in the background.
- Video/Stream: Click "Start Quest" on any incomplete quest
- Game: Use Game Simulator tab โ Select game โ Create & Run simulated game
- โก One-Click Login โ Automatically detects your Discord token, no scripts or technical steps needed
- ๐ฎ Zero-Download Game Simulation โ Complete game quests without downloading or installing the actual game
- ๐บ Video & Stream Automation โ Click once, progress submits automatically in the background
- ๐ Advanced Quest Filter โ Filter by reward type, completion status, and more
- ๐ฅ Multi-Account Support โ Manage multiple Discord accounts seamlessly
- ๐ Multi-language โ English, Chinese (Simplified & Traditional), Japanese, Korean, Russian, Spanish
| Login | Home |
|---|---|
![]() |
![]() |
| Multi-Account | Game Simulator |
|---|---|
![]() |
![]() |
| Quest Progress | Settings |
|---|---|
![]() |
![]() |
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Discord Quest Helper โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ Vue.js Frontend (Vite dev server :1420) โ
โ โโ Views: Home, GameSimulator, Settings, Debug โ
โ โโ Stores: auth.ts, quests.ts, version.ts (Pinia) โ
โ โโ API: tauri.ts (IPC bridge) โ
โโโโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ Tauri IPC โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ Rust Backend (Tauri 2) โ
โ โโ token_extractor.rs - LevelDB + DPAPI + AES-GCM โ
โ โโ cdp_client.rs - Chrome DevTools Protocol integration โ
โ โโ discord_api.rs - HTTP client & endpoints โ
โ โโ discord_gateway.rs - WebSocket gateway connection โ
โ โโ quest_completer.rs - Video/stream automation โ
โ โโ game_simulator.rs - Process creation & management โ
โ โโ super_properties.rs - Discord client fingerprinting โ
โ โโ stealth.rs - Stealth mode for anti-detection โ
โ โโ logger.rs - Structured logging โ
โ โโ runner.rs - Game runner management โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ Game Runner (src-runner) - Minimal Windows exe (~140KB) โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ HTTPS
โผ
Discord API (discord.com/api/v9)
- Tokens stored in memory only โ Never persisted to disk
- HTTPS for all requests โ Secure API communication
- Platform-native encryption โ Windows DPAPI / macOS Keychain
Caution
Using automation tools may violate Discord ToS and result in account suspension.
Contributions are welcome! Please see CONTRIBUTING.md for:
- Development setup
- Project structure
- Code conventions
- Pull request guidelines
MIT License โ see LICENSE file.
Inspiration & Resources
- markterence/discord-quest-completer
- power0matin/discord-quest-auto-completer
- taisrisk/Discord-Quest-Helper
- docs.discord.food
Technologies
- Tauri โข Vue.js โข shadcn-vue โข TailwindCSS





