This commit is contained in:
zaremate 2022-05-24 19:45:57 +02:00
parent 1af94a78fa
commit 2893312870

View File

@ -8,7 +8,7 @@ local inLightsMenu = false
function Choice1() function Choice1()
term.clear() term.clear()
term.setCursorPos(1,1) term.setCursorPos(1,1)
term.write("Hello,my name is "..os.getComputerLabel()) term.write("Hello,my name is Nigga")
sleep(3) sleep(3)
end end
@ -105,7 +105,6 @@ function login()
term.clear() term.clear()
term.setCursorPos(1,1) term.setCursorPos(1,1)
print("2137_OS_v1.4 Login Screen") print("2137_OS_v1.4 Login Screen")
print("UserName: ZareMate")
write("Password: ") write("Password: ")
function pass() function pass()
t = io.read() t = io.read()
@ -120,7 +119,6 @@ function login()
term.clear() term.clear()
term.setCursorPos(1,1) term.setCursorPos(1,1)
print("2137_OS_v1.3 Login Screen") print("2137_OS_v1.3 Login Screen")
print("UserName: ZareMate")
write("Password: ") write("Password: ")
pass() pass()
end end