<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="46">
  <CheatEntries>
    <CheatEntry>
      <ID>84</ID>
      <Description>"Horizon Chase Turbo"</Description>
      <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
      <Color>C08000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

{$lua}
  LaunchMonoDataCollector()
{$asm}

[DISABLE]
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>2078</ID>
          <Description>"==== General ===="</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <Color>C080FF</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>2066</ID>
              <Description>"Infinite Fuel"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

CarFuelTank:DepleteFuel:
  db C3

[DISABLE]

CarFuelTank:DepleteFuel:
  db 55
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>2070</ID>
              <Description>"Infinite Nitro"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

define(One,BaseCarPropertyManager:get_RemainingNitroUses+9)
alloc(newmem,$1000)

label(code)
label(return)

newmem:
  cmp dword ptr [eax+10],0
  je code
  cmp dword ptr [eax+20],1
  jg code
  mov dword ptr [eax+20],1

code:
  mov eax,[eax+20]
  leave 
  ret 
  jmp return

One:
  jmp newmem

return:
registersymbol(One)

[DISABLE]

One:
  db 8B 40 20 C9 C3

unregistersymbol(One)
dealloc(newmem)
</AssemblerScript>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>2079</ID>
          <Description>"==== Extras ====="</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <Color>C080FF</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>3</ID>
              <Description>"No Rubber Banding"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

RubberBandingManager:GetPositionRubberBandBonus+82:
  db 90 90 90

[DISABLE]

RubberBandingManager:GetPositionRubberBandBonus+82:
  db 8B 43 08 39 1B
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>2</ID>
              <Description>"Remove Opponent Vehicles"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

RubberBandingManager:GetEnemyMaxSpeedKPH+16:
  db 90 90

[DISABLE]

RubberBandingManager:GetEnemyMaxSpeedKPH+16:
  db 8B C8 39 09 8B 40 38
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>1</ID>
              <Description>"⬆Enable before loading into a race, or enable and restart the race."</Description>
              <Color>C0C0C0</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <Comments>Created by: Outrun
https://opencheattables.com</Comments>
</CheatTable>
