Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("back")
- print("remote controller")
- print("by wv1106 on reddit and pastebin")
- print("change keybinds in turtle script")
- while 1 do
- local event, button = os.pullEvent("char")
- rednet.send(16,button)
- end
Add Comment
Please, Sign In to add comment