Error pluigin CMU

Aquí puedes preguntar o compartir tus dudas y conocimientos acerca del programa
Este codigo me saca error y no se porque porfavor podrian decirme que hacer?
usage = "";
CMU=CMU.GetCPUsageTotal()
for i = 1,  do
	usage = usage.."|";
end
Label.SetText("Cpu", usage);

		if CMU >= 100 then
			COLOR="FF0000"
			ACOLOR="FF3131"
			BCOLOR="FF5656"
			end
		if CMU >= 75 then
			COLOR="FF6600"
			ACOLOR="FF781D"
			BCOLOR="FF8B3D"
		end
		if CMU >= 50 then
			COLOR="FFCD00"
			ACOLOR="FFD21C"
			BCOLOR="FFDF5C"
		end
		if CMU >= 25 then
			COLOR="5CB4FF"
			ACOLOR="76C0FF"
			BCOLOR="9AD0FF"
		end
		if CMU >= 0 then
			COLOR="00FF55"
			ACOLOR="28FF70"
			BCOLOR="55FF8E"
		end
		Label.SetProperties("Cpu",{ColorNormal=Math.HexColorToNumber(COLOR),ColorDown=Math.HexColorToNumber(ACOLOR),ColorHighlight=Math.HexColorToNumber(BCOLOR)});
		
hi

here you are an example :

HIDE: ON
Hidebb Message Hidden Description


look at " On Timer " :awesome-1417754492:
Thanks
thanks
:celeryman-1418247558: gracias.