Crunching the Latest PS3 Scene News!.


Olygame


ModChipCentral

Page 1 of 3 123 LastLast
Results 1 to 10 of 29
  1. #1

    ps3 Street_Fighter_X_Tekken_EUR_EBOOT_PATCH_TB_PS3-PARADOX

    Code:
    _ ________________/________________ _
    ________ ____________/________/_ _
    _ ___/______///_/________ _
    _______________//_______________
    :A m i g a*P S X/P S 2*XBOX*P S 3 :):
    ____/____/____//____/____/____/
    _______________________
    _________________________/_
    /////// // ////_//
    _/_______/___/____/ ____ /_//_/___/
    ___/sns___/___//___/___/_/
    __/__/____/__//_____________/________/__/_______
    /______//
    
    P*A*R*A*D*O*X
    ::
    __________________________________________________________________________
    ___ __ ___
    __. R E L E A S EI N F O R M A T I O N ./ ///__/
    
    Street Fighter X Tekken (C) Capcom
    
    cOMPANY: CapcomrELEASE DATE : 19 Mar 2012
    sYSTEM: PS3sIZE: 2 x 15mb
    tYPE: ActionrEGION: EUR
    sUPPLIER : ParadudecRACKER: Paradude
    ID: BLES01252pLAYABLE: with True Blue Dongle
    __________________________________________________________________________ 
    ___ __ ___
    __. R E L E A S EN O T E S ./ ///__/
    
    Website:
    ps3.ign.com/objects/081/081889.htmlsPECIAL nOTE:
    This Game runs with True Blue dongle- - - - - - - - - - - -ALWAYS REMEMBER - - - - - - - - - - - - -
    LEGENDS MAY SLEEP, BUT THEY NEVER DIE!!
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    HERE TO INNOVATE NOT IMITATE
    __________________________________________________________________________
    ___ __ ___
    __. R E C R U I T M E N T ./ ///__/Do you want to become part of the world famous console group
    
    We are currently looking for talented people to join our ranks!
    If you can help in any of the following areas dont hesitate to
    contact us.
    
    We are looking for suppliers of:
    --------------------------------
    - Sony Playstation 3 Games
    - Microsoft XBox360 Games________________________________________________________________________
    ___ __ ___
    __. H A N D S H A K E S ./ ///__/
    
    to all real oldschool sceners still rocking the house - keep it on!


           

    PS3 Slim 350GB / Phat 80GB- 3TB Extern
    CFW 4.21 v.1 / 3.55
    www.funnyvide.us
    .
    if you don't have anything constructive to say, STFU!

  2. #2
    Join Date
    Nov 2011
    Posts
    1,757
    Impressive..
    Yeah, it's me
    Dj Barth
    "One TrueBlue to rule them all, One Browser to find them,
    One TB CFW to bring them all and in the Internal HDD bind them
    In the Land of BarthMordor where Modding lie"

  3. #3
    Join Date
    Jun 2011
    Location
    Tropical Island
    Posts
    1,939
    Quote Originally Posted by Bartholomy View Post
    Impressive..
    Yep, this what happens after we clean up house a wee bit, things start falling off the tree branchs, ready to enjoy.

    -=( Gary from O.P.A. / Your Master Phoenix Admin / MaxConsole / PS3Crunch / 360Crunch / PSVitaGuru / WiiUNewz )=-

    Are you worried about your 'data freedom' rights, like Prism and NSA and want to be 'secure' online, and access what you want where you want?

    Then signup now with our sponsor VPN4ALL and 'protect' yourself online, and don't forgot if you tried of searching the 'net for stuff, then grabbing an UsenetBucket account is the only way to go with unlimited downloads, fast speeds, uncensored servers, and low pay-per-month rates, and at the same time by signing-up with either of our sponsors you end up supporting our wonderful group of scene news sites that you enjoy reading daily!





  4. #4
    Join Date
    Nov 2011
    Posts
    1,757
    What a strange, strange day. Thanks, TB team.
    Yeah, it's me
    Dj Barth
    "One TrueBlue to rule them all, One Browser to find them,
    One TB CFW to bring them all and in the Internal HDD bind them
    In the Land of BarthMordor where Modding lie"

  5. #5
    Quote Originally Posted by Bartholomy View Post
    What a strange, strange day. Thanks, TB team.
    Tell me about it.

    No wonder certain people are no longer on the forums on a communicative front.

  6. #6
    Best set of eboots for me! Thanks Team TB!

  7. #7
    Join Date
    Sep 2011
    Posts
    22
    Thank you so much!

  8. #8
    Here is how to unlock the 12 dlc characters:

    Open CMN/boot/game/const.lua in a hex editor. Find the word "unlock" at 0x00003930. Dummy it out (I just changed it to "_nlock")
    (find const.lua in archive\CMN\CMN.eaf Decrypt CMN.eaf with quickbms)

    Put the const.lua file in USRDIR/stream/CMN/boot/game/const.lua
    "if u dont got those folders create them"
    As stated, decrypt the 2GB CMN.eaf file with quickbms. Copy this script into a txt file and rename the file to script.bms

    # SSFIV .eaf archives (script 0.3)
    # script for QuickBMS http://aluigi.org/papers.htm#quickbms

    endian big
    comtype deflate

    idstring "#EAF"

    # 0x4 may be file name length

    goto 0x10
    get file_count long

    set idxpos = 0x80
    for i = 0 < file_count
    goto idxpos
    get name string
    math idxpos + 0x100
    goto idxpos
    get dummy long
    get offset long
    get size long

    goto offset
    get id long
    if id == 0x23454D5A
    endian little
    get crc long
    get uncompsize long
    get blah long
    endian big

    savepos cdatapos
    math size - 0x10
    clog name cdatapos size uncompsize
    else
    log name offset size
    endif

    math idxpos + 0x20
    next i
    Use quickbms, choose the script, choose CMN.eaf, select a folder where to extract the content of CMN.eaf and quickbms will extract the CMN.eaf file. After that you will find the const.lua file in /boot/game/const.lua

    Open the const.lua file in a hex editor. Find the word "unlock" at 0x00003930. Dummy it out.
    Copy the file to USRDIR/stream/CMN/boot/game/const.lua (You have to create the boot/game/ folders)

    Start up the game and enjoy the 12 dlc charcters.

  9. #9
    Join Date
    Nov 2011
    Posts
    280
    ^good shit zelga. confirmed working

  10. #10
    Join Date
    Dec 2011
    Posts
    16
    Not sure if itīs allowed to post in this thread but here is the dlc link already edited for the 12 extra characters http://www.mediafire.com/?ghum6133j7mz6kq

 

 
Page 1 of 3 123 LastLast

Posting Permissions

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

Powered by vBadvanced CMPS v4.2.1
Back to top