|
|||||||
| Register | Blogs | gXboxLive | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
| Gameboy Advance Chat about Nintendos extremely successful 'ikkle Handheld. |
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Code Conversion Guide....Help!
Ok, another code conversion thread by me.....this time I found a guide to aid in code conversion.....the only thing is....I don't understand it that well. If anyone knows how to understand this & do code conversion, can you help me convert some codes? You need these two programs....Basicly all you do is convert Gameshrk codes to Codebreaker codes to Action Replay codes.
_________________________________________________________________ ##################################################################### Decrypting Gameshark SP Codes with CBACrypt ##################################################################### This is very, very, very easy (if a little tedious). For those of you who didn't know, a Gameshark SP is basically a Codebreaker on the inside. The only difference is that Gameshark.com tends to encrypt their codes whereas Codebreaker codes are usually unencrypted. Note: You cannot mix encrypted and un-encrypted codes. Don't try. ====================================================================== How to tell if your Gameshark SP code is encrypted ====================================================================== The absolutely failsafe way is to look at the Must Be On code (AKA Master Code, Enable Code, or simply '[M] Code'). If it starts with a 9, then your codes are encrypted. ====================================================================== Decrypting ====================================================================== 1. Download CBACrypt: 2. CBACrypt is very fussy about formatting. The first line should be the first line of the M code (the one that starts with a 9). It must be in the format 9xxxxxxx xxxx Note the space between the 8th and 9th character. 3. Skip a line. 4. Now you can copy in the codes into the box on the left. 1 line per code, the code must start at the start of the line (unlike ARCrypt, you can't have a gap between the start of the line and the start of the code), and it must be in the format xxxxxxxx xxxx once again, note the space. 5. Press decrypt. The decrypted codes will appear on the right. If a code is not decrypted, then it's in the wrong format. The following is an example of what to put into the left hand box: <snip> 942918CD 629A Infinite Health March 18, 2005 B5158732 6761 Infinite Oxygen March 18, 2005 6F84D248 F956 Infinite Eggs March 18, 2005 37C01778 43D3 </snip> and what would appear on the right hand side: <snip> 942918CD 629A Infinite Health March 18, 2005 32001057 0005 Infinite Oxygen March 18, 2005 32002099 0002 Infinite Eggs March 18, 2005 32001052 0019 ____________________________________________________ ###################################################################### Converting from Codebreaker to Action Replay (version 3 or greater) ###################################################################### The result of each encryption will appear in the edit box on the right, in ARCrypt ('Result Right'). When you press Create, the values on the left side will also change. 'Result Left' is provided for examples, so that you know you're doing it correctly. Codes that cannot be converted: 0xxxxxxx yyyy 1xxxxxxx yyyy 2xxxxxxx yyyy 6xxxxxxx yyyy 9xxxxxxx yyyy Codes starting with a '5' can be converted, however are beyond the scope of this document as they are rare and require a little bit of explaining. ====================================================================== 3xxxxxxx 00yy ====================================================================== ARCrypt: Type 00, # of data to write: 1 Left box: 0xxxxxxx yy Hit Create. ---------------------------------------------------------------------- Example: 320214EA 0063 ARCrypt: Type 00, # of data to write: 1 Left box: 020214EA 63 Result Left: 020214EA 63 002214EA 00000063 Result Right: C78CE892 7561FB57 ====================================================================== 4xxxxxxx yyyy vvvvnnnn aaaa ====================================================================== ARCrypt: Type z41 # of data to write : nnnn (convert to decimal, see guide below) Value inc : vvvv (convert to decimal) Address inc : aaaa (convert to decimal, divide by 2) Left box : 0xxxxxxx yyyy Hit create. ---------------------------------------------------------------------- Example: 42012EA4 0002 00010010 0012 Left box : 02012EA4 0002 # of data to write : 16 Value inc : 1 Address inc : 18/2 = 9 Result Left: 02012ea4 0002 00000000 82212EA4 00000002 01100009 Result Right: ABFE2955 E466AC4C A6809F1B 43E8461E ====================================================================== 7xxxxxxx yyyy ====================================================================== ARCrypt: Type 05 Left box: 0xxxxxxx yyyy Hit Create. ---------------------------------------------------------------------- Example: 74000130 03E7 ARCrypt: Type 05 Left box: 04000130 03E7 Result Left: 04000130 0021 0A400130 00000021 Result Right: A1EED12C 3A50797F ====================================================================== 8xxxxxxx yyyy ====================================================================== ARCrypt: Type 01, # of data to write: 1 Left box: 0xxxxxxx yyyy Hit Create. ---------------------------------------------------------------------- Example: 820214EA 270F ARCrypt: Type 01, # of data to write: 1 Left box: 020214EA 270F Result Left: 020214EA 270f 022214EA 0000270F Result Right: 0CEC6235 F782D2F5 ====================================================================== Axxxxxxx yyyy ====================================================================== ARCrypt: Type 09 Left box: 0xxxxxxx yyyy Hit Create. ---------------------------------------------------------------------- Example: A20214EA 270F ARCrypt: Type 09 Left box: 020214EA 270F Result Left: 020214EA 270F 122214EA 0000270F Result Right: B1906D57 EB1A0739 ====================================================================== Bxxxxxxx yyyy ====================================================================== ARCrypt: Type 15 Left box: 0xxxxxxx yyyy Hit Create. ---------------------------------------------------------------------- Example: B20214EA 270F ARCrypt: Type 15 Left box: 020214EA 270F Result Left: 020214EA 270F 2A2214EA 0000270F Result Right: 4BA327E3 2AFCF3BB ====================================================================== Cxxxxxxx yyyy ====================================================================== ARCrypt: Type 19 Left box: 0xxxxxxx yyyy Hit Create. ---------------------------------------------------------------------- Example: C20214EA 270F ARCrypt: Type 19 Left box: 020214EA 270F Result Left: 020214EA 270F 322214EA 0000270F Result Right: BD666A99 B5F29B3D ====================================================================== D0000010 yyyy ====================================================================== ARCrypt: Type 09 Left box: 04000130 nnnn nnnn = yyyy XOR 03FF This calculation can be performed using the Windows Calculator in hexadecimal mode by typing in yyyy, pressing the 'Xor' button, then 03FF and pressing ENTER. ---------------------------------------------------------------------- Example: D0000010 0011 ARCrypt: Type 09 nnnn = 0010 XOR 03FF = 03EE Left box: 04000130 03EE Result Left: 04000130 03EE 12400130 000003EE Result Right: D46AFCA0 B593F29E ====================================================================== D0000020 yyyy ====================================================================== ARCrypt: Type 05 Left box: 04000130 nnnn nnnn = yyyy XOR 03FF This calculation can be performed using the Windows Calculator in hexadecimal mode by typing in yyyy, pressing the 'Xor' button, then 03FF and pressing ENTER. ---------------------------------------------------------------------- Example: D0000020 0010 ARCrypt: Type 05 nnnn = 0010 XOR 03FF = 03EF Left box: 04000130 03EF Result Left: 04000130 03EF 0A400130 000003EF Result Right: E18D243E B809572E ====================================================================== Exxxxxxx yyyy ====================================================================== ARCrypt: Type 41 Left box: 0xxxxxxx yyyy Hit create. ---------------------------------------------------------------------- Example: E2012EA4 0108 Left Box: 02012EA4 0108 Result Left: 02012EA4 0108 82212EA4 00000108 Result Right: DAF0DC45 8A4F5F9C ___________________________________________________________ So does anyone get this? |
|
#2
|
|||
|
|||
|
I have those two programs. I have not used them for a while. I seem to understand a fair amount of what is being said here. Could you please post the codes that you want to have converted for you. I shouldn’t have too much trouble, but I have not read all of it.
Thanks, HRBEK.
__________________
|
|
#3
|
|||
|
|||
|
Quote:
!!! Ok, I'll post the codes. They are all Gameshark & I need them to be AR (My AR is version 5.8 or so). I really hope that this is not too much though.[M] 98D7716AE281 1C3D49633189 10A40242FEC5 Have Loads of Gold 0E068A9E9A53 3F07D30705CA 0E068A9E9A53 C0DA247D6E30 Have all Recipe Entries 0E068A9E9A53 1C0F09F775AB 4E8A0BFE9CB3 Have all Houses 0E068A9E9A53 8014E2B7EAF2 Infinite Stamina 0E068A9E9A53 488013C4A9EE 0E068A9E9A53 4CA21AE2FFEB Infinite Feed 0E068A9E9A53 A1BC2355286A Infinite Fodder 0E068A9E9A53 A134B114A82A Well Stocked ToolBox 0E068A9E9A53 3F57981717DD 8CB4F1A22DCA Well Stocked Shelf 0E068A9E9A53 8286F8961FDF 8CB4F1A22DCA Well Stocked Fridge 0E068A9E9A53 4CA891A869A2 9E3FF1A304AA 0E068A9E9A53 0C8ED8963FBF 1E2F91A304AA Max Affection: Rick 0E068A9E9A53 D04965D8A060 Gray 0E068A9E9A53 80ECFEAD7A7D Doctor 0E068A9E9A53 8054B6A86A3C Cliff 0E068A9E9A53 A104F708283A Kai 0E068A9E9A53 A104F6286A3E Won 0E068A9E9A53 D0E16CFDF225 |
| Sponsored Links |
|
#4
|
|||
|
|||
|
Lol, what do all of those codes relate to? I will see what I can do!
Thanks, HRBEK.
__________________
|
|
#5
|
|||
|
|||
|
Sorry for double posting! I am going to use this post to inform you when each code is decrypted, etc.
Infinite Feed: F847E327 579429C7 C57EF6B5 284DBF1A Have Loads Of Gold: F847E327 579429C7 A7F9F726 0BB4B288 F847E327 579429C7 4BEB2529 6D8ECD9F Infinite Fodder: F847E327 579429C7 BDD34B2E B9A22617 MAX AFFECTION: Rick: F847E327 579429C7 C465D46A DFE49ABC Gray: F847E327 579429C7 941B3258 D271934A Doctor: F847E327 579429C7 202AD393 2EEE5FF3 Cliff: F847E327 579429C7 57805774 77758F08 Kai: F847E327 579429C7 6BBC9563 EF2D147C Won: F847E327 579429C7 82A3B37F DD714E51 Try those and see if they work. They should, but if they don't please tell me. They should work with a standard (m) code. I could find or generate one for you if you would like.... Thanks, HRBEK.
__________________
Last edited by HRBEK; 06-11-2006 at 05:26 AM.. |
|
#6
|
|||
|
|||
|
Quote:
|
|
#7
|
|||
|
|||
|
The codes that I gave you are for Action Replay Version 3+. They will not work with Emulators unless you have actually downloaded a suitable Action Replay Version as well......
Thanks, HRBEK.
__________________
|
|
#8
|
|||
|
|||
|
Quote:
QUESTION: I'm not very smart at this but will the (M) code work on the AR if you converted it from a GS. |
|
#9
|
|||
|
|||
|
I noticed an error in that tutorial, so I'll see if I can update those codes.
Thanks, HRBEK.
__________________
|
|
#10
|
|||
|
|||
|
Quote:
Quote:
|
|
#11
|
|||
|
|||
|
Yeah, the tutorial has some incorrect or misleading information regarding '7xxxxxxx yyyy' codes. I will look into this, to see if I can get some more information about such decrypted codes!
Thanks, HRBEK.
__________________
|
|
#12
|
|||
|
|||
|
Quote:
|
|
#13
|
|||
|
|||
|
Yes, there seems to be an issue with the example for that code. It says that a specific code should appear on the right side. When you follow the instructions, you get a different code to the one that the tutorial says is meant to appear.
Thanks, HRBEK.
__________________
|
|
#14
|
|||
|
|||
|
Quote:
|
|
#15
|
|||
|
|||
|
Codebreaker codes are simply Decrypted codes that are similar to GameShark codes. Codebreaker codes can simply be typed into the AR Crypt program. GameShark codes need to be Decrypted first, and that is easy, so I don't mind whichever way I do it.
As for the tutorial, if you try the example for '7xxxxxxx yyyy' codes, you will see a problem there. In fact, you should try, just in case I am doing something wrong. Thanks, HRBEK.
__________________
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Guide to the Unown | Upgrademaster | Pokémon | 2 | 01-21-2008 01:12 AM |
| LCS guide | regis | Grand Theft Auto | 13 | 07-15-2006 05:21 AM |
| Guide to Reporting An Inaccurate Cheat Code | CenturionZ_1 | Report Inaccurate Cheat Codes | 10 | 07-25-2005 04:54 AM |
| A Guide to Break Ins. | SaveMySoul | Grand Theft Auto | 8 | 12-18-2004 01:57 PM |
| Guide to Reporting An Inaccurate Cheat Code | CenturionZ_1 | Manuals | 2 | 05-19-2003 12:39 AM |