Skip to content

Game memory editor for altering variables in computer games (resources, lifes, etc.)

License

Notifications You must be signed in to change notification settings

mkrueger/game_cheetah

Repository files navigation

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

About

Game memory editor for altering variables in computer games (resources, lifes, etc.)

Resources

License

Stars

Watchers

Forks

Packages