July 11, 20251 yr Hi, the files to this game are encrypted, but I couldn't figure out what algorithm. It's not xor, and I'm not sure how to proceed from here The game uses Unity 2022.2.11f1 2 sample files provided ac.zip
July 21, 2025Jul 21 Author Some c# files which were extracted from a file generated by IL2CPPDumper these were from GameAssembly.dll Assembly-CSharp.dll_Decompiler.com.zip
July 22, 2025Jul 22 Author Solution was told the files use AES CTR mode, password is /PvW,y4Lgtp. I used https://github.com/Razmoth/IKA9ntCrypto to decrypt the files
Create an account or sign in to comment