Skip to content

rednik1337/CheatTurbine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cheat Turbine

Cheat Engine alternative for linux

Table of Contents

Features

  • Value scanner
  • Memory editor
  • Extremely unstable BFS pointer scanner

Cheat turbine is currently under active development, so expect this list to grow

A somewhat blurry roadmap can be found in src/main.cpp

Screenshots

Screenshot1

Screenshot2

Pasted image (2)

Getting started

Compiling

Make sure you have the necessary build tools installed:

cmake gcc g++

Install the recommended runtime dependencies:

ttf-jetbrains-mono-nerd

Clone and build the project (replace -j16 with your number of threads):

git clone --recurse-submodules https://github.com/rednik1337/CheatTurbine.git
cd CheatTurbine
cmake -DCMAKE_BUILD_TYPE=Release -B cmake-build-release -S .
cmake --build cmake-build-release -j16

Running

xhost +SI:localuser:root
sudo -EH ./CheatTurbine

Credits

  • Cheat Turbine uses ImGui as its gui library

License