hi to all
all i need unpack 3 file At same time i uesd many tools like
Masked Data Compressor 2.5 , BlackBox_2.5.1 Masked Compression Archive
And not newbie in Compressor file game but how can do this look to picture
And if it too hard or possible can extract 3x1 file At same time like this
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\data1.bin'), ExpandConstant('{app}'), '', false, 'yourpassword', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
// if not ISArcExtract ( 0, 25, ExpandConstant('{src}\data2.bin'), ExpandConstant('{app}'), '', false, 'yourpassword', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
// if not ISArcExtract ( 0, 25, ExpandConstant('{src}\data3.bin'), ExpandConstant('{app}'), '', false, 'yourpassword', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
data1.bin . data2.bin . data3.bin extract At same time?