CwCheat Support
|
10-07-2015, 08:33 AM
![]() |
|||
|
|||
RE: CwCheat Support
You can only recognize them by trying to find some variable in memory and have it being at different address. It might change after each reload, but might also change between levels/stages and always be same for particular place in game.
How hard it is to deal with it? Well it all depends on experience and knowledge. If a person doesn't know asm it will really depend on his experience and on how deep pointer particular game needs, in most games it's at least like 4-5 levels which means you will have to find pointer to a pointer, pointer to a pointer you just found and soo on. There are better ways to deal with it than finding pointers. As for those better ways ~ after learning assembly it's not a problem at all, you can modify game code instead of variables and it would even work better, but that doesn't come by itself, it's low level programming language and needs dedication and lots of self learning skills. Guides for it look like this so it's not exactly "for dummies" kind of a thing. When you're just starting to learn how to make cheats I would recommend just trying other games, most psp games should not give you such troubles as it's an old handheld and fairy simple in compare to what we have today or even to what we already had back then on PC's. And maybe when you get better, you find yourself some detailed guide about pointers or maybe even learn some basics of mips assembly and gave this game another try. 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. |
|||
« Next Oldest | Next Newest »
|