Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to find unlock items
09-02-2024, 08:12 PM
Post: #1
How to find unlock items
What is the method used to find items that are unlocked using cwcheat?
Find all posts by this user
Quote this message in a reply
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
09-04-2024, 05:43 AM
Post: #3
RE: How to find unlock items
What search methods should I use because I know there are several ways to search for unlocked item using cwcheat because I don't know how to use the cheat engine because I don't understand programming?
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: