Night of the Dead

Upload your cheat tables here (No requests)
astor
Table Makers
Table Makers
Posts: 133
Joined: Mon Apr 20, 2020 12:29 am
Reputation: 117

Night of the Dead

Post by astor »



- one hit kills
- infinite health
- infinite stamina
- infinite items (crafting)

update 2 (credit: @Akira):
- unlimited magazine
- unlimited ammo
- dropping an item will give it 99x
- free crafting

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
LF-Win64-Shipping (2).CT
(7.97 KiB) Downloaded 4615 times
Last edited by astor on Wed Sep 02, 2020 12:34 am, edited 2 times in total.

User avatar
Modebcn
Novice Cheater
Novice Cheater
Posts: 24
Joined: Wed Nov 14, 2018 11:08 pm
Reputation: 3

Re: Night of the Dead

Post by Modebcn »

thanks for the table 👍👍👍👍

slicer
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Aug 30, 2020 9:26 am
Reputation: 0

Re: Night of the Dead

Post by slicer »

thanks a lot ! very useful :)

User avatar
Akira
Table Makers
Table Makers
Posts: 1271
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: Night of the Dead

Post by Akira »

Game Name: Night of the Dead
Game Version: 1.1.0.3.alpha
Game Engine: Unreal Engine 4
Steam Website:

Hey everyone, I decided to make my table updates only for patreons available from now on.
The reason why I'm doing this is that it's just too much work to update all my tables, especially for games which I don't even play anymore without getting something from it.

So to get access to my table updates you would need to become patreons on my site.
[Link]
When you become a patreon you have to link your discord acc, then you'll get automatically invited to our discord server and get the role to access the channels with the table updates.
It's the same discord server which is already linked below.


All my old versions are still available for free, you can find 'em for example under "Old Versions".
I released the table version 1.7 not long ago (2021.10.13), fixed all scripts and most pointer.
Old Versions
1FRLF-Win64-Shipping_1.6.CT
(2.34 MiB) Downloaded 465 times
1FRLF-Win64-Shipping_1.5.CT
(1.7 MiB) Downloaded 141 times
1FRLF-Win64-Shipping_1.4.CT
(1.7 MiB) Downloaded 125 times
1FRLF-Win64-Shipping_1.3.CT
(494.57 KiB) Downloaded 156 times
1FRLF-Win64-Shipping_1.2.CT
(114.2 KiB) Downloaded 132 times
1FRLF-Win64-Shipping (Akira Fudo).CT
(54.55 KiB) Downloaded 170 times
Activated Scripts are now Green!
Deactivated Scripts are now Red!
Broken Scripts are now Dark Red!

Scripts:
-Invincible / God Mode
-One Hit Kill
-Inf. Health
-Inf. Stamina
-Inf. Condition
-Inf. Magazine Ammo
-Inf. Reserve Ammo & Items
-No Recoil
-No Spread
-Inf. Jumps
-Fast Movement
-Change Gravity Scale
-Freeze Time
-Unlimited Energy Bars
-Picking up an item will give it 99x
-Dropping an item will give it 99x
-Never Hungry
-Free Crafting/Building/Research

Pointer
-LocalPlayer
-Time

[media][Link][/media]

The Table can also be downloaded from our Discord:
[Link]
You can ask there if you have any questions or need help.
(There are also some Cheat Tables for other games)


Console Command List + Unlock Informations:
[Link]
Cheat Tables from Others
_________________________________________________________________________________________________________________________
Table updates will be available only for Patreon patrons pledging to the Updates tier: [Link]
Last edited by Akira on Fri Jan 06, 2023 2:46 am, edited 60 times in total.

User avatar
Akira
Table Makers
Table Makers
Posts: 1271
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: Night of the Dead

Post by Akira »

The Console Commands like "DevAmmo" have static addresses meaning they won't change after restarting the game.
1 (Byte) = Enabled
0 (Byte) = Disabled
Last edited by Akira on Fri Jun 11, 2021 8:16 pm, edited 2 times in total.

User avatar
Akira
Table Makers
Table Makers
Posts: 1271
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: Night of the Dead

Post by Akira »

Picking up an item will give it 99x

Code: Select all

[ENABLE]

