A modding API injector for vanilla eaglercraft builds.
  • JavaScript 99.7%
  • HTML 0.3%
Find a file
2025-01-31 15:30:31 +08:00
docs duck mod now somewhat works 2025-01-29 11:32:01 +08:00
examplemods duck mod fixes i think 2025-01-31 15:30:31 +08:00
libs Gui update 2024-09-22 19:26:12 +08:00
efserver.js wip server 2024-09-14 16:39:49 +08:00
index.html add interfaces and implements 2025-01-26 19:30:47 +08:00
injector.js going insane 2025-01-26 20:13:02 +08:00
injector.minify.js new readme 2024-12-04 14:29:07 +08:00
LICENSE Create LICENSE 2024-12-03 15:45:01 +08:00
modgui.js Switch files fully to IDB, GUI fixes 2024-12-08 19:40:54 +08:00
modloader.js fix small stupid bug in modloader 2024-12-30 02:15:47 +08:00
patches.js 2.2 beta 2024-11-03 17:26:54 +08:00
postinit.js fix corrective proxy setters again 2025-01-30 17:46:56 +08:00
README.md upgrade readme 2025-01-17 21:30:27 +08:00

EaglerForgeInjector

An advanced modding API injector for unminified, unobfuscated, unsigned eaglercraft builds. Current features:

  • Method hooking/monkey patching
  • Reflection
  • Custom classes
  • Modify the dedicated server

How to use:

Online

Go to https://eaglerforge.github.io/EaglerForgeInjector/ and upload an unminified, unobfuscated, unsigned EaglercraftX offline download.

Portable Offline

Download this repository as a .zip, and extract it. Open index.html with your preferred browser (use ctrl + O on a new tab) and upload an unminified, unobfuscated, unsigned EaglercraftX offline download.

How does it work?

This tool matches patterns in eaglercraft builds and adds patching code to let you modify how the code works at runtime. It then adds a corelib that initialises the ModAPI object.

History

EaglerForgeInjector is a replacement for the ModAPI in the old eaglerforge, which was maintained by @radmanplays. The legacy eaglerforge was a port of OtterDev's EaglerReborn (dmca'd)'s PluginAPI (created by me, @ZXMushroom63) to run on newer versions of Eaglercraft, with a few improvements and new features. Unlike EaglerForgeInjector, both legacy eaglerforge and eaglerreborn manually exposed properties and methods one by one.

Discord server

https://discord.gg/rbxN7kby5W