[request] Deathly Stillness
Posted: Thu Oct 28, 2021 4:26 pm
Deathly Stillness
cheats
health
ammo
please
thanks
cheats
health
ammo
please
thanks
Community Cheat Tables of Cheat Engine
https://fearlessrevolution.com/
SunBeam wrote: ↑Sun Mar 05, 2023 6:15 pmAs per the source-code found here > [Link]:
The game comes with an executable in \SteamLibrary\steamapps\common\DeathlyStillnessGame\Engine\Plugins\Marketplace\SCUE4\Source\ThirdParty\x64 called SCUE4x64.exe. Rename it to .BAK and patch the DeathlyStillnessGame-Win64-Shipping.exe so it doesn't exit if SCUE4x64.exe doesn't exist.Code: Select all
if (OpenFileMapping(FILE_MAP_READ|FILE_MAP_WRITE,false,L"CEHYPERSCANSETTINGS")!=0) {return true;}
EDIT -- It's even simpler than that: a) patch SCUE4x64.exe process creation; b) patch SCUE4x64 thread checking on various crap (including its own process id). That's that.
So here's my "bypass"/patch:
dxgi.zip
Place it in \SteamLibrary\steamapps\common\DeathlyStillnessGame\DeathlyStillnessGame\Binaries\Win64 folder and you're set.
You don't need to rename anything anymore. The dxgi.dll proxy patches a) + b) I mentioned above, so game just continues running as usual.
BR,
Sun