CodeTwink Cheats Site 5/23/2012 (7-zip file) – The entire CodeTwink.com cheats section as of May 23, 2012. Just the html files and nothing else. Will give you cheats for PlayStation 1, PlayStation 2, Nintendo DS, Nintendo 64, Sega Dreamcast, Sega Saturn, Game Boy Advance, and Game Boy/GBC. The PS1 codes are for Action Replay and Game Shark, PS2 is for CodeBreaker, I have no clue about the rest but likely Action Replay or Game Shark (of CodeBreaker if it was made for non-PS2 systems) as those were the two well-known devides for those old systems. This file is the one created by root670 (zip, 7-zip), which was a mirror he made of cheats.codetwink.com with Offline Explorer. There are over 19,000 html files (each named default.htm), each in its own folder. I deleted all of the extraneous/garbage files, leaving just all html files and one css file. I’m sure this could be fixed up better, but it works, and that’s the point. Wes Castro put up a live backup of the site that is worth checking out if you want to find a code now, and don’t want to download the whole site. Of course, the original site is still live at CodeTwink.com. This is just a backup in case that site is down, or closes at some point.
Official Codebreaker Code Files: CBC v7 Format [GoodCBC r3] (with upgrade.bin) – The entire 1,113 file set of official Codebreaker CBC files decrypted into unencrypted raw hexidecimal format. This should cover all games that aren’t already listed on the Codebreaker disc – excluding any games from circa 2008/2009-present for which no official codes were ever created (e.g. Ghostbusters). The file set was originally archived and converted by Bfoos at GameHacking.org.
CBCMaker v1.01 (with upgrade.bin) – Used to write/create Codebreaker .cbc/Day1 files. These contain a list of codes for a game, which can be transferred to your CodeBreaker if you have a USB pen drive. This program writes .cbc files, but it CAN NOT READ OR EDIT them. Use CB2Util to “read” .cbc files.
NOTE #1: The .cbc files this program creates do not contain the digital signature that is required in order for CodeBreaker v8+ to read/see them. These .cbc files can be natively used in Codebreaker v7, but in order to use them in v8.0, v8.1, v8.2, v9.0, v9.1, and v9.3 (does NOT work on v9.2, v10.0, v10.1), you need a special update.bin file that removes the signature check (that file and the program are both available on that page – along with a tutorial on how to use the program).
NOTE #2: The Upgrade.bin file must stay on your USB drive and be in your PS2 when the CodeBreaker loads everytime you want to add unsigned Day1 files, otherwise the CodeBreaker won’t see the unsigned Day1 files.
NOTE #3: From my experience, when writing a description of a code, 54 characters is the maximum amount that will fit onto a TV screen. Anything longer will trail off the edge of the TV screen. You experience may vary if you have a larger TV.
CB2Util v1.7 with batch convert script – homepage – Extract (and optionally decrypt to unencrypted hexidecimal format) and compile all cheats from/to CodeBreaker code files (.cbc), encrypt or decrypt PCB files, convert PCB files into ELF files, and check digital signature on CBC and PCB files. The program supports unsigned (V7) and signed (V8) Day1 code saves (.CBC), PCB files (upgrades/homebrew/etc), and more formats in the future.
NOTE: This is a command-line program, and thus does not have a graphical user interface. Once you’re in the command prompt and have navigated to the directory containing the program, you can then pass commands to it. Here are a few common examples:
• Extract the contents of a v7 code file to a text file (for v8, remove the “-7” part):
cb2util.exe cbc -7 gta3.cbc > gta3.txt
• Extract and decrypt (to unencrypted hexidecimal format) the contents of a code file to a text file:
cb2util.exe cbc -d -7 gtavcs.cbc > gtavcs.txt
• Compile the codes in a text file to a v7 code file (for v8, remove the “-7” part):
cb2util.exe cbc -c -7 gta3.txt gta3.cbc
NOTE: I have created a .reg file that will allow you to do batch conversions from CBC to TXT from the Windows Explorer right-click menu. You can download it with the program file above. A readme file and an uninstall file are included.
• Old Versions: v1.0 with batch convert script – this version can’t write CBC files; also, it uses different command parameters:
• Extract the contents of a code save file to a text file:
cb2util.exe gta3.cbc > gta3.txt
• Extract and decrypt (to unencrypted hexidecimal format) the contents of a code save file to a text file:
cb2util.exe -d gtavcs.cbc > gtavcs.txt