https://github.com/aldaviva/trainers
🏃 Trainers for video games, which allow cheating by editing the game process' memory
https://github.com/aldaviva/trainers
cheat dakar superhot trainer
Last synced: over 1 year ago
JSON representation
🏃 Trainers for video games, which allow cheating by editing the game process' memory
- Host: GitHub
- URL: https://github.com/aldaviva/trainers
- Owner: Aldaviva
- License: apache-2.0
- Created: 2020-10-11T09:14:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T08:18:05.000Z (about 2 years ago)
- Last Synced: 2025-03-24T07:08:34.039Z (over 1 year ago)
- Topics: cheat, dakar, superhot, trainer
- Language: C#
- Homepage:
- Size: 503 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.txt
Awesome Lists containing this project
README
🏃 Trainers
===
## Requirements
- [.NET Framework 4.7.2 runtime](https://dotnet.microsoft.com/download/dotnet-framework) or later (included in Windows 10 version 1803 and later)
## Arguments
- `--enable-cheat "CHEAT NAME"`
- Optional, can be passed 0 or more times.
- Automatically enables the given cheat on trainer startup, instead of you having to manually click the checkbox.
- `CHEAT NAME` is the name of the cheat as it appears in the trainer UI, such as `No speed limit`. Case-insensitive.
- Useful if you always want to play a game with a given cheat active, and you want to launch the game with a batch file that both starts the game and starts the trainer with this cheat enabled.
```bat
@echo off
start Dakar2Game.exe
start DakarDesertRallyTrainer.exe --enable-cheat "No speed limit" --enable-cheat "No damage"
```
## Games
- [Dakar 18](#dakar-18)
- [Dakar Desert Rally](#dakar-desert-rally)
- [Superhot: Mind Control Delete](#superhot-mind-control-delete)
### Dakar 18

[💾 Download](https://github.com/Aldaviva/Trainers/releases/latest/download/Dakar18Trainer.exe)
- No speed limit
- All speed limit penalties and warnings are removed in all difficulty levels.
- You are still automatically limited to 30 km/h in passage control auto-driving zones.
#### Supported game versions
- **v.13**, released in March 2019, which contains Desafio Ruta 40 Rally and Inca Rally
### Dakar Desert Rally

[💾 Download](https://github.com/Aldaviva/Trainers/releases/latest/download/DakarDesertRallyTrainer.exe)
- No speed limit
- All speed limit penalties, and red and yellow speed warnings, are removed in all difficulty levels.
- The gray speed limit warning is still visible in Simulation Mode and areas with speed limits, like villages and passage control, but it's not enforced.
- The co-driver doesn't scold you for going fast.
- Hilariously, you are *not* limited to 30 km/h in passage control auto-driving zones, unlike in [Dakar 18](#dakar-18). Therefore, you may want to slow down and disable this cheat before entering passage control, in order to avoid [missing the exit and getting stuck in auto-drive for the rest of the stage](https://twitter.com/Aldaviva/status/1602037249650081793).
- No damage
- Vehicles don't take damage to the Mechanics, Wheels, or Suspension parts categories during stages.
- They still take Body damage, including dirt and bent body panels, but these don't affect the vehicle's performance.
- The co-driver will still exclaim when you would have taken damage.
- Enable this cheat before starting a stage. If you enable it during a stage, it won't take effect until the next stage.
- After disabling this cheat, restart the game for it to take effect.
- This cheat is little unreliable and may not work all the time. If you can't get it to work, try restarting the game while this cheat is still enabled in the trainer.
#### Supported game versions
|Version|Distributor|Release date|Build|Changes|
|-|-|-|-:|-|
|2.3.420|Epic Games|2024-03||Fixed Logitech G920 wheel crash|
|[2.3.0](https://store.steampowered.com/news/app/1839940/view/6923793758884093997)|Steam|2024-03-18|13722644|Fixed Logitech G920 wheel crash|
|[2.3.0](https://store.steampowered.com/news/app/1839940/view/4027975938511238388)|Steam|2024-02-12|13351034|[USA Tour](https://store.steampowered.com/news/app/1839940/view/6715496576543059671) plus fixes for crash and bike audio|
|[1.9.0](https://store.steampowered.com/news/app/1839940/view/6466647949833257321)|Steam|2023-04-13|10880370|Classic Vehicle Pack #1|
|[1.7.0](https://store.steampowered.com/news/app/1839940/view/3654145459652107245)|Steam|2023-02-28|10618159|SnowRunner Truck Pack|
|[1.6.0](https://store.steampowered.com/news/app/1839940/view/3644009189553404411)|Steam|2023-01-20|10366290|Free Roam|
|[1.5.0](https://store.steampowered.com/news/app/1839940/view/5379014706391343864)|Steam|2022-11-15|9902125|7 new events in Extended Saudi Arabia Map|
### Superhot: Mind Control Delete

[💾 Download](https://github.com/Aldaviva/Trainers/releases/latest/download/SuperhotMindControlDeleteTrainer.exe)
- Infinite health
#### Supported game versions
- **1.0.0**, which has file version `2018.4.5.14584`
## Acknowledgments
- [Dewlapped](https://github.com/Dewlapped) for help updating the Dakar Desert Rally trainer to support the 2024-03-18 Steam release of the game