Advertisement
Guest User

tuer.lua

a guest
Nov 17th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. modem = peripheral.wrap("back")
  2. modem.open(11)
  3.  
  4. event, modemSide, senderChannel, replyChannel, message, senderDistance = os.pullEvent()
  5.  
  6. passwort = test
  7.  
  8. if passwort == message then
  9.     rs.setOutput("top", true)
  10.     sleep(2)
  11.     rs.setOutput("top", false)
  12. else
  13.     os.reboot()
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement