Update info.lua

This commit is contained in:
Ale2610 2015-09-02 14:54:28 +02:00
parent ff2b6f14b6
commit 055d6865a3

View file

@ -23,6 +23,7 @@ header()
term.setCursorPos(1,3)
sertextext.center(3, " Info")
print("")
print("ID: "..os.getComputerID())
print("sPhoneOS "..sPhone.version.." by Sertex-Team")
print("CST by Luca_S")
print("UI by LMNetOS")
@ -30,6 +31,7 @@ print("SHA256 by GravityScore")
print("SertexText by Sertex-Team")
print("Graphics by Sertex-Team")
print("Thanks to Luca_S for SMS system and Sertex ID")
print("And thanks to dan200 for this mod!")
while true do
local w, h = term.getSize()