Hello friends i need the code to .z file.
i need the code to decompress, Thanks
http://www.megaupload.com/?d=FE6KH137
Poll & Discussion: We wish the site to continue (Y/N)
Amazing aventures forgoten dinasty
Amazing aventures forgoten dinasty
Last edited by danny on Sun May 01, 2011 5:42 pm, edited 2 times in total.
- aluigi
- VVIP member

- Posts: 1916
- Joined: Thu Dec 08, 2005 12:26 pm
- Location: www.ZENHAX.com
- Has thanked: 4 times
- Been thanked: 654 times
- Contact:
Re: I need the code for .z file
*edit* the name of the game is Amazing Adventures The Forgotten Dynasty
- aluigi
- VVIP member

- Posts: 1916
- Joined: Thu Dec 08, 2005 12:26 pm
- Location: www.ZENHAX.com
- Has thanked: 4 times
- Been thanked: 654 times
- Contact:
Re: I need the code for .z file
script for quickbms:
Code: Select all
# Amazing Adventures The Forgotten Dynasty
# script for QuickBMS http://aluigi.org/papers.htm#quickbms
comtype lzma86head
get FILES long
for EXTRACT = 0 < 2
goto 4
for i = 0 < FILES
get OFFSET long
get XSIZE long
get SIZE long
get ZSIZE long
get DUMMY longlong
get NAMESZ long
math NAMESZ *= 2
getdstring NAME NAMESZ
set NAME unicode NAME
padding 4
if EXTRACT != 0
math OFFSET += BASE_OFF
if SIZE == ZSIZE
log NAME OFFSET SIZE
else
clog NAME OFFSET ZSIZE SIZE
endif
endif
next i
savepos BASE_OFF
next EXTRACT