(Unity) Help decrypt Idoly Pride

Skeletons, animations, shaders, texturing, converting, fixing and anything else related to read game models
LuigiwithTHEDoNg
Posts: 28
Joined: Sat May 22, 2021 4:22 am

(Unity) Help decrypt Idoly Pride

Post by LuigiwithTHEDoNg »

This game https://idolypride.jp/game/ has it's assets encrypted with either AES or XOR. I dumped the lib2cpp.so files and i checked that some of them are causing the encryption of the assets even inside the Assembly-C Sharp plus other dlls while using dnspy to look for the encryption
DummyDll.zip
Assembly-CSharp.zip
FastAES.zip


I have some sample files from the game server which are encrypted:
EB0A191797624DD3A48FA681D3061212.zip

EB0A191797624DD3A48FA681D3061212pt2.zip

EB0A191797624DD3A48FA681D3061212pt3.rar

EB0A191797624DD3A48FA681D3061212pt4.zip


, one from @chrrox which was decrypted from the game server which i found on utinyripper github issue page:
mot_live_chr_cmn_hsm-002_04_in.zip


and some inside the apk which are also not encrypted and not from the game server.
https://anonfiles.com/Pccbjd47ua/Data_zip

Also, it uses models in the game.

Can you please help decrypt these assets from the game?