Upload your cheat tables here (No requests)
VKX
Expert Cheater
Posts: 125 Joined: Sat Sep 15, 2018 1:29 pm
Reputation: 84
Post
by VKX » Sun Jun 20, 2021 5:58 pm
Deedlit in Wonder Labyrinth - A metroidvania platformer set in the anime D&D Record of Lodoss War universe.
Options;
- Inf HP (including immunity to drowning)
- Inf MP (including options for all the magic types)
- Immunity to Mimics (Chest Imitators): No effect when they bite you.
- No Spirit Level Loss: No level loss when hit.
- Refund Purchase Cost
- XP Pointer Finder
Pointers for HP, MP, XP, Money and both Spirit Levels are included for convenience.
V001 for game version 1.0.4.1
V002 for game version 1.1.1.6: The final update
V003 for game version 1.1.1.6: The final update
V004 for game version 1.1.1.7
V005 for game version 1.1.1.7
Current Table:
V006 for game version 1.1.1.8
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
Last edited by
VKX on Fri Jul 16, 2021 1:44 pm, edited 6 times in total.
VKX
Expert Cheater
Posts: 125 Joined: Sat Sep 15, 2018 1:29 pm
Reputation: 84
Post
by VKX » Sun Jun 20, 2021 6:02 pm
If you have problems with this table, please tell me which CPU you are using.
This game engine compiles different code on different CPUs, as I found out when I did a table for Touhou Luna Nights which also uses this engine. I have tried it on a couple of computers, so there shouldn't be an issue, but keep an eye out.
JarJarPucha
What is cheating?
Posts: 3 Joined: Wed Jun 17, 2020 2:43 pm
Reputation: 1
Post
by JarJarPucha » Mon Jun 21, 2021 8:51 pm
Just gonna say thank you. Works great.
exceptionerror
What is cheating?
Posts: 2 Joined: Wed Jul 07, 2021 5:47 pm
Reputation: 0
Post
by exceptionerror » Wed Jul 07, 2021 5:50 pm
First thank you, it works great!
One small request, would it be possible to add infinite jump?
Really appreciate what you are doing.
MBRKiNG
Table Makers
Posts: 324 Joined: Fri Feb 23, 2018 5:13 pm
Reputation: 555
Post
by MBRKiNG » Wed Jul 07, 2021 7:48 pm
Deedlit_in_Wonder_Labyrinth_1.2.1.0_Steam
options:
-Invulnerable
-Health
-AP/Mana
-Mana/AP Upgrade Level
-Health/HP Upgrade Level
-Gold
-EXP
-max Spirit Level
-Wind/Fire Orb Level (can be used for onehit kills)
-inf Jumps (doublepress and hold jump key to fly)
Attachments
Deedlit in Wonder Labyrinth 1210.CT
(28.51 KiB) Downloaded 657 times
Last edited by
MBRKiNG on Mon Jan 09, 2023 10:17 pm, edited 8 times in total.
exceptionerror
What is cheating?
Posts: 2 Joined: Wed Jul 07, 2021 5:47 pm
Reputation: 0
Post
by exceptionerror » Thu Jul 08, 2021 4:17 am
Thank you! I was able to advance past an area after obtaining the higher jump, as it wasn't working for me.
VKX
Expert Cheater
Posts: 125 Joined: Sat Sep 15, 2018 1:29 pm
Reputation: 84
Post
by VKX » Mon Jul 12, 2021 7:59 pm
Now updated for game version 1.1.1.6: The final update.
VKX
Expert Cheater
Posts: 125 Joined: Sat Sep 15, 2018 1:29 pm
Reputation: 84
Post
by VKX » Mon Jul 12, 2021 8:07 pm
Table 003 is a quick bugfix to make the XP pointer finder work on all CPUs. This game's code is weird.
Carriva
Expert Cheater
Posts: 114 Joined: Wed Apr 19, 2017 8:53 am
Reputation: 16
Post
by Carriva » Mon Jul 12, 2021 8:27 pm
Thanks you
GMan
Novice Cheater
Posts: 20 Joined: Mon Mar 02, 2020 1:37 pm
Reputation: 2
Post
by GMan » Mon Jul 12, 2021 9:49 pm
MBRKiNG wrote: ↑ Wed Jul 07, 2021 7:48 pm
exceptionerror wrote: ↑ Wed Jul 07, 2021 5:50 pm
First thank you, it works great!
One small request, would it be possible to add infinite jump?
Really appreciate what you are doing.
Record.of.Lodoss.War.Deedlit.in.Wonder.Labyrinth.v1.1.1.6 FINAL UPDATE
copy/paste code into ce
Inf Jumps / hold doublejump to Fly (Double jump must be unlocked )
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>105</ID>
<Description>"InfJump/Fly-FINAL-1.1.1.6"</Description>
<LastState Activated="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>define(infjumps,"Deedlit in Wonder Labyrinth.exe"+3EFABD)
[ENABLE]
infjumps+5:
db 00 00
[DISABLE]
infjumps+5:
db F0 3F
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
Invincible
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>106</ID>
<Description>"Invincible-FINAL-1.1.1.6"</Description>
<LastState Activated="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>define(invincible,"Deedlit in Wonder Labyrinth.exe"+75B02)
[ENABLE]
invincible:
db 90 90 90 90 90
[DISABLE]
invincible:
db E8 69 7E 47 02
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
Record.of.Lodoss.War.Deedlit.in.Wonder.Labyrinth.v1.0.4.1
copy/paste code into ce
Inf Jumps / hold doublejump to Fly (Double jump must be unlocked )
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>94</ID>
<Description>"InfJump/Fly"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>define(infjumps,"Deedlit in Wonder Labyrinth.exe"+3021AC)
[ENABLE]
infjumps+5:
db 00 00
[DISABLE]
infjumps+5:
db F0 3F
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
Invincible
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>95</ID>
<Description>"Invincible"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>define(invincible,"Deedlit in Wonder Labyrinth.exe"+73DE2)
[ENABLE]
invincible:
db 90 90 90 90 90
[DISABLE]
invincible:
db E8 A9 41 32 02
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
How did you find invincible and infinitely jumps ?
mighty825
Noobzor
Posts: 10 Joined: Fri Mar 03, 2017 2:11 pm
Reputation: 1
Post
by mighty825 » Tue Jul 13, 2021 9:25 am
seems not work for 1.1.1.7?
please update table
thank you very much
VKX
Expert Cheater
Posts: 125 Joined: Sat Sep 15, 2018 1:29 pm
Reputation: 84
Post
by VKX » Tue Jul 13, 2021 4:05 pm
Table updated for game version 1.1.1.7.
VKX
Expert Cheater
Posts: 125 Joined: Sat Sep 15, 2018 1:29 pm
Reputation: 84
Post
by VKX » Tue Jul 13, 2021 4:26 pm
Updated to Table 005 to fix the XP script again...
dafirus
Expert Cheater
Posts: 147 Joined: Sat Feb 15, 2020 9:09 pm
Reputation: 37
Post
by dafirus » Wed Jul 14, 2021 4:42 pm
This Deedlit in Wonder Labyrinth - 003 - [v1.1.1.6] not working on my game. I select all cheat options and none of them work. My version of the game is 1.1.6.
Can anyone help me, plz?
VKX
Expert Cheater
Posts: 125 Joined: Sat Sep 15, 2018 1:29 pm
Reputation: 84
Post
by VKX » Wed Jul 14, 2021 8:51 pm
dafirus wrote: ↑ Wed Jul 14, 2021 4:42 pm
This Deedlit in Wonder Labyrinth - 003 - [v1.1.1.6] not working on my game. I select all cheat options and none of them work. My version of the game is 1.1.6.
Can anyone help me, plz?
Sorry, I only support the current version on Steam, which is currently at V1.1.1.7. These tables probably won't work if you got the game from another source.
One thing to check: You might want to make sure you're changing the values of the options from "False" to "True", and not clicking on the checkboxes instead.
Out of interest, what CPU are you using? This game engine sometimes works differently on different CPUs.