/sot-rust-linux

An external Linux cheat for Sea of Thieves written in Rust.

Primary LanguageRust

sot-rust-linux

An external Linux cheat for Sea of Thieves written in Rust.

It features an ESP overlay to draw the ingame actors.

Binary

Make sure you have Rust installed, after that just compile it using 'cargo build' or 'cargo build --release'. The font file should be placed in the root of the binary inside a folder called assets. Or you can modify this afterwards in the source. Just run as sudo...

Web Menu

Install all the node dependencies with 'npm i' at the root of the web menu. You can start the Web menu afterwards with 'npm run dev'.