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

    End of Nations (Beta) MEG Unpack Script

    Author: h4x0r

    Official Site: Here
    Screenshots: Here

    For unpack you need QuickBMS Tool.

    PHP Code:
    # End of Nations (Beta) (MEG format) 0.0.1

    # Written by Ekey (h4x0r)
    # https://progamercity.net

    # script for QuickBMS http://quickbms.aluigi.org

    get ID long
      
    if ID == 0xffffff8f
        
    print "Archive encrypted and unsupported!"
        
    cleanexit
      
    else if ID == 0xffffffff
    endif

    get DUMMY1 long
    get DUMMY2 long
    get FILES long
    get FILES2 long
    get NAMESSIZE long
    savepos NAMESOFFSET

    set TABLEOFFSET 
    NAMESSIZE
    math TABLEOFFSET 
    += NAMESOFFSET
    math TABLEOFFSET 
    += 2
    goto TABLEOFFSET

    for FILES
        get CRC long
        get FILENUM long
        get SIZE long
        get OFFSET long
        get FLAG long
        savepos TEMP
        
    goto NAMESOFFSET
        get NSIZE short
        getdstring NAME NSIZE
        log NAME OFFSET SIZE
        math NAMESOFFSET 
    += NSIZE
        math NAMESOFFSET 
    += 2
        
    goto TEMP
    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] ArcheAge PAK Unpack Script
    By h4x0r in forum Game Files
    Replies: 6
    Last Post: 2014-11-14, 09:21 PM
  3. [Info] The War Z BIN Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-10-24, 10:20 PM
  4. [Info] Maestia MVD Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-01-23, 05:37 PM
  5. [Guide] Aika Crafting, Nations , and Guild / PVP Wars
    By yizheng in forum Aika Guides, Tutorials
    Replies: 0
    Last Post: 2010-11-29, 04:20 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
  •