https://github.com/shockpast/m_peak
🗻 Trainer for PEAK with GUI
https://github.com/shockpast/m_peak
menu mod-menu modmenu peak trainer trainers
Last synced: 8 months ago
JSON representation
🗻 Trainer for PEAK with GUI
- Host: GitHub
- URL: https://github.com/shockpast/m_peak
- Owner: shockpast
- License: mit
- Created: 2025-09-12T11:07:21.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-12T11:22:36.000Z (9 months ago)
- Last Synced: 2025-09-12T13:24:35.824Z (9 months ago)
- Topics: menu, mod-menu, modmenu, peak, trainer, trainers
- Language: C++
- Homepage:
- Size: 919 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# m_peak
Trainer for PEAK using C++ to interact with Unity, it was made out of pure boredom and interest, as well as to gain knowledge, how to interact with Unity Games using C++ (even though internally, and not externally)
# Features
## Character
- Unlimited Stamina
- Invincible
- You're invulnerable to all afflictions, and also can't fall of your legs.
- Refill Stamina
- Refill Extra Stamina
- Add Stamina
- Add Extra Stamina
- Revive
- You'll be revived at the position of player you're spectating.
- Die
## Physics
- Movement Speed Modifier
- Climb Speed Modifier
- Jump Gravity Modifier
## Stats
- Clear All
- Removes all Afflictions.
- Remove Affliction
- Removes specific Affliction.
- Add Affliction
## Credits
- [minhook](https://github.com/TsudaKageyu/minhook)
- [ImGui](https://github.com/ocornut/imgui)