Lies of P - table v: 1.0.1 CT

Upload your cheat tables here (No requests)
User avatar
ModEngine
Table Makers
Table Makers
Posts: 403
Joined: Fri Mar 03, 2017 12:17 am
Reputation: 685

Re: Lies of P - table v: 1.0.0 CT

Post by ModEngine »

C0baltto wrote:
Tue Sep 19, 2023 12:37 am
Can anyone help me, I'm playing through Game Pass and I don't know if this affects anything, but when I try to activate a function in the cheat engine it simply doesn't activate.

Any plausible answer?
Use my app

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

Mewsey85
Novice Cheater
Novice Cheater
Posts: 17
Joined: Fri Jul 31, 2020 11:42 pm
Reputation: 3

Re: Lies of P - table v: 1.0.0 CT

Post by Mewsey85 »

chaos915 wrote:
Tue Sep 19, 2023 12:07 am
Mewsey85 wrote:
Mon Sep 18, 2023 10:25 pm
zachillios wrote:
Sun Sep 17, 2023 1:05 am
Here's my contribution, an item quantity editor:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>17</ID>
      <Description>"Item Editor"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : LOP-Win64-Shipping.exe
  Version: 
  Date   : 2023-09-16
  Author : zachw

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(Item_Scan,LOP-Win64-Shipping.exe,8B 41 40 41 89 00 C3 CC CC) // should be unique
alloc(newmem,$1000,Item_Scan)
globalalloc(ItemScan,4)
label(code)
label(return)

newmem:
push rax
lea rax,[rcx+40]
mov [ItemScan],rax
pop rax
code:
  mov eax,[rcx+40]
  mov [r8],eax
  jmp return

Item_Scan:
  jmp newmem
  nop
return:
registersymbol(Item_Scan)

[DISABLE]

Item_Scan:
  db 8B 41 40 41 89 00

