Skip to content

Releases: avan06/PS4CheaterNeo

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

1.0.1.2

02 Dec 11:59
Compare
Choose a tag to compare

SendPayload now supports the ps5debug payload.

Place the file at the path "\Path\to\PS4CheaterNeo\payloads\ps5debug.elf", and SendPayload will automatically detect the presence of ps5debug or ps4debug. Thanks to ps5debug developers ctn123 & SiSTRo.

Payload

  • ps4debug or ps5debug can be directly placed in the payloads folder, no longer needing to be placed in the specified path for the FW version. (1.0.1.2)
  • You must manually place the downloaded payload in the \Path\to\PS4CheaterNeo\payloads\ or \Path\to\PS4CheaterNeo\payloads\\[FW version]\ folder.

ex. Paths without FW will be prioritized for loading.
path\to\PS4CheaterNeo\payloads\ps5debug.elf
path\to\PS4CheaterNeo\payloads\ps4debug.bin
path\to\PS4CheaterNeo\payloads\[FW version]\ps4debug.bin

  • It can be downloaded at the following URL(Only ps4debug 6.72 has been tested).

ps4debug 5.05 by jogolden
ps4debug 6.72 by GiantPluto
ps4debug 7.02 by ChendoChap
ps4debug 7.55 by Joonie86
ps4debug 9.00 by Karo
ps4debug all firmware (5.0X, 6.72, 7.02, 7.5X, 9.00) by ctn123
ps5debug Coded by ctn123 & SiSTRo

1.0.1.1

28 Nov 08:46
Compare
Choose a tag to compare

Fixed the ArgumentOutOfRangeException issue in the Query window.

1.0.1.0

26 Nov 17:33
Compare
Choose a tag to compare

Improved undo and redo functionality in the Query window.

Originally, it only remembered the current and previous scan results.
Now, it remembers all the scanned results, allowing you to undo or redo to any position.

1.0.0.1

28 Oct 07:29
Compare
Choose a tag to compare

Fixed some issues in the Query window:

  1. Fixed the issue where calculating the Address Max value was incorrect when clicking on a section in the SectionView of the Query window.

  2. Fixed the occasional error that occurred when using the Address Filter CheckBox in the Query window.

1.0.0.0

20 Oct 18:28
Compare
Choose a tag to compare

Added Filter CheckBox in the Min and Max Address fields of the Query window.

Whether selected or not, the search will be limited by the input Minimum and Maximum address range for query targets.
If selected, it will also filter the SectionView content based on the input Minimum and Maximum address range.
query_AddrIsFilterBox

When performing a "SCAN for Hidden Sections" search in the Query window, the Prot of executable sections will automatically be set to 7. #28

0.9.9.14-beta

09 Oct 18:41
Compare
Choose a tag to compare
  • Improved the stop mechanism for locking and refreshing cheats in the Cheat window. #37
    When unchecked LockEnable in the Cheat window, it will immediately stop the Task that locks cheats.
    When unchecked AutoRefresh in the Cheat window, it will immediately stop the Task that refreshes cheats.
    When double-clicking the Refresh button in the Cheat window, it will immediately stop the Task that refreshes cheats.

  • Enhance the refresh performance in the Cheat window. #37

  • Improve file reading and writing efficiency in the Cheat window.

  • Optimize memory usage in the Cheat window.

0.9.9.13-beta

07 Oct 10:33
Compare
Choose a tag to compare

Fixed the issue of encountering errors while editing multiple row values in Cheat window. #40

Now, when closing the main window, a confirmation prompt will ask if you want to close the window. #39

0.9.9.12-beta

07 Oct 06:56
Compare
Choose a tag to compare

Fixed the issue of incorrect addresses for existing rows caused by removing rows from the cheat grid. #35

The issue occurred because, when CheatGridView is in VirtualMode, row tag values need to be correctly handled in CellValueNeeded.