Advertisement
programcreator

Door Client

Jan 27th, 2015
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2. mod = peripheral.wrap("bottom")
  3. write("Enter password: ")
  4. os.pullEventRaw()
  5. pass = read("*")
  6. mod.transmit(17,1,pass)
  7. shell.run("reboot")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement