PESDO is a modular overlay for the game Prison Escape Simulator: Dig Out.
It is built with .NET 9, ImGui.NET, and SWED (memory manager), providing an extensible framework for in-game cheat management.
This project is intended for educational and personal use only.
- Click-through, toggleable overlay using ImGui.NET via ClickableTransparentOverlay
- Customizable colors, transparency, and themes
- Modular tab-based layout for different feature groups
The General tab:
-
General tab
- Infinite Paper
- Infinite Money
- Infinite Energy
- Free Prices
- Infinite Energy Drinks
- Infinite Dynamites
- Infinite Flares
-
Misc tab
- Time Freeze
- Save, load, and delete configurations
- Create new named configs (
.json
) - Safe handling of invalid names
- Configs stored in
Configs/
The configuration management is handled in the Configs tab:
- Switch between Dark and Light themes
- Adjust background, title, text, and button colors
- Transparency slider
- Reset-to-default per color
The Customize tab allows modifying the overlay appearance:
- .NET 9 SDK
- Game: Prison Escape Simulator: Dig Out must be running before launching PESDO
- Open a terminal or command prompt.
- Navigate to the project root.
- Run the following:
dotnet build
Running Ensure the game is running first, then execute:
dotnet run --project PESDO
Use the Delete key to toggle the overlay visibility. If the game is not running, the application will display:
Process "Prison Escape Simulator" not found.