Please anyone give the unpack code for it
The compression code: pzlip+srep+lzma:a1:mfbt4:d256m:fb273:mc1000000000: lc8
Please anyone give the unpack code for it
The compression code: pzlip+srep+lzma:a1:mfbt4:d256m:fb273:mc1000000000: lc8
This looks like the compressors used for re-packing games files.
Code:The pzlib is probably this program here. This pre-processes game files to enable better compression. The srep is also a pre-processor which is available from here. The lzma . . etc part is probably this program here. Each item after the "lzma" and separated by a colon (:) are the options used by the lolz program. For example (the options are designated by the "-" sign) -a1 and so on.