Page 1 of 6

Cult of the Lamb

Posted: Thu Aug 04, 2022 10:25 am
by Akira

Code: Select all

Game Name:		Cult of the Lamb
Game Process:		Cult Of The Lamb.exe
Game Version:		1.0.5
Game Engine:		Unity
Game DLL:		Assembly-CSharp
Anti-Cheat: 		-
Savegame:		C:\Users\<UserName>\AppData\LocalLow\Massive Monster\Cult Of The Lamb\saves
Cheat Engine: 		7.4 (Dark Mode)
Game Website:
If you like my work then please rate this post positive, it's easy, just hit the "Post reputation" button at the top right of the post.
If you want to share the table then share the link to this post but do not upload this table anywhere else.



Scripts:
-Inf. Health
-Inf. Spell Ammo
-No Dodge Delay
-Increased Attack Rate
-No Item Consume
-Unlock Buildings
-InventoryPointer

Pointer:
-PlayerController
-DataManager
The Tables can also be found in our Discord Server:
[Link]
If you have any questions or need help feel free to ask there, we have tables for a lot other games as well.
Old Versions
Cult Of The Lamb v1.2.CT
(1.96 MiB) Downloaded 19746 times
Cult Of The Lamb v1.1.CT
(1.91 MiB) Downloaded 4867 times
Cult Of The Lamb v1.0.CT
(977.73 KiB) Downloaded 2392 times
Tables from Others
__________________________________________________________________________________________________________________________
Table updates will be available only for Patreon patrons pledging to the Updates tier: [Link]

Re: Cult of the Lamb

Posted: Thu Aug 04, 2022 11:36 pm
by Akira
Disable Demo Mode (Allow Saving):

Code: Select all

[ENABLE]

aobscanregion(CheatConsoleInDemo,CheatConsole:get_IN_DEMO,CheatConsole:get_IN_DEMO+20,0F B6 00 48 83 C4 08 C3)
alloc(newmem,$1000,CheatConsoleInDemo)

label(code)
label(return)

newmem:
  mov byte ptr [rax],00

code:
  movzx eax,byte ptr [rax]
  add rsp,08
  jmp return

CheatConsoleInDemo:
  jmp newmem
  nop 2
return:
registersymbol(CheatConsoleInDemo)

{$LUA}
memrec.Color = 0x0000FF00 --;AABBGGRR Green
{$ASM}
[DISABLE]
{$LUA}
memrec.Color = 0x000000FF --;AABBGGRR Red
{$ASM}

CheatConsoleInDemo:
  db 0F B6 00 48 83 C4 08

unregistersymbol(CheatConsoleInDemo)
dealloc(newmem)
Open table, go to Memory View and hit Ctrl+A, in the new window paste the code in, click on File -> Assign to current cheat table.

At main menu you should be able to select a save slot in which the game will save the game when playing and ofc you should also be able to load the savegame.
However this doesn't work perfectly, sometimes it does and sometimes it doesn't, hope someone can help me with that.

I know that ppl got it fully working by editing the game's DLL but I prefer a script for CE.

Re: Cult of the Lamb

Posted: Sun Aug 07, 2022 4:48 pm
by MasterMarius
How do I use this script?
At the game restart I have to reload the scrip for the menu Save/Load to appear?
What should I do for use it in combination with trainer CT file?

Re: Cult of the Lamb

Posted: Mon Aug 08, 2022 1:53 pm
by canndhha
Akira wrote:
Thu Aug 04, 2022 11:36 pm
Disable Demo Mode (Allow Saving):

Code: Select all

[ENABLE]

aobscanregion(CheatConsoleInDemo,CheatConsole:get_IN_DEMO,CheatConsole:get_IN_DEMO+20,0F B6 00 48 83 C4 08 C3)
alloc(newmem,$1000,CheatConsoleInDemo)

label(code)
label(return)

newmem:
  mov byte ptr [rax],00

code:
  movzx eax,byte ptr [rax]
  add rsp,08
  jmp return

CheatConsoleInDemo:
  jmp newmem
  nop 2
return:
registersymbol(CheatConsoleInDemo)

{$LUA}
memrec.Color = 0x0000FF00 --;AABBGGRR Green
{$ASM}
[DISABLE]
{$LUA}
memrec.Color = 0x000000FF --;AABBGGRR Red
{$ASM}

CheatConsoleInDemo:
  db 0F B6 00 48 83 C4 08

unregistersymbol(CheatConsoleInDemo)
dealloc(newmem)
Open table, go to Memory View and hit Ctrl+A, in the new window paste the code in, click on File -> Assign to current cheat table.

At main menu you should be able to select a save slot in which the game will save the game when playing and ofc you should also be able to load the savegame.
However this doesn't work perfectly, sometimes it does and sometimes it doesn't, hope someone can help me with that.

I know that ppl got it fully working by editing the game's DLL but I prefer a script for CE.
Lua error in the script at line 23:[string "local synctaxcheck,memrec=... ..."]:2: attempt to index a nil value (local 'memrec')

Re: Cult of the Lamb

Posted: Thu Aug 11, 2022 6:03 pm
by Dan_Lyle
just a quick table which allows for modifying health and inventory and other attributes like ability points. The table is a bit of a mess atm but I am still finding things.
edit:corrected script

update:
added inventory script which sets the quantity of every item to 1000
added script which allows for the modification of the golden fleece multiplier
added script which gives 4 free tarot cards without needing to have the fleece equipped hence not having any of the downsides.

Re: Cult of the Lamb

Posted: Thu Aug 11, 2022 8:08 pm
by TemptingIcarus
Is this working for the official launch version or the demo only?

Re: Cult of the Lamb

Posted: Thu Aug 11, 2022 8:36 pm
by Wombleinc
I dont think either of these tables are working right now.

Re: Cult of the Lamb

Posted: Thu Aug 11, 2022 8:42 pm
by simontk64
Any updates?

Re: Cult of the Lamb

Posted: Thu Aug 11, 2022 9:46 pm
by Dan_Lyle
The table I made is for the release version. Is there an issue with it?

Re: Cult of the Lamb

Posted: Thu Aug 11, 2022 10:24 pm
by Vincernio
Dan_Lyle wrote:
Thu Aug 11, 2022 9:46 pm
The table I made is for the release version. Is there an issue with it?
Most of the values show up as ?? for me, I'm wondering if there is a difference between the GOG version (the one i have) and the Steam version if you are using that (might be other versions too, not sure).

Re: Cult of the Lamb

Posted: Thu Aug 11, 2022 10:54 pm
by Dan_Lyle
I am using the steam version I could download the gog version and test it. Are there any steam users who are having issues?

Re: Cult of the Lamb

Posted: Thu Aug 11, 2022 11:08 pm
by Cake-san
Here's a lazy table which it just use/calls the game's methods
note: some options will probably break the game as I use it for testing purposes
:ph34r:

///

Update 1
  • Pointer->AllBuildingsUnlocked
  • Instant Build on Hit
  • Multiply meal on Cook
  • Super Weapon
  • GiveItem

Re: Cult of the Lamb

Posted: Fri Aug 12, 2022 7:47 am
by Chrisfearless
Akira's table still works except the inventory stuff (v1.0 GOG testet)

Re: Cult of the Lamb

Posted: Fri Aug 12, 2022 8:25 am
by TemptingIcarus
None of the options are working on the Steam Version of the game.

Re: Cult of the Lamb

Posted: Fri Aug 12, 2022 10:23 am
by hedop
Any updates?