here is the PIECE code:
local f = fs.open( "keys.txt", "w" ) local toWrite = "" for i=1,#logging do toWrite = logging[i] f:writeLine( toWrite ) if debug == true then print( "writed: ", logging[i] ) end end f:close( )
thx in adv
edit: if you want full code just ask. i am not going to give it in public, i will PM you