unregistersymbol(Item_Scan)
dealloc(newmem)
dealloc(ItemScan)
{
// ORIGINAL CODE - INJECTION POINT: LOP-Win64-Shipping.exe+1EC2D85

LOP-Win64-Shipping.exe+1EC2D65: 48 8B 74 24 40  - mov rsi,[rsp+40]
LOP-Win64-Shipping.exe+1EC2D6A: 48 83 C4 20     - add rsp,20
LOP-Win64-Shipping.exe+1EC2D6E: 5F              - pop rdi
LOP-Win64-Shipping.exe+1EC2D6F: C3              - ret 
LOP-Win64-Shipping.exe+1EC2D70: 48 8B 42 20     - mov rax,[rdx+20]
LOP-Win64-Shipping.exe+1EC2D74: 45 33 C9        - xor r9d,r9d
LOP-Win64-Shipping.exe+1EC2D77: 48 85 C0        - test rax,rax
LOP-Win64-Shipping.exe+1EC2D7A: 41 0F 95 C1     - setne r9l
LOP-Win64-Shipping.exe+1EC2D7E: 4C 03 C8        - add r9,rax
LOP-Win64-Shipping.exe+1EC2D81: 4C 89 4A 20     - mov [rdx+20],r9
// ---------- INJECTING HERE ----------
LOP-Win64-Shipping.exe+1EC2D85: 8B 41 40        - mov eax,[rcx+40]
// ---------- DONE INJECTING  ----------
LOP-Win64-Shipping.exe+1EC2D88: 41 89 00        - mov [r8],eax
LOP-Win64-Shipping.exe+1EC2D8B: C3              - ret 
LOP-Win64-Shipping.exe+1EC2D8C: CC              - int 3 
LOP-Win64-Shipping.exe+1EC2D8D: CC              - int 3 
LOP-Win64-Shipping.exe+1EC2D8E: CC              - int 3 
LOP-Win64-Shipping.exe+1EC2D8F: CC              - int 3 
LOP-Win64-Shipping.exe+1EC2D90: 40 53           - push rbx
LOP-Win64-Shipping.exe+1EC2D92: 48 83 EC 50     - sub rsp,50
LOP-Win64-Shipping.exe+1EC2D96: 48 8B 42 20     - mov rax,[rdx+20]
LOP-Win64-Shipping.exe+1EC2D9A: 45 33 C9        - xor r9d,r9d
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>18</ID>
          <Description>"Quantity"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>4 Bytes</VariableType>
          <Address>ItemScan</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
This is all I'll be contributing as everything else I'm interested in has been taken care of.
How do i use this?
I just copied the text and pasted it into cheat engine
I did that and it seems to be giving me error scanning for AOB

Drymac
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Sep 19, 2023 5:50 am
Reputation: 0

Re: Lies of P - table v: 1.0.0 CT

Post by Drymac »

I'm Playing the Gamepass version and this table is not working.
I cannot activate the cheats on the table or in the cheat engine.
I don't know if it helps, but the gamepass process is different.
Its not Win64, is WinGDK.

Drymac
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Sep 19, 2023 5:50 am
Reputation: 0

Re: Lies of P - table v: 1.0.0 CT

Post by Drymac »

C0baltto wrote:
Tue Sep 19, 2023 12:37 am
Can anyone help me, I'm playing through Game Pass and I don't know if this affects anything, but when I try to activate a function in the cheat engine it simply doesn't activate.

Any plausible answer?
This guy converted this table to work on gamepass: viewtopic.php?f=4&t=25832&p=315786#p315786

User avatar
ModEngine
Table Makers
Table Makers
Posts: 403
Joined: Fri Mar 03, 2017 12:17 am
Reputation: 685

Re: Lies of P - table v: 1.0.0 CT

Post by ModEngine »

Drymac wrote:
Tue Sep 19, 2023 12:22 pm
This guy converted this table to work on gamepass: viewtopic.php?f=4&t=25832&p=315786#p315786
My app already works for gamepass but good on him to fix the table for gamepass.

User avatar
ModEngine
Table Makers
Table Makers
Posts: 403
Joined: Fri Mar 03, 2017 12:17 am
Reputation: 685

Re: Lies of P - table v: 1.0.1 CT

Post by ModEngine »

Added more cheats

Infinite Health
Infinite Stamina
Infinite Fable
Infinite Legion
Items Don't Decrease
Infinite Weapon Sharpness
Ghost Mode


I may not add more cheats immediately due to real life commitments. You can check out Rhark's trainer here ( viewtopic.php?t=24873 ) he's done a good job on it.

Sunbeam's console unlocker table also adds a lot of interesting functions

viewtopic.php?t=25815

With all of these combined, you can get a lot of fun out of this game :D

dzson
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Sep 19, 2023 11:57 pm
Reputation: 0

Re: Lies of P - table v: 1.0.1 CT

Post by dzson »

not seeing the updated 1.01 table on the file list

Cobepeuh
Cheater
Cheater
Posts: 27
Joined: Mon Feb 17, 2020 5:45 pm
Reputation: 0

Re: Lies of P - table v: 1.0.1 CT

Post by Cobepeuh »

the old table is being downloaded. lay out a new table.

Mandela3000
Cheater
Cheater
Posts: 33
Joined: Fri Jul 20, 2018 11:56 am
Reputation: 0

Re: Lies of P - table v: 1.0.1 CT

Post by Mandela3000 »

v1.1: Added more cheats???

Cobepeuh
Cheater
Cheater
Posts: 27
Joined: Mon Feb 17, 2020 5:45 pm
Reputation: 0

Re: Lies of P - table v: 1.0.1 CT

Post by Cobepeuh »

update table !!!

cheatenginedead
Noobzor
Noobzor
Posts: 14
Joined: Fri May 26, 2023 6:05 am
Reputation: 0

Re: Lies of P - table v: 1.0.1 CT

Post by cheatenginedead »

Cobepeuh wrote:
Wed Sep 20, 2023 1:24 pm
update table !!!
Mandela3000 wrote:
Wed Sep 20, 2023 12:04 pm
v1.1: Added more cheats???
dzson wrote:
Tue Sep 19, 2023 11:58 pm
not seeing the updated 1.01 table on the file list
You have to use cheat engine. It seems he shares a quick cheat engine table when game releases and then offers any subsequent updates through cheat engine. At least it’s completely free unlike some other people.

Like my nick says cheat engine is dead. You have to use apps and pay table makers now if you want to enjoy your games. I even saw exe like tables which was all gibberish and not have any code, so cheat tables are now used to spread malware too!! Look at my topic I made and the expert people don’t deny cheat engine can be used to spread nasties.

I miss few years back when Patreon didn’t exist and we all looked down upon CH

Mewsey85
Novice Cheater
Novice Cheater
Posts: 17
Joined: Fri Jul 31, 2020 11:42 pm
Reputation: 3

Re: Lies of P - table v: 1.0.1 CT

Post by Mewsey85 »

cheatenginedead wrote:
Wed Sep 20, 2023 7:20 pm
Cobepeuh wrote:
Wed Sep 20, 2023 1:24 pm
update table !!!
Mandela3000 wrote:
Wed Sep 20, 2023 12:04 pm
v1.1: Added more cheats???
dzson wrote:
Tue Sep 19, 2023 11:58 pm
not seeing the updated 1.01 table on the file list
You have to use cheat engine. It seems he shares a quick cheat engine table when game releases and then offers any subsequent updates through cheat engine. At least it’s completely free unlike some other people.

Like my nick says cheat engine is dead. You have to use apps and pay table makers now if you want to enjoy your games. I even saw exe like tables which was all gibberish and not have any code, so cheat tables are now used to spread malware too!! Look at my topic I made and the expert people don’t deny cheat engine can be used to spread nasties.

I miss few years back when Patreon didn’t exist and we all looked down upon CH
Yeah its a damn shame really.

alcatrazcgp
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Sep 21, 2023 12:36 am
Reputation: 0

Re: Lies of P - table v: 1.0.1 CT

Post by alcatrazcgp »

Hey, can you add Quartz? The item disappears when used, can you add an option to edit quartz amount? thanks

Tughv
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Oct 21, 2017 11:34 am
Reputation: 0

Re: Lies of P - table v: 1.0.1 CT

Post by Tughv »

I can confirm it works on gamepass. Thank you boss

CrazyJuice64
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Sep 21, 2023 2:03 pm
Reputation: 0

Re: Lies of P - table v: 1.0.1 CT

Post by CrazyJuice64 »

Was someone able to edit the humanity level? I f****d an answer, so i dont think i will be able to get the sword :(.

Post Reply

Who is online

Users browsing this forum: chenstack, demon_siege23, dusny111, Google [Bot], mflau, Neobleak, quiet123, spy1hitman