Factorio+41 v.2.0.55 + Space Age DLC

Upload your cheat tables here (No requests)
MooOooN
Noobzor
Noobzor
Posts: 10
Joined: Mon Aug 10, 2020 1:48 pm
Reputation: 1

Re: Factorio+41 v.2.0.23 + Space Age DLC

Post by MooOooN »

2.0.28-1
following are failing:
- No Crafting Requirements
- Reveal all recipes

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

Bloodybone
Table Makers
Table Makers
Posts: 351
Joined: Thu Aug 03, 2017 6:19 am
Reputation: 224

Re: Factorio+41 v.2.0.28 + Space Age DLC

Post by Bloodybone »

I've updated the Table to Version 2.0.28 :)

MooOooN
Noobzor
Noobzor
Posts: 10
Joined: Mon Aug 10, 2020 1:48 pm
Reputation: 1

Re: Factorio+41 v.2.0.28 + Space Age DLC

Post by MooOooN »

Bloodybone wrote:
Wed Dec 25, 2024 12:20 pm
I've updated the Table to Version 2.0.28 :)
You are the man. GG

Crazy_Richie
Novice Cheater
Novice Cheater
Posts: 22
Joined: Sun Jun 09, 2019 7:15 am
Reputation: 1

Re: Factorio+41 v.2.0.28 + Space Age DLC

Post by Crazy_Richie »

Hi,

"Research Stuff" seams to crash my game. Do i have to activate anything and how?

apez
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Feb 15, 2025 2:56 am
Reputation: 0

Re: Factorio+41 v.2.0.28 + Space Age DLC

Post by apez »

Thank you for this amazing table. I have been using the ct under v2.32 and I noticed allow achievements no longer seems to work for some things. "Keeping your hands clean" is not triggering and neither is "work around the clock". I cant speak for the other achievements as I already had most of them through my original normal play through. It's just these stragglers I was hoping to get with CE.

User avatar
gir489
RCE Fanatics
RCE Fanatics
Posts: 835
Joined: Mon May 08, 2017 4:08 am
Reputation: 659

Re: Factorio+41 v.2.0.28 + Space Age DLC

Post by gir489 »

A lot broke with 2.0.39.

define(address,Factorio.CharacterController::getCursorStack+7)
define(bytes,48 05 C0 04 00 00)

code:
add rax,000004C0

I updated Get Cursor Stack, but the rest I didn't care about. My Instant Research Complete still works.

Oh and No crafting requirement.

Code: Select all

[ENABLE]
aobscanregion(unlockrecipes_aob_1,Factorio.ManualCrafter::startCrafting,Factorio.ManualCrafter::startCrafting+200, 80 79 0A 00)
aobscanregion(unlockrecipes_aob_2,Factorio.ManualCrafter::buildRecipeTree,Factorio.ManualCrafter::buildRecipeTree+200,80 78 0A 00)
aobscanregion(unlockrecipes_aob_3,Factorio.RecipeToolTip::updateContent,Factorio.RecipeToolTip::updateContent+150,41 80 7F 0A 00)
//aobscanregion(unlockrecipes_aob_4,Factorio.ManualCrafter::startCrafting+200,Factorio.ManualCrafter::startCrafting+600,44 3B FB 41 0F 42 DF)
aobscanregion(unlockrecipes_aob_5,Factorio.ManualCrafter::startCrafting+100,Factorio.ManualCrafter::startCrafting+400,90 48 8D 54 24 30 48 8D 4C 24 30) // should be unique
aobscanregion(unlockrecipes_aob_6,Factorio.ManualCrafter::startCrafting,Factorio.ManualCrafter::startCrafting+150,90 48 8D 8D 18 01 00 00)
aobscanregion(unlockrecipes_aob_7,Factorio.ManualCrafter::startCrafting+100,Factorio.ManualCrafter::startCrafting+300,80 BE DB 03 00 00 00)
assert(Factorio.Character::canEverCraft+40,44 38 89 DB 03 00 00)

alloc(newmem,$1000,Factorio.exe)
label(unlockrecipes_aob_6_code)
label(return)
label(return_2)

newmem:
mov dword ptr [rax],#100
lea rdx,[rsp+30]
jmp return

unlockrecipes_aob_6_code:
mov dword ptr [rax],2
lea rcx,[rbp+118]
jmp return_2

unlockrecipes_aob_1:
  db 80 79 0A FF
registersymbol(unlockrecipes_aob_1)

unlockrecipes_aob_2:
  db 80 78 0A FF
registersymbol(unlockrecipes_aob_2)

unlockrecipes_aob_3:
  db 41 80 7F 0A FF

registersymbol(unlockrecipes_aob_3)

//unlockrecipes_aob_4:
//  db BB 01 00 00 00 90 90
//registersymbol(unlockrecipes_aob_4)

unlockrecipes_aob_5+1:
  jmp newmem
return:
registersymbol(unlockrecipes_aob_5)

unlockrecipes_aob_6+1:
  jmp unlockrecipes_aob_6_code
  nop 2
return_2:
registersymbol(unlockrecipes_aob_6)

unlockrecipes_aob_7:
  db 80 BE DB 03 00 00 FF

