View difference between Paste ID: RUKivi5U and GmwznYEQ
SHOW: | | - or go back to the newest paste.
1
os.pullEvent = os.pullEventRaw
2
term.clear()
3
term.setCursorPos(1,1)
4
print("Borta Computer Security 1.1")
5
print("UserName:GET__REKT")
6
write("Password: ")
7
function pass()
8
t = io.read()
9
if t == "2304" then
10
print ("Access Granted.")
11
sleep(2)
12
term.clear()
13
term.setCursorPos(1,1)
14
else
15
print ("Incorrect Login Details.")
16
sleep(1)
17
term.clear()
18
term.setCursorPos(1,1)
19
print("Borta Computer Security 1.1")
20-
print("UserName: Nynoray")
20+
21
write("Password: ")
22
pass()
23
end
24
end
25
pass()