Advertisement
Ignius12

beacon

Dec 20th, 2023 (edited)
849
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. pos = vector.new(gps.locate())
  2. local modem = peripheral.find("modem")
  3. rednet.open("left")
  4.  
  5. while true do
  6.             rednet.broadcast(os.getComputerLabel() ..  " " .. 0 .. " " .. pos.x .. " " .. pos.y .." " .. pos.z .. " " .. "Lost_as_Fuck", "miners")
  7.             sleep(5)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement