<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="46">
  <CheatEntries>
    <CheatEntry>
      <ID>84</ID>
      <Description>"Yooka-Laylee"</Description>
      <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
      <Color>C08000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

{$lua}
  LaunchMonoDataCollector()
{$asm}

define(One,PlayerAsk:IsDead+9f)
define(Two,PlayerAsk:Update+78)

alloc(newmemOne,$1000,One)
alloc(newmemTwo,$1000,Two)
alloc(Three,8)
alloc(Four,8)

registersymbol(One)
registersymbol(Two)
registersymbol(Three)
registersymbol(Four)

label(codeOne)
label(codeTwo)
label(returnOne)
label(returnTwo)

Three:
  dq 0

Four:
  dq 0

newmemOne:

codeOne:
  mov qword ptr [Three],rax
  movsxd  rax,dword ptr [rax+20]
  test eax,eax
  jmp returnOne

One:
  jmp newmemOne
  nop

returnOne:

newmemTwo:

codeTwo:
  mov qword ptr [Four],esi
  movzx eax,byte ptr [rsi+20]
  test eax,eax
  jmp returnTwo

Two:
  jmp newmemTwo
  nop

returnTwo:

[DISABLE]

One:
  db 48 63 40 20 85 C0

Two:
  db 0F B6 46 20 85 C0

unregistersymbol(One)
unregistersymbol(Two)
unregistersymbol(Three)
unregistersymbol(Four)

dealloc(newmemOne)
dealloc(newmemTwo)
dealloc(Three)
dealloc(Four)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>248</ID>
          <Description>"==== General ===="</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <Color>C080FF</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>245</ID>
              <Description>"Infinite Health"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if health == nil then
  health = createTimer(nil,false)
  health.Interval = 500
  health.OnTimer = function(t)
  pcall(function()
  local a = getAddress('Three')
  if a == 0 then return end
  local base = readQword(a)
  if base and base ~= 0 then
  writeBytes(base+0x18,1)
  end
  end)
  end
  end
  health.Enabled = true
{$asm}

[DISABLE]

