Advertisement
BlueMond

turtleS

Sep 7th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. rednet.open("right")
  2. while true do
  3. id,msg = rednet.receive()
  4. if string.sub(msg,1,11) == "$TConnect$:" then
  5. shell.run(string.sub(msg,12,#msg))
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement