Aliens: Dark Descent

Upload your cheat tables here (No requests)
Tuuuup!
Table Makers
Table Makers
Posts: 239
Joined: Sat Sep 26, 2020 9:54 am
Reputation: 1403

Aliens: Dark Descent

Post by Tuuuup! »



Made for STEAM may work on other store versions, since v2.

Still working on it. Will update when I have some free time.
Select the correct process for the game!!

Options:

inf HP
inf Armor
Enemies have low vision/ don't spot you
Resources in base
inf Medkit + Tools
Instant heal
Hover over character in battle (and pause game)

v3: Added Stop day count, Stop Bombardement, resources battle, Stop planet infestation and more

v4: Update scripts for build 94684. And added more..read the info in table!!
v4.5: Fix for HP etc
v4.6: Secondary gun pointers
Old info
v1.5: Quick fix/update on inf HP , armor and alien sight. I changed the compare so I hope it works.

v2: Fix the armor script and now you can choose inf HP player only or easy small enemy kill etc. Also changed scripts so now it could work for other store version (EPIC etc..)

v2.5: Added Medical quarter pointers (change amount off physicians), Instant heal doesn't lose physician. And some small fixes.
inf Ammo shotgun crash fix for version v2.5

Code: Select all

[ENABLE]
aobscanmodule(weaponammo,$process,CC 8B 81 D8 03 00 00)
registersymbol(weaponammo weaponammobkp)
alloc(newmem,128,weaponammo)
label(return)
label(weaponammobkp)
newmem:
push r12
mov r12,[rcx+2b0]
cmp qword ptr [r12+a68],0000
pop r12
je @f

mov rax,[rcx+00000378]
test rax,rax  //  shotgun crash fix
je @f  //  shotgun crash fix
mov rax,[rax+94] // max ammo
mov [rcx+000003D8],rax

@@:
  mov eax,[rcx+000003D8]
  jmp return
  
weaponammobkp:
readmem(weaponammo+01,6)

weaponammo+01:
  jmp newmem
  nop
return:

[DISABLE]
weaponammo+01:
 // db 8B 81 D8 03 00 00
readmem(weaponammobkp,6)
unregistersymbol(*)
dealloc(*)
Old tables
AliensDarkDescentGameSteam-Win64-Shipping.CT
(87.17 KiB) Downloaded 1806 times
AliensDarkDescentGameSteam-Win64-Shipping-v1.5.CT
(87.64 KiB) Downloaded 1588 times
AliensDarkDescentGameSteam-Win64-Shipping-v2.CT
(100.27 KiB) Downloaded 498 times
AliensDarkDescentGameSteam-Win64-Shipping-v2.5.CT
(127.33 KiB) Downloaded 2225 times
AliensDarkDescentGameSteam-Win64-Shipping-v3.CT
(171.69 KiB) Downloaded 2839 times
AliensDarkDescentGameSteam-Win64-Shipping-v4.CT
(185.45 KiB) Downloaded 1070 times
If you have time to download the table and test it, then you have time to give my post a thumbs up/ rate positive. That's all I'm asking.

Raex code for max level: viewtopic.php?p=301794#p301794
VirgilSouth resources in battle: viewtopic.php?p=301947#p301947

Have fun.

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
AliensDarkDescentGameSteam-Win64-Shipping-v4.6.CT
(198.04 KiB) Downloaded 4179 times
AliensDarkDescentGameSteam-Win64-Shipping-v4.5.CT
(185.4 KiB) Downloaded 5869 times
Last edited by Tuuuup! on Mon Sep 18, 2023 7:47 am, edited 16 times in total.

GarmaSword
Cheater
Cheater
Posts: 33
Joined: Wed Oct 23, 2019 5:03 pm
Reputation: 1

Re: Aliens: Dark Descent

Post by GarmaSword »

Hello, thanks for the table, all the resources work, however I do not understand how the XP or level stuff works and i broke my game by making all my characters level -49 and now I can't level them up, could you please help me?


I just want them to be level 10 (max level)

Raex
What is cheating?
What is cheating?
Posts: 4
Joined: Fri Sep 18, 2020 1:04 am
Reputation: 7

Re: Aliens: Dark Descent

Post by Raex »

GarmaSword wrote:
Thu Jun 22, 2023 12:14 am
Hello, thanks for the table, all the resources work, however I do not understand how the XP or level stuff works and i broke my game by making all my characters level -49 and now I can't level them up, could you please help me?


I just want them to be level 10 (max level)
Use this.

Code: Select all


[ENABLE]

aobscanmodule(INJECT,AliensDarkDescentGameSteam-Win64-Shipping.exe,89 81 F4 09 00 00 85) // should be unique
alloc(newmem,$1000,INJECT)

label(code)
label(return)

newmem:

code:
  //mov [rcx+000009F4],eax
  mov [rcx+000009F4],500
  jmp return

INJECT:
  jmp newmem
  nop
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db 89 81 F4 09 00 00

unregistersymbol(INJECT)
dealloc(newmem)

draconiandeus
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Feb 11, 2022 5:24 am
Reputation: 0

Re: Aliens: Dark Descent

Post by draconiandeus »

If you set Infinite HP, enemy shooters will be invincible too.

Docidoo
Noobzor
Noobzor
Posts: 10
Joined: Sun Jan 20, 2019 8:53 am
Reputation: 0

Re: Aliens: Dark Descent

Post by Docidoo »

draconiandeus wrote:
Thu Jun 22, 2023 5:57 am
If you set Infinite HP, enemy shooters will be invincible too.
Use the infinite Armor cheat it doesn't effect enemies and your still invincible to aliens and humans

