Announcement

Collapse
No announcement yet.

PSP Cheat Hacker v0.12

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PSP Cheat Hacker v0.12

    PSP Cheat Hacker is an application which allows you to cheat on various PSP games. The new version (0.12) includes some various fixes to the Game Loading support (2.0+ Firmware Games), bug fixes and notes that when using a game loader, exit with L + R + Select.

    Author, Hacking the PSP

    The installation for the application is the following (Translation of Readme):

    Installation

    [MS_Root]
    |-[PSP]
    | |-[GAME]
    | |-[Cheat]
    | | |-EBOOT.PBP
    | | |-cheat.dat
    | | |-config.cfg
    | |-[Cheat%]
    | |-EBOOT.PBP
    |
    |-cheat.prx
    |-BOOT.BIN (from any game)

    There is a "Use Game Loader" option for using game loaders like MPH Game Loader and Run UMD.

    How to use
    Insert the game you want to cheat, and then start the Cheat Hacker. A menu will be displayed.

    - Main menu

    * Start Game - Start the UMD game
    * Select Cheat Codes - Select the cheat codes you want to use (not implemented)
    * Options - All kinds of settings
    * Exit - quit Cheat Hacker
    * cheat.dat - when the cheat code file is present, this will be displayed

    - Game Start
    You can enable/disable the cheat code and memory dump functions here.

    * Game Start - Start the UMD game
    * Boot XMB - Start the PSP system interface
    * Cheat Code - Toggle the cheat code
    * Memory Dump - Toggle memory dump function
    * Cancel - Return to the main menu

    - Select Cheat Codes
    * Not implemented yet

    - Options
    Change the settings of the Cheat Hacker

    * CPU Clock - Change the CPU clock of the PSP
    * Boot from ms0:/BOOT.BIN - Start the game with the BOOT.BIN in the memory stick instead of the one in the UMD *1
    * Use Screen Capture - Toggle the screen capture function
    * Use Game Loader - Toggle starting game with Game Loader or Run UMD
    * Cancel - Return to the main menu

    - Exit
    Quit Cheat Hacker

    *1 When "Use Game Loader" is turned on, this item will bypassed.

    The function of the cheat codes
    Use the enclosed datmake.exe to make the cheat.dat file. Put it in the installation directory of the Cheat Hacker, and set "Cheat Code" to "On" in the "Game Start" menu to use the codes.
    * The working cheat codes are in 128 lines.

    The code on the website now is like the following:

    - Normal form
    0xxxxxxx 000000yy
    1xxxxxxx 0000yyyy
    2xxxxxxx yyyyyyyy

    Write value yy to address xxxxxxx

    - Value add/subtract
    301000yy xxxxxxxx
    302000yy xxxxxxxx
    3030yyyy xxxxxxxx
    3040yyyy xxxxxxxx
    30500000 xxxxxxxx
    yyyyyyyy 00000000
    30600000 xxxxxxxx
    yyyyyyyy 00000000

    Add/Subtract value yy to the data in the address of xxxxxxxx
    from up to down
    1-byte add
    1-byte substract
    2-byte add
    2-byte substract
    4-byte add
    4-byte substract

    - Serial code
    4xxxxxxx yyyyzzzz
    aaaaaaaa bbbbbbbb

    Repeat yyyy times, from address xxxxxxx
    add zzzzĂ—4 to the address
    add from aaaaaaaa to bbbbbbbb and write to the memory

    Byte copy
    5xxxxxxx yyyyyyyy
    zzzzzzzz 00000000

    Copy yyyy bytes from address xxxxxxxx to zzzzzzzz

    - Write to pointer
    6xxxxxxx 00000001
    yyyyyyzz 00000000
    6xxxxxxx 00000002
    yyyyzzzz 00000000
    6xxxxxxx 00000004
    zzzzzzzz 00000000

    Get the value at a designated address, add it with a value and write the data into the new address.
    from up to down
    Write zz to the Address at xxxxxxxx + yyyyyyyy
    Write zzzz to the Address at xxxxxxxx + yyyy*2
    Write zzzzzzzz to the Address at xxxxxxxx

    - Write AND/OR
    701000yy xxxxxxxx
    702000yy xxxxxxxx
    7030yyyy xxxxxxxx
    7040yyyy xxxxxxxx
    70500000 xxxxxxxx
    yyyyyyyy 00000000
    70600000 xxxxxxxx
    yyyyyyyy 00000000

    Perform AND/OR on yy and the data at address xxxxxxxx
    From up to down
    1-byte AND
    1-byte OR
    2-byte AND
    2-byte OR
    4-byte AND
    4-byte OR

    - Timer code
    B0000000 yyyyyyyy

    Enable the code after the time designated by yyyyyyyy has passed

    yyyyyyyy = 100 is around 10 seconds

    - Master - value judgment
    Cxxxxxxx yyyyyyyy

    When the data in address xxxxxxxx has changed to yyyyyyyy, the following code will be enabled

    - Condition judgment A
    Dxxxxxxx 0000yyyy
    Dxxxxxxx 0010yyyy
    Dxxxxxxx 0020yyyy
    Dxxxxxxx 0030yyyy

    Compare the value in address xxxxxxxx and yyyy. When the condition is fulfilled, the following code will be enabled
    From up to down
    ==
    !=
    <
    >

    * Don't over use the condition judgment code.

    - Condition judgment B
    E0zzyyyy 0xxxxxxx
    E0zzyyyy 1xxxxxxx
    E0zzyyyy 2xxxxxxx
    E0zzyyyy 3xxxxxxx

    Compare the value in address xxxxxxxx and yyyy. When the condition is fulfilled, the following code will be enabled, otherwise skip to line zz.
    From up to down
    ==
    !=
    <
    >

    * Don't over use the condition judgment code.

    How to capture the screen
    Press the music tone button to take a screen shot of the current screen. Press Volume - and the music tone button to take a 1/4 screen-sized shot. Press L + R + music tone to start taking screenshots continuously. Press the music tone button again to stop taking screenshots.

    The captured screenshots are saved in the "capture" folder on the memory stick.

    About "Use Game Loader"
    You can still use the Cheat Hacker in 2.00+ games with the help of MPH Game Loader or Run UMD. Here is how to set them up:

    - MPH Game Loader Setup
    After installed MPH Game Loader v1.1, copy the Eboot.pbp in the ms0:/PSP/GAME/MPHGAMELOADER folder to the MPHGAMELOADER in the root directory of the memory stick.

    - Run UMD Setup
    Copy the "RUNUMD" folder from the archive to the root of the memory stick.

    After set up the loaders, please check the "Use Game loader" option in the program to enable the according loader you want to use (MPH, Run UMD). The loader will be started automatically when you choose "Game Start" in Cheat Hacker.
    Last edited by dlevere; 12-06-2014, 07:37:29 AM.
    The Hackmaster
Working...
X