Go Back  
Reply
 
Thread Tools
Old 12-25-2012   #731
Fgroia
Member
 
Join Date: May 2007
Posts: 85
Likes: 9
Liked 4 Times in 2 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
can you explain that method better?
Originally Posted by devilmadz23 View Post
ive got to work FFXIII i used CMPautotools then decrypt eboot.bin then drag and drop eboot.elf to CMPadding_code.bat and i search the code pattern for FFXIII and its working on rogero 4.30
Fgroia is offline   Reply With Quote
Old 12-25-2012   #732
bungholio
Member
 
Join Date: Jul 2011
Posts: 251
Likes: 0
Liked 46 Times in 40 Posts
Mentioned: 41 Post(s)
Tagged: 0 Thread(s)
Originally Posted by gingerbread View Post
Well, how to know that they are ASM type? There could be a tag/status or indicator. Maybe in future updates.
It's not something I'd really know how to explain. If you make ASM type codes, you can just sort of look at the values and know it's ASM. I know which ones aren't though that anybody could spot.

1. If it starts with anything other than 00000000, 00001000, or 00002000 then it won't work in a package.
2. If the address is higher than 02000000 then it won't work in a package, and a lot of them are higher than 30000000.
3. Most of the time if the value of the code really is just a value, odds are it won't work either unless it's one of the rarer ASM codes where you can just supply the value in the command without any other changes to get a code effect. I'd say it's very slim though.

If the code came from the CMP forums it is always an eboot code that would work in a package. Some of the codeunique codes could be useful to help you find eboot versions of codes though. The pointer kinds that start with 00003000 can tell you the offset of a code, others can tell you what kind of value you are looking for to narrow things down a little too.

Last edited by bungholio; 12-25-2012 at 07:22 AM.
bungholio is offline   Reply With Quote
Old 12-25-2012   #733
devilmadz23
Apprentice
 
Join Date: Apr 2009
Posts: 23
Likes: 4
Liked 4 Times in 3 Posts
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Originally Posted by Fgroia View Post
can you explain that method better?
1.download CMPAUTOTOOLS6.3 and extract it
2.decrypt your game eboot.bin after you decrypt you have a eboot.elf
3.now drag eboot.elf and drop it on CMPCode_Adding.bat
4.after you drop your eboot.elf there a cmd window popup just paste there the original code pattern then press enter after that copy and paste then cheat code pattern after you put all cheat code pattern you can close the cmd window then repack your eboot.elf to eboot.bin and your done you can put your mod eboot.bin back to your ps3

you can search on CMP for the game code pattern or try to convert the usercheat code to code pattern
devilmadz23 is offline   Reply With Quote
Likes: (1)
Old 12-25-2012   #734
Fgroia
Member
 
Join Date: May 2007
Posts: 85
Likes: 9
Liked 4 Times in 2 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
what is the original code pattern?


Originally Posted by devilmadz23 View Post
1.download CMPAUTOTOOLS6.3 and extract it
2.decrypt your game eboot.bin after you decrypt you have a eboot.elf
3.now drag eboot.elf and drop it on CMPCode_Adding.bat
4.after you drop your eboot.elf there a cmd window popup just paste there the original code pattern then press enter after that copy and paste then cheat code pattern after you put all cheat code pattern you can close the cmd window then repack your eboot.elf to eboot.bin and your done you can put your mod eboot.bin back to your ps3

you can search on CMP for the game code pattern or try to convert the usercheat code to code pattern
Fgroia is offline   Reply With Quote
Old 12-25-2012   #735
devilmadz23
Apprentice
 
Join Date: Apr 2009
Posts: 23
Likes: 4
Liked 4 Times in 3 Posts
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
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
devilmadz23 is offline   Reply With Quote
Old 12-25-2012   #736
Fgroia
Member
 
Join Date: May 2007
Posts: 85
Likes: 9
Liked 4 Times in 2 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
its possible for you to share only the eboot?
Fgroia is offline   Reply With Quote
Old 12-25-2012   #737
devilmadz23
Apprentice
 
Join Date: Apr 2009
Posts: 23
Likes: 4
Liked 4 Times in 3 Posts
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
eboot of what?
devilmadz23 is offline   Reply With Quote
Old 12-25-2012   #738
Fgroia
Member
 
Join Date: May 2007
Posts: 85
Likes: 9
Liked 4 Times in 2 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
of the games you managed to add the cheats
Fgroia is offline   Reply With Quote
Old 12-25-2012   #739
Pain_0824
Apprentice
 
Pain_0824's Avatar
 
Join Date: Dec 2012
Posts: 11
Likes: 13
Liked 5 Times in 4 Posts
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Sorry, Im a complete noob to this... Does the PS3CheatsEditor have to be installed on my PS3, or can I edit all my game saves from the program Installed on my computer and move files via flashdrive? Also, how do I obtain the ELF file from my game save file? The Only Files I See in my folder are Param.SFO, Param.PDF and APP.DAT
If anybody can explain how to use this properly I would greatly appreciate it. =)
__________________
Kill a man, one is a murderer ; Kill a million, a conqueror ; Kill them all, a God.
Pain_0824 is offline   Reply With Quote
Old 12-25-2012   #740
devilmadz23
Apprentice
 
Join Date: Apr 2009
Posts: 23
Likes: 4
Liked 4 Times in 3 Posts
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
here http://www.mediafire.com/?uj66cjh9xu4qxch its FFXIII MRTC0003 INF CP,ITEM,GIL and high drops of rare items
devilmadz23 is offline   Reply With Quote
Likes: (1)
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 04:39 PM.