Warning
SCPCheat may be flagged as malware by your antivirus. This is because SCPCheat uses DLL injection to read/write process memory internally. You may have to disable your AV temporarily or add an exclusion.

A cheat menu/mod menu written in C++ for multiple versions of SCP: Containment Breach. It is small and fast by design, and includes multiple useful cheats/mods, for example:
- Always give Key Card Omni for the entire session
- Give the player any arbitrary achievement
- Disabling death from putting the player through SCP-914 on fine/very fine.
- Speedhack from (0.25x to 0.75x)
This is not a conclusive list, there are some mods that weren't included in this list. Additionally, development of SCPCheat is still active, so more cheats will be added later on.
Version | Support Implemented | Planned |
---|---|---|
v1.3.11 | Yes (since pre-v0.0.2) | Yes |
v1.3.3 | No | Yes |
v0.9.3 | Yes (since v0.0.2.2) | Yes |
v0.7.1 | No | Yes |
Mod | Support Implemented | Planned |
---|---|---|
Vanilla | Yes | Yes |
Speedrun Mod | No | Yes |
You can either get the most stable version from the releases tab. Or, you can compile from source. If you want to compile SCPCheat from source, you'll need a compiler that supports 32-bit apps. Even if you compile with a 64-bit compiler, SCPCheat will detect that and not launch.
For dynamic compiling, just run make
. Note that distributing
that specific build of SCPCheat may not work on all systems due to the nature of dynamic linking. If you want
to build a static build (i.e. to distribute to people, or to generate releases), you can just run make static
.