<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="18">
  <CheatEntries>
    <CheatEntry>
      <ID>2</ID>
      <Description>"Lock time to 0"</Description>
      <LastState Activated="0"/>
      <Color>80000008</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscan(TimerPatch,D9 5C 24 0C * * * * D9 96 B0 00 00 00 d9 c0)
registersymbol(TimerPatch)

TimerPatch+4:
fldz
nop
nop
 
 
[DISABLE]
unregistersymbol(TimerPatch)

TimerPatch+4:
fld dword ptr [esp+0C]
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <Comments>time is a float, scan for the value displayed ingame.</Comments>
</CheatTable>
