Things You'll Need
Instructions
Run Xport 360 on your computer. This software must be running in order to access and download the game save file on your Xbox 360.
Hook up an Xbox 360 transfer cable to your computer and your Xbox. Transfer the "Castle Crashers" game save that you wish to modify to your computer. Save the game save to your desktop.
Open Hex Editor and load the game save.
Write "Medic" in the "Value" field and click "OK."
Scroll down and search for the bytes block 0x30F. Extract it by selecting it and hitting "OK."
Scroll down to 0x40 and locate the 0x14 bytes. Change each of the values from the numeric variable to FF. This process will unlock all the weapons in the game.
Locate the first "Castle Crashers" character by scrolling to 0x60, and navigating to the F column. This byte entry is the first of 24 numeric variables for the character. The order of variables is as follows:
1: Unlock
2: Level
3: Experience
4: Weapon ID
5: Pet ID
6: Strength
7: Defense
8: Magic
9: Agility
10: Level Progress 1
11: Level Progress 2
12: Potions
13: Bombs
14: Sandwiches
15: Collectibles
16: Insane Mode
17: Padding
Edit any of these entries to increase or decrease the number in the game. For example, if you wanted to increase the character's Strength, you would navigate to the sixth bytes block in the sequence and change the numeric variable to a higher number. Remember that the numbers are not written in base 10, but in base 16. As such, 10 is represented as 0A and 11 is represented as 0B, all the way up to 16 at 0F. To increase Strength to 15, you would write in 0E.
Save your changes by clicking "Save All," overwriting the save file on your desktop.
Transfer the save file back to your Xbox to access the modified game.