The Dungeon of Naheulbeuk

Ask about cheats/tables for single player games here
NukeZen
Expert Cheater
Expert Cheater
Posts: 73
Joined: Thu Mar 02, 2017 11:44 pm
Reputation: 9

The Dungeon of Naheulbeuk

Post by NukeZen »

Game Name: Dungeon Of Naheulbeuk: The Amulet Of Chaos
Game Engine: ??? (Unreal Engine 4... perhaps)
Game Version: 1.0 394 34421
Options Required: Infinite XP, Infinite Gold, Edit Attributes, Infinite Stamina, Infinite Mana
Steam Website:
Other Info:
Last edited by NukeZen on Sat Sep 19, 2020 3:18 pm, edited 1 time in total.

sombra
Cheater
Cheater
Posts: 39
Joined: Mon Apr 10, 2017 11:19 pm
Reputation: 6

Re: The Dungeon of Naheulbeuk

Post by sombra »

+1

omri
Noobzor
Noobzor
Posts: 13
Joined: Thu May 25, 2017 4:36 am
Reputation: 1

Re: The Dungeon of Naheulbeuk

Post by omri »

+1

User avatar
durex2
Expert Cheater
Expert Cheater
Posts: 76
Joined: Fri Jul 19, 2019 8:20 pm
Reputation: 12

Re: The Dungeon of Naheulbeuk

Post by durex2 »

+1

krmit
Expert Cheater
Expert Cheater
Posts: 411
Joined: Wed Apr 19, 2017 7:02 am
Reputation: 61

Re: The Dungeon of Naheulbeuk

Post by krmit »

It's Unity-based, with GameAssembly, il2cpp.

acecel
Expert Cheater
Expert Cheater
Posts: 851
Joined: Sun Apr 09, 2017 1:32 am
Reputation: 142

Re: The Dungeon of Naheulbeuk

Post by acecel »

+1

User avatar
srx47
Cheater
Cheater
Posts: 31
Joined: Tue Mar 14, 2017 4:55 pm
Reputation: 9

Re: The Dungeon of Naheulbeuk

Post by srx47 »

most of stuff is 4 byte. come one just hack skillpoints and you golden.

BrooklynKnight
Expert Cheater
Expert Cheater
Posts: 81
Joined: Mon May 15, 2017 1:16 pm
Reputation: 5

Re: The Dungeon of Naheulbeuk

Post by BrooklynKnight »

+1

girlyvader
Noobzor
Noobzor
Posts: 10
Joined: Sat Sep 09, 2017 4:24 pm
Reputation: 2

Re: The Dungeon of Naheulbeuk

Post by girlyvader »

+1

cececreole
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Apr 19, 2017 1:16 pm
Reputation: 0

Re: The Dungeon of Naheulbeuk

Post by cececreole »

+1

User avatar
bloodsucker
Expert Cheater
Expert Cheater
Posts: 218
Joined: Tue Mar 14, 2017 1:08 am
Reputation: 25

Re: The Dungeon of Naheulbeuk

Post by bloodsucker »

+1 from me

User avatar
Marc
Table Makers
Table Makers
Posts: 378
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 377

Re: The Dungeon of Naheulbeuk

Post by Marc »

Here is a table for the GoG-Version.
For the Steam Version, please head over to the table from Zanzer!

Features:
  • unlimited attribute points
  • unlimited skill points
  • 999.999g
  • 900.000 XP at the current level = lvl up after each fight
  • Bandages and Potions do not decrease when used to heal after fight
  • update: now randomia-Bar is always full
Mssing: godmode/hitpoint freeze and one-hit-kill. Could not figure out what the code in the game is actually doing :cry:
Updating the table for newer/different versions of the game
Usually I try to use AOBScans, hoping that my cheats survive updates of the game. In this case, the binary code changes with every new build, because the compiler seems to use random registers for the operations. So the game does still the same thing, but the opcodes are of course different.

So, how do we adjust a script from the cheat table to a new version? Luckily, it’s not really difficult, only annoying :D

1. In the Cheat Engine main window, go to “Mono” in the menu and click on “activate mono”
2. Open the script you want to adjust
3. Scroll down to the blue commentary-section at the bottom of the script.
4. In the second line on the commentary, you will find the name of the code we want to change. In our case, it’s InventoryList.Init+29b
5. Copy this address to the clipboard
6. In the code of the commentary, there are some lines marked with “injecting here”. Remember those lines, escpecially the offsets.
7. Go back to the Cheat Engine main window and press Ctrl-D to invoke the disassembler
8. In the Disassembler, press Ctrl-G to go to a specific code location, use Ctrl-V to insert our address
9. In the code section, scroll down slowly and search for the same/similar instructions.

