Simple console application that converts decrypted Codebreaker (aka GameShark SP aka Xploder) type 3, 4, 5, 8 codes. Note that type 4 consists of 2 parts and type 5 consists of 2 or more parts. If code starts with 0 it is treated as type 8 (copy 2 bytes). Don't convert actual Master codes, they aren't needed.
Spaces and '+' in code input are ignored so 32001234 0001, 32001234+0001, 320012340001 or even 32++0 0 1234+00 01++ are all valid inputs, as long as it has 12 required hex digits. Multiple codes in one input also work, just put them one after another on the same line.
For cheat names spaces are replaced with _. Cheat output is written to converted.txt.
I haven't tested it much but seems to work fine.
Spaces and '+' in code input are ignored so 32001234 0001, 32001234+0001, 320012340001 or even 32++0 0 1234+00 01++ are all valid inputs, as long as it has 12 required hex digits. Multiple codes in one input also work, just put them one after another on the same line.
For cheat names spaces are replaced with _. Cheat output is written to converted.txt.
I haven't tested it much but seems to work fine.






