Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sailro committed Sep 10, 2024
1 parent c7b1e1b commit 0570c89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ This is an attempt -for educational purposes only- to alter a Unity game at runt
| `Map` | `map` | Full screen map with radar esp. |
| `NightVision` | `night` | Night vision. |
| `NoCollision` | `nocoll` | No physical collisions, making you immune to bullets, grenades and barbed wires. |
| `NoFlash` | `noflash` | No persistent flash or eye-burn effect after a flash grenade. |
| `NoMalfunctions` | `nomal` | No weapon malfunctions: no misfires or failures to eject or feed. No jammed bolts or overheating. |
| `NoRecoil` | `norecoil` | No recoil. |
| `NoSway` | `nosway` | No sway. |
Expand Down Expand Up @@ -126,6 +127,7 @@ This trainer hooks into the command system, so you can easily setup features usi
| loot | `on` or `off` | | Show/Hide tracked items |
| night | `on` or `off` | `off` | Enable/Disable night vision |
| nocoll | `on` or `off` | `off` | Disable/Enable physical collisions |
| noflash | `on` or `off` | `off` | Disable/Enable flash/eyeburn effects |
| nomal | `on` or `off` | `off` | Disable/Enable weapon malfunctions |
| norecoil | `on` or `off` | `off` | Disable/Enable recoil |
| nosway | `on` or `off` | `off` | Disable/Enable sway |
Expand Down

0 comments on commit 0570c89

Please sign in to comment.