I wonder if you could please convert Infinite Mana by Codejunkies from gamehacking.org for the Record of Lodoss War PAL edition? The current Infinite MP in fcdcheats doesn't work.LuC-iTA wrote: ↑Thu May 15, 2025 12:32 pmHi, I'm here, open for requestsmistamontiel wrote: ↑Mon Apr 28, 2025 3:42 pm Was LuC-iTA there? He is on fire with Dreamcast any request and wow IRC still usedIf I can do something decent. Thank you for your appreciation!
![]()
Codebreaker all cheats save file available to download *UPDATED 2025-04-24*
Forum rules
Please check the other forums in the Dreamcast section before posting here to see if your topic would fit better in those categories. Example: A new game/homebrew release would go in the New Releases/Homebrew/Emulation section: http://dreamcast-talk.com/forum/viewforum.php?f=5 or if you're having an issue with getting your Dreamcast to work or a game to boot it would go in the Support section: http://dreamcast-talk.com/forum/viewforum.php?f=42
Please check the other forums in the Dreamcast section before posting here to see if your topic would fit better in those categories. Example: A new game/homebrew release would go in the New Releases/Homebrew/Emulation section: http://dreamcast-talk.com/forum/viewforum.php?f=5 or if you're having an issue with getting your Dreamcast to work or a game to boot it would go in the Support section: http://dreamcast-talk.com/forum/viewforum.php?f=42
-
- noob
- Posts: 2
Re: Codebreaker all cheats save file available to download *UPDATED 2025-04-24*
-
- dark night
- Posts: 64
- Dreamcast Games you play Online: no
Re: Codebreaker all cheats save file available to download *UPDATED 2025-04-24*
4 Wheel Thunder (USA)
Unlock all car:
021092A4 FFFFFFFF
021092A8 00FFFFFF
Unlock all car:
021092A4 FFFFFFFF
021092A8 00FFFFFF
-
- dark night
- Posts: 64
- Dreamcast Games you play Online: no
Re: Codebreaker all cheats save file available to download *UPDATED 2025-04-24*
You can make CB codes for these games:
4x4 Evolution (USA) - Opponents don't move; timer stopped.
Evil Twin Cyprien's Chronicles (EUR) - Jump in midair.
Fur Fighters (USA) - Jump in midair.
Spirit of Speed 1937 (USA) - Opponents don't move; timer stopped.
StarLancer (USA) - 1 Hit Kill; infinite rockets.
Toy Commander (USA) - Opponents don't move; timer stopped.
-
- shadow
- Posts: 9
Re: Codebreaker all cheats save file available to download *UPDATED 2025-04-24*
Hi OwlSky, sure! You can try these two codes below:OwlSky wrote: ↑Sun May 18, 2025 11:59 amI wonder if you could please convert Infinite Mana by Codejunkies from gamehacking.org for the Record of Lodoss War PAL edition? The current Infinite MP in fcdcheats doesn't work.LuC-iTA wrote: ↑Thu May 15, 2025 12:32 pmHi, I'm here, open for requestsmistamontiel wrote: ↑Mon Apr 28, 2025 3:42 pm Was LuC-iTA there? He is on fire with Dreamcast any request and wow IRC still usedIf I can do something decent. Thank you for your appreciation!
![]()
Infinite Mana by Codejunkies
019257EC
0000270F
019257F0
0000270F
Taken from gamehacking dot org/game/51828
The first row is the mana you have, the second one is the MAX mana you have. You can just use the first row if you want.
-
- shadow
- Posts: 9
Re: Codebreaker all cheats save file available to download *UPDATED 2025-04-24*
Hi foxx, thank you for your requests. Unfortunately I can't find a way to hack WinCE games, like I wrote to you via private message, and sorry for the very late reply, didn't see it. That being said I'll try to see what I can do about Evin Twin, Fur Fighters and Toy Commander.foxx wrote: ↑Wed May 21, 2025 12:46 amYou can make CB codes for these games:
4x4 Evolution (USA) - Opponents don't move; timer stopped.
Evil Twin Cyprien's Chronicles (EUR) - Jump in midair.
Fur Fighters (USA) - Jump in midair.
Spirit of Speed 1937 (USA) - Opponents don't move; timer stopped.
StarLancer (USA) - 1 Hit Kill; infinite rockets.
Toy Commander (USA) - Opponents don't move; timer stopped.
-
- dark night
- Posts: 64
- Dreamcast Games you play Online: no
Re: Codebreaker all cheats save file available to download *UPDATED 2025-04-24*
LuC-iTA, thank you !
-
- shadow
- Posts: 9
Re: Codebreaker all cheats save file available to download *UPDATED 2025-04-24*
Ok after I made codes for Evil Twin I spent many hours trying to figure out how to hack the WINCE based games.
Finally I found out that inside the disk img there are two executables, one for the WINCE system I think and another that is the real exe of the game.
SO if with the debugger for example a value is written at the AA838 address that address is what will be seen inside IDA PRO, for example, when opening the game's exe. Normally I do a mem dump an analyze that file but for WINCE games the situation is different.
SnoCross - Championship Racing PAL-M3 WINCE DC
Code: Select all
Opponents don't move
0DF49F18
00006110
01F49F18
0000E901
0DF49F1A
00004115
01F49F1A
00002190
0DF49F1C
00008D02
01F49F1C
0000A002
So now I think I'm able to at least try to do something also about other WINCE games that foxx requested.
EDIT:
I found out the reason. Games done with Katana SDK are loaded directly into the RAM. With a fixed imagebase. Games done with WINCE SDK, instead, have another layer that is the WINCE OS. So the imagebase will be different from game to game and "decided" by the WINCE OS. I hope to have understood it right.
Last edited by LuC-iTA on Wed May 28, 2025 4:19 pm, edited 1 time in total.
-
- dark night
- Posts: 64
- Dreamcast Games you play Online: no
Re: Codebreaker all cheats save file available to download *UPDATED 2025-04-24*
SnoCross - Championship Racing PAL-M3 WINCE DC
Code: Select all
Opponents don't move
0DF49F18
00006110
01F49F18
0000E901
0DF49F1A
00004115
01F49F1A
00002190
0DF49F1C
00008D02
01F49F1C
0000A002
Opponents don't move (Down+X)
0E0CFBDF
00FD0408
0DF49F18
00006110
01F49F18
0000E901
0DF49F1A
00004115
01F49F1A
00002190
0DF49F1C
00008D02
01F49F1C
0000A002
Opponents are moving (Up+X)
0E06FBEF
00FD0408
01F49F18
00006110
01F49F1A
00004115
01F49F1C
00008D02
And it didn't work for me, when I pressed Up+X, the opponents stayed in place. I had no problems with 4 Wheel Thunder, when I pressed certain buttons the opponents stopped or moved when needed.
LuC-iTA is it possible to make a CB code so that the opponents start moving when I press certain buttons.
-
- shadow
- Posts: 9
Re: Codebreaker all cheats save file available to download *UPDATED 2025-04-24*
Thank you for the joker commands and for the tests. When you deactivate the code the effect remain because I write 1 into the number of total players' value. So to revert the effect I need to modify the deactivating code and to write back the original value that is 4. Next days if I can I'll do that.foxx wrote: ↑Tue May 27, 2025 12:33 pmSnoCross - Championship Racing PAL-M3 WINCE DCI tried this, took the CB code for this game from LuC-iTA and Joker commands for the key combination (from the site mogelpower.de):Code: Select all
Opponents don't move 0DF49F18 00006110 01F49F18 0000E901 0DF49F1A 00004115 01F49F1A 00002190 0DF49F1C 00008D02 01F49F1C 0000A002
Opponents don't move (Down+X)
0E0CFBDF
00FD0408
0DF49F18
00006110
01F49F18
0000E901
0DF49F1A
00004115
01F49F1A
00002190
0DF49F1C
00008D02
01F49F1C
0000A002
Opponents are moving (Up+X)
0E06FBEF
00FD0408
01F49F18
00006110
01F49F1A
00004115
01F49F1C
00008D02
And it didn't work for me, when I pressed Up+X, the opponents stayed in place. I had no problems with 4 Wheel Thunder, when I pressed certain buttons the opponents stopped or moved when needed.
LuC-iTA is it possible to make a CB code so that the opponents start moving when I press certain buttons.
-
- shadow
- Posts: 9
Re: Codebreaker all cheats save file available to download *UPDATED 2025-04-24*
I've done an alternate code.foxx wrote: ↑Tue May 27, 2025 12:33 pm
I tried this, took the CB code for this game from LuC-iTA and Joker commands for the key combination (from the site mogelpower.de):
Opponents don't move (Down+X)
0E0CFBDF
00FD0408
0DF49F18
00006110
01F49F18
0000E901
0DF49F1A
00004115
01F49F1A
00002190
0DF49F1C
00008D02
01F49F1C
0000A002
Opponents are moving (Up+X)
0E06FBEF
00FD0408
01F49F18
00006110
01F49F1A
00004115
01F49F1C
00008D02
And it didn't work for me, when I pressed Up+X, the opponents stayed in place. I had no problems with 4 Wheel Thunder, when I pressed certain buttons the opponents stopped or moved when needed.
LuC-iTA is it possible to make a CB code so that the opponents start moving when I press certain buttons.
Try this one please:
Code: Select all
Opponents don't move (Down+X)
0E04FBDF
00FD0408
0DF4AA2A
00008F02
01F4AA2A
0000A002
Opponents are moving (Up+X)
0E04FBDF
00FD0408
0DF4AA2A
0000A002
01F4AA2A
00008F02
I think 4x4 Evo has some anti cheat protection. The PS2 version has it.
EDIT2:
4x4 Evo -> codes just posted one minute ago on gamehacking.org's databasefoxx wrote: ↑Wed May 21, 2025 12:46 am You can make CB codes for these games:
4x4 Evolution (USA) - Opponents don't move; timer stopped.
Evil Twin Cyprien's Chronicles (EUR) - Jump in midair.
Fur Fighters (USA) - Jump in midair.
Spirit of Speed 1937 (USA) - Opponents don't move; timer stopped.
StarLancer (USA) - 1 Hit Kill; infinite rockets.
Toy Commander (USA) - Opponents don't move; timer stopped.
Evil Twin -> codes n gamehacking.org's database
StarLancer -> can't find a way to do something for this game
I'll look into Fur Fighters, Toy Commander and Spirit of Speed games.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 1 Replies
- 4698 Views
-
Last post by chrisrlink
-
- 2 Replies
- 3395 Views
-
Last post by Rainwarner88
-
- 1 Replies
- 10842 Views
-
Last post by krovellium
-
- 0 Replies
- 3612 Views
-
Last post by bshi02
-
- 3 Replies
- 5630 Views
-
Last post by Xiden