Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help for Cwcheat Pointer Conditional codes
07-19-2017, 04:56 AM
Post: #4
RE: help for Cwcheat Pointer Conditional codes
(07-18-2017 04:42 PM)LunaMoo Wrote:  AFAIK there are no conditional pointer code types in cwcheat format nor anything alike which could be used for that.

As a general rule if you want to do complex cheats(or any at all for more modern/troublesome games), you just have to learn assembly specific to the platform game is compiled for, for example to cheat in pc games you need x86/x86-64, to cheat in psp games you need MIPS. Cheating tools like some more complex cwcheat code types might seem easier to use at first than learning low level programming, but they're much slower, horrible to debug in case of any problems and just very limited by design.

In other words learn programming in mips and write your cheat/mod in assembly using cwcheat only to inject it into game memory or base the condition on something else which doesn't need a pointer.

But is there a way to convert pointers into normal addresses?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: help for Cwcheat Pointer Conditional codes - Garygrump - 07-19-2017 04:56 AM

Forum Jump: