Not so.merlinsvk wrote:swuforce The Master of AutoIt
I learn it from forums, and other peoples codes.
Not so.merlinsvk wrote:swuforce The Master of AutoIt
Code: Select all
idstring "DARKPACK"
get tablesz long
get files long
for i = 0 < files
get offset long
get null long
get unk long
get null long
get size long
get namesz long
getdstring name namesz
log name offset size
next iYeah, its the same as on the site i linked.turkgamer wrote:I found this tool. It works: https://www.dropbox.com/s/pr7lsvx555inw ... turucu.exe
Code: Select all
comtype lzss
endian big
get asize asize
do
getdstring name 13
get zsize long
get size long
savepos offset
clog name offset zsize size
math offset += zsize
goto offset
while offset < asize