run:
Script code "unaow.bms":
at the moment no one figured out how to package the client: (
instead "skin.package" substitute any file from the game.Quote:
[Only registered and activated users can see links. Click Here To Register...] -d unaow.bms skin.package .
Script code "unaow.bms":
Code:
# Age of Wulin .package unpacker # (c) CTPAX-X Team 2012 # http://www.ctpax-x.ru/ ImpType Standard IDString "PCK0" GoTo 10 Get FileCount Long GoTo 19 For I = 1 To FileCount SavePos TOC Get DataSize Short Get FileOffs Long Get FileZero Long Get FileSize Long Get PackSize Long Math DataSize -= 27 Math TOC += 27 GoTo TOC GetDString FileName DataSize ComType zlib Clog FileName FileOffs PackSize FileSize ComType copy Next I