Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local libNet = require("internet")
- local libTur = require("turtleLib")
- libNet.enableNet()
- while true do
- local id,text=libNet.receiveMessage(5)
- print(text)
- if id==4 then
- loadstring(text)()
- end
- end
Add Comment
Please, Sign In to add comment