Linux trainer template
This software is for educational purposes only. Using trainers in online/multiplayer games may result in bans. I do not promote piracy or breaking EULAs.
first, install few things:
Ubuntu/Debian/Mint:
sudo apt install build-essential libraylib-dev libx11-dev libgl1-mesa-devArch:
sudo pacman -S base-devel raylibthen edit game.cfg to target a game.
PROCESS_NAME=isaac-ng
WINDOW_TITLE=TBOI TRAINER +5
MARQUEE_TEXT=SCROLLING TEXT HEREformat: cheat name | hotkey | original HEX signature | HEX patch
CHEAT=ONE HIT KILL | F1 | F3 0F 11 87 D8 02 00 00 | 31 C0 89 87 D8 02 00 00
bytes you can get from cheat engine tables
last, launch
python3 build.pyit will do necessary job and throw compiled ELF binary
i dunno. just 4 fun.
