speedhack-cpp
speedhack-cpp copied to clipboard
An utility to set the desired speed for your favorite game.
Speedhack C++
An utility to set the desired speed for your favorite game.
Installation
- Download and unzip the latest release
- Copy
version.dllandspeedhack.txtto the game folder next to the binary - Specify speed multiplier inside
speedhack.txt - Start the game
Notes
This library can also be renamed to ddraw.dll, d3d8.dll or d3d9.dll (might be useful for some older games).
Todo
- Support more system libraries
- Add the keylogger to adjust the speed multiplier on a fly (while in game)
- ...
Stuff used
- Detours (https://github.com/microsoft/Detours)
Compilation notes
- Visual Studio 2019 / 2022 is recommended to compile this project