<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="18">
  <Forms>
    <UDF1 Class="TCEForm" Encoding="Ascii85">//)72/1iEe.E,OXnlOkB61%y.ApT_.u{jkyDize31Xv:ceIZY^cCd{0NF0Jg%vI)#,/]Q1:wd3)KCGhm^Osq=PLvz!IPtKzN8,(ClWMYh,3D?C4j=s,uG;5Vyv;Yz)uif:7[F;b/Je?4zmC[IY7DABl0tiag3)kPn4E*nXeD?#0w=$kRaIoB90+NxgyNRNJX/d1x,G,_K]EO4K,3!+[!]5L?k5RvOx51AVbz?urN-GLvYE;c:sP3xuowrm5oPkRFJh,e,Ds9uO}4:7RFf.zm}dEkXyF^N1UQ^PE!N$stlKlIyJe}Fmyi9egnmy7vm0hiMPP@?Ttxkw?GSTpb;o(Dl3Xf6M+LI)2)Qe_SAAPAqYE}H:31bTaXV#+W_WaunqRRZS=tg?]Srj!nkgaaeMhm;+y8day:JQ0l8,s4$W)zYo6=pIW?WU)7B}Bk[P{btE!X-Bt+nFg({xI[TDs7xI%toq[VRORzgsPSjyL(-*xP^!JFbKF+#3ZCo#k9[!G$[-e[HMzr/Px=@9{</UDF1>
  </Forms>
  <CheatEntries/>
  <UserdefinedSymbols/>
  <LuaScript>function mark()
reset()
c=createTimer(nil)
c.Interval=1000
c.OnTimer=function(c)
  control_setVisible(UDF1.CELabel1, true)
  control_setCaption(UDF1.CELabel1, 'H')
end
c.Enabled=true

o1=createTimer(nil)
o1.Interval=2000
o1.OnTimer=function(o1)
  control_setVisible(UDF1.CELabel2, true)
  control_setCaption(UDF1.CELabel2, 'a')
end
o1.Enabled=true

r1=createTimer(nil)
r1.Interval=3000
r1.OnTimer=function(r1)
  control_setVisible(UDF1.CELabel3, true)
  control_setCaption(UDF1.CELabel3, 'c')
end
r1.Enabled=true

r2=createTimer(nil)
r2.Interval=4000
r2.OnTimer=function(r2)
  control_setVisible(UDF1.CELabel4, true)
  control_setCaption(UDF1.CELabel4, 'k')
end
r2.Enabled=true

o2=createTimer(nil)
o2.Interval=5000
o2.OnTimer=function(o2)
  control_setVisible(UDF1.CELabel5, true)
  control_setCaption(UDF1.CELabel5, 'i')
end
o2.Enabled=true

d=createTimer(nil)
d.Interval=6000
d.OnTimer=function(d)
  control_setVisible(UDF1.CELabel6, true)
  control_setCaption(UDF1.CELabel6, 'n')
end
d.Enabled=true

e=createTimer(nil)
e.Interval=7000
e.OnTimer=function(e)
  control_setVisible(UDF1.CELabel7, true)
  control_setCaption(UDF1.CELabel7, 'g')
end
e.Enabled=true

r3=createTimer(nil)
r3.Interval=8000
r3.OnTimer=function(r3)
  control_setVisible(UDF1.CELabel8, true)
  control_setCaption(UDF1.CELabel8, 's')
end
r3.Enabled=true

cl=createTimer(nil)
cl.Interval=9000
cl.OnTimer=function(cl)
reset()
end
cl.Enabled=true
reset()
end

function reset()
control_setVisible(UDF1.CELabel1, false)
control_setVisible(UDF1.CELabel2, false)
control_setVisible(UDF1.CELabel3, false)
control_setVisible(UDF1.CELabel4, false)
control_setVisible(UDF1.CELabel5, false)
control_setVisible(UDF1.CELabel6, false)
control_setVisible(UDF1.CELabel7, false)
control_setVisible(UDF1.CELabel8, false)
end

---- test
mark()

</LuaScript>
</CheatTable>
