diff --git a/src/apps/system/info.lua b/src/apps/system/info.lua index 96a4e93..41803f8 100644 --- a/src/apps/system/info.lua +++ b/src/apps/system/info.lua @@ -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()