Results 1 to 1 of 1
  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

    Valiant TBL2 Unpack Script

    Script by chrrox
    Game: Valiant

    For unpack you need QuickBMS Tool.

    PHP Code:
    #quickbms script
    #Valiant
    #from chrrox

    open FDDE tbl2 1
    set arcnum 0


    goto 0x100018 1

    for 0
        get null3 long 1
        get offset long 1
        get size long 1
        get arcnum long 1
        
    print "%arcnum%"
            
    set NAME1 string "file0"
        
    set MYEXT string arcnum
        strlen MYEXTSZ MYEXT
        
    if MYEXTSZ == 1
            string NAME1 
    += "00"
        
    endif
        if 
    MYEXTSZ == 2
            string name1 
    1
            string NAME1 
    += "0"
        
    endif
        if 
    MYEXTSZ == 3
            string name1 
    1
            string NAME1 
    += ""
        
    endif
        
    string NAME1 += MYEXT
        string NAME1 
    += .data2
        open FDSE NAME1 0
        get name string 1
        Padding 4 1
            log name offset size
    next i 
    HOW TO Use:

    1. Run QuickBMS
    2. Select script
    3. Select file for unpack
    4. Select dir to unpack
    5. Enjoy

Similar Threads

  1. [Info] War of Dragons: Age of Dragons TBL2 Unpack Script
    By h4x0r in forum Game Files
    Replies: 2
    Last Post: 2012-02-14, 09:13 PM
  2. [Info] ARGO Online TBL2 Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-09, 03:04 PM
  3. [Info] DK Online XAC Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-08, 09:31 PM
  4. [Info] ShotOnline SOR Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-04, 06:23 PM
  5. [Info] Maestia MVD Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-01-23, 05:37 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
  •