Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
PS4 CFW and Hacks       Thread starter PSXHAX       Start date Feb 12, 2018 at 8:36 PM       152      
Status
Not open for further replies.
Following his recent PS4API Server project, today PlayStation 4 developer @BISOON made available a NetCheat API for PS4 4.05 Firmware similar to the popular NetCheat PS3 tool for game cheats. :D

Download: netCheatAPI-for-PS4-master.zip / GIT

To quote from BISOON on NGU: Hello again guys

Might most of you have used netCheat for PS3* to search for offsets or anything else, this tool is extremely useful most of the time doing game cheats.

Fortunately, Dnawrkshp made it with the possibility for API extension which loads API/Plugin during runtime this feature will be handy when we want to use the tool with various platforms, so I used this PS4Lib.dll to make netcheat API for PS4, probably will be useful :)

Installation:

Drop all dlls from here bin/release to [your netCheat folder]/APIs/

I tested on netCheat 4.53, the app open source you can find it on Dnawrkshp's GitHub page, comment below if you encounter any problem...

Credits:
  • Dnawrkshp
And from the README.md: netCheatAPI-for-PS4

Installation

Drop all dlls from here bin/release to [your netCheat folder]/APIs/ You need PS4API server payload to use this, you can download it from here PS4API.bin

Note

Netcheat will read 65000 bytes in one request, so in the API.cs I just devided the number of requested bytes by 16384 to make sure the browser will not crash.

Cheers to @HydrogenNGU for the heads-up on this news via Twitter earlier today! :beer:
NetCheat API for PS4 4.05 Firmware by BISOON for Game Cheats.png

NetCheat API for PS4 4.05 Firmware by BISOON for Game Cheats 2.png
 

Comments

How can i scan this far into memory?
I mean 0x50030671D0 is very big adress.
When i search with netcheat i can only scan upto ffffffff
When i try to scan in such big range (e.g. 5xxxxxxx - 8xxxxxxx) I get results on 4xxxxx adress. When i try to scan at range above ffffffff i also get results from 4xxxxx.
What is my mistake?
 
Ok so we run memview then go at that address and change the value right ?
not need memview ,use netcheat and input codes to "code tab"

example FF15 money
0 50030671D0 3B9AC9FF

push and select "constant write" or "write" after input codes.
or you can add codes and save to netcheat.

bf8d5081gy1foqjbxtirpg20ci071x6s.gif

YAKUZA ISHIN money:0x2003E6BC8 3B9AC9FF
 
yes ,best way is need" range find" or "mem map" feature on tool , another way is search full ram and no have any crash problem is good.

ps4api + netcheat now big problem is can't search 64bit address +value.
 
Anything on yakuza 0? , i searched the mem map until 0x200580000 i found nothing. I have this adress left start: 0x200590000 length: 0x16C10000 , its very large.
 
@ioritree if you cannot use memviewer how can you find the cheats? what are the parameters that you put into netcheat? You use also jkpatch or only netcheat + ps4api? I'm a bit confuse you how can I search these codes? Thanx buddy

and is Bisoon workin to fix these problems??
 
Well, as I see it, to find some value, we need to search in the memory ranges at the end of the memory map, after "name: SceGnmDumpArea start: 0xFE0300000 length: 0x80000 prot: 3".

In the case of FFXV it was easy. The game values were in a process with a length of approx. 3 million. In other words, it was possible to peek the entire process at once to conveniently search for values using some hexadecimal editor such as "HxD".

However, not all games have processes with such a convenient length. I am currently looking for values for Tales of Zestiria and, the process in question that I am reviewing is 83,000,000........ 83 million!!

Considering that the maximum length I can search for is 5 million without the application collapsing and that each peek takes about 15 minutes... finding some value will take a while.
 
Status
Not open for further replies.
Back
Top