Skip to content

ZX41R/discord-quest-completer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 discord-quest-completer

Auto-complete Discord game-play quests without playing.

License: MIT Discord JavaScript PRs Welcome

Claim free Discord rewards without installing or playing anything.


🎁 Why?

Discord regularly drops limited-time quests that reward free cosmetics — avatar decorations, profile effects, collectibles, and more. The catch? You need to play specific games for hours. This script handles that for you automatically, so you never miss a reward drop.


⚡ Quick Start

1. Open Discord Desktop
2. Ctrl+Shift+I → Console tab
3. Paste quest-completer.js → Enter

The script auto-detects all enrolled, uncompleted quests and processes them sequentially with real-time progress logging.

📋 Supported Quest Types

Type Method
PLAY_ON_DESKTOP Spoofs a running game process via RunningGameStore
PLAY_ACTIVITY Sends heartbeat requests to the quest progress API

🔍 How It Works

The script hooks into Discord's internal webpack modules to access stores and APIs that aren't publicly exposed.

  • Desktop quests → Patches RunningGameStore to inject a fake game process. Discord's heartbeat system naturally ticks up progress.
  • Activity quests → Posts heartbeat requests to the quest API on a 20s interval until the target is met.

All quests are queued and processed one at a time. Once a quest hits its target duration, the spoofed state is cleaned up and the next quest begins.

📌 Requirements

  • Discord Desktop app (browser is not supported)
  • At least one enrolled, uncompleted game-play quest

🤝 Contributing

Contributions are welcome! See CONTRIBUTING.md for guidelines.

⚠️ Disclaimer

This project is for educational purposes only. Use at your own risk. Not affiliated with or endorsed by Discord.

📄 License

MIT

About

Claim free Discord quest rewards (avatar decorations, profile effects, collectibles) without playing. Paste in DevTools, sit back.

Topics

Resources

License

Code of conduct

Contributing

Stars

7 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors