View Single Post
  #11  
Old 10-03-2026, 06:04
FarhanFaudTahix FarhanFaudTahix is offline
Registered User
 
Join Date: Mar 2026
Location: earth
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
FarhanFaudTahix is on a distinguished road
Quote:
Originally Posted by wrathma View Post
^^
to decompress lolz archive you can use cls_lolz_x64.exe directly without cls dll. if youre trying to unpack fitgirl archives this is how you do it.

Code:
[External compressor:magic2]
header     = 0
unpackcmd  = "cls-magic2_x64" d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
same goes for unpacking any other version of lolz without cls dll. this uses stdin/out. if you want to unpack from file you have to something like this.

Code:
cls_lolz_x64.exe d < "compressed_data.lolz" > "unpacked_output"
thanks for your help but i am still having the same issue while unpacking. it shows cls read mapping error. can you help?
Reply With Quote