Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.19 KB

Logo Game Cheetah

Game cheetah is an utility to modifiy the state of a game process.

Make yourself more memory, better stats or more lifes.

Single player games store the game state in memory where multi player games don't. So, this utility is not useful for multiplayer games.

Features:

  • Easy to use UI
  • Supports multiple searches
  • Guesses the data type of the searched value
  • Game Cheetah runs natively on Linux, Mac and Windows computers.

Keep in mind that altering a game memory contents may lead to game and/or computer crashes. Use at your own risk.

Game Cheetah in action

Watch the video

Get binaries

Get the latest release here: https://github.com/mkrueger/game_cheetah/releases/latest

Build

Just install rust and compile with "cargo build --release". Executable will be in target/release/game_cheetah

Just follow https://gtk-rs.org/gtk4-rs/git/book/installation.html

Note: You may need the nightly toolchain of rust

rustup toolchain install nightly

From project directory: rustup override set nightly

https://doc.rust-lang.org/book/appendix-07-nightly-rust.html