Microstar301

CCCT/install

Oct 13th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.57 KB | None | 0 0
  1. term.clear()
  2. print("BITTE UNTER DEN TURTLE EINE KISTE STELLEN")
  3. sleep(2)
  4. print("BELIEBIGE TASTE DRUECKEN")
  5. os.pullEvent("key")
  6. term.clear()
  7. term.setCursorPos(-100,-100)
  8. shell.run("pastebin","get","hw6NhG9k","pastebin")
  9. term.clear()
  10. term.setCursorPos(1,1)
  11. print("+-----MICROTECH-INSTALLER--------+")
  12. shell.run("pastebin","get","vh4DELr1","reset")
  13. shell.run("pastebin","get","0fUy0qkY","getall")
  14. shell.run("pastebin","get","C6u2j6Tc","dropall")
  15. shell.run("pastebin","get","P0n1cS70","clear")
  16. shell.run("pastebin","get","1FwZT0zw","circle")
  17. shell.run("pastebin","get","6RWEkppx","cable")
  18. shell.run("pastebin","get","w3EMgFF4","bucket")
  19. shell.run("pastebin","get","1Aw3YHpY","bread")
  20. shell.run("pastebin","get","xYedWnBc","block")
  21. shell.run("pastebin","get","bwgW2D79","4x")
  22. if fs.exists("/startup")==true then
  23. write("STARTUP ERSETZEN? J/N")
  24. o,a=os.pullEvent("char")
  25. if a=="j" or a=="J" then
  26. shell.run("rm","/startup")
  27. shell.run("pastebin","get","htvHr4LF","startup")
  28. else
  29. shell.run("rm","reset")
  30. shell.run("rm","getall")
  31. shell.run("rm","dropall")
  32. shell.run("rm","clear")
  33. shell.run("rm","circle")
  34. shell.run("rm","cable")
  35. shell.run("rm","bucket")
  36. shell.run("rm","bread")
  37. shell.run("rm","block")
  38. shell.run("rm","4x")
  39. DERT=shell.getRunningProgram()
  40. shell.run("rm",DERT)
  41. shell.run("rm","pastebin")
  42. term.clear()
  43. print("ABGEBROCHEN!")
  44. sleep(3)
  45. os.reboot()
  46. end
  47. end
  48. shell.run("pastebin","get","htvHr4LF","startup")
  49. DERT=shell.getRunningProgram()
  50. shell.run("rm",DERT)
  51. shell.run("rm","pastebin")
  52. term.clear()
  53. print("ERFOLGREICH INSTALLIERT!")
  54. sleep(3)
  55. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment