<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="19">
  <Forms>
    <UDF1 Class="TCEForm" Encoding="Ascii85">osmmU!!Qtrr+]X+l!sU##I7emw3XP=@Z{x%6(N9wDK$yd#uFv3*EjXQF2Dge2y60mirQ^idB(c9zWK+r1b_P6R_dBSLyUs?bAQ.bkHx#9--O*=-{Mv=YLsJ0KcMmA(y]1iz[6WA]6yXde]qg#A)gIf:6P9cPBC1C4==aCONVV{CP+8D8TN49tiqg5]URYvr*,YTqsiR5Qz9syPL9$fzI.-VFWtDt+a+;G3f6daJVZusa0v)8nN6a)hzQiVSS!^T]+INjm/hkPQVOM61[k?EWM5=L;w/l,U0Wk.acrfHjEPL#zAcPn-6YE@Yz[8V=d-BjKjHsglVLnZy23c!pyXH8K.-WpEUrIg@LtF5o,.EUgSK8k0k6#Kk{QW@;W*[DBX5g4]@8-=PK_C$yM,_s7X</UDF1>
  </Forms>
  <CheatEntries/>
  <UserdefinedSymbols/>
  <LuaScript>UDF1.Show()

function CEComboBox2Change(sender)
if (UDF1.CEComboBox2.Text == "Google") then
ShellExecute("www.google.com")
elseif (UDF1.CEComboBox2.Text == "Yahoo") then
ShellExecute("www.yahoo.com")
elseif (UDF1.CEComboBox2.Text == "Aol") then
ShellExecute("www.aol.com")
end end

function CEButton1Click(sender)
if (UDF1.CEComboBox1.Text == "Google") then
ShellExecute("www.google.com")
elseif (UDF1.CEComboBox1.Text == "Yahoo") then
ShellExecute("www.yahoo.com")
elseif (UDF1.CEComboBox1.Text == "Aol") then
ShellExecute("www.aol.com")
end end

function MenuItem1Click(sender)
ShellExecute("www.google.com")
end

function MenuItem2Click(sender)
ShellExecute("www.yahoo.com")
end

function MenuItem3Click(sender)
ShellExecute("www.aol.com")
end
</LuaScript>
</CheatTable>
