Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)(-1)

You gotta show us how

There's a single bit you need to flip in the dll's. Just get a unity disassembler, find the variable (I think it was something along the lines of cheatsEnabled), change it from 0 to 1, then stitch it back together. The variable shows up in the main game loop, I kinda stumbled across it on accident. If you read where the variable is referenced, it'll show you what changes with cheats enabled

(+1)

where is the dll?, I downloaded the game but i only have the .exe

There's a good chance I'm thinking of of a different process/game/project. Reverse engineer the game, find the cheats variable, rebuild it with the variable set. That's as much as I can remember, it was a while ago