Advertisement
Mackan90096

dgfd

Feb 4th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. while true do
  2. term.clear()
  3. term.setCursorPos(1, 1)
  4. print("Please Enter Password:")
  5. input = read("*")
  6. if input == "password" then
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement