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.
| 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 |
- 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
.exethat runs flawlessly on Linux and macOS via Proton/Wine. - Automated Offset Updating: Ships with Python scripting to effortlessly upgrade IL2CPP offsets after game patches.
- Navigate to the Releases page.
- Download the latest
TBH-Cheetos-Release.zip. - Extract the ZIP file to a folder on your computer.
Click here for build instructions
- 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)
git clone --recursive https://github.com/ItsMe-RiiK/TaskBarHero-Cheetos.git
cd TaskBarHero-Cheetos.\vcpkg\bootstrap-vcpkg.bat
cmake -B build -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=Release
cmake --build build -j./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)
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(Requiresprotontricksto inject into the Steam Proton container) - macOS:
./launch_macos.sh(Requires Wine)
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(Requiresprotontricksto inject into the Steam Proton container) - macOS:
./scripts/launch_macos.sh(Requires Wine)
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
This project is licensed under the MIT License.