Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local send = 1337
- local rec = 137
- local tArgs = { ... }
- local modem = peripheral.find("modem")
- if #tArgs then print("to use wireless lua prompt, simply type 'wlua' ")
- else
- while true do
- local x = read()
- if x ~= "end()" then
- modem.transmit(send,rec,x)
- else
- modem.transmit(send,rec,'end()')
- break end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement