Advertisement
Nathan423

installer

Jun 28th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. print("Welcome to the installer")
  4. sleep(1)
  5. print("Downloading APIs...")
  6. shell.run("pastebin", "get", "pFHeia96", "touchpoint")
  7. shell.run("pastebin","get","9iYHAYq8","bundleAPI")
  8. print("APIs collected")
  9. sleep(1)
  10. print("============")
  11. print("getting main program")
  12. print("grabbing startup program")
  13. shell.run("pastebin", "get", "ufbD4Fia", "startup")
  14. print("grabbing settings file")
  15. sleep(.5)
  16. shell.run("pastebin", "get", "sZ7E83tQ", "settings")
  17. print("grabbing main program")
  18. sleep(.5)
  19. shell.run("pastebin", "get", "Pkyd9wWf", "mainProgram")
  20. print("All files aqurired")
  21. sleep(.5)
  22. print("Opening settings file")
  23. sleep(1)
  24. shell.run("edit", "settings")
  25. shell.run("delete", "installer")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement