Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
/ YMU Public

A modern, free Mod Manager & Launcher for YimMenu (GTA V Legacy & Enhanced). Source-available code featuring auto-updates, DLL injection, and a sleek PySide6 UI.

License

Notifications You must be signed in to change notification settings

NiiV3AU/YMU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

YimMenuUpdater (YMU)

The modern, all-in-one launchpad for YimMenu. Always updated, always ready.

Website Latest Release Downloads VirusTotal Scan

YMU Showcase

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.


βœ… Safe & Secure

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.

✨ Features

  • 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.

πŸš€ Getting Started

Get the latest release directly from the downloads page. Just download and run the YMU.exe.

Download YMU.exe (Latest Release)

πŸ–ΌοΈ Screenshots

Dark Theme

YMU Dark Theme: Settings YMU Dark Theme: Inject YMU Dark Theme: Download

Light Theme

YMU Light Theme: Settings YMU Light Theme: Inject YMU Light Theme: Download

πŸ–ΌοΈ Project Evolution

A look back at older versions & the full changelog

v1.0.9

YMU v1.0.9

v1.0.3

YMU v1.0.3 Download/Update Tab YMU v1.0.3 Inject Tab YMU v1.0.3 Settings Tab

v1.0.2

YMU v1.0.2 Download/Update Tab YMU v1.0.2 Inject Tab

v1.0.1

YMU v1.0.1 Download Tab YMU v1.0.1 Update Tab YMU v1.0.1 SHA256 Tab YMU v1.0.1 Inject Tab

v1.0.0

YMU v1.0.0 Download/Update Tab YMU v1.0.0 SHA256 Tab

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

πŸ“¦ Building from Source

Click to expand instructions for developers

First things first - get the source

Download Source Code

Requirements and Dependencies

Programming Language: Python

I'm using Python 3.12.10 while coding YMU

Libraries

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

Creating the Executable (.exe)

This project uses Nuitka (instead of PyInstaller) to create a high-performance, compact executable.

  1. Install Nuitka & Dependencies:

    pip install nuitka zstandard
  2. 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.exe in the dist folder.

    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 .exe file.
    • --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.

⭐ Support the Project

Important

Show your support by giving this Project a ⭐. Thanks <3!


Disclaimer

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.


Credits

Core & Vision @xesdoog (Early Development)
Localization @TommyLam120 (zh_TW)
Menu YimMenu
Logo Made with Figma
Icons Feather
Fonts Manrope & JetBrains Mono

About

A modern, free Mod Manager & Launcher for YimMenu (GTA V Legacy & Enhanced). Source-available code featuring auto-updates, DLL injection, and a sleek PySide6 UI.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages