PSX-SCENE Forum Discussion for Sony PlayStation/PsOne/PS2/PS3/PSP/PS VITA
  • PS3 Autofix v1.1 - One Click 3.60 Game Fixer

    A developer by the name of aryasoft2872 has released an update to his "one click fix" for games requiring firmware 3.60. This application helps those of you wanting to get games requiring firmware 3.60 running on custom firmware 3.55 without having to wait for ready made patches. So if there is a game that you own and cannot find a fix... Maybe this will help.


    About NAME:
    Hi, I have made a program which helps you to fix your 3.6 games with just one click. First you have to enter your titleID and after clicking on "Do It!" it will automatically download and patch the latest update/s which is below 3.6 to be playable on 3.55. Please report if app encounter any errors. Don't forget to install .Net Framework 4. Thanks Heden / DeLiGhT for psn_package_npdrm and naehrwert for scetool.

    Click for how to



    Changelog: v1.1
    • Fixed some bugs
    • Updated scetool to latest version to have better fixing.
    • Added Option to just fix EBOOT.BIN.
    • Some minor improvements in code.
    Download: PS3 Autofix v1.1

    Source: ps3hax

    PSX-SCENE: The Pinnacle Scene Xenocracy
    SkyNet and J313C like this.
    Comments 17 Comments
    1. vronz's Avatar
      vronz -
      while no doubt the idea of this tool is good, it has bug - no matter what gameID i input it just generates error message: "Code 800: Input String was not in correct format.", but it is in the exact format that the tool instructs you, i.e. "BXXX00000".
    1. Siles1983's Avatar
      Siles1983 -
      Get an error message
      "There is no Suitable update to fix for..."
      Testet with BCES00569, like the instructions.
    1. FrogDR's Avatar
      FrogDR -
      I have the same error to with cople of ID GAMES. "Code 800: Input String was not in correct format."
    1. Man on Fire's Avatar
      Man on Fire -
      You have to put the Games code in (BLES00000 or BLUS00000) not the Game name itself anyways it doesn't have a Fix for the BLUS30838 version of MW3
    1. vronz's Avatar
      vronz -
      Quote Originally Posted by Man on Fire View Post
      You have to put the Games code in (BLES00000 or BLUS00000) not the Game name itself
      that's exactly what at least i'm doing - even trying it with "BCES00569" as the screenshot from the article results in "Code 800: Input String was not in correct format." error message. so, something is definitely wrong with this tool.
    1. HipHopHead's Avatar
      HipHopHead -
      BCUS98114

      (GT5/US) works for me. Well I have not tried the patches yet but they are downloading.

      edit: errors out while fixing update. It looks like it extracts the .pkg but not the eboot from it then I get an error saying eboot not found.
    1. scarmullet's Avatar
      scarmullet -
      I may be the only person who wants this, but why not a button to make a homemade update which allows the disc to run on 3.55 instead of having to rip the game to the HDD.
    1. kronwhon's Avatar
      kronwhon -
      well, i got it to make the packages, but its giving me the update error, even though i edited the param.sfo ..... why would i have to use a spoofer if the param.sfo is edited??????

      Does anyone have a valid link to a spoofer? all these share sites are blocking uploaders these days
    1. danixleet's Avatar
      danixleet -
      There guide is wrong, well the example is... I already released a GT5 patch, the problem is and the dev will need to add this to hes source code, some game updates dont contain a new eboot.bin, yet doo contain extra files, for example....

      GT5 Update 1.12 has the EBOOT.BIN
      GT5 Update 1.13 has just a bunch of added folders and not .BIN etc...

      Hence why my patch was Hybrid 1.12/1.13 merged into one and only needed to be installed onto of version 1.11...


      I would re-link the file but after over 3000 downloads of my resistance 3 3.55 patch and 500 GT5 downloads, mediafire sent me an Official Letter saying Copyrighted Illegal material so someone lagged in the links or sony found em, anyways wont be posting more game fixes until i can find a new site...


      If your lucky ill Mirror my GT5 Fix..


      Ps to the dev of this app, good idea, great mashup of every tool released :P... i had the same idea but stopped the dev as batch scripting for easy enough.. lol

      Anyways
    1. danixleet's Avatar
      danixleet -
      scarmullet
      I may be the only person who wants this, but why not a button to make a homemade update which allows the disc to run on 3.55 instead of having to rip the game to the HDD.

      PS thats the point of patching the Game Update Data (which is what this app does or any other guide does, hence NPDRM), you dont need to rip the game to the HDD if you own the game, Using a 3.55 Patched Update File will make the PS3 think its a real Game Update (Well it is, really).. and instead of launching from the EBOOT.BIN which is from the disc, it will launch the patched one you installed.... and Purchased Retail or Hired Games above 3.6++ will launch if you installed this patch..


      Also i read that more than just a resign needs to be done, so expect a few games not to work with this tool....
    1. SkyNet's Avatar
      SkyNet -
      Nice tool, it is so not good that it does not work for everyone...
      Hope that the author of this tool will release update for it, so that everyone is happy with it.....
    1. strictlyfocused's Avatar
      strictlyfocused -
      No matter what I put under "titleID:" its fails with the message "The underlying connection was closed: An unexpected error occurred on send."

      This is on Server 2008 R2 x64 with DOTNET4 installed.
    1. Assassins's Avatar
      Assassins -
      Hmmm, i get this with all TitleID : There is no Suitable update to fix for Gran Turismo 5

      And when i try another TitleID i get the same, but with the game name.
    1. jaskaho's Avatar
      jaskaho -
      every game i tried worked as far as the auto fix program is concerned but not a single fixed update patch allowed any of the games to work
    1. BahumatLord's Avatar
      BahumatLord -
      Quote Originally Posted by jaskaho View Post
      every game i tried worked as far as the auto fix program is concerned but not a single fixed update patch allowed any of the games to work
      Try using this with sce tool. Save it as goodfix.bat in scetool's directory. Copy your eboot or self file there. By default it will load the eboot. If you want to load a different file type in goodfix (name of file) in command prompt. It will pause after decrypting the file. When it's paused load up a hex editor and replace this section 00 33 00 00 00 36 with 00 33 00 00 00 34 in the decrypted file. After saving, unpause the bat file and it will reencrypt. It fixes almost all of the problems I've had getting games to work

      goodfix.bat
      Code:
      @echo off
      %~d0
      cd %~p0
      
      IF "%1"=="" (set filename=EBOOT.BIN) ELSE (set filename=%1)
      echo fn is %filename%
      
      FOR /F "tokens=*" %%A IN ('scetool -i "%filename%" ^| find "ContentID"') DO SET contentID=%%A
      set contentID=%contentID:~13%
      echo contentID is "%contentID%"
      
      scetool --decrypt "%filename%" "%filename%.ELF"
      IF NOT EXIST "%filename%.ELF" goto decryptFailed
      pause
      scetool.exe --sce-type=SELF --compress-data=FALSE --skip-sections=TRUE --key-revision=0A --self-auth-id=1010000001000003 --self-vendor-id=01000002 --self-type=NPDRM --self-fw-version=0003005500000000 --np-license-type=FREE --np-content-id=%contentID% --np-app-type=EXEC --np-real-fname=%filename% --encrypt "%filename%.ELF" "fixed-%filename%"
      del /Q "%filename%.ELF"
      scetool -i "fixed-%filename%" > "fixed-%filename%.txt"
      goto eof
      :decryptFailed
      echo Decrypt failed look in %filename%.txt
      scetool -i "%filename%" > "%filename%.txt"
      :eof
      pause
    1. aneesh's Avatar
      aneesh -
      1.yup i have some issues too. My ps3 running kmeaw with 4.11 rebug spoof
      2. replaced with original eboot into usrdir
      3. installed 2 pkgs. First install the one that has longer name with version100 or something and next install pkg with shortname.
      For example dead island :

      EP4062-BLES00749_00-DEADISLANDUPDATE-A0104-V0100-PE.pkg ===> installed first
      EP4062-BLES00749_00-DEADISLANDUPDATE.pkg ===> installed second
      .Using the latest multiman with disc inside/.

      But still kicks back to xmb with a error code.

      This happens for rayman origins, KOA, golden and many others. Why ?
    1. BahumatLord's Avatar
      BahumatLord -
      Error 8001003C? Read my above post. The part about hex editing the decrypted eboot will fix that
  • Daily Digest


    Want to receive the latest PSX info in your email?

    Sign up for our Daily Digest!



    Want to learn more about the team keeping you up to date with the latest scene news?

    Read about them now!

    Check out our Developer bios, too!

  • Recent Threads

    Penguin771

    Help me, I can't launch any games with GSM.

    Thread Starter: Penguin771

    Hello. I have a problem with GSM: I switch my PS2 to HD mode (or any other) and select "Exit to PS2 browser", then I insert a disc, but it doesn't

    Last Post By: Penguin771 Today, 09:11 AM Go to last post
    TheMoon

    Problem with this specific game

    Thread Starter: TheMoon

    Hi all,

    The title pretty explains it well. I have this PlayStation 2 slim line scph-79001, hard-modded and I'm having trouble running this

    Last Post By: TheMoon Today, 07:53 AM Go to last post
    Avery

    [Release] Gravity Gun

    Thread Starter: Avery

    Gravity Gun
    Made by MOtions97
    (My good friend Motions97 told me I could release his mod on here.)
    This Gravity gun works Really well

    Last Post By: ConorrChapple Today, 09:21 AM Go to last post
    Thatcher

    Can you still launch external games in MM?!

    Thread Starter: Thatcher

    Hi All,

    I know this might be a really stupid question but I have to ask it anyway. For a long time now I've been loading games onto my

    Last Post By: No0bZiLLa Today, 09:42 AM Go to last post
    dude112

    Reactpsn tutorial still valid?

    Thread Starter: dude112

    Hello,

    I'm currently on Rogero CFW 4.30 and wanting to try activating psn games. I tried some ready made pkg files but they don't seem

    Last Post By: dude112 Today, 06:53 AM Go to last post
    Dogertyboy

    PLZ ... I'm on the way to breaking 3000 .. just a couple of questions

    Thread Starter: Dogertyboy

    hi i have a few questions - I hope to get at least one answer to any question ....
    1 - I have a file *. Rap ​​game such as NFS Most

    Last Post By: Dogertyboy Today, 06:50 AM Go to last post
  • Recent Comments

    worrorfight

    PSChannel receives some Eye Candy from Opium2k

    Great themes thanks @Opium2k. :D Go to last post

    worrorfight Today 10:06 AM
    condorstrike

    PSChannel receives some Eye Candy from Opium2k

    Beautiful, much better than no-one's. :p Go to last post

    condorstrike Today 10:04 AM
    worrorfight

    Pointman: The Akkadian Wars - Homebrew Game by Condorstrike

    Great stuff @Condorstrike Looks great. Go to last post

    worrorfight Today 10:02 AM
    No0bZiLLa

    Pointman: The Akkadian Wars - Homebrew Game by Condorstrike

    been waiting on this ;)
    looks nice Go to last post

    No0bZiLLa Today 09:46 AM
    natko1412

    XMBPC v0.8.9 Released by SvenGDK

    all the buttons seem to be working fine, I tried 13 and 9+10 but nothing happens...

    is there... Go to last post

    natko1412 Today 09:27 AM
    condorstrike

    Pointman: The Akkadian Wars - Homebrew Game by Condorstrike

    thanks :)
    here's a video someone took of gameplay, thanks to the guy...as you can see by the guy... Go to last post

    condorstrike Today 09:26 AM
    exofreak

    {Update #1} Rogero's CFW 4.40 v1.02 Released

    bitsbubba i did this because i was bored and wanted more from my xmb. I can remove, rename, edit,... Go to last post

    exofreak Today 07:05 AM
    exofreak

    {Update #1} Rogero's CFW 4.40 v1.02 Released

    here is the base mod

    BP0001-XMBMANPLS_00-0000111122223333 - Download - 4shared - Amed Boss
    ... Go to last post

    exofreak Today 06:56 AM
    Tranced

    Pointman: The Akkadian Wars - Homebrew Game by Condorstrike

    I like the video. Does not show enough so you have to download it and check it out lol! Go to last post

    Tranced Today 06:37 AM
    mschumacher69

    PS3 TuT: How to Repair a Corrupted PS3 Game Save.

    I have helped this user before and I know that he hasn't used fixes for different regions.

    He... Go to last post

    mschumacher69 Today 04:20 AM