Some people are still selling decrypters for this AnTiChEaT system. It looks ridiculous, doesn't it? :)
- Decrypts ActiveAnticheatCrypt files from the client.
- Supports decrypting the MD5 hash manifest:
%TEMP%\ActiveAnticheat\<server_id>\ft_<server_id>.dat - Provides fast parallel decoding.
- Uses cache on reruns for instant decryption.
Just run the program and pick your client folder, or drag and drop it onto the .exe.
Note
Scryde Integration
Enabled by default via scryde_gamekitdata_auto_decode = true in config.ini
(automatically swaps the GamekitData header to Lineage2Ver).
For standalone decoding, you can use ScrydeEncDec.
Before building from source, make sure you have installed:
- Rust (toolchain with
cargo) - Visual Studio (or C++ Build Tools) with the "Desktop development with C++" workload selected (required for MSVC linker).
Use the build_release.bat script, it compiles the x86 release binary,
copies it to bin\ActiveAnticheatDecoder.exe.
The same build works directly with cargo:
cargo build --release --target i686-pc-windows-msvc