Create_CFW_430 Bash Script

Moderadores: Kravenbcn, largeroliker, fidelcastro, cerealkiller, pspCaracas, dark_sasuke, m0skit0, LnD, ka69, zacky06, driKton

Avatar de Usuario
Kravenbcn
Administrador
Administrador
Mensajes: 16291
Registrado: 01 Sep 2009, 21:27
PSN ID: Kravenbcn
Twitter: Kravenbcn
Ubicación: Barcelona
Contactar:

Create_CFW_430 Bash Script

Mensaje por Kravenbcn »

PsDev ha creado un nuevo script que se puede utilizar con el MFW Builder 0.2.3 recientemente liberación de cfwprophet.

PSDev escribió:Tras el reciente lanzamiento del mfwbuider versión 0.2.3 de cfwprophet, he actualizado el script bash create_cfw_355 y ha añadido soporte para la creación de CFW 4.xx (4,30 en general). Me gusta llamarlo create_cfw_430.sh (Original eh lol?) Si tienes cualquier problema con este script, por favor no dudes en ponerte en contacto conmigo para que pueda corregir el error/fallo (contacto: Twitter, @RealPsDev).

El script hace lo siguiente :
Parches LV0 para desactivar el chequeo CoreOS ECDSA en lv0.
Parches FW Verificador PKG para desactivar la comprobación ECDSA en archivos spkg.
Desactiva la búsqueda de paquetes de actualización en disco del juego.
Patch LV2 para añadir Peek&Poke system calls.
Patch LV2 para añadir LV1 Peek&Poke system calls.
(Jialbait) Parche LV2 para desactivar comproación NPDRM ECDSA.
Parche LV2 para implementar payload hermes SC8 / app_home / redireccionamiento e incrustado de montaje de aplicaciones.
Parche LV2 para implementar SysCall36 4.xx.
Soporte Peek&Poke (sin usar llamadas 182 y 183 en LV1).
Elimina la protección LV2 .
Desactiva la comprobación de integridad en System Manager.
Parche comprobación CoreOS Hash. Product Mode siempre agrega el paquete de instalación estándar de archivos de segmento a la categoría de Homebrew en XMB.
Parches instalar los paquetes de nuevo a xbb (4.30 +).
Añadir MFW Segmento Homebrew para la categoría Homebrew en el XMB.
Añadir icono "/ app_home" icono a la Categoría de Juego del XMB.
Renombrar / app_home/PS3_GAME / a Discless.
Modificar orden alfabético para juegos en el XMB.
Parche X0 el Param SFO (NeoGeo) y X4 (PCEngine) para usar con la categoría de Homebrew y los segmentos propios.
Parche para permitir la instalación de pseudo-paquetes retail.
Parche para permitir instalación de paquetes debug.
(Jailbait) Parche para implementar ReactPSN v2.0 en VSH


Código: Seleccionar todo

Script: 
#!/bin/sh
#
# Copyright (C) 2011 glevand (geoffrey.levand@mail.ru)
# Copyright (C) 2013 PSDev (psdev@hotmail.com)
# All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#

OFW=$HOME/firmwares/OFW430.PUP
CFW=$HOME/firmwares/CFW430-.PUP

./ps3mfw $OFW $CFW \
   --gui false \
   --debug false \
   --patch_pup \
      --pup-build "" \
      --version-string "" \
      --version-suffix "PSDev" \
   --patch_lv1 \
      --patch-lv1-peek-poke true \
      --patch-lv1-remove-lv2-protection true \
      --patch-lv1-sysmgr-disable-integrity-check-4x true \
      --patch-lv1-coreos-hash-check true \
   --patch_cos \
      --patch-lv0-coreos-ecdsa-check true \
      --patch-spkg-ecdsa-check true \
      --patch-pup-search-in-game-disc true \
      --patch-lv2-peek-poke-4x true \
      --patch-lv2-lv1-peek-poke-4x true \
                --patch-lv2-npdrm-ecdsa-check true \
      --patch-lv2-payload-hermes-4x true \
      --patch-lv2-SC36-4x true \
   --patch_xmb
           --add-install-pkg true \
      --patch-act-pkg true \
      --add-hb-seg true \
      --patch-app-home true \
      --patch-ren-apphome true \
      --patch-alpha-sort true \
      --patch-rape-sfo true \
        --patch_vsh
           --allow-pseudoretail-pkg true \
      --allow-debug-pkg true \
      --patch-vsh-react-psn-v2-4x true \


Nota
Este script requiere el uso de PS3MFW Builder v0.2.3

Fuente
No te pierdas nada, sigue a DaXHordes en Twitter, Facebook, Google+ y Youtube

Imagen
¿Quieres formar parte del equipo de DaXHordes.org? Esta es tu oportunidad.
PS3 · PS Vita · PSP

Responder