{$lua}
  if health then
  health.destroy()
  health = nil
  end
  pcall(function()
  local a = getAddress('Three')
  if a ~= 0 then
  local base = readQword(a)
  if base and base ~= 0 then
  writeBytes(base+0x18,0)
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>87</ID>
              <Description>"Infinite Energy"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

Special:DepleteSpecial:
  db C3

[DISABLE]

Special:DepleteSpecial:
  db 55
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>91</ID>
              <Description>"Infinite Slurp Shot"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

PlayerShootTimer+&lt;UpdateActive&gt;c__Iterator4B:MoveNext:
  db C3

[DISABLE]

PlayerShootTimer+&lt;UpdateActive&gt;c__Iterator4B:MoveNext:
  db 55
</AssemblerScript>
              <Hotkeys>
                <Hotkey>
                  <Action>Toggle Activation</Action>
                  <Keys>
                    <Key>22550</Key>
                  </Keys>
                  <ID>0</ID>
                </Hotkey>
              </Hotkeys>
            </CheatEntry>
            <CheatEntry>
              <ID>94</ID>
              <Description>"Ignore Slopes"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

PlayerSlipSlope:MyUpdate:
  db C3

[DISABLE]

PlayerSlipSlope:MyUpdate:
  db 55

</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>95</ID>
              <Description>"Keep Gemstones"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

MinecartAttacker:OnAttackedResponse:
  db C3

MinecartController:ReactToCollision:
  db C3

[DISABLE]

MinecartAttacker:OnAttackedResponse:
  db 55

MinecartController:ReactToCollision:
  db 55
</AssemblerScript>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>253</ID>
          <Description>"==== Extras ====="</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <Color>C080FF</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>297</ID>
              <Description>"Disable and purchase from Trowzer’s Worldwide Incredible Traders Co. Ltd. when they become available."</Description>
              <Color>808080</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>252</ID>
              <Description>"Air Attack"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if airAttack ~= nil then
  airAttack.destroy()
  airAttack = nil
  end
  local proc = getOpenedProcessID()
  airAttack = createTimer()
  airAttack.Interval = 1000
  airAttack.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  airAttack.destroy()
  airAttack = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0xB0)
  if base ~= 0 then
  writeBytes(base+0x26,1)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if airAttack ~= nil then
  airAttack.destroy()
  airAttack = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0xB0)
  if base ~= 0 then
  writeBytes(base+0x26,0)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>276</ID>
              <Description>"⬆Keep Camo Cloak"</Description>
              <Color>C0C0C0</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if attackBrake ~= nil then
  attackBrake.destroy()
  attackBrake = nil
  end
  local proc = getOpenedProcessID()
  attackBrake = createTimer()
  attackBrake.Interval = 1000
  attackBrake.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  attackBrake.destroy()
  attackBrake = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0xB0)
  if base ~= 0 then
  writeBytes(base+0x2C,0)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if attackBrake ~= nil then
  attackBrake.destroy()
  attackBrake = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0xB0)
  if base ~= 0 then
  writeBytes(base+0x2C,1)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>277</ID>
              <Description>"Buddy Bubble"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if buddyBubble ~= nil then
  buddyBubble.destroy()
  buddyBubble = nil
  end
  local proc = getOpenedProcessID()
  buddyBubble = createTimer()
  buddyBubble.Interval = 1000
  buddyBubble.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  buddyBubble.destroy()
  buddyBubble = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x98)
  if base ~= 0 then
  writeBytes(base+0x26,1)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if buddyBubble ~= nil then
  buddyBubble.destroy()
  buddyBubble = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x98)
  if base ~= 0 then
  writeBytes(base+0x26,0)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>278</ID>
              <Description>"Buddy Slam"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if buddySlam ~= nil then
  buddySlam.destroy()
  buddySlam = nil
  end
  local proc = getOpenedProcessID()
  buddySlam = createTimer()
  buddySlam.Interval = 1000
  buddySlam.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  buddySlam.destroy()
  buddySlam = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x88)
  if base ~= 0 then
  writeBytes(base+0x26,1)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if buddySlam ~= nil then
  buddySlam.destroy()
  buddySlam = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x88)
  if base ~= 0 then
  writeBytes(base+0x26,0)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>279</ID>
              <Description>"⬆Keep Camo Cloak"</Description>
              <Color>C0C0C0</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if buddyBrake ~= nil then
  buddyBrake.destroy()
  buddyBrake = nil
  end
  local proc = getOpenedProcessID()
  buddyBrake = createTimer()
  buddyBrake.Interval = 1000
  buddyBrake.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  buddyBrake.destroy()
  buddyBrake = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x88)
  if base ~= 0 then
  writeBytes(base+0x2C,0)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if buddyBrake ~= nil then
  buddyBrake.destroy()
  buddyBrake = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x88)
  if base ~= 0 then
  writeBytes(base+0x2C,1)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>280</ID>
              <Description>"Camo Cloak"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if camoCloak ~= nil then
  camoCloak.destroy()
  camoCloak = nil
  end
  local proc = getOpenedProcessID()
  camoCloak = createTimer()
  camoCloak.Interval = 1000
  camoCloak.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  camoCloak.destroy()
  camoCloak = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x30)
  if base ~= 0 then
  writeBytes(base+0x26,1)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if camoCloak ~= nil then
  camoCloak.destroy()
  camoCloak = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x30)
  if base ~= 0 then
  writeBytes(base+0x26,0)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>281</ID>
              <Description>"Flappy Flight"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if flappyFlight ~= nil then
  flappyFlight.destroy()
  flappyFlight = nil
  end
  local proc = getOpenedProcessID()
  flappyFlight = createTimer()
  flappyFlight.Interval = 1000
  flappyFlight.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  flappyFlight.destroy()
  flappyFlight = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x80)
  if base ~= 0 then
  writeBytes(base+0x26,1)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if flappyFlight ~= nil then
  flappyFlight.destroy()
  flappyFlight = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x80)
  if base ~= 0 then
  writeBytes(base+0x26,0)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>282</ID>
              <Description>"Glide"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if glide ~= nil then
  glide.destroy()
  glide = nil
  end
  local proc = getOpenedProcessID()
  glide = createTimer()
  glide.Interval = 1000
  glide.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  glide.destroy()
  glide = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x78)
  if base ~= 0 then
  writeBytes(base+0x26,1)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if glide ~= nil then
  glide.destroy()
  glide = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x78)
  if base ~= 0 then
  writeBytes(base+0x26,0)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>283</ID>
              <Description>"Lizard Lash"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if lizardLash ~= nil then
  lizardLash.destroy()
  lizardLash = nil
  end
  local proc = getOpenedProcessID()
  lizardLash = createTimer()
  lizardLash.Interval = 1000
  lizardLash.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  lizardLash.destroy()
  lizardLash = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0xA0)
  if base ~= 0 then
  writeBytes(base+0x26,1)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if lizardLash ~= nil then
  lizardLash.destroy()
  lizardLash = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0xA0)
  if base ~= 0 then
  writeBytes(base+0x26,0)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>284</ID>
              <Description>"Lizard Leap"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if lizardLeap ~= nil then
  lizardLeap.destroy()
  lizardLeap = nil
  end
  local proc = getOpenedProcessID()
  lizardLeap = createTimer()
  lizardLeap.Interval = 1000
  lizardLeap.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  lizardLeap.destroy()
  lizardLeap = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x90)
  if base ~= 0 then
  writeBytes(base+0x26,1)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if lizardLeap ~= nil then
  lizardLeap.destroy()
  lizardLeap = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x90)
  if base ~= 0 then
  writeBytes(base+0x26,0)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>285</ID>
              <Description>"Reptile Roll"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if reptileRoll ~= nil then
  reptileRoll.destroy()
  reptileRoll = nil
  end
  local proc = getOpenedProcessID()
  reptileRoll = createTimer()
  reptileRoll.Interval = 1000
  reptileRoll.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  reptileRoll.destroy()
  reptileRoll = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x50)
  if base ~= 0 then
  writeBytes(base+0x26,1)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if reptileRoll ~= nil then
  reptileRoll.destroy()
  reptileRoll = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x50)
  if base ~= 0 then
  writeBytes(base+0x26,0)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>286</ID>
              <Description>"⬆Keep Camo Cloak"</Description>
              <Color>C0C0C0</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if rollBrake ~= nil then
  rollBrake.destroy()
  rollBrake = nil
  end
  local proc = getOpenedProcessID()
  rollBrake = createTimer()
  rollBrake.Interval = 1000
  rollBrake.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  rollBrake.destroy()
  rollBrake = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x50)
  if base ~= 0 then
  writeBytes(base+0x2C,0)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if rollBrake ~= nil then
  rollBrake.destroy()
  rollBrake = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x50)
  if base ~= 0 then
  writeBytes(base+0x2C,1)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>287</ID>
              <Description>"Reptile Rush"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if reptileRush ~= nil then
  reptileRush.destroy()
  reptileRush = nil
  end
  local proc = getOpenedProcessID()
  reptileRush = createTimer()
  reptileRush.Interval = 1000
  reptileRush.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  reptileRush.destroy()
  reptileRush = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x70)
  if base ~= 0 then
  writeBytes(base+0x26,1)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if reptileRush ~= nil then
  reptileRush.destroy()
  reptileRush = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x70)
  if base ~= 0 then
  writeBytes(base+0x26,0)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>288</ID>
              <Description>"⬆Keep Camo Cloak"</Description>
              <Color>C0C0C0</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if reptileRush ~= nil then
  reptileRush.destroy()
  reptileRush = nil
  end
  local proc = getOpenedProcessID()
  reptileRush = createTimer()
  reptileRush.Interval = 1000
  reptileRush.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  reptileRush.destroy()
  reptileRush = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x70)
  if base ~= 0 then
  writeBytes(base+0x2C,0)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if reptileRush ~= nil then
  reptileRush.destroy()
  reptileRush = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x70)
  if base ~= 0 then
  writeBytes(base+0x2C,1)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>289</ID>
              <Description>"Slurp Shot"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if slurpShot ~= nil then
  slurpShot.destroy()
  slurpShot = nil
  end
  local proc = getOpenedProcessID()
  slurpShot = createTimer()
  slurpShot.Interval = 1000
  slurpShot.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  slurpShot.destroy()
  slurpShot = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x58)
  if base ~= 0 then
  writeBytes(base+0x26,1)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if slurpShot ~= nil then
  slurpShot.destroy()
  slurpShot = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x58)
  if base ~= 0 then
  writeBytes(base+0x26,0)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>290</ID>
              <Description>"Slurp State"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if slurpState ~= nil then
  slurpState.destroy()
  slurpState = nil
  end
  local proc = getOpenedProcessID()
  slurpState = createTimer()
  slurpState.Interval = 1000
  slurpState.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  slurpState.destroy()
  slurpState = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x60)
  if base ~= 0 then
  writeBytes(base+0x26,1)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if slurpState ~= nil then
  slurpState.destroy()
  slurpState = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x60)
  if base ~= 0 then
  writeBytes(base+0x26,0)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>291</ID>
              <Description>"Sonar Shield"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if sonarShield ~= nil then
  sonarShield.destroy()
  sonarShield = nil
  end
  local proc = getOpenedProcessID()
  sonarShield = createTimer()
  sonarShield.Interval = 1000
  sonarShield.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  sonarShield.destroy()
  sonarShield = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x48)
  if base ~= 0 then
  writeBytes(base+0x26,1)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if sonarShield ~= nil then
  sonarShield.destroy()
  sonarShield = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x48)
  if base ~= 0 then
  writeBytes(base+0x26,0)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>292</ID>
              <Description>"Sonar Shot"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if sonarShot ~= nil then
  sonarShot.destroy()
  sonarShot = nil
  end
  local proc = getOpenedProcessID()
  sonarShot = createTimer()
  sonarShot.Interval = 1000
  sonarShot.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  sonarShot.destroy()
  sonarShot = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x38)
  if base ~= 0 then
  writeBytes(base+0x26,1)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if sonarShot ~= nil then
  sonarShot.destroy()
  sonarShot = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x38)
  if base ~= 0 then
  writeBytes(base+0x26,0)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>293</ID>
              <Description>"Sonar 'Splosion"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if sonarSplosion ~= nil then
  sonarSplosion.destroy()
  sonarSplosion = nil
  end
  local proc = getOpenedProcessID()
  sonarSplosion = createTimer()
  sonarSplosion.Interval = 1000
  sonarSplosion.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  sonarSplosion.destroy()
  sonarSplosion = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x40)
  if base ~= 0 then
  writeBytes(base+0x26,1)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if sonarSplosion ~= nil then
  sonarSplosion.destroy()
  sonarSplosion = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0x40)
  if base ~= 0 then
  writeBytes(base+0x26,0)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>294</ID>
              <Description>"Tail Twirl"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if tailTwirl ~= nil then
  tailTwirl.destroy()
  tailTwirl = nil
  end
  local proc = getOpenedProcessID()
  tailTwirl = createTimer()
  tailTwirl.Interval = 1000
  tailTwirl.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  tailTwirl.destroy()
  tailTwirl = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0xA8)
  if base ~= 0 then
  writeBytes(base+0x26,1)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if tailTwirl ~= nil then
  tailTwirl.destroy()
  tailTwirl = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0xA8)
  if base ~= 0 then
  writeBytes(base+0x26,0)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>295</ID>
              <Description>"⬆Keep Camo Cloak"</Description>
              <Color>C0C0C0</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

{$lua}
  if tailTwirl ~= nil then
  tailTwirl.destroy()
  tailTwirl = nil
  end
  local proc = getOpenedProcessID()
  tailTwirl = createTimer()
  tailTwirl.Interval = 1000
  tailTwirl.OnTimer = function()
  if getOpenedProcessID() ~= proc then
  tailTwirl.destroy()
  tailTwirl = nil
  return
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0xA8)
  if base ~= 0 then
  writeBytes(base+0x2C,0)
  end
  end
  end
  end
  end
  end)
  end
{$asm}

[DISABLE]

{$lua}
  if tailTwirl ~= nil then
  tailTwirl.destroy()
  tailTwirl = nil
  end
  pcall(function()
  local a = getAddress('Four')
  if a then
  local base = readQword(a)
  if base ~= 0 then
  base = readQword(base+0x18)
  if base ~= 0 then
  base = readQword(base+0x148)
  if base ~= 0 then
  base = readQword(base+0xA8)
  if base ~= 0 then
  writeBytes(base+0x2C,1)
  end
  end
  end
  end
  end
  end)
{$asm}
</AssemblerScript>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <Comments>Created by: Outrun
https://opencheattables.com</Comments>
</CheatTable>