aobscanmodule(INJECT,LF-Win64-Shipping.exe,89 84 0B E0 00 00 00) // should be unique
alloc(newmem,$1000,"LF-Win64-Shipping.exe"+B9AC4F)

label(code)
label(return)

newmem:

code:
  //mov [rbx+rcx+000000E0],eax
  add [rbx+rcx+000000E0],(int)99
  jmp return

INJECT:
  jmp newmem
  nop 2
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db 89 84 0B E0 00 00 00

unregistersymbol(INJECT)
dealloc(newmem)
Last edited by Akira on Wed Apr 21, 2021 8:55 pm, edited 1 time in total.

User avatar
Akira
Table Makers
Table Makers
Posts: 1271
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: Night of the Dead

Post by Akira »

Dropping an item will give it 99x

Code: Select all

[ENABLE]

aobscanmodule(INJECT,LF-Win64-Shipping.exe,44 89 AC 19 E0 00 00 00) // should be unique
alloc(newmem,$1000,"LF-Win64-Shipping.exe"+B83C7E)

label(code)
label(return)

newmem:

code:
  //mov [rcx+rbx+000000E0],r13d
  add [rcx+rbx+000000E0],(int)99
  jmp return

INJECT:
  jmp newmem
  nop 3
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db 44 89 AC 19 E0 00 00 00

unregistersymbol(INJECT)
dealloc(newmem)
Last edited by Akira on Wed Apr 21, 2021 8:56 pm, edited 1 time in total.

User avatar
nino94
Noobzor
Noobzor
Posts: 11
Joined: Tue Sep 24, 2019 12:51 pm
Reputation: 1

Re: Night of the Dead

Post by nino94 »

can you update table

User avatar
Akira
Table Makers
Table Makers
Posts: 1271
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: Night of the Dead

Post by Akira »

nino94 wrote:
Mon Aug 31, 2020 7:38 pm
can you update table
Feel free to add the scripts i posted here.

User avatar
Akira
Table Makers
Table Makers
Posts: 1271
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: Night of the Dead

Post by Akira »

Free Crafting

Code: Select all

[ENABLE]

aobscanmodule(INJECT,LF-Win64-Shipping.exe,89 83 E0 00 00 00 85 C0) // should be unique
alloc(newmem,$1000,"LF-Win64-Shipping.exe"+B83F23)

label(code)
label(return)

newmem:

code:
  //mov [rbx+000000E0],eax
  add [rbx+000000E0],(int)0
  jmp return

INJECT:
  jmp newmem
  nop
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db 89 83 E0 00 00 00

unregistersymbol(INJECT)
dealloc(newmem)
Last edited by Akira on Wed Apr 21, 2021 8:57 pm, edited 2 times in total.

CarlosGFG
Expert Cheater
Expert Cheater
Posts: 126
Joined: Sat Dec 29, 2018 12:38 am
Reputation: 12

Re: Night of the Dead

Post by CarlosGFG »

My dear friend, you could load these updated files with these scripts because I believe that many do not know how to add these lines, especially me, who am very lay in this matter.

User avatar
Akira
Table Makers
Table Makers
Posts: 1271
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: Night of the Dead

Post by Akira »

-
Last edited by Akira on Tue Sep 15, 2020 5:46 am, edited 6 times in total.

User avatar
Akira
Table Makers
Table Makers
Posts: 1271
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: Night of the Dead

Post by Akira »

Btw everything seems to be server sided so the cheats/scripts won't work when you join someone else.

User avatar
hentai-sama
Expert Cheater
Expert Cheater
Posts: 94
Joined: Fri Mar 03, 2017 6:55 pm
Reputation: 2

Re: Night of the Dead

Post by hentai-sama »

Can u make one hit harvest resources script?

User avatar
Akira
Table Makers
Table Makers
Posts: 1271
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: Night of the Dead

Post by Akira »

There is also a Cheat Table from Zanzer:
viewtopic.php?f=4&t=13597
Last edited by Akira on Wed Sep 09, 2020 2:02 am, edited 1 time in total.

Post Reply

Who is online

Users browsing this forum: a514n, awq123, Baidu [Spider], demon_siege23, Google [Bot], jnthnryd, Mister Freemen, omega3k, running_nomad, Sleepy698244, Taibiggs, Tom andy, Ziro99