Page 1 of 4

Night of the Dead

Posted: Sat Aug 29, 2020 11:06 am
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

Re: Night of the Dead

Posted: Sun Aug 30, 2020 9:18 am
by Modebcn
thanks for the table 👍👍👍👍

Re: Night of the Dead

Posted: Sun Aug 30, 2020 9:26 am
by slicer
thanks a lot ! very useful :)

Re: Night of the Dead

Posted: Mon Aug 31, 2020 4:26 pm
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 753 times
1FRLF-Win64-Shipping_1.5.CT
(1.7 MiB) Downloaded 220 times
1FRLF-Win64-Shipping_1.4.CT
(1.7 MiB) Downloaded 200 times
1FRLF-Win64-Shipping_1.3.CT
(494.57 KiB) Downloaded 219 times
1FRLF-Win64-Shipping_1.2.CT
(114.2 KiB) Downloaded 197 times
1FRLF-Win64-Shipping (Akira Fudo).CT
(54.55 KiB) Downloaded 259 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]

Re: Night of the Dead

Posted: Mon Aug 31, 2020 4:27 pm
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

Re: Night of the Dead

Posted: Mon Aug 31, 2020 6:17 pm
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)

Re: Night of the Dead

Posted: Mon Aug 31, 2020 6:25 pm
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)

Re: Night of the Dead

Posted: Mon Aug 31, 2020 7:38 pm
by nino94
can you update table

Re: Night of the Dead

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

Re: Night of the Dead

Posted: Mon Aug 31, 2020 8:38 pm
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)

Re: Night of the Dead

Posted: Tue Sep 01, 2020 1:08 am
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.

Re: Night of the Dead

Posted: Tue Sep 01, 2020 2:09 am
by Akira
-

Re: Night of the Dead

Posted: Wed Sep 02, 2020 11:24 pm
by Akira
Btw everything seems to be server sided so the cheats/scripts won't work when you join someone else.

Re: Night of the Dead

Posted: Sat Sep 05, 2020 7:44 am
by hentai-sama
Can u make one hit harvest resources script?

Re: Night of the Dead

Posted: Tue Sep 08, 2020 6:27 pm
by Akira
There is also a Cheat Table from Zanzer:
viewtopic.php?f=4&t=13597