Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --made by maxderopnl/tim0the
- shell.run("pastebin get vStAvsLJ games/lol")
- shell.run("pastebin get AxwYyVnt files/backgr")
- shell.run("pastebin get c6tdETQ2 files/map")
- term.clear()
- backgr = paintutils.loadImage("files/backgr")
- paintutils.drawImage(backgr, 1, 1)
- term.setCursorPos(1,5)
- write("Username: ")
- user = io.read()
- if user == "user" then
- term.setCursorPos(1,6)
- write("Password: ")
- pass = io.read()
- if pass == "pass" then
- term.setCursorPos(1,7)
- print("Succesfull")
- sleep(2)
- shell.run("games/lol")
- else
- term.setCursorPos(1,7)
- print("WRONG")
- sleep(2)
- shell.run("login")
- end
- else
- term.setCursorPos(1,6)
- print("WRONG")
- sleep(2)
- shell.run("login")
- end
Advertisement
Add Comment
Please, Sign In to add comment