<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="16">
  <Forms>
    <MyCustomFormName Class="TCEForm" Encoding="Ascii85">jgrq!!axv+mlkQU(_rvBZ,!wI7sFK:5F/j9Ht{e-=MNH8yUlhHNPGq#z.]vV^^?VRr+?N[?B7WpT+=SJ+5pQU%/,WrsQ0up+NI=Jc9]P]nlpG6??Jzpg;V?N:{mT6EYXwa(:-OHg%lIVB4o66X2$?2fW4IgTO7p%IwlE$imFg6j(/RJnuH}wv?:!yt6D4xGnk@s%:S0^HPZ@/T^}c#2kPKtHNsp]6LCj2c$c7d8hf-BBK5n1,S5TESMsa0S9w}iNGm/oVcU6FV]}hQF}u$cU)NG]-b(F5Qhrb!;?K)uTteuVY+?)jf6In^$%aR:#:cBXuPkDq7H1wLNimQQbZ9+/tuM8.lhqhyQSIv:!j8OYm*RnW^ZQ!Oi{Dh!*/8O}q!$O$[aB1XbYLr5U7JN9f^-q,VG9VUDRqWjAZqz72c:cOUJh*Q!27xjZ7,jnVV/so$q3];9/xJSGG]*d3.d(+6x]dA8]a$YoEdR{HdyvhI{k@F@bG</MyCustomFormName>
  </Forms>
  <CheatEntries/>
  <UserdefinedSymbols/>
  <LuaScript>MyCustomFormName.show()

function btnOpenProcessClick(sender)
  if openProcess(MyCustomFormName.edtProcessname.text) then
    MyCustomFormName.lblNotOpened.visible=false
    MyCustomFormName.btnSH1.enabled=true
    MyCustomFormName.btnSH8.enabled=true
  else
    showMessage("Failed opening this process")
  end
end

function btnSH8Click(sender)
  speedhack_setSpeed(8)
end

function btnSH1Click(sender)
  speedhack_setSpeed(1)
end

function FormClose(sender)
  closeCE();
  return caHide --Possible options: caHide, caFree, caMinimize, caNone
end
</LuaScript>
</CheatTable>
