Skip to content

visuve/GameCheats

Repository files navigation

GameCheats

  • This repository contains runtime applicable (mostly) cheats for various video games
    • Some of them might be flaky and crash your game - use at your own risk!
  • The goal of this repository is mostly to fool around and learn x86 and x64 assembly
Hitman (2016) with some cheats applied Hitman™ (2016) with some cheats applied

Releases

Building

  • Requirements

    • Visual Studio >= 2022 with C++ Desktop development workload
      • Remember to include CMake
  • See steps build x86 and build x64 how to actually build this repo

Principles

  • Minimum 3rd party dependencies
  • Minimal build environment setup

Licensing

  • See LICENSE.txt
  • Please contribute if you find this repository interesting