Skip to content

Zalgo-Dev/ProTrainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 ProTrainer - GTA San Andreas Definitive Edition Mod Menu 🌟

GTA San Andreas JavaScript License

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.

https://discord.gg/dvgVdkVGpQ

✨ Features

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.

🚀 Installation

  1. Prerequisites: Make sure you have CLEO Redux installed for GTA SA: DE.
  2. Download: Clone this repository or download the latest release from the Releases page.
  3. Install:
    • Drop ProTrainer.js into your Gameface/Binaries/Win64/CLEO/ folder.
    • Drop the entire ProTrainer folder (containing core and modules) into the same CLEO folder.
  4. Play: Launch the game, wait for the CLEO initialized notification, and press f4 to open the menu!

📂 Project Structure

📁 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

🤝 Contributing

Contributions, feature requests, and bug reports are highly welcome!

  1. Fork the project.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

📝 License

Distributed under the MIT License. See LICENSE for more information.


Made with ❤️ for the GTA Modding Community.

About

A powerful JavaScript-based Mod Menu for GTA SA: DE. Features God Mode, Vehicle Spawner, Teleportation, and a seamlessly clean UI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors