Advertisement
Guest User

startup

a guest
Jan 28th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. -- Log off protection
  2.  
  3. local m = peripheral.find("modem")
  4. term.clear()
  5. while true do
  6.   local event = os.pullEvent("redstone")
  7.   if rs.getInput("top") then
  8.     term.clear()
  9.  
  10.     write("")
  11.     m.transmit(100, 101, "stop")
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement