Page 1 of 3 123 LastLast
Results 1 to 15 of 44
  1. #1
    xqtm's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    87
    My Mood
    Sleepy

    [RELEASE] .pak file opener

    For those who needs it, this is the .pak file opener.


    when this will ask for a decompression script, select Cysis2.bms



    VirusTotal - Free Online Virus, Malware and URL Scanner
    Last edited by xqtm; 03-30-2011 at 05:48 AM.

  2. The Following 82 Users Say Thank You to xqtm For This Useful Post:

    777187 (05-10-2011),ankit871991 (03-16-2013),Arekan (06-01-2012),asrhael (12-09-2012),AvEngErZx (04-02-2011),bimbogious (06-19-2012),Bluchippas (06-29-2012),bundasfi (04-08-2011),caba28 (06-09-2011),casuma242 (06-23-2012),Ciko Sen (04-30-2013),cmc5414 (06-12-2013),Cro007 (07-03-2011),crusade689 (08-19-2015),CstRo (01-29-2013),CzechDeath (09-19-2011),DarkArchon (05-10-2011),darknhl (05-01-2012),dazma (10-26-2018),DipShet2012 (02-13-2015),Djghost (11-02-2012),Drayton359 (09-12-2012),drStrangelove (10-24-2012),eboxwilson (06-24-2012),egomoo (01-02-2014),ehsanjt98 (04-29-2011),farrc (06-24-2012),Fisher122 (04-03-2014),Fr33man (11-19-2013),fruitrocks (09-06-2012),genjuro5 (07-14-2014),Gintaz (07-09-2013),gkas001 (05-22-2013),goufi (06-23-2012),GRAW (09-29-2011),greenbalet (09-27-2011),hahazzz (03-30-2011),headpopz (12-22-2012),HITDAMAN (04-29-2012),iload1020 (04-19-2012),ImperfectMe (04-08-2013),Internetianer (08-09-2011),IToXjQI (11-02-2013),jacky50617 (12-02-2012),KARIM2014 (11-19-2013),kenessy (08-22-2012),KolesGit2 (11-10-2013),LazyFaggot (07-04-2012),LORDCASTIEL92 (11-26-2014),metinfield (01-21-2014),mihaael (12-31-2019),mkmkataria (02-03-2013),monstrgim (04-03-2011),namquang93 (12-06-2012),newUser (05-20-2011),odie2 (03-01-2014),oiendoio (06-06-2012),PacificRevolution (09-19-2012),pali987 (02-23-2013),pierre0158 (03-09-2013),pop8484 (11-19-2012),R.Hax (04-25-2012),rario (01-29-2013),RaYuRO (06-26-2011),smdsun (11-01-2011),someguy321 (09-23-2012),ssanehi (05-07-2012),Steam. (07-29-2011),surg555 (08-20-2013),T!T@N (04-27-2012),teentop (04-07-2011),Teras02 (04-15-2015),TIMBO2X (08-31-2012),timeshift (01-14-2013),tomas492 (01-15-2012),vbhr10 (10-15-2011),vedant (08-09-2012),Vlassy (06-07-2011),volexo (01-28-2014),XDDANTE (11-25-2012),xilvius (11-06-2013),xxkillerxx73 (08-02-2012)

  3. #2
    hahazzz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    My Mood
    Sad
    cant download!

  4. #3
    bogumil89's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed
    thank's, now just approve it

  5. #4
    xqtm's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    87
    My Mood
    Sleepy
    wait for approval

  6. #5
    SmX1's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    232
    Reputation
    10
    Thanks
    444
    On the screenshot is the link from the original site,

    you can download on it without waiting approuve

  7. #6
    Godheimr's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    When asked to choose for a bms script, what do I choose?

  8. #7
    xqtm's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    87
    My Mood
    Sleepy
    Cyrisis2.bms, is inside of the rar file



    Code:
    quickbmsver 0.4.10b # correct reimporting granted from this version
    getdstring SIGN 2
    if SIGN == "PK"
        print "the input file is already decrypted, open it normally as a ZIP"
        cleanexit
    endif
    
    get NIGEL_SIZE asize
    math i = 0
    do
        goto -10
        get PKSIZE long
        get OFFSET long
        if i == 0
            set CRYSIS2_KEY binary "\xc9\x68\xfb\x67\x8f\x9b\x42\x67\x85\x39\x9e\x84\xf9\xb9\x9d\xc4"   # retail
        elif i == 1
            set CRYSIS2_KEY binary "\xf3\x85\x0a\x96\xb7\x4a\xbe\x07\x12\x60\x4a\x4d\xe8\x03\xa1\x16"   # mpdemo
        else
            print "no valid key found, contact me!"
            cleanexit
        endif
        math i += 1
        encryption xxtea CRYSIS2_KEY "" 0 16
        log MEMORY_FILE OFFSET PKSIZE
        encryption "" ""
        get PK_sign long MEMORY_FILE
    while PK_sign != 0x02014b50
    
    goto 0 MEMORY_FILE
    ComType deflate
    for PKOFF = 0 < PKSIZE
        get PK_sign short MEMORY_FILE
        get sign short MEMORY_FILE
            get ver_made        short MEMORY_FILE
            get ver_need        short MEMORY_FILE
            get flag            short MEMORY_FILE
            get method          short MEMORY_FILE
            get modtime         short MEMORY_FILE
            get moddate         short MEMORY_FILE
            get crc             long MEMORY_FILE
            get comp_size       long MEMORY_FILE
            get uncomp_size     long MEMORY_FILE
            get name_len        short MEMORY_FILE
            get extra_len       short MEMORY_FILE
            get comm_len        short MEMORY_FILE
            get disknum         short MEMORY_FILE
            get int_attr        short MEMORY_FILE
            get ext_attr        long MEMORY_FILE
            get rel_offset      long MEMORY_FILE
            getdstring name     name_len MEMORY_FILE
            getdstring extra    extra_len MEMORY_FILE
            getdstring comment  comm_len MEMORY_FILE
        savepos PKOFF MEMORY_FILE
    
        math offset = rel_offset
        math offset += name_len
        math offset += 0x1e
    
        if uncomp_size == 0
            set method long 0
        endif
    
        if method == 0
            Log name offset uncomp_size
        elif method == 8
            CLog name offset comp_size uncomp_size
        elif method == 11
            encryption xxtea CRYSIS2_KEY "" 0 16
            CLog name offset comp_size uncomp_size
            encryption "" ""
        else
            print "unsupported compression method %method% at offset %PKOFF%, contact me!"
            cleanexit
        endif
    next
    Last edited by xqtm; 03-30-2011 at 07:12 AM.

  9. #8
    B4M's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Real World
    Posts
    6,940
    Reputation
    478
    Thanks
    1,752
    My Mood
    Bored
    /file approved
    [center]

    Back in '10



    Got a question?PM/VM me!
    I read them all.
    Also contact me via MSN.
    vlad@mpgh.net

    Minion since:07-04-2010
    Mod since:08-31-2010
    Till : 05.07.2011

  10. #9
    br0k3n77's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    didn't understand clearly, could anyone explain step by step please?

  11. #10
    shirin's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    this is just 4 the compression ryt?pls correct me if am wrong=)

  12. #11
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    I don't understand how hard it is to use, run quickbms.exe and follow the prompts. When it asks for a BMS script, double click on 'Crysis2.bms'. Is that hard to understand?
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  13. #12
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    thanks
    i just need one right now

  14. #13
    Ltlouis's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    402
    Reputation
    10
    Thanks
    31
    Can't you use Winrar?
    [IMG]https://i224.photobucke*****m/albums/dd316/Acer845555/KZcopy-2.png[/IMG]
    Me for A.V.A minion!

  15. #14
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    Quote Originally Posted by Ltlouis View Post
    Can't you use Winrar?
    Uhm no.......
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  16. #15
    BigDaddy0790's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Thanks a lot! Spent hours finding such program. Will use sounds to create my own trailer to the game

Page 1 of 3 123 LastLast