ok ok ok, first you have to learn how to make a master code.
this is how cmgsccc makes there Master Codes
--------------------------------------------
Method 3 "Entrypoint / Memcpy +3":
--------------------------------------------
This method is not compatible with PAL2NTSC and Y-Fix codes!
Search for "entrypoint", which is mostly 00100008 or 00200008.
Search for "jal memcpy" inside the "scepadread" routine. Add +3 to that address.
ENTRYPOINT:
lui v0, 0x0027 # 00100008:3c020027 v0=s_pInput
...
jal 0x0011e620 # 0011fc58:0c047988 ^ memcpy
-> Master Code
F0100008 0011FC5B






Reply With Quote


