Advertisement
Ignius12

Untitled

Jul 27th, 2021
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. local modem = peripheral.find("modem")
  2. rednet.open("left")
  3.  
  4. while true do
  5. rednet.send(7,"Test 100 -10 100 20 okay!", "miners")
  6. sleep(0.1)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement