JSForDummies2 / JsMacros Examples — a chaotic but plentiful collection of ready-to-use JavaScript macros for the JsMacros mod (by WagYourTail) and Meteor Client.
These are "out of the box" examples covering:
- Custom HUDs & Draw2D/Draw3D overlays
- Event listeners (chat, death, dimension change, sounds, entity load, etc.)
- Inventory & crafting automation
- Player movement / input recording & replay
- Remote control via chat
- Ray tracing, ESP, sign scanning
- Utility snippets and templates
Originally created as an un-refined library to help beginners jump into macro creation. Everything is community-oriented DIY — expect some rough edges, incomplete experiments, and mixed styles (including a couple of Lua-flavored files).
Disclaimer: This is a DIY project. Nothing is guaranteed to fully work in every version of Minecraft / JsMacros / Meteor. Use at your own risk and adapt as needed.
.
├── LICENSE
├── README.md ← you are here
└── macros/ ← all example macros live here
├── README.md ← detailed list + short descriptions of every macro
└── *.js (and Macro Recorder)
See macros/README.md for the full catalog of examples with short descriptions.
- JsMacros (required)
- Meteor Client (many macros integrate with it — Discord: https://discord.gg/bBGQZvd)
Macros written with assistance from the wonderful community in WagYourTail's JsMacros Discord, including but not limited to:
Majority of the code & original documentation by Serainox / sernik77 (Silverainox / Sernik).
Licensed under GPL-3.0. See LICENSE for details.