<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="18">
  <Forms>
    <MyForm Class="TCEForm" Encoding="Ascii85">yTHJ{5E9@Kz#ii4;Xu*W%jR1NqF8*V)?K}V7{-2hGt*Clm[INuhvXM9b1/?oXQq@7Fgq{@J0{+DWaj6wL3Qvr:VYelmB7[:L-.V_90B;onIQG-d/FTz$wjHDdCoxT*FK8Bpv@vsNvSy.P{(e_ITHueZYF,@*l6Ivo0$yY7Q?wZ2P75((2rAq$uHsn]Ue0</MyForm>
  </Forms>
  <CheatEntries/>
  <UserdefinedSymbols/>
  <LuaScript>processname = "calc.exe"

customOpenProcess = createTimer(MyForm);
customOpenProcess.Interval = 100;
customOpenProcess.onTimer =
 function (timer)
  local processExist = ( readInteger(processname)~=nil )
  if processExist then
    MyForm.CELabel1.Caption='Game loaded.'
    timer.Interval = 100;
  else
    MyForm.CELabel1.Caption='Game NOT LOADED.'
    timer.Interval = 1000;
    openProcess(processname)
  end
 end

MyForm.show()
</LuaScript>
</CheatTable>
