<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="46">
  <CheatEntries>
    <CheatEntry>
      <ID>41</ID>
      <Description>"Infinite Energy"</Description>
      <Color>C08000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(One,GameAssembly.dll,F3 0F 10 4B 10 0F 29)
alloc(newmem,$1000,One)

label(code)
label(return)
label(Two)

newmem:

code:
  movss xmm0,dword ptr [Two]
  movss [rbx+10],xmm0
  movss xmm1,[rbx+10]
  jmp return

Two:
  dd (float)100

One:
  jmp newmem

return:
registersymbol(One)

[DISABLE]

One:
  db F3 0F 10 4B 10

unregistersymbol(One)
dealloc(newmem)
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>43</ID>
      <Description>"Zero Steam Pressure"</Description>
      <Color>C08000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(Three,GameAssembly.dll,F3 0F 11 43 28 48 85)
alloc(newmem,$1000,Three)

label(code)
label(return)

newmem:

code:
  xorps xmm0,xmm0
  movss [rbx+28],xmm0
  jmp return

Three:
  jmp newmem

return:
registersymbol(Three)

[DISABLE]

Three:
  db F3 0F 11 43 28

unregistersymbol(Three)
dealloc(newmem)
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <Comments>Created by: Outrun
https://opencheattables.com</Comments>
</CheatTable>
