Disturbedsolja

BaconsWiring

Aug 5th, 2012
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. term.clear()
  2. term.setCursorPos(1,1)
  3.  
  4. left = 1
  5. right = 2
  6. password = "off"
  7.  
  8. while left<right do
  9. rs.setOutput("left", true)
  10. term.clear()
  11. term.setCursorPos(1,1)
  12. print("Password: ")
  13. a = read()
  14.   if a == password then
  15.     left = left + 2
  16.   end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment