Advertisement
JaMaNi133

rednet spoofer

Aug 21st, 2024 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. rednet.open("bottom")
  2. while true do
  3.     id,msg = rednet.receive()
  4.     print(msg.command)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement