Skip to content
View AnonymoDGH's full-sized avatar
:octocat:
In discord
:octocat:
In discord

Block or report AnonymoDGH

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AnonymoDGH/README.md

AnonymoDGH

developer & automation engineer // colombia

[ SYSTEM ONLINE ]

Typing SVG


Profile Views Β  GitHub followers Β  GitHub stars



> whoami

$ cat /proc/self/identity

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  handle   : AnonymoDGH                                  β”‚
β”‚  location : Colombia πŸ‡¨πŸ‡΄                                β”‚
β”‚  focus    : automation Β· reverse engineering Β· bots     β”‚
β”‚  stack    : JavaScript / Node.js + whatever it takes   β”‚
β”‚  npm      : mineflayer-schem                            β”‚
β”‚  status   : always building something                   β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

I automate the boring stuff and then some. I dig into internals β€” Discord's webpack modules, Minecraft's protocol layer, browser runtime APIs β€” reverse-engineer what I need, and ship it clean. Mostly JavaScript, occasionally whatever language the problem demands. If it has an API, I'm exploiting it.



> ls ./projects --pinned


Instant Discord quest completion via browser console injection. Hooks into Discord's internal webpack bundle at runtime, intercepts quest state from internal stores, and fires the /quests/:id/video-progress and /heartbeat endpoints directly. Zero dependencies. No install.

INTERNALS
β”œβ”€β”€ Hooks webpackChunkdiscord_app at runtime to extract internal module map
β”œβ”€β”€ Locates quest, streaming, games, dispatcher, API stores dynamically
β”œβ”€β”€ Patches getRunningGames() + getGameForPID() for PLAY_ON_DESKTOP spoof
β”œβ”€β”€ Patches getStreamerActiveStreamMetadata() for STREAM_ON_DESKTOP
β”œβ”€β”€ Finds voice channels via getSortedPrivateChannels() / getAllGuilds()
└── Subscribes to QUESTS_SEND_HEARTBEAT_SUCCESS for completion detection

SUPPORTED QUEST TYPES
β”œβ”€β”€ WATCH_VIDEO / WATCH_VIDEO_ON_MOBILE  β†’  direct API post
β”œβ”€β”€ PLAY_ON_DESKTOP                      β†’  game process spoof + heartbeat
β”œβ”€β”€ STREAM_ON_DESKTOP                    β†’  stream metadata spoof
└── PLAY_ACTIVITY                        β†’  voice channel simulation

Tech: Vanilla JS Β· Discord Webpack internals Β· DOM injection Β· Discord REST API

Stars Last Commit Language


πŸ“¦ mineflayer-schem Β  npm

A mineflayer plugin for auto-building Minecraft structures from schematic files. Fork of the original mineflayer-builder with upstream bugs fixed, multi-format support, multi-bot coordination, and automatic chest-based item retrieval.

SUPPORTED FORMATS
β”œβ”€β”€ .schematic  (MCEdit / Classic)
β”œβ”€β”€ .schem      (WorldEdit / 1.13+)
β”œβ”€β”€ .litematic  (Litematica)
└── raw NBT

BUILD FEATURES
β”œβ”€β”€ Minecraft 1.8 β†’ 1.20+ compatibility
β”œβ”€β”€ Multi-bot collaborative building via bots[] option
β”œβ”€β”€ Auto chest detection + item pull
β”œβ”€β”€ Directional block handling (stairs, slabs, doors, trapdoors)
β”œβ”€β”€ Error strategies: pause / cancel / retry / skip
β”œβ”€β”€ Progress events + full build stats
└── 50+ commits of fixes and improvements over the original
npm install mineflayer-schem

Tech: Node.js Β· JavaScript Β· mineflayer Β· prismarine-schematic Β· Minecraft protocol

Stars Forks Last Commit



> cat ./stack.json

β€” Languages β€”

JavaScript Node.js TypeScript Python Bash

β€” Frontend β€”

React Next.js TailwindCSS HTML5

β€” Backend & Infra β€”

Express Docker PostgreSQL Redis Nginx Linux

β€” Tooling β€”

npm Git Webpack VSCode Chrome DevTools



> cat ./stats.log

Β Β 





> tail -f ./activity.log

Activity Graph



> ./contrib-snake --run

contribution snake


> ping ./contact

GitHub Discord Twitter / X npm



βš™οΈ GitHub Action β€” contribution snake setup

Create .github/workflows/snake.yml:

name: Generate Snake

on:
  schedule:
    - cron: "0 0 * * *"
  workflow_dispatch:

jobs:
  generate:
    runs-on: ubuntu-latest
    steps:
      - uses: Platane/snk@v3
        with:
          github_user_token: ${{ secrets.GITHUB_TOKEN }}
          outputs: |
            dist/github-contribution-grid-snake.svg
            dist/github-contribution-grid-snake-dark.svg?palette=github-dark
      - uses: crazy-max/ghaction-github-pages@v3
        with:
          target_branch: output
          build_dir: dist
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

// EOF Β· AnonymoDGH Β· Colombia

Pinned Loading

  1. mineflayer-schem mineflayer-schem Public

    This is the same mineflayer-builder as the original, only I've fixed bugs that were never seen and other things.

    JavaScript 7 2

  2. Flow Flow Public

    C++ 1

  3. Discord-Quest-Auto-Completer Discord-Quest-Auto-Completer Public

    Instant Discord quest completion tool with GUI. Supports all quest types: video, desktop, stream, activity. Browser compatible.

    2

  4. web-bots web-bots Public

    JavaScript 1

  5. Capybara-CLI Capybara-CLI Public

    Capybara CLI is an intelligent coding agent designed to dramatically outperform previous models on programming tasks, academic reasoning, and cybersecurity challenges.

    Python

  6. ultimate-free-llm-resources ultimate-free-llm-resources Public

    The most comprehensive collection of free LLM resources - APIs, models, tools, services and more.

    1