|
|
#1 |
|
Senior Member
![]() Join Date: Mar 2012
Posts: 1,406
Likes: 284
Liked 812 Times in 418 Posts
Mentioned: 302 Post(s)
Tagged: 0 Thread(s)
|
Cheats DB for Bruteforce Save Data // Supports Game Genie Codetypes + Custom Types
![]() Hello, This thread is to facilitate the reporting of cheats and update to the cheats database for Aldo's Bruteforce Save Data (BSD). Please provide the exact correct corresponding EU Game ID & Title for the US Games. If you have made custom GG codes or BSD codes, please send the files to me (zipped). Our goal is to support users/games from all region in one application. Standardisation ![]() When you report a cheat please make sure they are in [CODE] tags. 1. Please do not copy/paste from sources without formatting. 2. Please make sure the codes follow the format. See FAQ. 3. Please make sure that the code titles are properly formated. 4. Please give proper credits where the codes originated from or who has authored them. Example: Code:
; Sonic The Hedgehog ; BLUS30008 ;From Game Genie For PS3 :SYS-DATA [Max Rings] 20000084 3B9AC9FF For Reporting ![]() 1. Post a reply at this thread. 2. You can also use the Contact page from PS3Cheating.net 3. You can also report new cheats or checksum information, by posting comments at the relevant game title accordingly at PS3Cheating.net. Todo List ![]() 1. Add codes from Game Genie US/EU (On Going...) 2. Add codes Cyber Gadget Save Editor (JP)(for PS3) (On Going...) 3. Add/Port codes to AS region (On Going...) 4. Add custom user codes and codes for copy-protected saves (On Going...) Latest Cheat Database ![]() NEW! Direct Download link : Code:
http://www.ps3cheating.net/zip_folders.php?directtozip=bsd-cheats Code:
http://www.ps3cheating.net/bsd-cheats/CheatsDB_BSD_Version.txt Mini Guides & FAQ (Please read before posting!) For the most updated FAQ, please visit the site. ![]() SEE Flowchart for PS3 Bruteforce Save Data!
![]() What is the code format?
Code:
;Game Title/Name ;Game ID ;Author/Source ;The Path command is optional, and it only needs the folder name (without any file name). ;The program uses it to NOT allow the cheats if a different folder name is used. ;For instance, if the cheat only works in the profile folder. ;A more flexible alternative to Path command is using: ;:BLES00049GAME002\EM_GAME.DAT ;If only the file name is used, the folder is not validated. Example: ;:EM_GAME.DAT ;If the file name is not provided, the program will use the first file found in the folder (excluding PARAM.PFD, PARAM.SFO, ICON0.PNG, EBOOT.BIN, EBOOT.ELF). ;I recommend to always specify at least the file name. ;Game Genie Code :PLAY.DAT ;Needed Save Data Name. Only Need to declare once. [Max SP] 2000006C 0001869F ;BSD patch format, require the 0x at the begining of the line and the parameters are variable size. :SYS-DATA ;Needed Save Data Name. Only Need to declare once. [Unlock All Difficulties] 0x00000028 60 Human readable script implemented in BSD.
Code:
:GAMEDATA [TEST1] search "difficulty" ;Searches for the word "difficulty" as text. write next 0: "Difficulty" ;Overwrites with the text at 0 bytes after the found offset in this case "next 0" is at the found offset. "next (10)" or "next A" would write 10 bytes after the found offset. [TEST2] ; (67) = 0x43 ;Addresses enclosed in parenthesis are treated as decimal. write at (67): 446966666963756C7479 ;The following 3 lines are equivalent: ;write at (67): 446966666963756C7479 ;write at 43: "Difficulty" ;write at 0x43: "Difficulty" [TEST3] search 646966666963756C7479:1 ;":1" means repeat search 1 time (default). ":3" at the end would set the pointer to the 3rd occurrence of the searched text write next 0: 446966666963756C7479 [TEST4] set pointer: 43 ;Sets the file pointer to a specific address. write next 0: 446966666963756C7479 ;Overwrites 0 bytes after the file pointer address. [TEST5] write at 43: "Difficulty" ;3 different ways to indicate the same. [TEST6] write at 0x43: 446966666963756C7479 How to use PS3 Bruteforce Save Data?
For Resigning PS3 Save Data Step 1 Edit the global.conf and enter your console_id. (Ctrl+H) Step 2 Click "Set PARAM.SFO as Template" and Select "Configure Profiles" and Pick a Profile from 1 - 5 Step 3 A Dialog Box will appear, Select "PARAM.SFO" from your save. Step 4 Give a Name For your Profile. Step 5 Click Rebuild Button or (Right-Click Rebuild with current profile (Partial/Full)" For Backup/Restore PS3 Save Data Step 1 Select "Setting", "Set Backup Folder" Step 2 Select your desired location. Step 3 To Backup, simply select "Backup Save Data Ctrl+S" Step 4 To Restore, simply select "Restore Save Data" and from the list of Back ups. For Decrypting/Encrypting PS3 Save Data - For Cheats (Only if the Keys are listed) The buttons are placed in that order, hence it is easy to select: Update Account ID -> Patch SFO -> Decrypt PFD -> Update PFD -> Encrypt PFD -> Verify PFD Step 1 Do Steps 1 - 4 from "For Resigning PS3 Save Data". Step 2 Perform a Backup. Follow For Backup/Restore PS3 Save Data Step 3 Decrypt PFD Step 4 Double Click the Save Data in the bottom left window. Not PARAM.SFO. It will launch HEX Editor. After editing and saving, return back to the application. Step 5 Encrypt PFD Step 6 Verify PFD Info - If cheat or mod is not working, restore and try again. Bruteforce Save Data (If the keys are not listed) Step 1 Right-Click on the save and select "Bruteforce F6". Step 2 Select the EBOOT.ELF Step 3 Once you have the secure_file_id key for your game, you can perform the steps from "Decrypting/Encrypting PS3 Save Data" Info - Use the scetool commands above to extract the ELF Apply Cheats Step 1 After you have decrypted your save, Cheats button will be available. Step 2 Click Cheats Button. Step 3 Click Download (If available) or make your own cheats. Step 4 Once you have apply cheats, your can Encrypt PFD. Tutorial in Japanese by Bokosukagames Code:
http://blog.livedoor.jp/bokosukagames/archives/26109305.html What is the Game Genie code-types are supported by BSD?
Currently the following code-types are not supported, until further information are known about them. Code:
Codes that start with 3, 6, 9 (Partial), A are not supported. The cheat does not work?
There are number of reasons why the cheats won't work. 1. The code-type is not supported yet. 2. Code has typo error. The main reason why it may not work is due to multi-level encryption on the save. Multi-level Encryption includes: Code:
Compression Extra Encryption Checksums Obscuring Outside/External Encryption (Not even encrypted using Sony's Key) Example of games that has multi-level encryption: Code:
Final Fantasy 13 and 13-2 Final Fantasy 13-2 Crysis 3 Skyrim If Some Codetypes are not supported by BSD, why are they still being added to the BSD?
Short Answer Future Proof. Long Answer Even if some codetypes are not supported by BSD, our goal is to consolidate as much cheats as possible. If more information/knowledge on codetypes and save decryption are gained, we can easily use those patches or update them. We don't have to hunt for cheats from past titles all over again. Method 1 - How do I find my own cheats? (Using Hex Editor)
For folk who are unsure on how to mod or cheat your PS3 Saves, please watch these videos. They are for Game Genie for PS3. But the concepts are the same. After watching these video, if you are wondering how you can apply this knowledge to BruteforceSaveData, follow these steps. 1. After you have "Decrypt PFD" 2. Double Click the Save Data in the bottom left window. Not PARAM.SFO. It will launch HEX Editor. 3. Now launch Windows Calculator. Set it to "Programmer", "Digit grouping" and "Basic" Now you need to know what you want to change in your game. Example in game : Upgrade Points - 12 But you want to change it to 99. In Windows Calculator make sure the radio button is in "Dec", now key in 12. Change the radio button to "Hex". You will get "C" or in other words "0C". In the HEX editor search for "0C". You will most likely get many search results or just one. It depends. Look at the value before and after the region of the search results. If you are sure that it could be the value. You can change it to 99. But you can't just type 99. It has to be in HEX. Which is "63". 4. After editing and saving, return back to BSD. 5. Encrypt PFD 6. Verify PFD 7. Transfer save. If can't be done via XMB use FTP or MM 8. If cheat or mod is not working, game crashing/not loading. 9. Restore save and try again. You won't always get the first time right. Don't Give Up!! Hope this instruction help for folks who are new to save modifications. Method 2 - How do I find my own cheats? (BSD's Patch Creator)
![]() Scenario 1 If the value is at single static offset/address? Solution Code:
[Cheat 1] ; (67) = 0x43 ;Addresses enclosed in parenthesis are treated as decimal. write at (67): 446966666963756C7479 ;The following 3 lines are equivalent: ;write at (67): 446966666963756C7479 ;write at 43: "Difficulty" ;write at 0x43: "Difficulty" If the value is at multiple static offset? Solution Code:
[Cheat 2] write at 0x43: 12345 write at 0x55: 56789 If the value is not at a static offset/address? What if the position is always changing at every saving? Solution A Code:
; the search sets the file pointer to the offset search "a text value that is near the bytes that will be changed" write next 3:"TEXT" Code:
; the 2 bytes CA CA will be searched starting from offset 0: search 0xCACA write next 0x100:0xCAFE ; the 2 bytes: CA FE are written 256 bytes after the 1st occurrence of CACA ; 0x100 = (256). If the bytes CA CA are not found, the write is not performed. What if you need to change at multiple location of a value is not at a static offset/address? What if the position is always changing at every saving? Solution A Code:
; the 4 bytes BE B0 CA FE will be searched 3 times starting from offset 0: search 0xBEB0CAFE:3 write next (-512):0xDEADC0DE ; the 4 bytes: DE AD C0 DE are overwritten 512 bytes before the 3rd occurrence of BEB0CAFE ; If the bytes CA CA are not found, the write is not performed. When to use Set Pointer? Solution A Code:
; find 3rd occurrence of BEB0CAFE search 0xBEB0CAFE:3 set pointer:-0x200 write next 0:0xDEADC0DE Code:
;overwrite the last 4 bytes of the file set pointer:lastbyte-0x4 write next 0:0xDEADC0DE When to use Copy Operation? It is a command that reads the bytes from an static address and writes it in another place. Solution Code:
;Copy 16 bytes from offset 0x1000 to offset 0x2000 copy 0x1000:0x2000:16 copy 0x1000:0x2000:0x10 What are the Advantages/Disadvantages when comparing Bruteforce Save Data with Game Genie?
Advantages 1. 100% open solution. 2. You can add your own Game Titles. 3. You can add your own Cheats. 4. Developer @aldostools is on steroid! Pushes updates/fixes and new features quickly. 5. Support its own code format. (Easy for users to learn/cheat) 6. Supports Game Genie codetypes. 7. A full fledge Save Game Manager with FTP system that you can DL/UL from PS3. (No USB thumb drive needed) 8. You can point to a cloud service like Dropbox for Backup. 9. Supports All Region. 10. 100% offline support. 11. Free. (You can always make a donation to Aldo.) Disadvantage 1. Since there are no paid staff, everything is release without checking. (Usually how open hack community is.) 2. Requires medium to high technical knowledge. (Usually open hack community is all about learning & discovering.) 3. Does not support multi-level encrypted saves. (Can be supported if more information is gained.) 4. Does not support all Game Genie codetypes. (Can be supported if more information is gained.) 5. Codes comes from various sources. Not all might work. (This is the internet. With constant reporting & feedback DB will be corrected.) Go to Botom for Game Genie's side. Bruteforce Save Data by Aldo (Current Version 3.8.4) ![]() ON GOING! A very special thanks to @aldostools for developing Bruteforce Save Data. For discussion, ideas and reporting bugs for Bruteforce Save Data, please visit the thread below. Code:
http://www.ps3hax.net/showthread.php?t=47764 Code:
http://www.aldostools.org/ps3tools.html http://ps3tools.aldostools.org/BruteforceSaveData.rar Secure File ID Dumper Tool Set by flatz ![]() A very special thanks to @flatz for developing the tools. All instruction are in the zip file. Download 3.55 version of the Tool Set Here: Code:
https://mega.co.nz/#!LM0EzLTT!Y9_nd1OvKKXZV2gi17xIcRVPzRII5fFn5BKnsc7T8tQ Code:
https://mega.co.nz/#!nUUEiCLa!EoF7nSdg8_EeEr3V35fCzXPKJOxKQ5dBOU-i2P96V1s Additional Information ![]() Disclaimer : I have not tested or yet to test any of these new or existing cheats nor authored them (Unless stated). But they are from reliable sources like CMP and GG. If they don't work, please report back. Please do not request game cheats/codes in this thread. But feel free to report any new or updates of game cheats/codes from various sources. Thank you. Code:
http://forum.thegamegenie.com/viewforum.php?f=16&sid=668a7371a6e0bc81afc201ef647fe972 http://forum.thegamegenie.com/viewforum.php?f=6&sid=668a7371a6e0bc81afc201ef647fe972 http://www.codemasters-project.net/vb/forumdisplay.php?158-GameGenie-Save-Editor-Forum http://savedata.jp/ps3save/ http://www55.atwiki.jp/sewiki/ Special Thanks : @SkillerCMP @flatz Commercial Solution (Dummy Proof for non-technical users.) Game Genie™: Save Editor for PS3
![]() Game Genie does a lot of background work on server. If you are a type of user who does not want to be technical and you just want to play you game, please use Game Genie. ![]() Code:
http://thegamegenie.com/ps3/ http://www.gamegenie.eu/ http://forum.thegamegenie.com/viewforum.php?f=8 ![]() Code:
http://home.cybergadget.co.jp/products/4544859043000.html 1. Has support team. 2. Codes are 100% working 3. Supports all types of save encryption/compression. 4. Has a list of 160+ Game Titles. (1 Region only) Major Disadvantage 1. Does not/do not want to support copy-protected cheats. 2. Asks for $$ to support another region. 3. Does not let users add their own games. 4. Needs Online Connection at all Times. 5. You can't DL their database offline, which means you don't technically own the product at all. Like Diablo 3. 6. If server is down, you can't apply the cheats. 7. Updates once per week. 8. Not an open product. 9. Don't know how long Game Genie will last. ![]() ![]() ![]() ![]() Last edited by gingerbread; 4 Weeks Ago at 02:55 AM. |
|
|
|
|
Likes: (13) |
|
|
#2 |
|
Member
![]() Join Date: May 2012
Location: Amsterdam
Posts: 31
Likes: 34
Liked 2 Times in 2 Posts
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
|
White Knigth Chronicles II, eu/international BCES01085
LOTS OF EXP [avatar only] 80010004 0ED5C9C8 28000014 02FFFFFF MAX Dahlia 20004E58 3B9AC9FF Guild lvl 18 [finish one quest to reach it] 80010004 0E180003 280002FE 00C65D3F 0800030A 0000001D Last edited by TannerXD; 02-21-2013 at 04:31 AM. Reason: tested and confirmed the code |
|
|
|
|
|
#3 |
|
Senior Member
![]() Join Date: Mar 2012
Posts: 1,406
Likes: 284
Liked 812 Times in 418 Posts
Mentioned: 302 Post(s)
Tagged: 0 Thread(s)
|
Please present it in the proper code format in code tags. Make sure that the cheat titles are properly formated. No Copy/Paste. Thanks you.
Last edited by gingerbread; 02-21-2013 at 04:55 AM. |
|
|
|
|
|
#4 |
|
Member
![]() Join Date: Oct 2010
Posts: 469
Likes: 91
Liked 145 Times in 104 Posts
Mentioned: 94 Post(s)
Tagged: 0 Thread(s)
|
nevermind. i am stupid
Last edited by haxxxen; 02-21-2013 at 08:29 AM. |
|
|
|
|
|
#5 |
|
Member
![]() Join Date: May 2012
Location: Amsterdam
Posts: 31
Likes: 34
Liked 2 Times in 2 Posts
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
|
@gingerbread
i have noticed that the game freezes at ramdom times in in-game menus. Is this any related to the codes ?
|
|
|
|
|
|
#7 |
|
Member
![]() Join Date: Oct 2010
Posts: 469
Likes: 91
Liked 145 Times in 104 Posts
Mentioned: 94 Post(s)
Tagged: 0 Thread(s)
|
thanks
@gingerbread
. it is working now
![]() edit sorry, my mistake. it works now. i have to select the folder and not the single file to patch Last edited by haxxxen; 02-21-2013 at 07:32 AM. |
|
|
|
|
|
#8 | |
|
Senior Member
![]() Join Date: Mar 2012
Posts: 1,406
Likes: 284
Liked 812 Times in 418 Posts
Mentioned: 302 Post(s)
Tagged: 0 Thread(s)
|
![]() I feel like a repo man. LOL! haha!
|
|
|
|
|
|
Likes: (2) |
|
|
#9 |
|
Member
![]() Join Date: Oct 2010
Posts: 469
Likes: 91
Liked 145 Times in 104 Posts
Mentioned: 94 Post(s)
Tagged: 0 Thread(s)
|
nevermind. this will only work for a new save profile.
Last edited by haxxxen; 02-21-2013 at 08:31 AM. |
|
|
|
|
|
#10 |
|
Senior Member
![]() Join Date: Mar 2012
Posts: 1,406
Likes: 284
Liked 812 Times in 418 Posts
Mentioned: 302 Post(s)
Tagged: 0 Thread(s)
|
Bruteforce Save Data by Aldo (Current Version 3.2.0)
@aldostools
has pushed some major updates.
Changes - PS3 LOGO Menu has FTP features. - PS3 LOGO has link to Cheat's Repo (Now Show Version History at front Page) - Major Bug FIXs. - Installer Comes with entire cheats DB - When download cheats from dialog box, it prompts for user if they want to overwrite. If yes, creates a backup file. Download Link Code:
http://ps3tools.aldostools.org/BruteforceSaveData.rar |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|