<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="14">
  <CheatEntries>
    <CheatEntry>
      <ID>0</ID>
      <Description>"inf ammo"</Description>
      <Color>80000008</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
//ASN_App_PcDx9_Final.GrabSlCoreGlobals+C9D36:
ASN_App_PcDx9_Final.GrabSlCoreGlobals+C9746:
db 90 90 90 90

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
//ASN_App_PcDx9_Final.GrabSlCoreGlobals+C9D36:
ASN_App_PcDx9_Final.GrabSlCoreGlobals+C9746:
db FF 4C D6 18

</AssemblerScript>
      <Hotkeys>
        <Hotkey>
          <Action>Toggle Activation</Action>
          <Keys>
            <Key>17</Key>
            <Key>65</Key>
          </Keys>
          <ID>0</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>2</ID>
      <Description>"stall opps"</Description>
      <Color>80000008</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
cmp ebx,1
jne exit

originalcode:
movaps [edi+00000170],xmm0

exit:
jmp returnhere

//"ASN_App_PcDx9_Final.exe"+308C9:
ASN_App_PcDx9_Final.AK::MemoryMgr::GetPoolName+3D09:
jmp newmem
nop
nop
returnhere:


 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
//"ASN_App_PcDx9_Final.exe"+308C9:
ASN_App_PcDx9_Final.AK::MemoryMgr::GetPoolName+3D09:
movaps [edi+00000170],xmm0
//Alt: db 0F 29 87 70 01 00 00
</AssemblerScript>
      <Hotkeys>
        <Hotkey>
          <Action>Toggle Activation</Action>
          <Keys>
            <Key>17</Key>
            <Key>83</Key>
          </Keys>
          <ID>0</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>8</ID>
      <Description>"inf time"</Description>
      <Options moHideChildren="1" moBindActivation="1"/>
      <Color>80000008</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>3</ID>
          <Description>"inf time, traffic atk"</Description>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
//ASN_App_PcDx9_Final.GrabSlCoreGlobals+1787FB:
ASN_App_PcDx9_Final.GrabSlCoreGlobals+17820B:
db 90 90

[DISABLE]
//ASN_App_PcDx9_Final.GrabSlCoreGlobals+1787FB:
ASN_App_PcDx9_Final.GrabSlCoreGlobals+17820B:
db D9 10

</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>6</ID>
          <Description>"inf time, drift"</Description>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
//ASN_App_PcDx9_Final.GrabSlCoreGlobals+188973:
ASN_App_PcDx9_Final.GrabSlCoreGlobals+188383:
db 90 90 90 90 90 90

[DISABLE]
//ASN_App_PcDx9_Final.GrabSlCoreGlobals+188973:
ASN_App_PcDx9_Final.GrabSlCoreGlobals+188383:
db D9 97 D4CB0000

</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>7</ID>
          <Description>"inf time, boost race"</Description>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
//ASN_App_PcDx9_Final.GrabSlCoreGlobals+1A442A:
ASN_App_PcDx9_Final.GrabSlCoreGlobals+1A3F9A:
db 90 90 90

[DISABLE]
//ASN_App_PcDx9_Final.GrabSlCoreGlobals+1A442A:
ASN_App_PcDx9_Final.GrabSlCoreGlobals+1A3F9A:
db D9 57 D4

</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>9</ID>
          <Description>"inf time, rings"</Description>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
//ASN_App_PcDx9_Final.GrabSlCoreGlobals+186E92:
ASN_App_PcDx9_Final.GrabSlCoreGlobals+186962:
db 90 90 90

//ASN_App_PcDx9_Final.GrabSlCoreGlobals+185C36:
ASN_App_PcDx9_Final.GrabSlCoreGlobals+18597A:
fstp st(0)
db 90 90 90 90 90

[DISABLE]
//ASN_App_PcDx9_Final.GrabSlCoreGlobals+186E92:
ASN_App_PcDx9_Final.GrabSlCoreGlobals+186962:
db D9 57 30

//ASN_App_PcDx9_Final.GrabSlCoreGlobals+185C36:
ASN_App_PcDx9_Final.GrabSlCoreGlobals+18597A:
fstp dword ptr [esi+edi*4+00000274]

</AssemblerScript>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
</CheatTable>
