Update info.lua
This commit is contained in:
parent
ff2b6f14b6
commit
055d6865a3
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ header()
|
||||||
term.setCursorPos(1,3)
|
term.setCursorPos(1,3)
|
||||||
sertextext.center(3, " Info")
|
sertextext.center(3, " Info")
|
||||||
print("")
|
print("")
|
||||||
|
print("ID: "..os.getComputerID())
|
||||||
print("sPhoneOS "..sPhone.version.." by Sertex-Team")
|
print("sPhoneOS "..sPhone.version.." by Sertex-Team")
|
||||||
print("CST by Luca_S")
|
print("CST by Luca_S")
|
||||||
print("UI by LMNetOS")
|
print("UI by LMNetOS")
|
||||||
|
@ -30,6 +31,7 @@ print("SHA256 by GravityScore")
|
||||||
print("SertexText by Sertex-Team")
|
print("SertexText by Sertex-Team")
|
||||||
print("Graphics by Sertex-Team")
|
print("Graphics by Sertex-Team")
|
||||||
print("Thanks to Luca_S for SMS system and Sertex ID")
|
print("Thanks to Luca_S for SMS system and Sertex ID")
|
||||||
|
print("And thanks to dan200 for this mod!")
|
||||||
|
|
||||||
while true do
|
while true do
|
||||||
local w, h = term.getSize()
|
local w, h = term.getSize()
|
||||||
|
|
Loading…
Reference in a new issue