For example,in the old cheat we have:
// ---------- INJECTING HERE ----------
"GameAssembly.dll"+169ACCB: 8B 70 50 - mov esi,[rax+50]
"GameAssembly.dll"+169ACCE: 33 C9 - xor ecx,ecx
// ---------- DONE INJECTING ----------

Now, looking into current programs code, we find:
// ---------- INJECTING HERE ----------
"GameAssembly.dll"+1A7F572: 8B 58 50 - mov ebx,[rax+50]
"GameAssembly.dll"+1A7F575: 33 C9 - xor ecx,ecx
// ---------- DONE INJECTING ----------

Guess what: we've found it!

10. If you have found the right code, mark the first line of it, then invoke AutoAssembler and in there “Template – Full injection”.
11. Now move the old script window and our just-created script window next to each other. Take a look at the old script and what it does to do the cheat. Copy that line(s) to the new script, adjust the commands if necessary. (Until now, I only had do copy the line(s).)
12. For further reference, I’d suggest to update the address of the code in the commentary section –in our case from "InventoryList.Init+29b"
to "InventoryList.Init+302"
13. Press Ctrl-A, Ctrl-C to copy the whole new cheat script into the clipboard
14. Close the window of the new script, insert the copied code into the old script-window
15. Press ok and check if it works
Update 2020-10-01: Just finished chapter 9 and thus the complete game. If you need an update of the table, see the spoiler above, since I just uninstalled the game :)

have fun,
Marc
Attachments
Naheulbeuk 1.0 497 34673.CT
updated to the next game-version
adresses changed to the mono-syntax to survive next updates (I hope)
(20.39 KiB) Downloaded 515 times
Naheulbeuk 1.0 460 34557.CT
guess what... another update for this game.
Someone please put me out of my misery :)
(20.01 KiB) Downloaded 197 times
Last edited by Marc on Tue Nov 09, 2021 11:12 am, edited 17 times in total.

BrooklynKnight
Expert Cheater
Expert Cheater
Posts: 81
Joined: Mon May 15, 2017 1:16 pm
Reputation: 5

Re: The Dungeon of Naheulbeuk

Post by BrooklynKnight »

Marc wrote:
Sat Sep 19, 2020 8:33 am
Try this one (created with the GoG Version 1.0 373 34341)

Features:
  • unlimited attribute points
  • unlimited skill points
  • 999.999g
  • 900.000 XP at the current level = lvl up after each fight
  • Bandages and Potions do not decrease when used to heal after fight
Mssing: godmode/hitpoint freeze and one-hit-kill. Could not figure out what the code in the game is actually doing :cry:

have fun,
Marc
Thanks for making this.
I've encountered an issue using the "unlimited skill points" something seems to break when using this. After turning off the cheat so you no longer lose points it will spend the "passive" point when buying an "active" skill. This sends the passive points to -1 and when you try to lock in and exit out to the game it causes the game to crash.

Edit: Hello again. So, it seems i've found a workaround. Save and quit the game to desktop, then reload and it fixes the issue so you can spend the leftover points without crashing.

Turning of Attribute points seems to work fine and you're able to spend the left over points without issue.

User avatar
Marc
Table Makers
Table Makers
Posts: 378
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 377

Re: The Dungeon of Naheulbeuk

Post by Marc »

BrooklynKnight wrote:
Sat Sep 19, 2020 10:32 am
I've encountered an issue using the "unlimited skill points" something seems to break when using this. After turning off the cheat so you no longer lose points it will spend the "passive" point when buying an "active" skill.
Quite so. Well, that's what happens when I try to be fast :lol:

the second "address 1" should have been address2. Love copy and paste, hehe

address1:
db bytes1

address1:
db bytes2


fixed in the next version, will upload in a few seconds. Thanks for pointing that out, mate.

BrooklynKnight
Expert Cheater
Expert Cheater
Posts: 81
Joined: Mon May 15, 2017 1:16 pm
Reputation: 5

Re: The Dungeon of Naheulbeuk

Post by BrooklynKnight »

Marc wrote:
Sat Sep 19, 2020 11:22 am
BrooklynKnight wrote:
Sat Sep 19, 2020 10:32 am
I've encountered an issue using the "unlimited skill points" something seems to break when using this. After turning off the cheat so you no longer lose points it will spend the "passive" point when buying an "active" skill.
Quite so. Well, that's what happens when I try to be fast :lol:

the second "address 1" should have been address2. Love copy and paste, hehe

address1:
db bytes1

address1:
db bytes2


fixed in the next version, will upload in a few seconds. Thanks for pointing that out, mate.
No man, thanks to you. Your work is much much appreciated.
Uh, can I punish you by pointing you towards another game? I have a post up for Turmoil that nobody has tackled yet.

Post Reply

Who is online

Users browsing this forum: Bing [Bot], Gothloverthatsme, riconess