Skip to content

therufe/lt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lt

Linux trainer template

example

Important thing.

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.

Use it at your own risk.

how 2 build

first, install few things:

Ubuntu/Debian/Mint:

sudo apt install build-essential libraylib-dev libx11-dev libgl1-mesa-dev

Arch:

sudo pacman -S base-devel raylib

then edit game.cfg to target a game.

PROCESS_NAME=isaac-ng
WINDOW_TITLE=TBOI TRAINER +5
MARQUEE_TEXT=SCROLLING TEXT HERE

format: 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.py

it will do necessary job and throw compiled ELF binary

but why?

i dunno. just 4 fun.

About

Linux trainer template

Topics

Resources

Stars

Watchers

Forks

Contributors