Results 1 to 2 of 2
  1. #1
    h4x0r
    h4x0r is offline
    h4x0r's Avatar
    Join Date
    2011 Aug
    Location
    ..\root\home\pgc
    Posts
    826
    Thanks Thanks Given 
    64
    Thanks Thanks Received 
    525
    Thanked in
    205 Posts
    Rep Power
    14

    TZ Online EVP Unpack Script

    Script by aluigi
    Game: TZ Online

    For unpack you need QuickBMS Tool.

    PHP Code:
    # TZ online
    #   incomplete script, no support for compressed files!
    # script for QuickBMS http://quickbms.aluigi.org

    get DUMMY string
    get NAMESZ long
    getdstring NAME NAMESZ
    get DUMMY long
    get OFFSET long
    get SIZE long
    get FILES long
    goto OFFSET

    get NAMESZ long
    getdstring NAME NAMESZ
    get DUMMY long
    get DUMMY long
    get DUMMY long

    for FILES
        get NAMESZ long
        getdstring NAME NAMESZ
        get OFFSET long
        get ZSIZE long
        get SIZE long
        get FLAG long
        get DUMMY long
        get DUMMY long
        getdstring DUMMY 0x10

        
    # flag 1 are ok
        # flag 6 files have 0x80 bytes obfuscated (I guess a simple algorithm)
        # the others are usually compressed with an unknown algorithm

        
    if ZSIZE == SIZE
            log NAME OFFSET SIZE
        
    else
            
    set EXT extension NAME
            strlen TMP EXT
            string NAME 
    -= TMP
            string NAME 
    -= 1
            string NAME 
    += "_compressed_"
            
    string NAME += SIZE
            string NAME 
    += "."
            
    string NAME += EXT
            log NAME OFFSET ZSIZE
            
    # unknown compression algorithm
            #clog NAME OFFSET ZSIZE SIZE
        
    endif
    next i 
    HOW TO Use:

    1. Run QuickBMS
    2. Select script
    3. Select file for unpack
    4. Select dir to unpack
    5. Enjoy
    Last edited by h4x0r; 2012-02-09 at 01:42 AM.

  2. #2
    xTsukihime
    xTsukihime is offline
    New member
    Join Date
    2012 Jan
    Posts
    17
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    3
    Thanked in
    1 Post
    Rep Power
    0
    It is not too useful unless someone figures out the obfuscation.
    I develop noesis plugins using the Sanae3D interface I wrote. If a plugin says Sanae3D is missing, just download it and put it in your plugins folder. Since signatures do not allow URL tags you can visit my profile to get the link to my website which contains a link to the Sanae3D package.

    But I'm usually on xentax.

Similar Threads

  1. [Info] Soul Order Online HCP Unpack Script
    By h4x0r in forum Game Files
    Replies: 2
    Last Post: 2012-04-06, 05:34 PM
  2. [Info] DK Online XAC Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-08, 09:31 PM
  3. [Info] Corum Online PCK Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-07, 06:15 PM
  4. [Info] Smash Online NPK Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-04, 06:25 PM
  5. [Info] Fantasy College Online RVP Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-04, 06:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •