<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="14">
  <Forms>
    <CETrainer>7D90B14EC3301086DDA4A9438990D850A73E0288952558AE3A5434528D3ABBCD919EB8D891E3A1EFC03B30F39898A42D61C18B7DF2F9BEEFF7C78831552CEE33A59C46036E615D7D25E4A91AAFE0CDC7F978B204AC0E3E7A8A956DE2D928D962E90FF117E342371EAD997079D4754390094230FEDC7FDD9797F6B511645BE0D36E0B97FBF7B4B02DFECCE0378DDDEC1D8011E10938962A210B6D80A662297355E42F72D51945EC8F50C42E3E494E58199E6AEAC1FFEBA44AEFD6AE041731960598B25545F06C8FD9E0FCD0239333F2B1432627E4E7EF17DC49A37704F3574358A387722E1C94E8DB2E7548CA6F8763FBF00383B0BE01</CETrainer>
  </Forms>
  <CheatEntries>
    <CheatEntry>
      <ID>0</ID>
      <Description>"Money"</Description>
      <Color>80000008</Color>
      <VariableType>4 Bytes</VariableType>
      <Address>00115EB0</Address>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <LuaScript>function CEToggleBox1Click(sender)
  if (gButtonOnMoney) then
     control_setCaption(CETrainer_CEToggleBox1, "Enable Unlimited Credits")
     gButtonOnMoney=false
     local memrec=addresslist_getMemoryRecordByDescription(getAddressList(), "Money")
     memoryrecord_unfreeze(memrec)
  else
     control_setCaption(CETrainer_CEToggleBox1, "Disable Unlimited Credits")
     gButtonOnMoney=true
     local memrec=addresslist_getMemoryRecordByDescription(getAddressList(), "Money")
     memoryrecord_setValue(memrec, 999999)
     memoryrecord_freeze(memrec)
  end
end

--TRAINERGENERATORSTART--
--This is autogenerated code. Changing code in this block will
--get erased and rewritten if you regenerate the trainer code

--Uncomment the following line if this is a Cheat Table format trainer and you don't want CE to show (Tip, save as .CETRAINER alternatively)
--hideAllCEWindows()

RequiredCEVersion=6.2
if (getCEVersion==nil) or (getCEVersion()&lt;RequiredCEVersion) then
  messageDialog('Please install Cheat Engine '..RequiredCEVersion, mtError, mbOK)
  closeCE()
end
addresslist=getAddressList()



strings_add(getAutoAttachList(), "Mini Car Racing.exe")
gBeepOnAction=false
form_show(CETrainer)
function AboutClick()
  showMessage(gAboutText)
end
gAboutText=[[This trainer was made by Cheat Engine
www.cheatengine.org]]

function CloseClick()
  closeCE()
  return caFree --onClick doesn't care, but onClose would like a result
end

--TRAINERGENERATORSTOP--
</LuaScript>
</CheatTable>
