Skip to content

Silicateeeee/LAUGH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAUGH

LAUGH(Linux Adaptation for Universal Game Hacking) You can download the prebuilt from https://github.com/Silicateeeee/LAUGH/releases/latest (x86-64)

How to actually get it running

This was made in a distrobox so if you're using that here's how to set it up

1. Create your box

If you haven't created your box yet:

distrobox create Name-Of-Choice

2. open your box

If you haven't opened your box yet:

distrobox enter Name-Of-Choice

3. The stuff it needs

You'll need a compiler and some graphics libraries for the UI:

sudo dnf install -y make gcc-c++ glfw-devel mesa-libGL-devel libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel

4. Build it

Go into the folder where your files are and run:

make

If the build fails and complains about a missing file try:

dnf provides */name-of-file.h

5. Run it

It needs root bc it messes with other program memory:

sudo ./LAUGH

Some stuff to know

This is really only meant for game hacking so aslong as your doing nothing extreme it should be ok

You do need sudo to run it

UI

Main UI

image

Finished Scan + Address List

image

Settings UI

General Settings image

Scanner Settings image

Visual Settings(UI Scale is a lil jank deal with it) image

About

Cheat Engine for linux

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages