Skip to content

Releases: avan06/PS4CheaterNeo

1.0.3.1

24 May 11:49
Compare
Choose a tag to compare

Fixed the operation mechanism of this program's payload when using Frame4 to prevent errors from occurring. #51

1.0.3.0

23 May 16:27
Compare
Choose a tag to compare

Added support for integrating DeathRGH/frame4's PS4 debugger library into this program #50 #51

  1. The firmware versions supported by DeathRGH/frame4 are 5.05, 6.72, 9.00, and 11.00.
  2. Place the downloaded "Frame4.bin" file in the \Path\to\PS4CheaterNeo\payloads\ path.
  3. When launching this program, select Frame4 as the PS4 debugger library type when executing SendPayload.

1.0.2.9

03 Mar 06:58
Compare
Choose a tag to compare
  1. Improved floating-point number display format in the Hex window. #47
    Now, when the value is between 1 and -1, it will be displayed directly without using exponential notation.

  2. Handling to prevent exceptions from occurring during Auto Refresh. #48

  3. Add support for Hotkeys feature. #24
    Currently, the hotkeys are hardcoded in the program...

  • main window hotkey

    • Control + O
      Perform open file
    • Control + S
      Perform save file
    • Control + Q
      Open Query window
    • Control + H
      Open HexView window
    • Alt + S
      Open Settings window
    • Control + A
      Perform add address
    • Control + R
      Perform refresh cheat list
    • Alt + E
      Perform Collapse or ExpandAll in the CheatGridView, automatically determining the current status
    • Alt + L
      Set LockEnable to enable or disable, depending on the current button activation status
    • Alt + R
      Set AutoRefresh to enable or disable, depending on the current button activation status
  • query window hotkey

    • Control + G
      Perform get processes(retrieve all program lists again)
    • Control + P
      Perform pause or resume. If the current status is paused, execute resume; otherwise, do the opposite
    • Alt + S
      Perform the first or next scan
    • Alt + U
      Perform undo scan
    • Alt + R
      Perform redo scan
    • Control + R
      Perform refresh result list
    • Control + N
      Create a new scan, clearing the current scan results
    • Alt + C
      Clone the current scan results into a new Query window
    • Control + Left:
      Collapse the left Split panel
    • Control + Right:
      Expand the left Split panel
    • Control + Up:
      Collapse the upper right Split panel
    • Control + Down:
      Expand the upper right Split panel
  • HexEditor window hotkey

    • Control + P
      Go to Previous Page
    • Control + N
      Go to Next Page
    • Control + R
      Refresh HexBox
    • Control + S
      Write Modifications to PS4
    • Control + A
      Add to Cheat Grid
    • F3
      Perform Find, forward or backward depending on whether "Forward" is checked
    • Control + Left:
      Collapse the left Split panel
    • Control + Right:
      Expand the left Split panel
    • Control + Up:
      Collapse the upper right Split panel
    • Control + Down:
      Expand the upper right Split panel

1.0.2.6

18 Feb 13:04
Compare
Choose a tag to compare
  • Added support for "Invert checked Hidden" and "Disable checked Hidden" in the right-click context menu of the SectionView in the Query window.

  • Disable checked Hidden:
    Executing "Disable checked Hidden" will set the Valid of the checked Hidden sections to Disable, and update the settings written to the Hidden configuration file at the "path to PS4CheaterNeo\sections[GAME_ID].conf" path.
    To revert, manual editing of the conf file is required, changing the Valid of the Hidden sections from False to True.
    Note: The Query window needs to Refresh Processes to incorporate the new Hidden conf settings.

  • Move some items from the SectionView right-click menu to the submenu in the Query window.
    Move the "Check all," "Uncheck all," "Invert checked," "Check that contains..." menus into the submenu of the Items menu.
    Move the "Check all Hidden," "Un-Check all Hidden..." menus into the submenu of the Hidden Items menu.

  • Renaming option names:
    Renamed the "Section View Full Row Select" option to "Full Row Select".
    Renamed the "Section View Detect Hidden Section" option to "Detect Hidden Sections".

  • Added the option "DetectHiddenSectionStartFromTheEnd"
    Determine whether to enable detecting hidden sections starting from the end address of the last section. Default disabled

1.0.2.3

11 Feb 18:07
Compare
Choose a tag to compare

Fixed the issue of abnormal occurrences when editing Pointer-type Cheats in the main window.

Fixed the issue where saving as JSON in the main window without entering ON and OFF values would result in an error.

1.0.2.2

10 Feb 10:27
Compare
Choose a tag to compare
  1. Now supports loading all Cheat Trainer/GoldHEN formats (*.json, *.shn, *.mc4), with MC4 formats supporting reading only.

  2. Added support for opening "eboot.bin" files, they will be compared with the section memory content of the game executable, and the differing memory data between the two will be obtained. You must select to load an "eboot.bin" with the same game ID but differing from the content of the currently running game for the comparison to be valid.

  3. Now, after opening the Cheat Trainer/GoldHEN formats (*.json, *.shn, *.mc4) file, you can write the values of ON or OFF to the PS4 by right-clicking in the CheatGridView and selecting "Active".

  4. In the "Add/Edit Cheat" interface within the main window, you can choose whether to input ON and OFF values (must be in hexadecimal).

  5. Added display interface languages: Korean, Italian. Language files are translated using ChatGPT.

1.0.2.0

03 Feb 10:55
Compare
Choose a tag to compare

Added support for displaying the interface in multiple languages, configurable in the options window. Currently supports English, Japanese, Chinese, Spanish, Russian, French, and German languages. Language files are translated using ChatGPT.

Added support for configuring the interface font in the options window.

1.0.1.5

14 Jan 07:35
Compare
Choose a tag to compare

Remove the "FilterRule" button and replace it with a "Clone" button in the Query window.

  1. Remove the "FilterRule" button in the Query window because modifying filtering rules is not a frequently needed action. If you need to change the filtering rules, you can do so in the Query page of the Options window.

  2. Added a "Clone" button in the Query window, allowing the current scanning state and results to be duplicated into a new Query window. For example, after performing an "Unknown Initial" scan, you can copy the scan results into multiple new Query windows and then execute different scans.

query_ColneBtn

1.0.1.4

09 Dec 08:21
Compare
Choose a tag to compare

Improvement of the upper limit for numeric input in the NumericUpDown component in the Options window #42

The limitation on the maximum value of the NumericUpDown component when the Hexadecimal Property is set has been addressed.
The original behavior restricted the maximum value to Int32 when the Hexadecimal Property was set. It has now been corrected to allow a maximum value of Int64.

NumericUpDown.Hexadecimal Property#Remarks

1.0.1.3

08 Dec 17:44
Compare
Choose a tag to compare

Added two new options and related prompt message adjustments.

  1. Added CheatGridGroupRefreshThreshold and DisplayChangesListWhenSaving options.
  • CheatGridGroupRefreshThreshold:
    To prevent excessive wait times during GroupRefresh, the GridView's GroupRefresh mechanism is activated only when the number of cheats is less than this value. Default is 10000.
  • DisplayChangesListWhenSaving:
    Determines whether to display the list of change options when saving in Option windows. Default enabled.
  1. Use a notification window instead of throwing an error when executing the Hex view or Add button in the Cheat window without a Process. #43

  2. Corrected the save message after modifying options to "New settings have been saved." #44