/SA-CCCB

GTA San Andreas cheat code collision bruteforcer

Primary LanguageC++

GTA San Andreas cheat code collision bruteforcer

Usage

Simply compile & run on linux:

g++ checkv2.cpp -o checkv2
chmod +x checkv2
./checkv2

Special thanks

Thanks to:

  • Nixixix for their research on GTA: SA cheat code hashing method
  • Bios-Marcel for their CRC32/JAMCRC implementation on C++