LolkaZZ
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Feb 09, 2023 8:03 am
Reputation: 0

Re: Aliens: Dark Descent

Post by LolkaZZ »

Table still not working as intended.
No sight breaks the game progress on each reload(marines not attacking enemies). HP and armor options are not working against the Queen.
Last edited by LolkaZZ on Fri Jun 23, 2023 2:11 am, edited 1 time in total.

Yanoto
Expert Cheater
Expert Cheater
Posts: 59
Joined: Mon May 22, 2017 1:04 pm
Reputation: 6

Re: Aliens: Dark Descent

Post by Yanoto »

Min and Max damage not working. When I change values ​​nothing happens.

SlipperyEel
Expert Cheater
Expert Cheater
Posts: 71
Joined: Wed Aug 30, 2017 3:42 am
Reputation: 37

Re: Aliens: Dark Descent

Post by SlipperyEel »

LolkaZZ wrote:
Thu Jun 22, 2023 10:32 pm
HP and armor options are not working against the Queen.
Armour is no longer working at all with the latest hotfix + v1.5 table. All the other options still seem to be working correctly though (no stress, inf ammo/items, base inventory adjustment, etc.).
Tuuuup! wrote:
Wed Jun 21, 2023 7:55 pm
Select the correct process for the game!!
This appears to consistently be the second process in the list? Might be worth clarifying that in the first post.

If I may be so bold as to suggest some formatting tweaks, I have rearranged things to group them into combat vs management groups and switched around the order a bit to suit my own OCD:

Image

I've also confirmed the resource pointers on the Otago that you had question marks for, plus identified Xenosamples. Not sure what the 1, 3, and 7 ones might be though. Possibly they get added later in the campaign. I'm still only on the first map.

Image

VirgilSouth
Expert Cheater
Expert Cheater
Posts: 158
Joined: Tue May 02, 2017 3:25 pm
Reputation: 65

Re: Aliens: Dark Descent

Post by VirgilSouth »

Here are updated pointers for resources in mission
Attachments
ASF.CT
(5.29 KiB) Downloaded 1570 times

Tuuuup!
Table Makers
Table Makers
Posts: 239
Joined: Sat Sep 26, 2020 9:54 am
Reputation: 1403

Re: Aliens: Dark Descent

Post by Tuuuup! »

SlipperyEel wrote:
Fri Jun 23, 2023 10:16 am

....
For script naming, that's the freedom from CE. You can change and add whatever you want.
The armor script, that's a mistake from me. Thanks for pointing that out. I used byte ptr and need to be qword ptr, will fix that in next update.

Kaixa
Cheater
Cheater
Posts: 34
Joined: Fri Sep 01, 2017 5:01 am
Reputation: 1

Re: Aliens: Dark Descent

Post by Kaixa »

Is there a way to change the trait?
Some traits are really annoying.

OliverSky
Novice Cheater
Novice Cheater
Posts: 17
Joined: Tue Oct 27, 2020 6:20 pm
Reputation: 1

Re: Aliens: Dark Descent

Post by OliverSky »

Tuuuup! wrote:
Wed Jun 21, 2023 7:55 pm


Made for STEAM may work on other store versions, since v2.

Still working on it. Will update when I have some free time.
Select the correct process for the game!!

Options:

inf HP
inf Armor
Enemies have low vision/ don't spot you
Resources in base
inf Medkit + Tools
Instant heal (still lose physician)
Hover over character in battle (and pause game)

v1.5: Quick fix/update on inf HP , armor and alien sight. I changed the compare so I hope it works.
v2: Fix the armor script and now you can choose inf HP player only or easy small enemy kill etc. Also changed scripts so now it could work for other store version (EPIC etc..)

If you have time to download the table and test it, then you have time to give my post a thumbs up/ rate positive. That's all I'm asking.

Raex code for max level: viewtopic.php?p=301794#p301794
VirgilSouth resources in battle: viewtopic.php?p=301947#p301947

Have fun.
Sir, do level change for marine, pls. Edit level

kjhpc
Cheater
Cheater
Posts: 27
Joined: Tue Apr 03, 2018 4:35 pm
Reputation: 1

Re: Aliens: Dark Descent

Post by kjhpc »

I am using your cheat table well and thank you!
If it's not difficult, could you also add the '100% accuracy' option?
Even when marines reach level 10, they still don't handle guns very well...

endersblade
Expert Cheater
Expert Cheater
Posts: 62
Joined: Sat Aug 11, 2018 11:48 pm
Reputation: 13

Re: Aliens: Dark Descent

Post by endersblade »

Hmm...not sure which option is doing it, probably inf items, but any time I try using the shotgun it instantly crashes the game...

Edit: It appears to be the Inf Ammo option.

SlipperyEel
Expert Cheater
Expert Cheater
Posts: 71
Joined: Wed Aug 30, 2017 3:42 am
Reputation: 37

Re: Aliens: Dark Descent

Post by SlipperyEel »

endersblade wrote:
Sat Jun 24, 2023 5:14 am
Hmm...not sure which option is doing it, probably inf items, but any time I try using the shotgun it instantly crashes the game...

Edit: It appears to be the Inf Ammo option.
Can confirm - just encountered this myself.

Post Reply

Who is online

Users browsing this forum: AceOfSpades2, admantx, AhrefsBot, alex185, castix, chaossurge, Daz, Google Adsense [Bot], hekireki, LordGrimoire, milarka, Mirlmunir, Mythril, naixp, nodontplease, Postnord, sweetim, theemark, wollyy, Yorick