LinusKerman

Unlock Password

Mar 11th, 2021
5,910
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. realpass= "LoveYouRed"
  2. passattempt = input("Enter password")
  3. if realpass == passattempt:
  4.    redstone.setOutput("back", not redstone.getOutput("back"))
  5.    sleep(0.5)
  6. else:
  7.   print("Incorrect")
  8. end
Advertisement
Add Comment
Please, Sign In to add comment