Advertisement
Guest User

envoi

a guest
Aug 27th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. print("que voulez vous envoyez par mail?:")
  2. input = read()
  3. rednet.open("right")
  4. print("ecrivez votre message")
  5. sleep(0,3)
  6. renet.broadcast(input)
  7. sleep(0,3)
  8. print("message envoye")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement