Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to find unlock items
09-03-2024, 08:21 AM
Post: #2
RE: How to find unlock items
As with every cheat, you need to understand how game works as it's never exactly same and then do whatever you want to make it work differently or patch the table it writes/reads from, but since games in modern times are allocating memory dynamically and that counts for like half of PSP library, just patching tables might corrupt game memory and cause anything from crashes to permanent save data corruption.

Most games from same studio or based on same engine will share similarities, but proper cheating is really all about learning and low level programming. You typically start by searching some variable value you can affect in game, then check what game functions are using it and you read the compiled game code in assembly.

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How to find unlock items - jjoao - 09-02-2024, 08:12 PM
RE: How to find unlock items - LunaMoo - 09-03-2024 08:21 AM
RE: How to find unlock items - jjoao - 09-04-2024, 05:43 AM

Forum Jump: