Advertisement
Guest User

startup.lua

a guest
Feb 21st, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. rednet.open("back")
  2. while true do
  3.     os.pullEvent("key")
  4.     rednet.send(9443,"open","propcode")
  5.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement