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