If you'd rather use a table then try this one: viewtopic.php?p=195957#p195957
_______________________________
Currently known supported versions:
Stable: CL#173879 (v1.1), CL#173879 (v1.0.1), CL#163716 (v1.0.0), CL#159365 (v1.0.0)
Experimental: CL#172183(v1.0.1)
What is this ?
I lost interest in maintaining the Satisfactory cheat table and using cheat engine in general.
Instead I've been focusing on creating scripting system for UE4.
This trainer is the first thing created with that scripting system.
The system works by injecting Lua into the games memory and it then exposes some core UE4 APIs.
This trainer only uses Cheat Engine for the GUI.
How to use
1a. Extract the zip file anywhere, the password is ForFearless.
1b. You must launch the .CT file directly, not via opening Cheat Engine first and using the "Load" option.
1c. The reason is because the trainer is dependent on knowing the location of itself which is not possible if you launch Cheat Engine first.
2. Launch the game & the .CT file (order doesn't matter).
3. When the game is done loading, click the big button at the bottom of the trainer.
4. Wait for the trainer options to not be gray anymore.
5. Load your save file.
6. You do not need to click the big button when switching saves. Only use it once after starting the game.
Features
Infinite Health
Infinite Kills
Increase Move Speed
Increase Jump Height
More Precise In Air
Turbo Manual Crafting
Infinite Jetpack Fuel
Infinite Rebar Gun Ammo
Infinite Rifle Ammo
Infinite Chainsaw Ammo
Unlimited Crafting & Building
Item Duplication (drag & drop)
Unlimited Fuel [Biomass Burner]
Unlimited Fuel [Vehicles]
Save locations to bank & teleport to bank location
Teleport To Ping
Item Spawner
Known problems
- The teleport bank does not get saved so it needs to be redone every time you open the game.
- There's a small chance that the game will crash when you use any of the teleport options.
This happens when the 'K2_SetActorLocation' function is called while 'World.bPostTickComponentUpdate' is false.
CheatingMuppet
With help from:
CasualGamer
SunBeam
tomsa
boop / usize
And tested by:
GreenHouse
Otis_Inf
SunBeam
Motoson
hooter
Synopis
_______________________________
Original Table
Stable: CL#125236 (v1.28, v1.27), CL#124504 (v1.26), CL#124233 (v1.26), CL#121635 (v1.25), CL#118201 (v1.24), CL#106504 (v1.20), CL#103400 (v1.17)
Experimental: CL#114192 (v1.23), CL#109693 (v1.22, v1.21), CL#106504 (v.1.19), CL#106402 (v1.18), CL#106027 (v1.18)
Last Updated: July 16, 2020
Version 1.20+ REQUIRES CE 7.0+!
Don't know if anyone has a need for this table anymore because of the growing mod community but here it is anyway.
Since CJBok isn't updating his table anymore I thought it would be better if I created a new thread so that I can maintain this table easier as well so that you don't have to go through tons of pages to find the latest version. I've put his updated scripts in its own group to make things easier.
Link to old thread: viewtopic.php?f=4&t=8926
Note: For the experimental branch of the game I will not be updating the table in the same capacity as the stable branch. Features might be removed from the table in this branch and brought back once the game has had an update to its stable branch.
If there's any problem please provide as much information as possible about what's happening.
I will not help if you just say it doesn't work!
Features:
Screenshots in here
How to load symbols faster | Incompatible with V1.24
- Go to wherever you have the game installed and then go into this folder: \FactoryGame\Binaries\Win64.
- Rename the file FactoryGame-Win64-Shipping.pdb to FactoryGame-Win64-Shipping.pdb.backup
- Now Cheat Engine will not attempt to load any pdb file and you don't have to wait as long anymore before activating any scripts. I try to never use any debugging symbols in my scripts but unfortunately I forgot one script in V1.24 so doing this in that particular table version will make the turbo crafting cheat not work.
It's essential that you allow the table lua script to execute. See the screenshot below for example.
V1.24 IMPORTANT INFO
I forgot to untick a setting before updating the aob script for "Turbo Manual Craft" so that cheat might need some extra effort on your part to get it to work for you. Follow the steps below:
- Click on "Full View Mode".
- Click on "Memory View".
- A window will open and near the top of that window you will see some text which says "Symbols are being loaded (100 %) or something similar.
- If you don't have this text then cheat engine broke and you will have to deactivate all cheats and restart cheat engine and do these steps again.
- When the text mentioned above is no longer there (it should be the module name "FactoryGame-Win64-Shipping.exe" normally) then all of the symbols have been loaded. Note that it can take several minutes for all of the symbols to load.
- Now try activating the turbo crafting cheat again.
Update Information:
V1.28 - Updates & New Features for Stable CL#125236
- Removed StaticLoadObject in favor of StaticFindObject.
- New Cheat: Teleport To Ping. Enable this & when you ping you will get teleported to the pinged location.
- Updated Cheat: Machine Editor -> Clockspeed.
- When the clockspeed is changed it will now properly change, visuals update only when you close and reopon the machine UI.
- Previously it didn't work at all.
- Table Compatability: EGS and STEAM
V1.27 - New Features for Stable CL#125236
- Updated to work on CL#125236.
- Brought back the Stack Size Increaser and the Machine Editor.
- Both use the UE4 internal method and should be safe from game updates (mostly & engine updates will break things still)
- Table Compatability: EGS and STEAM
V1.26 - Major Overhaul & New Feature for Stable CL#124233
- BEFORE I BEGIN: I'D LIKE TO REMIND EVERYONE TO MAKE SAVE BACKUPS AND THAT YOU'RE USING CE AT YOUR OWN RISK!
- Updated to work on CL#124233.
- Updated all cheats to use a new methods.
- Most cheats use internal functions now instead of AOBs.
- The cheats that don't use internal functions use AOBs with wildcards. and readmem.
- These new methods should be stronger against game updates however there is an increased chance of the game crashing if an update actually does break the table.
- New Cheat: Item Spawner, please let me know if there are missing items.
- Updated Cheat: The Item Duplicate cheat now actually duplicates the stack instead of filling the stack.
- This table works on both the EGS and STEAM versions of the game as far as I know.
- Also just a note, most of CJBoks code has been replaced (although some is still there).
V1.25 - Update for Stable CL#121635
- Updated to work on CL#121635.
- Fixed "Duplicate Items [Drag & Drop]"
- Fixed a bug with "Fly & Noclip". It also does some bitwise operations now instead of the roundabout way I was using before.
- Fixed "Turbo Manual Craft". You no longer need to use the workaround posted for V1.24.
- Note: It's possible that biomass burners are bugged in this update as I seem to have infinite fuel in them without even launching cheat engine.
V1.24 - Update for Stable (Update 3) CL#118201
- Updated to work on CL#118201.
- Broken things that have now been fixed:
- Instant Analysis and Quick Milestone Reset. These are now combined under 1 script: "Quick Analysis & Milestone Reset"
- Turbo Manual Crafting
- Increase Move Speed
- Duplicate Items [Drag & Drop]
- RESOURCE NODE POINTERS -> Ore Multiplier
- INVENTORY EDITOR
Old Updates
V1.23 - Update for Experimental CL#114192
- Updated to work on CL#114192.
- Instant analysis & quick milestone reset cheats are currently not working and I don't have the time to fix them right now.
V1.22 - New Features for Experimental CL#109693
- The following new features will be available for the stable branch of the game when the game developers release the next stable update.
New Features: - Added a basic inventory editor. You can edit items in the first 9 slots (1st row).
- Added a stack size increaser. Enable it and every item will have a maximum stack size of 500 (except items that can only stack to 1, such as Xeno-Basher and Chainsaw).
- Added "Fuel Consumption", "Radius", and "Time To Cut" inside "EQUIPMENT"->"CHAINSAW".
When using a high "Radius" for the chainsaw the game will only cut until your inventory is full and if the range is very high then your game might lag or freeze.
Quick use: Activate the "Chainsaw Instant & High Range" script inside "ENABLE - CheatingMuppet"->"SCRIPTS".
V1.21 - Update for Experimental CL#109693
- Fixed literally every single cheat. Everything broke when the game updated to Unreal Engine version 4.22.3 (previously 4.21.2).
- Added pointers to the games own "no building cost" and "infinite power" options.
- Deleted the item editor that you could use to set the stack size of the item that you clicked in your inventory.
V1.20 - Update for Stable CL#106504
- The following scripts broke when Cl#106504 was pushed to stable, these have now been fixed.
- Infinite Fuel [Biomass Burner]
- No Power Requirement [Factories]
V1.19 - Update for Experimental CL#106504
- Updated for new game version
V1.18 - Update for Experimental CL#106027, CL#106402
- Updated for new game version
V1.17 - New Features & Update for Stable CL#103400
- The noclip hack should hopefully not cause crashes anymore
New Features: - Vehicle Pointers. Fuel used and current fuel in vehicle. Only valid while in a vehicle.
Updated Features: - The pointers should mostly survive game updates. Sometimes the offsets will change but that is a fairly rare occurrence.
- Noclip, flying & teleporting has been moved over to using a pointer instead of aob scans.
Feel free to request features. I'll look into whatever feature you want but no guarantees that I will do it.
Credits:
CJBok, original author so most of the scripts are from him
CheatingMuppet, for more scripts, and maintaining the table
SunBeam, For helping with understanding how Unreal Engine 4 works
How to use this cheat table?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1