Releases: avan06/PS4CheaterNeo
1.0.1.4
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.
1.0.1.3
Added two new options and related prompt message adjustments.
- 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.0.1.2
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
orps5debug
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
1.0.1.0
1.0.0.1
Fixed some issues in the Query window:
-
Fixed the issue where calculating the Address Max value was incorrect when clicking on a section in the SectionView of the Query window.
-
Fixed the occasional error that occurred when using the Address Filter CheckBox in the Query window.
1.0.0.0
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.
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
-
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
0.9.9.12-beta
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.