Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -----------Config-----------
- computerid = --ID of djturtle (new version displays it on startup)
- ----------------------------
- --Credit to Freack100 for automatic rednet finder!
- for k,v in pairs(rs.getSides()) do
- if peripheral.isPresent(v) then
- if peripheral.getType(v) == "modem" then
- rednet.open(v)
- end
- end
- end
- while not color do
- term.clear()
- term.setCursorPos(1,1)
- print("DJMix OS 3.0")
- print("Choices: 13, cat, blocks, chirp, far, mall, mellohi, stal, strad, ward, 11, and wait")
- print("Type song name here: (spelling counts)")
- sendmsg=read()
- if sendmsg=="exit" then shell.run("shell") end
- rednet.send(computerid,sendmsg)
- end
Advertisement
Add Comment
Please, Sign In to add comment