https://github.com/scrachstack/redtrainer
RedM Lua Menu inspired by vMenu - A feature-rich Lua menu for RedM, offering an experience similar to vMenu in FiveM 🥴
https://github.com/scrachstack/redtrainer
cfx game lua lua54 menu oxlib rdr3 redm redtrainer resource trainer
Last synced: 4 months ago
JSON representation
RedM Lua Menu inspired by vMenu - A feature-rich Lua menu for RedM, offering an experience similar to vMenu in FiveM 🥴
- Host: GitHub
- URL: https://github.com/scrachstack/redtrainer
- Owner: ScrachStack
- License: gpl-3.0
- Created: 2023-09-20T20:40:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T14:54:19.000Z (over 1 year ago)
- Last Synced: 2024-11-16T04:16:54.108Z (6 months ago)
- Topics: cfx, game, lua, lua54, menu, oxlib, rdr3, redm, redtrainer, resource, trainer
- Language: Lua
- Homepage:
- Size: 69.3 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

https://streamable.com/xos73m
# RedTrainerRedTrainer is a powerful Lua-based menu for RedM, designed to provide a feature-rich experience akin to vMenu in FiveM. With RedTrainer, you can enhance your gameplay, customize your RedM experience, and enjoy a wide range of in-game options and features. Whether you're a player looking to explore new possibilities or a developer seeking to expand its functionality, RedTrainer has you covered.
## Features
- **Player Options:** Access various player-related functions such as God Mode, Noclip, Super Jump, and more to enhance your character's abilities.
- **Vehicle Options:** Take control of vehicles with options like spawning vehicles, enabling vehicle god mode, and even repairing your trusty horse.
- **User-Friendly Menu:** RedTrainer offers an intuitive and user-friendly menu system that makes navigating and customizing your RedM experience a breeze.
## Contributing
RedTrainer is an open-source project and welcomes contributions from the community. If you have ideas for new features, bug fixes, or improvements, Fork than feel free to submit a pull request. Together, we can make RedTrainer even better.
## Support
For discussions, bug reports, or questions, join our community on [Discord](https://discord.gg/cfxdev). We're here to assist you and provide the best RedM modding experience.
## Getting Started
To get started with RedTrainer, follow the installation instructions in the [Wiki](https://github.com/Zaps6000/RedTrainer/wiki). Once installed, you can access the menu in-game by using the provided command.
## License
RedTrainer is released under the terms of the [GNU General Public License](LICENSE.md). This open-source license grants you the freedom to use, modify, and distribute the software in accordance with the principles of free software. Please review the full text of the [GPL](LICENSE.md) for detailed information on your rights and responsibilities when using RedTrainer.
---
## Example for the Aces
```cfg
add_principal identifier.steam:YOURACE group.admin
add_ace group.admin RedTrainer.kick allow
add_ace group.admin RedTrainer.ban allow
```
### Developer Shit
```lua
local RedTrainer = exports["RedTrainer"]:Core() -- fetch the object
```
using this you can use callbacks get player idetnfiers from the server side etc more feature soon