<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="46">
  <CheatEntries>
    <CheatEntry>
      <ID>269</ID>
      <Description>"Freeze Time"</Description>
      <Color>C08000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(One,RushRallyOrigins.exe,F3 0F 11 43 2C F3 0F 58)
aobscanmodule(Two,RushRallyOrigins.exe,F3 0F 11 83 0C 01 00 00 E8)

registersymbol(One)
registersymbol(Two)

RushRallyOrigins.exe+11568F:
  db 90 90 90 90 90

RushRallyOrigins.exe+1156A9:
  db 90 90 90 90 90 90 90 90

[DISABLE]

One:
  db F3 0F 11 43 2C

Two:
  db F3 0F 11 83 0C 01 00 00

unregistersymbol(One)
unregistersymbol(Two)
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>5151</ID>
      <Description>"Disable Opponent Vehicles"</Description>
      <Color>C08000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(Three,RushRallyOrigins.exe,CC CC CC CC CC CC CC 48 8B 81 08 08 00 00 0F 10 80 A0 01 00 00)
alloc(newmem,$1000,Three)

label(code)
label(return)

newmem:
  cmp dword ptr [rax+2F0],5
  je code
  xorps xmm0,xmm0
  movss [rax+000001A0],xmm0

code:
  movups xmm0,[rax+000001A0]
  jmp return

Three+0E:
  jmp newmem
  nop 2

return:
registersymbol(Three)

[DISABLE]

Three+0E:
  db 0F 10 80 A0 01 00 00

unregistersymbol(Three)
dealloc(newmem)
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <Comments>Created by: Outrun
https://opencheattables.com</Comments>
</CheatTable>
