Language : ๐บ๐ธ English | ๐น๐ญ เนเธเธข
Caution
As of April 7th, 2026, Discord has expressed their intent to crack down on automating quest completion.
Discord has recently updated their security systems to detect "Inauthentic Engagement". Many users have already received the following system message:
There isn't much that can be done to make any script 100% undetected. Use this tool at your own risk, as you most likely WILL get flagged by doing so.
Discord has actively started flagging accounts using scripts for Quest automation. If flagged, you will receive an official "Quest Activity Notice" warning. Continued use may lead to permanent Quest access limitations or further account actions.
- Detection: Any script bypassing Quest requirements carries a high risk of being flagged by Discord's anti-cheat and telemetry systems.
- Liability: By using this tool, you acknowledge that you are solely responsible for any actions taken against your account (e.g., Quest restrictions or account suspension).
- Recommendation: If you value your main account or have already received a warning, it is highly recommended to complete Quests manually or use an alternative account for testing.
- Desktop Client Only: This script relies on internal Discord Desktop stores. It will not work in a web browser for game-based quests.
- Stealth Logic: While this script uses "Force Timer" logic and human-like jitter to minimize detection, please understand that no automation is 100% invisible to server-side checks.
A powerful, stealthy, and feature-rich JavaScript tool designed to automatically complete Discord Quests (Play, Stream, Watch, and Activities) directly from the Discord client console.
Developed by Nattapat2871
- All Quest Types Supported:
- ๐ฎ
PLAY_ON_DESKTOP: Spoofs running games without installing them. - ๐ฅ
STREAM_ON_DESKTOP: Spoofs streaming in VC (Requires you to share screen first). - ๐บ
WATCH_VIDEO/MOBILE: Simulates video watching with human-like jitter. - ๐งฉ
PLAY_ACTIVITY: Simulates embedded activities in Voice Channels.
- ๐ฎ
- Force Timer Logic (v5.0): Uses local machine time to ensure the visual countdown works smoothly even if the Discord API lags, freezes, or disconnects (
ERR_CONNECTION_CLOSED). - Visual Overlay: A beautiful floating card in the bottom-right corner shows real-time progress.
- Sound Alerts: Plays a satisfying "Ding!" sound notification upon quest completion.
- Safety Buffer: Adds a small time buffer (+30s) to ensure quests trigger completion 100% of the time.
- Smart Cleanup: Automatically restores original Discord functions and removes the UI when finished or closed.
This script DOES NOT work in a web browser (Chrome, Edge, etc.) for Game Quests! Discord has updated their system to check for local processes. You MUST use the Discord Desktop App (Stable, PTB, or Canary) to complete Play/Stream quests.
By default, Discord disables the Developer Console. You must enable it first to be able to paste the script. We have prepared a quick command to do this for you automatically!
-
Press
Windows + Ron your keyboard, typecmd, and hit Enter to open the Command Prompt. -
Copy and paste the following command into the CMD window and hit Enter:
echo [INFO] Closing Discord... & taskkill /f /im discord.exe >nul 2>&1 & timeout /t 2 >nul & echo [INFO] Updating settings.json... & (echo {& echo "IS_MAXIMIZED": false,& echo "IS_MINIMIZED": false,& echo "WINDOW_BOUNDS": {& echo "x": 295,& echo "y": 167,& echo "width": 1284,& echo "height": 724& echo },& echo "DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true,& echo "MIN_WIDTH": 940,& echo "MIN_HEIGHT": 500,& echo "chromiumSwitches": {},& echo "BACKGROUND_COLOR": "#2c2d32",& echo "openH264Enabled": true,& echo "audioSubsystem": "experimental",& echo "offloadAdmControls": true& echo }) > "%appdata%\discord\settings.json" & echo [INFO] Starting Discord... & start "" "%localappdata%\Discord\Update.exe" --processStart discord.exe & echo [INFO] Done!
-
The script will automatically close Discord, enable the Developer Console, and reopen Discord for you.
- Open Discord and go to Discover > Quests.
- Accept the quest(s) you want to complete.
- Get the Code:
- Click here to view the latest code
- Select all (
Ctrl + A) and Copy (Ctrl + C).
- Open Developer Console:
- In Discord, press
Ctrl+Shift+I. - Click on the "Console" tab.
- In Discord, press
- Allow Pasting:
- If you see a red warning message, type
allow pastingand hit Enter.
- If you see a red warning message, type
- Run:
- Paste the code (
Ctrl + V) into the console and hit Enter.
- Paste the code (
If your quest requires you to "Stream a game to a friend":
- Join a Voice Channel (VC) with at least one other account (friend or bot).
- Click "Share Your Screen" and select any application (e.g., Notepad, Calculator).
- Run the script. It will hijack your stream status to match the required game.
Once running, you will see a UI overlay in the bottom right.
- To Close/Stop Manually:
- Click the Red X icon or Close Button on the floating overlay.
- OR Type the following command in the console:
nam.close()
Q: The logs show ERR_CONNECTION_CLOSED or Network Error, is it broken?
A: No. The script uses "Force Timer" logic. Even if your internet flickers or Discord API disconnects, the script will continue counting down locally and force the completion state once the time is up. Just wait for the timer!
Q: Can I get banned? A: Use at your own risk. While this script uses stealthy methods (hijacking internal stores rather than spamming API), automating actions technically violates Discord ToS.
Q: Nothing happens when I run the script. A: Make sure you have actually clicked "Accept Quest" in the Quests tab before running the script.