Skip to content

DMR3-code/DiscordQuestHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord Quest Helper (Vencord Compatible)

This script automates Discord quests sequentially.

Note: This is a fork of aamiaa/204cd9d42013ded9faf646fae7f89fbb.

⚠️ Legal Disclaimer (Read Carefully)

Discord Terms of Service: Automating user actions ("self-botting") is against Discord's Terms of Service. This script sends automated API requests to spoof quest progress.

Use at your own risk: The authors are not responsible for any account suspensions or bans resulting from the use of this tool.

How to use with Vencord

Prerequisite: You must have Vencord installed. Installation Guide

  1. Open Vencord Settings:
    • Go to Discord Settings -> Vencord -> Plugins.
    • Search for UserScript and enable it if not already enabled.
  • Install as User Plugin:
    1. Open Vencord Settings -> Plugins.
    2. Click Open Plugins Folder.
    3. Create a new folder named QuestHelper inside userplugins (or similar).
    4. Copy this index.tsx file into that folder.
    5. Run pnpm build (or npm run build) in your Vencord directory to compile user plugins (if required by your setup) or simply restart Discord if using an auto-loading setup.
    6. Enable QuestHelper in Vencord Settings.
    7. Use the /quests start command in any text channel to begin the quest helper.
    8. Use /quests stop to abort.

Legacy Usage (Console Script)

If you prefer not to install the full plugin, you can use the standalone script:

  1. Open Discord Console (Ctrl+Shift+I).
  2. Copy the content of legacy_quest_script.js.
  3. Paste it into the console and hit Enter.

Note: The legacy script matches the original Gist behavior and does not support slash commands or toast notifications.

Features

  • Sequential Execution: Runs quests one by one, ensuring no conflicts.
  • Auto-Detection: Finds all enrolled, uncompleted quests.
  • Supports:
    • Watch Video (Spoofs progress)
    • Play on Desktop (Spoofs running game)
    • Stream on Desktop (Spoofs stream metadata)
    • Play Activity (Spoofs activity heartbeat)

Notes

  • For "Stream on Desktop", you must be in a Voice Channel with at least one other person (or an alt account) into order for the heartbeat to count.
  • The script prints progress to the Console (Ctrl+Shift+I).

About

Automates Discord quests sequentially (Vencord Plugin)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors