Skip to content

Jyrycek/PESDO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PESDO - Prison Escape Simulator: Dig Out Cheat Menu

Build Status

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.


Features

Overlay UI

  • 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


Cheat Modules

  • General tab

    • Infinite Paper
    • Infinite Money
    • Infinite Energy
    • Free Prices
    • Infinite Energy Drinks
    • Infinite Dynamites
    • Infinite Flares
  • Misc tab

    • Time Freeze

Configuration System

  • 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:

Config Tab


Appearance Customization

  • 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:

Appearance Tab


Requirements

  • .NET 9 SDK
  • Game: Prison Escape Simulator: Dig Out must be running before launching PESDO

Building

  1. Open a terminal or command prompt.
  2. Navigate to the project root.
  3. 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.

About

Cheat for Prison Escape Simulator: Dig Out, built with .NET and ImGui.NET

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages