<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="14">
  <Forms>
    <UDF1>45D0CB6A02311480E163329D8C580B2EA4141FC05541376EA58E0E8216078DB81E9BA8A1359178045FC197F2D9CC5C6237B940F2E527C31A004F931EE3F12431F618ACC7493F98CB1DD2F75A38956A7F407A03CACD896C5E364AE081DE211AA9B1FA3642B2E6562CF333DCE477589C9D50191D16CC6BFCA7A4C627D228F71E794B33EBB69E8A206F9808E594622A33C8675541DA4544A78C2069C4B3EDC20A6909045C5E31F4D700EA0E1A5D108DAEFB4585753DF65160830A9B3DC3E94A225B6857FAF3CB5AB9F7258495E7F30AADD2FBFF47DDBF41393E00</UDF1>
  </Forms>
  <CheatEntries>
    <CheatEntry>
      <ID>4</ID>
      <Description>"I tested this on windows calc"</Description>
      <Color>80000008</Color>
      <GroupHeader>1</GroupHeader>
    </CheatEntry>
    <CheatEntry>
      <ID>3</ID>
      <Description>"StringAddress"</Description>
      <Color>80000008</Color>
      <VariableType>String</VariableType>
      <Length>7</Length>
      <Unicode>0</Unicode>
      <ZeroTerminate>1</ZeroTerminate>
      <Address>000A2325</Address>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <LuaScript>CEEditString  = control_getCaption(UDF1_CEEdit1) --edit it according your form name and the edit box..
StringAddress = addresslist_getMemoryRecordByDescription(getAddressList(), "StringAddress") --Rename it according to the address descriptions..

function EditAddressString() --the function that edits the address string
memoryrecord_setValue(StringAddress, CEEditString)
end
</LuaScript>
</CheatTable>
