Cult of the Lamb

Upload your cheat tables here (No requests)
User avatar
Akira
Table Makers
Table Makers
Posts: 1268
Joined: Fri May 24, 2019 2:04 am
Reputation: 1676

Cult of the Lamb

Post 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 19499 times
Cult Of The Lamb v1.1.CT
(1.91 MiB) Downloaded 4772 times
Cult Of The Lamb v1.0.CT
(977.73 KiB) Downloaded 2288 times
Tables from Others
__________________________________________________________________________________________________________________________
Table updates will be available only for Patreon patrons pledging to the Updates tier: [Link]

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
Last edited by Akira on Wed Apr 26, 2023 8:38 am, edited 9 times in total.

User avatar
Akira
Table Makers
Table Makers
Posts: 1268
Joined: Fri May 24, 2019 2:04 am
Reputation: 1676

Re: Cult of the Lamb

Post 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.
Last edited by Akira on Mon Aug 08, 2022 9:45 am, edited 2 times in total.

MasterMarius
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Aug 21, 2020 7:57 pm
Reputation: 0

Re: Cult of the Lamb

Post 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?

canndhha
Cheater
Cheater
Posts: 31
Joined: Sat Apr 16, 2022 2:40 am
Reputation: 6

Re: Cult of the Lamb

Post 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')

Dan_Lyle
Cheater
Cheater
Posts: 32
Joined: Wed Jun 15, 2022 1:20 pm
Reputation: 34

Re: Cult of the Lamb

Post 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.
Attachments
Cult Of The Lamb.CT
(149.58 KiB) Downloaded 3737 times
Cult Of The Lamb.CT
(163.67 KiB) Downloaded 6059 times
Last edited by Dan_Lyle on Mon Aug 15, 2022 8:16 am, edited 3 times in total.

User avatar
TemptingIcarus
Expert Cheater
Expert Cheater
Posts: 397
Joined: Thu Aug 16, 2018 11:32 pm
Reputation: 54

Re: Cult of the Lamb

Post by TemptingIcarus »

Is this working for the official launch version or the demo only?

Wombleinc
Expert Cheater
Expert Cheater
Posts: 71
Joined: Fri Aug 09, 2019 4:42 pm
Reputation: 9

Re: Cult of the Lamb

Post by Wombleinc »

I dont think either of these tables are working right now.

simontk64
Cheater
Cheater
Posts: 47
Joined: Fri Oct 02, 2020 1:29 pm
Reputation: 7

Re: Cult of the Lamb

Post by simontk64 »

Any updates?

Dan_Lyle
Cheater
Cheater
Posts: 32
Joined: Wed Jun 15, 2022 1:20 pm
Reputation: 34

Re: Cult of the Lamb

Post by Dan_Lyle »

The table I made is for the release version. Is there an issue with it?

Vincernio
Noobzor
Noobzor
Posts: 5
Joined: Mon May 28, 2018 6:30 pm
Reputation: 0

Re: Cult of the Lamb

Post 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).

Dan_Lyle
Cheater
Cheater
Posts: 32
Joined: Wed Jun 15, 2022 1:20 pm
Reputation: 34

Re: Cult of the Lamb

Post 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?

User avatar
Cake-san
Table Makers
Table Makers
Posts: 425
Joined: Sun Mar 26, 2017 4:32 pm
Reputation: 770

Re: Cult of the Lamb

Post 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
Attachments
Cult Of The Lamb_.CT
Update 1
(40.29 KiB) Downloaded 4005 times
Cult Of The Lamb_.CT
(30.84 KiB) Downloaded 14165 times
Last edited by Cake-san on Sat Aug 13, 2022 4:09 pm, edited 1 time in total.

User avatar
Chrisfearless
Expert Cheater
Expert Cheater
Posts: 115
Joined: Sun Sep 23, 2018 5:24 pm
Reputation: 16

Re: Cult of the Lamb

Post by Chrisfearless »

Akira's table still works except the inventory stuff (v1.0 GOG testet)

User avatar
TemptingIcarus
Expert Cheater
Expert Cheater
Posts: 397
Joined: Thu Aug 16, 2018 11:32 pm
Reputation: 54

Re: Cult of the Lamb

Post by TemptingIcarus »

None of the options are working on the Steam Version of the game.

hedop
Expert Cheater
Expert Cheater
Posts: 153
Joined: Fri Mar 17, 2017 4:52 pm
Reputation: 27

Re: Cult of the Lamb

Post by hedop »

Any updates?

Post Reply

Who is online

Users browsing this forum: Baidu [Spider], CaptainBlackbird, Dangelion, Dendih, Dr4gongu4rd, Google Adsense [Bot], hawkins, helodan, hootscheat, SAINTJ, Sogou, static-matic, StinVec, timechaos69, tulasno, Twilurk, valgul, vonzuu, xboxgame, YandexBot, Zanzer, ZeroIdeas