<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="16">
  <CheatEntries>
    <CheatEntry>
      <ID>1</ID>
      <Description>"alter speed delta (without aobscanmodule)"</Description>
      <Color>80000008</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
alloc(hack,1024)
label(retHere)
label(multiplyBy)

hack:

sub esp,10                  // prepare space
movdqu [esp],xmm1           // store xmm1

movss xmm1,[multiplyBy]     // get multiply factor
shufps xmm1,xmm1,00

movups xmm0,[esi+00000094]  // get current delta
mulps xmm0,xmm1             // multiply delta by user factor

movdqu xmm1,[esp]           // restore xmm1
add esp,10

movq [esi+00000094],xmm0    // store new delta
movhlps xmm0,xmm0
movss [esi+0000009C],xmm0


movss xmm0,[eax+30] //original code
jmp retHere

hack+100:
multiplyBy:

dd (float)1.5 // CHANGE THIS


Phys_x86.dll+1D7C55:
jmp hack
retHere:

[DISABLE]
Phys_x86.dll+1D7C55:
db F3 0F 10 40 30

dealloc(hack)
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
</CheatTable>
