Advertisement
User9684

Untitled

Nov 21st, 2022 (edited)
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. rednet.open('back')
  2.  
  3. while true do
  4. print('Command?')
  5. local response = read()
  6. rednet.send(24, response, 'computercmd')
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement