Skip to content

Repository files navigation

TaskBarHero - Cheetos

Build Status Cheetos Version License: MIT Platform Game Version Latest Version

A feature-rich, interactive graphical memory tool for TaskBarHero.


Overview

TaskBarHero - Cheetos directly interacts with the game's memory using the Win32 API and IL2CPP metadata to provide a comprehensive suite of enhancements. Everything is controlled from a single lightweight, blazing-fast GUI built with Dear ImGui.

Note: This project has been tested and verified on game version 1.01.04. The project will be updated if changes to the game affect the memory offsets.


Features

Feature Description Status Type
Bypass Anti-Cheat Neutralizes anticheat detector methods when attached. ✅ Works Automatic
God Mode One-shot injection of max HP, Attack Speed, Crit, Armor, and Movement Speed into all active heroes. ✅ Works Repeatable
Rune Unlocker Safely unlock and max-level all runes for free. ✅ Works Interactive
Speedhack Increases the global speed of the game. ✅ Works Toggle

Technical Capabilities

  • Seamless GUI: A beautifully rendered floating window (via OpenGL3/GLFW) for real-time interaction.
  • Hot-Pluggable: Connect and disconnect from the game instantly without restarting the tool.
  • Cross-Platform: Native Windows .exe that runs flawlessly on Linux and macOS via Proton/Wine.
  • Automated Offset Updating: Ships with Python scripting to effortlessly upgrade IL2CPP offsets after game patches.

Getting Started

Option A: Download Pre-compiled Release (Recommended)

  1. Navigate to the Releases page.
  2. Download the latest TBH-Cheetos-Release.zip.
  3. Extract the ZIP file to a folder on your computer.

Option B: Build from Source

Click here for build instructions

Prerequisites

  • CMake (v3.10 or higher)
  • vcpkg (dependencies are managed automatically)
  • Windows: Visual Studio (MSVC) or MinGW-w64
  • Linux/macOS: MinGW-w64 (for cross-compiling to Windows .exe)

1. Clone the repository

git clone --recursive https://github.com/ItsMe-RiiK/TaskBarHero-Cheetos.git
cd TaskBarHero-Cheetos

2. Windows (MSVC)

.\vcpkg\bootstrap-vcpkg.bat
cmake -B build -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=Release
cmake --build build -j

3. Linux / macOS (Cross-compiling via MinGW)

./vcpkg/bootstrap-vcpkg.sh
cmake -B build -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=$PWD/cmake/mingw-toolchain.cmake -DVCPKG_TARGET_TRIPLET=x64-mingw-static -DCMAKE_BUILD_TYPE=Release
cmake --build build -j

(To create a release package locally, run cd build && cpack)


Usage

Run the tool while the game is actively running.

If you downloaded the .zip release, simply execute the launch script from the root folder:

  • Windows: .\launch.bat (Run as Administrator)
  • Linux: ./launch_linux.sh (Requires protontricks to inject into the Steam Proton container)
  • macOS: ./launch_macos.sh (Requires Wine)

If you built from Source

The launch scripts are located inside the scripts/ directory. Run them from the project root:

  • Windows: .\scripts\launch.bat (Run as Administrator)
  • Linux: ./scripts/launch_linux.sh (Requires protontricks to inject into the Steam Proton container)
  • macOS: ./scripts/launch_macos.sh (Requires Wine)

Support & Contributing

Suggestions and contributions are always welcome! If you encounter any issues, bugs, or have any idea for a new feature, please use the Issues tab below. If you enjoy using this tool and want to support its development, consider buying me a coffee via PayPal


License

This project is licensed under the MIT License.

About

TaskBarHero cheatto written with c++

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages