tutorial ps3

Upload: rpimentel23

Post on 14-Apr-2018

214 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/27/2019 Tutorial Ps3

    1/3

    PS3 HAck - Crditos Staff Scene Releases

    ----------------------------------------------------------------------------------------

    Tools To Mod Your PS3 (Backups + Homebrew)

    1-USB Programming Software2-Program this on your USB Development Board3-PS3 Backup Manager (install using your programmed USB)FAQ.nfo

    NOTE : You Need A USB Development Board Or An AT90USB and related microcontrollers

    THIS WILL NOT WORK ON A USB STICK OR THUMB DRIVE ETC!!

    Included PSGroove (backup enabled version)PS3 Backup ManagerA couple Of USB Programming Tools..

    Please dont take this as gospel I have uploaded this to spread the files , my FAQ isnt the best lol

    ---------------------------------------------------------------------------------------------------------------

    1- Program your USB Microcontroller or USB Development Board with PSGroove.hex (some apps for teeny boards are included)2- Once programmed add the PS3 Backup Manager or any homebrew or apps and install it once on PSGroove*To use this exploit:

    Hard power cycle your PS3 (using the switch in back, or unplug it)Plug the dongle into your PS3.Press the PS3 power button, followed quickly by the eject button.After a few seconds, the first LED on your dongle should light up. After about 5

    seconds, the second LED will light up (or the LED will just go off, if you onlyhave one). This means the exploit worked! You can see the new Install Package Files menu option in the game menu.

    NotesA programmed dongle wont enumerate properly on a PC, so dont worry about that.

    These files will help you to enable your PS3 to use Homebrew AND Backups

    YOU MUST HAVE A USB DEVELOPMENT BOARD OR AN AT90USBKEY!! NOT A USB THUMB DRIVE ETC!!

    This is the PSGroove, an open-source reimplementation of the psjailbreak exploit

    for AT90USB and related microcontrollers.

    It should work on:

    AT90USB162AT90USB646AT90USB647AT90USB1286AT90USB1287ATMEGA32U4

  • 7/27/2019 Tutorial Ps3

    2/3

    You Can also Use Teensy++ USB Development BoardsGet Teensy hereUSA

    https://www.pjrc.com/store/teensypp.html

    Other Places?? Check Ebay??

    Also BlackcatsUSB Boards

    http://www.embeddedcomputers.net/products/BlackcatUSB/

    There is also hope of a PSP Option (install this from a hacked PSP for free!!)

    PSGrooveThis is the PSGroove, an open-source reimplementation of the psjailbreak exploitfor AT90USB and related microcontrollers.

    It should work on:

    AT90USB162

    AT90USB646AT90USB647AT90USB1286AT90USB1287ATMEGA32U4 and maybe more.

    This software is intended to allow the execution of unsigned third-party apps and games on the PS3.

    CloningThe repository uses the LUFA library as a submodule. To clone, use something like:

    git clone git://github.com/psgroove/psgroove.gitcd psgroovegit submodule initgit submodule updateConfiguringChip and board selection can usually be handled in the Makefile. In particular,update the MCU, BOARD, and F_CPU lines. Suggested values:

    Teensy 1.0:

    MCU = at90usb162BOARD = TEENSY

    F_CLOCK = 16000000Teensy++ 1.0:

    MCU = at90usb646BOARD = TEENSYF_CLOCK = 16000000Teensy 2.0:

    MCU = atmega32u4BOARD = TEENSY

  • 7/27/2019 Tutorial Ps3

    3/3