Note
GTA V Enhanced Support Resolved
The detection issues regarding the "Enhanced" version of GTA V have been fixed in version v1.1.6. Please update to the latest version to ensure full compatibility.
The modern, all-in-one launchpad for YimMenu. Always updated, always ready.
YMU is a sleek and powerful launcher for YimMenu that handles everything for you. From downloading the latest DLLs to injecting them into the game, YMU ensures a stable and seamless experience with a clean and intuitive user interface.
Your security is the top priority.
- Clean Scan Results: The application is regularly checked with VirusTotal to ensure it's free from threats.
Microsoft SmartScreen: YMU is recognized as a safe application, so you won't get any annoying warnings.(v1.1.5 is whitelisted, v1.1.6 still needs to be approved)- Full Source Code Available: Don't just trust it, verify it. The entire source code is available right here on GitHub for you to review.
- Automated DLL Management: Download and update YimMenu with a single click.
- Smart Updates: Automatically checks for new DLL versions on startup.
- Lua Script Manager: Easily manage your favorite Lua scripts.
- Integrated Game Launcher: Start GTA V and inject the menu directly from the app.
- Modern UI/UX: A sleek interface with light and dark themes.
Get the latest release directly from the downloads page. Just download and run the YMU.exe.
| Download YMU.exe (Latest Release) |
|---|
A look back at older versions & the full changelog
- NEW in
v1.1.6β¦ π Localization & Performance: Added full support for GTA V Enhanced Edition, support for 12 languages, and migrated to Nuitka for a significantly smaller and faster executable. - NEW in
v1.1.5β¦ π₯ The Modern UI Update: Complete rewrite from the ground up with a professional architecture, a brand new user interface, and major UX improvements. - NEW in
v1.1.4β¦ added Buttons (YimMenu GitHub Repo & FSL's UC-Thread) in Download Tab + updated "more info"-Windows in Download- & Inject-Tab - NEW in
v1.1.3β¦ New Lua list in Settings-Tab - NEW in
v1.1.2β¦ fixed progressbar freezing - NEW in
v1.1.0&v1.1.1β¦ Small bug fixes - NEW in
v1.0.9β¦ Log-System (Debugger) for better troubleshooting (PATH:ymu/ymu.log) + Caching for better performance added - NEW in
v1.0.8β¦ New Buttons in Settings-Tab for Troubleshooting - NEW in
v1.0.7β¦ Reworked code for Starting GTA5 - NEW in
v1.0.6β¦ New "Start GTA5"-Button in Inject-Tab + visual updates in Inject and Settings-Tab - NEW in
v1.0.5β¦ New "Debug Console"-Switch in Settings-Tab + "Open in Browser"-Button in Changelog Window - NEW in
v1.0.4β¦ GUI: Theme selection (light & dark) + Settings-Tab: auto reload all lua scripts (YimMenu Config) - NEW in
v1.0.3β¦ Self-Updater in new Settings-Tab + small GUI changes and code improvements - NEW im
v1.0.2β¦ Changelog of YimMenu in Download/Update-Tab - NEW in
v1.0.1β¦ Injection in the new Inject-Tab
Click to expand instructions for developers
| Download Source Code |
|---|
| Programming Language: | Python |
|---|
I'm using Python
3.12.10while coding YMU
| Library | pip command |
|---|---|
| Install all Libraries | pip install -r requirements.txt |
| PySide6 | pip install pyside6 |
| requests | pip install requests |
| psutil | pip install psutil |
| pyinjector | pip install pyinjector |
| pywin32 | pip install pywin32 |
| packaging | pip install packaging |
This project uses Nuitka (instead of PyInstaller) to create a high-performance, compact executable.
-
Install Nuitka & Dependencies:
pip install nuitka zstandard
-
Run the build command: Navigate to the root directory of the project in your terminal and run the following command. This will create the
YMU.exein thedistfolder.python -m nuitka --onefile --standalone --enable-plugin=pyside6 --windows-icon-from-ico=src/assets/icons/logo_dark.ico --include-data-dir=src/assets=assets --windows-console-mode=disable --output-dir=dist --output-filename=YMU.exe src/gui.py
Command Breakdown:
--onefile: Bundles everything into a single.exefile.--enable-plugin=pyside6: Optimizes the build for Qt/PySide6.--windows-console-mode=disable: Prevents the black console window.--include-data-dir: Bundles the assets folder.
Important
Show your support by giving this Project a β. Thanks <3!
Warning
Use this project for educational purposes only and use it at your own risk.
Caution
I am not liable or responsible for any direct or indirect consequences that may result from the use of YMU or YimMenu.
| Core & Vision | @xesdoog (Early Development) |
|---|---|
| Localization | @TommyLam120 (zh_TW) |
| Menu | YimMenu |
| Logo | Made with Figma |
| Icons | Feather |
| Fonts | Manrope & JetBrains Mono |