Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xwal/PS4-NetCheatAPI
Netcheat API for PS4 4.05
https://github.com/0xwal/PS4-NetCheatAPI
cheat cheatengine game netcheat ps4 ps4lib
Last synced: 1 day ago
JSON representation
Netcheat API for PS4 4.05
- Host: GitHub
- URL: https://github.com/0xwal/PS4-NetCheatAPI
- Owner: 0xwal
- Created: 2018-02-12T18:35:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T13:21:41.000Z (almost 7 years ago)
- Last Synced: 2024-09-19T19:02:00.735Z (4 months ago)
- Topics: cheat, cheatengine, game, netcheat, ps4, ps4lib
- Language: C#
- Size: 85.9 KB
- Stars: 27
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-PS4-Jailbreak - PS4 NetCheatAPI
README
# netCheatAPI-for-PS4
Netcheat API 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](https://github.com/BISOON/ps4-api-server/releases) use corresponding update of PS4API.BIN
* netCheat app you can download it from here [ncUpdateDir.zip](http://netcheat.gamehacking.org/ncUpdater/).## Note
Netcheat will read 65000 bytes in one request, so in the [API.cs](https://github.com/BISOON/netCheatAPI-for-PS4/blob/master/PS4API-NC/API.cs#L99) I just devided the number of requested bytes by 16384 to make sure the browser will not crash.