Advertisement
TriiNoxYs

[ComputerCraft] pURL

Jul 4th, 2014
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.55 KB | None | 0 0
  1. term.clear()
  2. print("---------------------------------------------")
  3. print("1. pURL: benjfn71")
  4. print("2. Aliaz: 6CQAKdK2")
  5. print("3. PassDoor: ppgPTwxi")
  6. print("4. TurtleMineAndKill: FH2T9q48")
  7. print("5. Painter (Advenced Computer): yqQi4tG6")
  8. print("6. TurtleWifi-Server: L2YPgd4q")
  9. print("7. TurtleWifi-Client: FaBKFWee")
  10. print("8. Tetris: zWDdgbzN")
  11. print("9. WoodCutter: ATLHKF8F")
  12. print("10. Install-L.OS: L2YPgd4q")
  13. print("11. ChunkDigger: bxsEDNA0")
  14. print("12. WheatFarm: 98hPTZTZ")
  15. print("13. TurtleOptiMine-2.0: PvKcWaLS")
  16. print("---------------------------------------------")
  17.  
  18. print("\nTelecharger le script: ")
  19. ch = read()
  20.  
  21. if ch == "1" then
  22. id = "benjfn71"
  23. file = "pURL"
  24.  
  25. elseif ch == "2" then
  26. id = "6CQAKdK2"
  27. file = "Aliaz"
  28.  
  29. elseif ch == "3" then
  30. id = "ppgPTwxi"
  31. file = "PassDoor"
  32.  
  33. elseif ch == "4" then
  34. id = "FH2T9q48"
  35. file = "TurtleMineAndKill"
  36.  
  37. elseif ch == "5" then
  38. id = "yqQi4tG6"
  39. file = "Painter"
  40.  
  41. elseif ch == "6" then
  42. id = "L2YPgd4q"
  43. file = "TurtleWifi-Server"
  44.  
  45. elseif ch == "7" then
  46. id = "FaBKFWee"
  47. file = "TurtleWifi-Client"
  48.  
  49. elseif ch == "8" then
  50. id = "zWDdgbzN"
  51. file = "Tetris"
  52.  
  53. elseif ch == "9" then
  54. id = "ATLHKF8F"
  55. file = "WoodCutter"
  56.  
  57. elseif ch == "10" then
  58. id = "L2YPgd4q"
  59. file = "Install-L.OS"
  60.  
  61. elseif ch == "11" then
  62. id = "bxsEDNA0"
  63. file = " ChunkDigger"
  64.  
  65. elseif ch == "12" then
  66. id = "98hPTZTZ"
  67. file = "WheatFarm"
  68.  
  69. elseif ch == "13" then
  70. id = "PvKcWaLS"
  71. file = "TurtleOptiMine-2.0"
  72.  
  73. else
  74. print("Choix invalide !")
  75. shell.run("pURL")
  76.  
  77. end
  78.  
  79. shell.run("pastebin", "get", id, file)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement