Advertisement
Guest User

prison

a guest
Jun 24th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. print("Welke cel wil je openen")
  2. if input == "1" then
  3.    print("Please log in.")
  4.    write("username: ")
  5.    username = read()
  6.    write("Password: ")
  7.    password = read("*")
  8.    if username == "blueblazes13" then
  9.    if password == "kr0k0dill3n" then
  10.    print("cel has been opened!")
  11.    end
  12.    end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement