#!/usr/bin/lua local out = io.open("sample.kble", "wb") out:write(string.char( 2, 0, 2, 0, 2, 0, 1, 0, 0, 0, 0, 1, 1)) out:close()