Skip to content

Commit b8c4e6f

Browse files
committed
chore: readme
1 parent fd73ccb commit b8c4e6f

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,37 @@
1-
# m_peak
1+
# m_peak
2+
3+
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)
4+
5+
# Features
6+
7+
## Character
8+
9+
- Unlimited Stamina
10+
- Invincible
11+
- You're invulnerable to all afflictions, and also can't fall of your legs.
12+
- Refill Stamina
13+
- Refill Extra Stamina
14+
- Add Stamina
15+
- Add Extra Stamina
16+
- Revive
17+
- You'll be revived at the position of player you're spectating.
18+
- Die
19+
20+
## Physics
21+
22+
- Movement Speed Modifier
23+
- Climb Speed Modifier
24+
- Jump Gravity Modifier
25+
26+
## Stats
27+
28+
- Clear All
29+
- Removes all Afflictions.
30+
- Remove Affliction
31+
- Removes specific Affliction.
32+
- Add Affliction
33+
34+
## Credits
35+
36+
- [minhook](https://github.com/TsudaKageyu/minhook)
37+
- [ImGui](https://github.com/ocornut/imgui)

0 commit comments

Comments
 (0)