<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="46">
  <CheatEntries>
    <CheatEntry>
      <ID>1</ID>
      <Description>"The Beast Inside"</Description>
      <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
      <Color>C08000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(One,TheBeastInside-Win64-Shipping.exe,24 48 8B 10 48 8B C8)

alloc(newmem,$1000,One)
alloc(Two,8)

label(code)
label(return)

Two:
  dq 0

newmem:

code:
  mov qword ptr [Two],rax
  mov rdx,[rax]
  mov rcx,rax
  jmp return

One+01:
  jmp newmem
  nop

return:
registersymbol(One)
registersymbol(Two)

[DISABLE]

One+01:
  db 48 8B 10 48 8B C8

unregistersymbol(One)
unregistersymbol(Two)

dealloc(newmem)
dealloc(Two)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>15</ID>
          <Description>"==== General ===="</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <Color>C080FF</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>17</ID>
              <Description>"Infinite Health"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if health ~= nil then
  health.destroy()
  health = nil
  end
  local proc = getOpenedProcessID()
  health = createTimer()
  health.Interval = 1000
  health.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  health.destroy()
  health = nil
  return
  end
  pcall(function()
  local a = getAddress('Two')
  if not a then return end
  local base = readQword(a)
  if base == 0 then return end
  local maximumHealth = readFloat(base+0xA74)
  if not maximumHealth then return end
  writeFloat(base+0xA70,maximumHealth)
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if health ~= nil then
  health.destroy()
  health = nil
  end
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>23</ID>
              <Description>"Infinite Old Lamp"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if oldLamp ~= nil then
  oldLamp.destroy()
  oldLamp = nil
  end
  local proc = getOpenedProcessID()
  oldLamp = createTimer()
  oldLamp.Interval = 1000
  oldLamp.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  oldLamp.destroy()
  oldLamp = nil
  return
  end
  pcall(function()
  local a = getAddress('Two')
  if not a then return end
  local base = readQword(a)
  if base == 0 then return end
  local v = 600
  writeFloat(base+0xA1C,v)
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if oldLamp ~= nil then
  oldLamp.destroy()
  oldLamp = nil
  end
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>11</ID>
              <Description>"Infinite Jump"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

aobscanmodule(Three,TheBeastInside-Win64-Shipping.exe,8B 83 28 04 00 00 39)
registersymbol(Three)

TheBeastInside-Win64-Shipping.exe+66150C:
  db 90 90 90 90 90 90

[DISABLE]

Three:
  db 8B 83 28 04 00 00

unregistersymbol(Three)
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>25</ID>
              <Description>"Impact Immunity"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if impactImmunity ~= nil then
  impactImmunity.destroy()
  impactImmunity = nil
  end
  local proc = getOpenedProcessID()
  impactImmunity = createTimer()
  impactImmunity.Interval = 1000
  impactImmunity.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  impactImmunity.destroy()
  impactImmunity = nil
  return
  end
  pcall(function()
  local a = getAddress('Two')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  writeBytes(base+0xB19,0)
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if impactImmunity ~= nil then
  impactImmunity.destroy()
  impactImmunity = nil
  end
  pcall(function()
  local a = getAddress('Two')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  writeBytes(base+0xB19,1)
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>18</ID>
              <Description>"⬆Falling from great heights won’t kill you."</Description>
              <Color>C0C0C0</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>14</ID>
              <Description>"Untouchable"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if untouchable ~= nil then
  untouchable.destroy()
  untouchable = nil
  end
  local proc = getOpenedProcessID()
  untouchable = createTimer()
  untouchable.Interval = 1000
  untouchable.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  untouchable.destroy()
  untouchable = nil
  return
  end
  pcall(function()
  local a = getAddress('Two')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  writeBytes(base+0xBCC,0)
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if untouchable ~= nil then
  untouchable.destroy()
  untouchable = nil
  end
  pcall(function()
  local a = getAddress('Two')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  writeBytes(base+0xBCC,1)
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>16</ID>
          <Description>"==== Extras ====="</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <Color>C080FF</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>4</ID>
              <Description>"Matches"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>C08000</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>[[Two]+930]+428</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>20</ID>
              <Description>"Kerosene"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>C08000</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>[[Two]+B98]+428</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>21</ID>
              <Description>"⬆Zero values are not shown."</Description>
              <Color>C0C0C0</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>12</ID>
              <Description>"⬆Values may look incorrect during loading and cutscenes."</Description>
              <Color>C0C0C0</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <Comments>Created by: Outrun
https://opencheattables.com
</Comments>
</CheatTable>
