-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Baromir19/MGR-RedTrainer
- Loading branch information
Showing
3 changed files
with
1,815 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,30 @@ | ||
### Metal Gear Rising: Revengeance RedTrainer | ||
The trainer was based on imgui, libmem 2.14, and DX9-BaseHook | ||
# Metal Gear Rising: Revengeance RedTrainer | ||
The trainer was based on [ImGUI](https://github.com/ocornut/imgui), [libmem](https://github.com/rdbo/libmem) 2.14, and [DX9-BaseHook](https://github.com/rdbo/DX9-BaseHook) | ||
|
||
## Features | ||
- Change Health | ||
### Stats | ||
- Change health | ||
- Change money | ||
- Invincibility | ||
- Infinite Energy | ||
- Change Character | ||
- Change Body | ||
- Change Weapon | ||
- Change Wig | ||
- Infinite energy | ||
### Customization | ||
- Change character | ||
- Change body | ||
- Change weapon | ||
- Change wig | ||
### Movement | ||
- Change game speed | ||
- Fly mode | ||
|
||
## Hotkeys | ||
- Show/hide menu (Num+) | ||
- Show/hide additional menus (Num-) | ||
- Activate FlyMode (Num5) | ||
- FlyMode forward (Num8) | ||
- FlyMode back (Num2) | ||
- FlyMode left (Num4) | ||
- FlyMode right (Num6) | ||
- FlyMode up (Num7) | ||
- FlyMode down (Num1) | ||
|
||
![alt text](https://github.com/Baromir19/MGR-RedTrainer/blob/master/readme/hotkeys.png) |
Oops, something went wrong.