AlwaysStrong

(โ˜… 322)

Always Strong: Strong Play Integrity in one drop in module TEESimulator-RS + PlayIntegrityFork bundled.

  • .gitattributes
  • .gitignore
  • banner.png
  • build.sh
  • CHANGELOG.md
  • LICENSE
  • README.md
  • update-inject.json
  • update.json

# Installation Guide

1. Get the code
git clone https://github.com/evoker0/AlwaysStrong

Downloads the entire project code from GitHub to your computer.

cd AlwaysStrong

Moves into the project folder you just downloaded.

2. Rust

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Rust (rustup) Installing via rustup also installs cargo.
โš ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd native/asfetch

This project's files live in a subfolder, so move into it first.

cargo build --release

Compiles the Rust project.

cargo run

Builds and then immediately runs the program.

โœ… If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation