here the example code pattern include on cmpautotools
original pattern: 13BCC5F60033000000350001
cheat pattern: 13BCC5F60033000000340001
and here the pattern code that i use on my FFXIII MRTC0003
Inf/Max gil On Buy or sell(Hacked By Hyper2k)
Orignal Game Pattern:
7F9D4000409D00087D1D437893A72638
Code Pattern:
48000008409D00087D1D437893A72638
|
Max CP After Battle (Hacked by Hazado, Thanks to Skiller for showing me how and Hyper2k for this awesome tutorial I shamelessly stole from him)
If you want the Max CP (technically, max CP after battle), open the ELF in a hex editor and search for the byte pattern
Orignal Game Pattern:
7F805000900B0C80409D0008914B0C80
Code Pattern:
48000004900B0C80409D0008914B0C80
|
Max HP (99999) (Hacked by Hazado)
Orignal Game Pattern:
7F808800409D00089237000838210410
Code Pattern:
48000008409D00089237000838210410
|
Get Item For Max (Hacked By Hiei-YYH)
Orignal Game Pattern:
409D00083BA000633BE9002C
Code Pattern:
600000003BA000633BE9002C
|
Inf/Max Items usage (Hacked By Hiei-YYH)
BIG NOTE: You can't sell all your accessories or weapons... if you want, delete the game from xmb and start from the disc, then after that just install the pkg again.
Orignal Game Pattern:
41DE00747F80E0407CBC005038000000409D0018
Code Pattern:
600000006000000038A000633800000060000000
|
Inf/Max CP Use Then Exit Crystarum (Hacked By Hyper2k)
Note when in the Crystarum it will go down but just leave and it goes back to max
Orignal Game Pattern:
800A0C807C1A0050900A0C80812B0008
Code Pattern:
3C00000F6000423F900A0C80812B0008
Address
NTSC U/C Version 00592190 800A0C80
|
Jump to max Attack (Max Attack Triger) (Hacked By Skiller)
(Note this works for Enmeys to)
Orignal Game Pattern:
7F9F0000419D00C43C0000016000869F <--- Pattern
Code Pattern: (Make Sure to fill in the ? with your numbers ..)
7F9F0000419D00C43C00????6000????
Example
7F9F0000419D00C43C00000060000064
This would set any attacks that are over 100 to Hit for the Max amount so 99999
Addresses
000779E8: 3C000001 lis r0,1
000779EC: 6000869F ori r0,r0,34463
|
K this is the one u will like .. this is the second half of the above the actual Amount that it sets as max
Max Attack Hit Damage (Hacked By Skiller)
Orignal Game Pattern:
409EFF303FE0000163FF869F
Code Pattern: (Make Sure to fill in the ? with your numbers ..)
409EFF303FE0????63FF????
Example ..
409EFF303FE0000063FF0001
this will set any attack that are 99999 to 01 . :P
or u can do the revers and up it to what ever u want .. :P but if u up it past 99999
then u need to up the attack always is max hit code to the same value u put here ..
With this u can actualy make it so that the ENmeys that hit u for alot say 99999
Offsets
00077ACC: 3FE00001 lis r31,1
00077AD0: 63FF869F ori r31,r31,34463
|
thats the few original pattern and code pattern