Jump to content

omegapirate

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by omegapirate

  1. I'm trying to make a cheat plugin for NTR and so far have found enough data to make most of the codes work. However, I can't find for the life of me how to make a code STORE values from a pointer or add to the stored value. Anyone have any ideas? More specifically I'm talking about codes like this,

    Class modifier

    D9000000 03CF0AF8

    D4000000 0000XXXX

    B3CF1100 00000000

    D6000000 00000068

    D2000000 00000000

    How would the D9 and D4 translate into the coding?

    Well to convert a "gateway/arcode" to "ntr" code you need to understand what the GW/AR code does.

    You can get an idea with the references at http://www.maxconsole.com/maxcon_forums/threads/293144-Gateway-ARCode-Cheat-Sheet

    Once you understand what the code does, it's time to code some lines to simulate the behaviour the gw/ar code does.

    It's going to be tough if you don't know how to code in C but if you know, it's going to be a lot easier.

    You can also find more info about it in this thread I made in gbatemp: https://gbatemp.net/threads/how-to-find-pointers-on-ntr-debugger-memory-dumps-ntr-cfw.415995/

    Hope that helps

×
×
  • Create New...