Thread: new tool
View Single Post
  #13  
Old 20-01-2018, 09:31
elit elit is offline
Registered User
 
Join Date: Jun 2017
Location: sun
Posts: 265
Thanks: 190
Thanked 325 Times in 119 Posts
elit is on a distinguished road
Here is some example with generated cls for lolz, but first I want to let you know that your last cls-bpk seems to work fine for both packing AND unpacking, which is great and for me also rare so thank you for that.

Ok here is how I made lolz cls:
1.png
File uclsg that it generated is:
Code:
[CLS]
CLSName=lolz
TempDir=tmplolz
Encode=file.in file.out
Decode=
Inputfile=file.in
Outputfile=file.out
Exec=lolz_x64.exe
ChunkSize=64m
Chunk=1
Cls.ini is(also generated):
Code:
[lolz]
Chunk=64m
Now here is something I just found only now. You see the file generator.exe on the right side panel that was used to create lolz cls. I can actually pack this file, it will create arc packed file with it inside. Now, this one is located in: D:\Downloads\a.
But, when I go one folder up to D:\Downloads and try to pack another file:
2.png
I get this:
3.png
That is same type of crash I always get.

Last edited by elit; 20-01-2018 at 09:54.
Reply With Quote