Skip to content

ectrc/dishonored

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dishonored Internal Cheat

Simple internal cheat for the original Dishonored game written in C++.

Built using CLion, CMake and MSVC for Dishonored (steam release version 1.4).

Features

  • Fly Press G to push forward, hold for a fly effect.
  • God Mode Press Y to toggle god-mode.
  • Free Powers Press H to make all powers cost 0 runes, and consume 0 mana.
  • NPC Teleport Press or hold F1 to drag every npc in front of you.
  • Teleport All Items Press F3 to teleport every interactable above your head! (requires game reload)
  • Unlock All Areas Press F4 to unlock every interactable. This targets every door, taps and more!

Media

image

target.mp4

What is next?

Currently, I have no access to process event aka any function in-game. Traditional hooking does not work. I am going to have to figure out how to unwind the asm manually and capture the values. Once I have got this, I can then hook into internal game logic and anything can be achieved. I want to do this because looping through GObjects is kinda scummy and cheaty.

About

A simple internal cheat for Dishonored.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published