Thanks for letting me know how to give you the error: [Link]
This is what it says after the load is complete.
Had the wrong build version.
Also Made by
CheatingMuppet:
Double click on the
[Link] part of the Turbo Manual Crafting cheat. It's to the right side under "Value".
You will see this in the
[Link]
Code: Select all
code:
cmp byte ptr [FactoryGame-Win64-Shipping.cheat_TurboProductionMode],01 // 00 by default
jmp return
Add "//" in front of "cmp byte ptr [FactoryGame-Win64-Shipping.cheat_TurboProductionMode],01 // 00 by default" and right below it add "cmp byte ptr [FactoryGame-Win64-Shipping.exe+416B910],01" so that it looks like this:
Code: Select all
code:
//cmp byte ptr [FactoryGame-Win64-Shipping.cheat_TurboProductionMode],01 // 00 by default
cmp byte ptr [FactoryGame-Win64-Shipping.exe+416B910],01
jmp return
After that you will see an
[Link] at the bottom of your window, press it and
[Link].