ProTrainer is a highly modular, lightweight, and powerful Mod Menu written in JavaScript specifically designed for Grand Theft Auto: San Andreas - The Definitive Edition running on the CLEO Redux framework.
Our modular architecture ensures performance and vast capabilities:
- 🧍 Player Module: God mode, infinite stamina, wanted level management, change skins.
- 🗺️ Teleport Module: Waypoint teleportation, fast travel to safehouses and key locations.
- 🚗 Vehicles Module: Vehicle spawner (all game vehicles), repair/flip/clean your current vehicle instantly.
- 🛠️ Vehicle Mods Module: Directly apply colors, paintjobs, nitro, and performance upgrades on the fly.
- 🔫 Weapons Module: Give yourself any weapon, infinite ammo, no reload.
- 💻 Core UI: Extremely clean, native-looking graphical user interface for seamless navigation.
- Prerequisites: Make sure you have CLEO Redux installed for GTA SA: DE.
- Download: Clone this repository or download the latest release from the Releases page.
- Install:
- Drop
ProTrainer.jsinto yourGameface/Binaries/Win64/CLEO/folder. - Drop the entire
ProTrainerfolder (containingcoreandmodules) into the sameCLEOfolder.
- Drop
- Play: Launch the game, wait for the CLEO initialized notification, and press
f4to open the menu!
📁 ProTrainer-ModMenu/
├── 📄 ProTrainer.js # Main initialization script
└── 📁 ProTrainer/ # Dedicated mod directory
├── 📁 core/ # Core scripts (e.g., UI rendering)
│ └── ui.js
└── 📁 modules/ # Feature modules
├── player_module.js
├── teleport_module.js
├── vehicle_mods_module.js
├── vehicles_module.js
└── weapons_module.js
Contributions, feature requests, and bug reports are highly welcome!
- Fork the project.
- Create your feature branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add some AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
Distributed under the MIT License. See LICENSE for more information.
Made with ❤️ for the GTA Modding Community.