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

    WFFM Online Unpack Script

    Script by aluigi
    Game: WFFM Online

    For unpack you need QuickBMS Tool.

    PHP Code:
    open FDDE TBL 1
    open FDDE DATA 0

    idstring 1 
    "DIR\x1a"
    get TOTAL_SIZE long 1
    get OFFSET long 1   
    # not sure
    get FILES long 1

    math OFFSET 
    += 0x4000
    goto OFFSET 1
    get DUMMY long 1

    for FILES
        get DUMMY long 1    
    # don't know, the file doesn't seem compressed
        
    get OFFSET long 1
        get SIZE long 1
        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] JX3 Online PAK Unpack Script
    By h4x0r in forum Game Files
    Replies: 3
    Last Post: 2016-06-03, 12:52 PM
  2. [Info] CW Online Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-16, 08:24 PM
  3. [Info] Basaltic Online PAK Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-16, 08:17 PM
  4. [Info] TZ Online EVP Unpack Script
    By h4x0r in forum Game Files
    Replies: 1
    Last Post: 2012-02-09, 05:13 AM
  5. [Info] DK Online XAC Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-08, 09:31 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
  •