Page 1 of 1

Night of the Full Moon v1.6.5

Posted: Thu Sep 09, 2021 12:51 am
by kremish
Here's a table I made for the latest Steam version of Night of the Full Moon (v1.6.5)

This table includes:
- Unlimited Health
- One hit kill (first activate health and then let the value = 1) (if you want to deactivate OHK and only have unl. health
set the value below from 1 to 0)
- Unlimited Mana
- Unlimited Action points
- Unlimited Gold
- Max Stars (you have to activate the cheat and complete a playthrough first)
- Ability Cooldown (use your ability and then play a fight first for it to be usable again)
- Max Dust

If you encounter any problems let me know and I'll update the table

Re: Night of the Full Moon v1.6.5

Posted: Thu Jul 07, 2022 1:45 pm
by andrewwts
Can update the katest CT file because gold is not working crashes the game.. :mellow:

Re: Night of the Full Moon v1.6.5

Posted: Sat Oct 22, 2022 7:58 pm
by bruticus0
Started this game and came up with this. It's just an aob area that contains all your main info. Thought I'd leave it here for posterity sake if nothing else. Someone might find it useful. Every 4 byte section is read right to left btw. So for instance, if I restarted and wanted to find this again, I would do an aob scan for

Code: Select all

06 02 00 00 06 02 00 00 44 00 00 00 08 00 00 00 00 00 00 00 A3 01 00 00 08 00 00 00 
You should be able to fill out your own unique values and find this aob, or get pretty close. Good luck.

06 02 00 00 06 02 00 00 44 00 00 00 08 00 00 00 00 00 00 00 A3 01 00 00 08 00 00 00 09 00 00 00 08 00 00 00 03 00 00 00 01 00 00 00 00 00 00 00 06 00 00 00 04 00 00 00

Max HP=06 02=206hex=518
Current HP=06 02=206hex=518
Mana=44hex=68
Current XP=08hex=08
GOLD=a3 01=1a3hex=419

Max Hand number of cards=08hex=08
Action hourglass thing=08hex=08
Reputation=01hex=01
CoUrAge=06hex=06

******Finally figured out how to do some pointers. So made a table with a few of them.