<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="18">
  <Forms>
    <UDF1 Class="TCEForm" Encoding="Ascii85">Rgm8f!7voYyB3]cmlAj00B@v=LP(@JT-R3Cpk2Dk.)a]zN6@]9ad-ZF:R3c1**oL^:Z]V+7QR(X#$oPH8XI:jXoy-%#xJo)Z-9tQ)93Ebd8A]BwXjDM(8294@(RiVnb4KmDe_A#-pQ2bYTQd=5GuxmXWC44gIH!OL1:n*sls-uXSa,#Q^WgHqG+[xojNSQ.Hu/.gB%O=3n}}?dtlQh@t4qGQxE^qHg4]iYbn}lpmf@+JB;:GpgOM{z+{Li3a[_VmA-ks$$S!g00</UDF1>
  </Forms>
  <CheatEntries/>
  <UserdefinedSymbols>
    <SymbolEntry>
      <Name>bla2</Name>
      <Address>02FC0005</Address>
    </SymbolEntry>
  </UserdefinedSymbols>
  <LuaScript>function CEButton1Click(sender)
bytes={}


if UDF1.CETrackBar1.Position == 7 then
table.insert(bytes,3,7)
elseif UDF1.CETrackBar1.Position == 6 then
table.insert(bytes,3,6)
elseif UDF1.CETrackBar1.Position == 5 then
table.insert(bytes,3,5)
elseif UDF1.CETrackBar1.Position == 4 then
table.insert(bytes,3,4)
elseif UDF1.CETrackBar1.Position == 3 then
table.insert(bytes,3,3)
elseif UDF1.CETrackBar1.Position == 2 then
table.insert(bytes,3,2)
elseif UDF1.CETrackBar1.Position == 1 then
table.insert(bytes,3,1)
elseif UDF1.CETrackBar1.Position == 0 then
table.insert(bytes,3,0)
else
  print("unknown")
end

print(bytes[3])
end

UDF1.Show()
</LuaScript>
</CheatTable>
