A launchpad for YimMenu Legacy and YimMenuV2 with opt-in automatic injection and Lua scripting.
- Download the latest version from the Releases page.
- Move it to your preferred location.
- Run YLP.exe. No installation required.
- The built-in updater will keep you up to date.
Note
Windows will flag the executable on first launch. You'll need to whitelist both the executable and its data folder (%AppData%\YLP) in your anti-virus.
- Downloads YimMenu and YimMenuV2 with the press of a button.
- Automatically checks for new releases of downloaded menus on init as well as on request.
- Optional lightweight process monitor (required for auto-inject).
- Automatically injects the menu precisely at the landing page. No manual configurations required.
- Parses all Lua repositories from YimMenu-Lua (Legacy only).
- Browse/Download/Enable/Disable/Delete Lua scripts right from the UI.
- Automatically checks for new releases of downloaded Lua scripts on init.
- Add custom DLL files and inject them into any process.
- Offers standard WinAPI
LoadLibraryas well as manual mapping. - Successfully injected files will remember their last target process and automatically select it if it's running.
- The DLL list can be interacted with in a similar way to any other regular window, not necessarily ImGui list behavior:
- Hold and drag items to reorder the list.
- Left click an item to highlight it.
- Right click an item to bring up its context menu.
- Left click an empty space to reset your currently selected item.
- Right click an empty space to bring up the list's context menu.
- Provides an optional (opt-in) LuaJIT scripting environment.
- Feature can be toggled on/off at any time.
- All scripts placed in the
/Pluginsfolder (%AppData%\YLP\Plugins) are automatically loaded on program start if the scripting feature is toggled on. Scripts must be placed in their own subfolders and have a main entry file named exactlymain.lua(case-insensitive). - Lua code can also be directly typed and executed directly in the
Lua ScriptingUI tab. - More info can be found in the LuaAPI docs section.
Visit the themes section to read more about UI themes.
Please submit any bug reports or feature suggestions on the Issues page.
A huge thanks to the open source community and their immense contributions. You can find out more in the Third Party section
Important
YLP is provided as is, without any warranty of any kind, express or implied. The author shall not be held liable for any damages, data loss, or issues arising from the use or misuse of this software.