This commit is contained in:
zaremate
2022-05-24 19:45:57 +02:00
parent 1af94a78fa
commit 2893312870
+1 -3
View File
@@ -8,7 +8,7 @@ local inLightsMenu = false
function Choice1()
term.clear()
term.setCursorPos(1,1)
term.write("Hello,my name is "..os.getComputerLabel())
term.write("Hello,my name is Nigga")
sleep(3)
end
@@ -105,7 +105,6 @@ function login()
term.clear()
term.setCursorPos(1,1)
print("2137_OS_v1.4 Login Screen")
print("UserName: ZareMate")
write("Password: ")
function pass()
t = io.read()
@@ -120,7 +119,6 @@ function login()
term.clear()
term.setCursorPos(1,1)
print("2137_OS_v1.3 Login Screen")
print("UserName: ZareMate")
write("Password: ")
pass()
end