registersymbol(unlockrecipes_aob_7)

Factorio.Character::canEverCraft+40:
  db 80 b9 db 03 00 00 ff

[DISABLE]

unlockrecipes_aob_1:
  db 80 79 0A 00

unregistersymbol(unlockrecipes_aob_1)

unlockrecipes_aob_2:
  db 80 78 0A 00

unregistersymbol(unlockrecipes_aob_2)

unlockrecipes_aob_3:
  db 41 80 7F 0A 00

unregistersymbol(unlockrecipes_aob_3)

//unlockrecipes_aob_4:
// db 44 3B FB 41 0F 42 DF

//unregistersymbol(unlockrecipes_aob_4)

unlockrecipes_aob_5+1:
  db 48 8D 54 24 30

unregistersymbol(unlockrecipes_aob_5)

unlockrecipes_aob_6+1:
  db 48 8D 8D 18 01 00 00

unregistersymbol(unlockrecipes_aob_6)

unlockrecipes_aob_7:
  db 80 BE DB 03 00 00 00

unregistersymbol(unlockrecipes_aob_7)

Factorio.Character::canEverCraft+40:
  db 44 38 89 DB 03 00 00

dealloc(newmem)

Dr.Glitch
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Dec 26, 2022 8:14 pm
Reputation: 0

Re: Factorio+41 v.2.0.28 + Space Age DLC

Post by Dr.Glitch »

please update the Trainer it was fantastic!!!!

Bloodybone
Table Makers
Table Makers
Posts: 351
Joined: Thu Aug 03, 2017 6:19 am
Reputation: 224

Re: Factorio+41 v.2.0.41 + Space Age DLC

Post by Bloodybone »

I've updated the table to Version 2.0.41 :)

Cheeper
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Mar 15, 2025 9:17 am
Reputation: 0

Re: Factorio+41 v.2.0.41 + Space Age DLC

Post by Cheeper »

Bloodybone wrote:
Tue Mar 18, 2025 7:41 pm
I've updated the table to Version 2.0.41 :)
Thank you very much. Good job!

User avatar
gir489
RCE Fanatics
RCE Fanatics
Posts: 835
Joined: Mon May 08, 2017 4:08 am
Reputation: 659

Re: Factorio+41 v.2.0.41 + Space Age DLC

Post by gir489 »

cursor_mod_bypass broke on 2.0.42.

Code: Select all

aobscanmodule(cursor_mod_bypass,Factorio.exe,74 ? 48 3B C1 75 ? 48 8D 9F)
Fixed signature there.

Also, I've been crashing randomly from an integrity check.

Code: Select all

aobscanmodule(integ_bypass,Factorio.exe,40 53 48 83 EC 60 48 8B D9 44 0F B7 49)
integ_bypass:
  retn
There's how to bypass it.

Tesu
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Mar 26, 2025 6:00 am
Reputation: 0

Re: Factorio+41 v.2.0.41 + Space Age DLC

Post by Tesu »

Nvm, thk for table!

User avatar
Dragonage12
Novice Cheater
Novice Cheater
Posts: 16
Joined: Sun Mar 14, 2021 3:59 pm
Reputation: 2

Re: Factorio+41 v.2.0.41 + Space Age DLC

Post by Dragonage12 »

Please update the table as it says: "Error: Failed to find AOB for ItemPrototype Array. Some Scripts will not work!" when trying to enable "Bloodybone" since the new update (2.0.43) came out today

Bloodybone
Table Makers
Table Makers
Posts: 351
Joined: Thu Aug 03, 2017 6:19 am
Reputation: 224

Re: Factorio+41 v.2.0.41 + Space Age DLC

Post by Bloodybone »

Dragonage12 wrote:
Mon Mar 31, 2025 9:44 pm
Please update the table as it says: "Error: Failed to find AOB for ItemPrototype Array. Some Scripts will not work!" when trying to enable "Bloodybone" since the new update (2.0.43) came out today
Ive updated the table to Version 2.0.43 which fixes this issue :)

User avatar
Dragonage12
Novice Cheater
Novice Cheater
Posts: 16
Joined: Sun Mar 14, 2021 3:59 pm
Reputation: 2

Re: Factorio+41 v.2.0.41 + Space Age DLC

Post by Dragonage12 »

Bloodybone wrote:
Tue Apr 01, 2025 8:26 pm
Dragonage12 wrote:
Mon Mar 31, 2025 9:44 pm
Please update the table as it says: "Error: Failed to find AOB for ItemPrototype Array. Some Scripts will not work!" when trying to enable "Bloodybone" since the new update (2.0.43) came out today
Ive updated the table to Version 2.0.43 which fixes this issue :)
Thank you so much!!! :D :D

Dumme Idee
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Apr 09, 2025 8:13 pm
Reputation: 0

Re: Factorio+41 v.2.0.43 + Space Age DLC

Post by Dumme Idee »

the table does not work for me when I open the table it gives the error unknown error getting the adress for xor eax,ea in line 151is this a problem with my setup?

Post Reply

Who is online

Users browsing this forum: AmazonBot, Bing [Bot], gg1n1990, Google Adsense [Bot], JCORT4, oaksudteen, weird032