I made a trainer for the game Grimshire.
Confirmed working with the latest build of the game v0.29.2 Build 24282680 (Released July 22, 2026).
- Infinite Stamina
- Freeze Time
- Infinite Coins
This project is built using C++ and CMake.
Prerequisites:
- C++17 compatible compiler (MinGW, MSVC, Clang)
- CMake
- Windows SDK
Build Steps:
- Clone the repository.
git clone https://github.com/sneseric/grimshire-trainer.git - Then enter the project directory:
cd grimshire-trainer - Run:
cmake -B build - Run:
cmake --build build --config Release - Grab the compiled .exe from the build directory.
If you don't want to compile the source code yourself, you can download the ready-to-use executable directly from the Releases section.