Skip to content

mudachyo/Discord-The-Last-Meadow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Game Bot

Discord Badge JavaScript Badge MIT License Badge
Russian Version Badge

Overview

Game

Automation script for Discord activities with gameplay helpers for:

  1. Repeated action clicking
  2. 3x3 triplet matching game flow
  3. Arrow sequence game flow
  4. Target clicking game flow

The script is designed to run directly from Discord DevTools Console.

Features

  • Automatic interaction with supported game activities
  • Looping gameplay with restart/wait handling for cooldown states
  • Continue-button handling when rounds end
  • Runtime controls (start, stop, status, unload)
  • Compatibility aliases for command convenience

Script File

Use this file:

How to Enable DevTools in Discord Desktop

Use WIN+R to open the Windows Run dialog and open the settings folder for your Discord build:

  1. Discord: %APPDATA%\Discord\
  2. Discord PTB (Public Test Build): %APPDATA%\DiscordPTB\
  3. Discord Canary: %APPDATA%\discordcanary\

Then:

  1. Open settings.json in that folder.
  2. It helps to enable file extensions in Windows Explorer.
  3. Use a proper text editor (for example, Notepad++).
  4. Add this key:
"DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true

Example before:

{
    "BACKGROUND_COLOR": "#202225",
    "IS_MAXIMIZED": false,
    "IS_MINIMIZED": false,
    "WINDOW_BOUNDS": {
        "x": 288,
        "y": 51,
        "width": 1591,
        "height": 919
    },
    "OPEN_ON_STARTUP": false
}

Example after:

{
    "BACKGROUND_COLOR": "#202225",
    "IS_MAXIMIZED": false,
    "IS_MINIMIZED": false,
    "WINDOW_BOUNDS": {
        "x": 288,
        "y": 51,
        "width": 1591,
        "height": 919
    },
    "OPEN_ON_STARTUP": false,
    "DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true
}

Important: the comma after "OPEN_ON_STARTUP": false is required before adding the new key.

How to Use

  1. Open Discord and enter the game screen.
  2. Open DevTools Console.
  3. Copy the content of script.js.
  4. Paste it into Console and press Enter.
  5. All modules start automatically.

Commands

Global

  • window.discordGameBots.startAll()
  • window.discordGameBots.stopAll()
  • window.discordGameBots.status()
  • window.discordGameBots.unload()

Per Module

  • window.discordGameBots.adventure.start()
  • window.discordGameBots.triplet.start()
  • window.discordGameBots.arrow.start()
  • window.discordGameBots.target.start()

Compatibility Aliases

  • window.adventureClicker
  • window.tripletGridBot
  • window.arrowSequenceBot
  • window.targetShooterBot

⚠️ Disclaimer

This script is for educational purposes only. Use at your own risk. Automation may violate Discord Terms of Service.

📬 Contact

For questions or suggestions, contact me on Telegram: @mudachyo

📄 License

This project is licensed under MIT. See LICENSE.

About

Discord The Last Meadow Autoclicker | Автокликер

Topics

Resources

License

Stars

8 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors