A tool that lets you complete Discord Quests without downloading entire games. It fakes the game files Discord looks for, so you can get your rewards without wasting storage space.
This is a proof-of-concept tool. It emulates game presence by creating the folder structure Discord expects and running a placeholder executable.
Use it at your own risk. I'm not responsible if Discord decides to take action against your account. That said, I've been using it myself for a while without issues..just don't be stupid about it.
| What | Link |
|---|---|
| Latest Release | Download Here |
| Star the Repo | GitHub |
| Buy me a coffee | PayPal |
- Lightweight – No 100GB downloads. Just a tiny executable.
- Emulates game presence – Creates the exact folder structure for the games Discord checks for.
- Open source – You can read every line of code yourself.
- Go to the Releases Page
- Download
QuestHunter.exe(or the latest ZIP) - Extract it somewhere you'll remember
- Run
QuestHunter.exe
If you prefer running Python directly:
# Install dependencies
pip install PyQt6
# Clone the repo
git clone https://github.com/P1sco/QuestHunter
cd QuestHunter
# Run it
python questHunter.py** One extra step for source users:** You need to create the main.mfs file that the launcher copies to fake app names, rename it to main.mfs and move it to /Binaries/Win64/.
- Package
gif.pyinto an executable:pyinstaller --onefile --noconsole gif.py
- Open QuestHunter
- It'll fetch the latest quests from the feed
- Pick the game you want, click "Launch Replica"
- The tool creates all the fake files Discord looks for
- Keep it running for 15 minutes
- Check your Discord quest progress—it should count up
- Close everything when you're done
Q: Will I get banned? A: Most likely not, but it's technically against Discord's ToS.
Q: Why not just download the actual game? A: Some of these games are 100GB+. Not everyone has that kind of storage or bandwidth.
Q: Is this a virus? A: It's open source—check the code yourself. No weird network activity, no data collection. Just Python.
Q: What's the "Deep Search" feature? A: If a game isn't in the main feed, click "Deep Search" and it'll pull data straight from Discord's own database. Works for pretty much any detectable game.
If you want to modify it:
git clone https://github.com/P1sco/QuestHunter
cd QuestHunter
# Make your changes
python questHunter.pyTo build the EXE:
pip install pyinstaller
pyinstaller --onefile --noconsole questHunter.py
pyinstaller --onefile --noconsole gif.pyIf this saved you from downloading 200GB of games, feel free to buy me a coffee. Or just star the repo—that helps too.
MIT License—use it, modify it, do whatever.