An open API service indexing awesome lists of open source software.

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

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)