Skip_21

Programme d'écran tactile modifiable à votre guise !

Jul 24th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.46 KB | None | 0 0
  1. term.clear()
  2.  
  3. term.setCursorPos(1,1)
  4.  
  5. print("Votre telechargement va commencer...")
  6. sleep(5)
  7.  
  8. term.setCursorPos(1,3)
  9.  
  10. shell.run("pastebin get MLHxfiZ5 drawmon")
  11. sleep(2)
  12. shell.run("pastebin get fiAEHD5P Logo")
  13. sleep(2)
  14. shell.run("pastebin get Cxx8EJxf BlackScreen")
  15. sleep(2)
  16. shell.run("pastebin get nVGx2G3f startup")
  17. sleep(2)
  18. shell.run("pastebin get rL6sb5Aq ecran")
  19.  
  20. print(" ")
  21.  
  22. print("Telechargement termine !")
  23. sleep(5)
  24. term.clear()
Add Comment
Please, Sign In to add comment