<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="46">
  <CheatEntries>
    <CheatEntry>
      <ID>105</ID>
      <Description>"==== General ===="</Description>
      <Options moDeactivateChildrenAsWell="1"/>
      <Color>C080FF</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>7</ID>
          <Description>"Earn Achievements"</Description>
          <Color>C08000</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

{$lua}
  if achievements == nil then
  local addr = getAddress("anuket_x64.exe+4FACE8")
  achievements = createTimer(nil,false)
  achievements.Interval = 50
  achievements.OnTimer = function()
  writeInteger(addr,0)
  end
  achievements.setEnabled(true)
  end
{$asm}

[DISABLE]

{$lua}
  if achievements ~= nil then
  achievements.setEnabled(false)
  achievements.destroy()
  achievements = nil
  end
{$asm}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>12</ID>
          <Description>"⬆Allows achievements to be earned even when using console commands."</Description>
          <Color>C0C0C0</Color>
          <GroupHeader>1</GroupHeader>
        </CheatEntry>
        <CheatEntry>
          <ID>13</ID>
          <Description>"Infinite Health"</Description>
          <Color>C08000</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(One,anuket_x64.exe,89 43 48 E8 20 62 FC FF)
registersymbol(One)

anuket_x64.exe+169938:
  db 90 90 90

[DISABLE]

One:
  db 89 43 48

unregistersymbol(One)
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>11</ID>
          <Description>"Infinite Ammunition"</Description>
          <Color>C08000</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(Two,anuket_x64.exe,41 89 01 48 0F BF BB F8 01 00 00)
registersymbol(Two)

anuket_x64.exe+16E339:
  db 90 90 90

[DISABLE]

Two:
  db 41 89 01

unregistersymbol(Two)
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>14</ID>
          <Description>"Quick Kills"</Description>
          <Color>C08000</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(Three,anuket_x64.exe,89 47 48 48 8B 8B 38 01 00 00)
alloc(newmem,$1000,Three)

label(code)
label(return)

newmem:

code:
  mov dword ptr [rdi+48],0
  mov rcx,[rbx+00000138]
  jmp return

Three:
  jmp newmem
  nop 5

return:
registersymbol(Three)

[DISABLE]

Three:
  db 89 47 48 48 8B 8B 38 01 00 00

unregistersymbol(Three)
dealloc(newmem)
</AssemblerScript>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>106</ID>
      <Description>"==== Extras ====="</Description>
      <Options moDeactivateChildrenAsWell="1"/>
      <Color>C080FF</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>104</ID>
          <Description>"Disable Screen Damage Effect"</Description>
          <Color>C08000</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(Four,anuket_x64.exe,66 89 87 B6 01 00 00)
alloc(newmem,$1000,Four)

label(code)
label(return)

newmem:

code:
  xor ax,ax
  mov [rdi+000001B6],ax
  jmp return

Four:
  jmp newmem
  nop 2

return:
registersymbol(Four)

[DISABLE]

Four:
  db 66 89 87 B6 01 00 00

unregistersymbol(Four)
dealloc(newmem)
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>107</ID>
          <Description>"⬆Turns off the red screen flash that appears when Caleb takes damage."</Description>
          <Color>C0C0C0</Color>
          <GroupHeader>1</GroupHeader>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <Comments>Created by: Outrun
https://opencheattables.com</Comments>
</CheatTable>
