Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.03 KB

PS4-Cheater

PS4 Cheater is a C# based Cheating Program for the PS4 System. It's similar to Cheat Engine, in the sense that it is used to Create Cheats for PS4 Games. The PS4 Cheater uses the libdebug library, and the ps4debug ps4 payload.

What can it do?

For in-game values such as for example: Ammo, Health, Stamina, Money, etc. it can do stuff such as:

  • Find the Offset's of and/or Pointer's for in-game values.
  • Modify the value's for said in-game values in realtime.
  • Create cheat tables (similar to cheat engine)

Changelog

Patches made on (2024-04-05)

  • Reorganized, improvements
  • Improvements, Code cleanup/formatting
  • Initial Upload of Base Files (from ctn123's repo)
  • Initial Upload of Base files (from ctn123 repo)
  • Create Program.cs
  • Update README.md
  • Initial commit

Credits

  • ctn123 - For the Base PS4 Cheater files
  • jogolden - For creating PS4Debug