Advertisement
Guest User

startup

a guest
Nov 1st, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. mon = peripheral.wrap("top")
  2. while true do
  3.  
  4. mon.write("nbv 123 mlk 789")
  5. print("qsd 111213")
  6. rep = read()
  7.  
  8. if  (rep=="251912623") then
  9. print("bien joueur vous avez su dejouer la maison")
  10. mon.write("JE SUIS LA ")
  11. rs.setOutput("back",true)
  12. sleep(10)
  13. rs.setOutput("back",false)
  14. end
  15. sleep(1)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement