<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="46">
  <CheatEntries>
    <CheatEntry>
      <ID>84</ID>
      <Description>"Mini Motor Racing X"</Description>
      <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
      <Color>C08000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

{$lua}
  LaunchMonoDataCollector()
{$asm}

define(One,TBM.DataStore.Public.GameStateAssistant:get_CareerCash+2b)
define(Two,CarLogic:updateControls+21f8)

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+30]
  lea rsp,[rbp+00]
  jmp returnOne

One:
  jmp newmemOne
  nop 3

returnOne:

newmemTwo:

codeTwo:
  mov qword ptr [Four],rsi
  movss xmm2,[rsi+0000015C]
  jmp returnTwo

Two:
  jmp newmemTwo
  nop 3

returnTwo:

[DISABLE]

One:
  db 48 63 40 30 48 8D 65 00

Two:
  db F3 0F 10 96 5C 01 00 00

unregistersymbol(One)
unregistersymbol(Two)
unregistersymbol(Three)
unregistersymbol(Four)

dealloc(newmemOne)
dealloc(newmemTwo)
dealloc(Three)
dealloc(Four)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>117</ID>
          <Description>"==== General ===="</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <Color>C080FF</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>136</ID>
              <Description>"Infinite Nitro"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]


define(Five,NitroDisplay:UiUpdate+26d)
define(Six,CarInputPlayer:Update+3ab)

alloc(newmemOne,$1000,Five)
alloc(newmemTwo,$1000,Six)

registersymbol(Five)
registersymbol(Six)

label(codeOne)
label(codeTwo)
label(returnOne)
label(returnTwo)

newmemOne:

codeOne:
  mov dword ptr [rsi+2C],3
  movsxd  rcx,dword ptr [rsi+2C]
  cmp eax,ecx
  jmp returnOne

Five:
  jmp newmemOne
  nop

returnOne:

newmemTwo:

codeTwo:
  mov byte ptr [rax+000001B4],1
  movzx eax,byte ptr [rax+000001B4]
  jmp returnTwo

Six:
  jmp newmemTwo
  nop 2

returnTwo:

{$lua}
  if nitro == nil then
  nitro = createTimer(nil,false)
  nitro.Interval = 500
  nitro.OnTimer = function(t)
  pcall(function()
  local a = getAddress('Four')
  if a == 0 then return end
  local base = readQword(a)
  if base and base ~= 0 then
  writeInteger(base+0x1B0,3)
  end
  end)
  end
  end
  nitro.Enabled = true
{$asm}

[DISABLE]

Five:
  db 48 63 4E 2C 3B C1

Six:
  db 0F B6 80 B4 01 00 00

unregistersymbol(Five)
unregistersymbol(Six)

dealloc(newmemOne)
dealloc(newmemTwo)

{$lua}
  if nitro then
  nitro.destroy()
  nitro = nil
  end
{$asm}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>95</ID>
              <Description>"Disable Opponent Vehicles"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

CarInputAI:Update:
  db C3

CarInputAI_ArenaMaze:Update:
  db C3

CarInputAI_ArenaSoccer:Update:
  db C3

[DISABLE]

CarInputAI:Update:
  db 55

CarInputAI_ArenaMaze:Update:
  db 55

CarInputAI_ArenaSoccer:Update:
  db 55
</AssemblerScript>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>118</ID>
          <Description>"==== Extras ====="</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <Color>C080FF</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>3</ID>
              <Description>"Career Cash"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>C08000</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>[Three]+30</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <Comments>Created by: Outrun
https://opencheattables.com</Comments>
</CheatTable>
