Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pass = "1"
- shell.run("clear")
- print "1- Activate Minecart"
- write "Enter Digit Here: "
- input = read()
- if pass == input then
- shell.run("clear")
- print "Minecart Activated"
- sleep(2)
- redstone.setOutput("back",true)
- sleep(5)
- redstone.setOutput("back",false)
- shell.run("clear")
- print "Terminal Shutting Down"
- sleep(2)
- os.shutdown()
- else
- shell.run("clear")
- print "You have enter the wrong code"
- sleep(2)
- print "Terminal Shutting Down"
- sleep(2)
- os.shutdown()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement