Sirshark10

TKO

Dec 28th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. print("Are you sure you want to root O?")
  4. print("Input  YES  if you would like to")
  5. print("Anything else if not")
  6. a = read()
  7. if a == "YES" then
  8. shell.run("pastebin get 4HLxeETG OInstaller")
  9. shell.run("pastebin get FVGpWyZE Patcher")
  10. shell.run("pastebin get eF8rVUjt SU")
  11. os.run({},"/Patcher")
  12. else
  13. if fs.exists("/OInstaller") then
  14. fs.delete("/OInstaller")
  15. end
  16. if fs.exists("/Patcher") then
  17. fs.delete("/Patcher")
  18. end
  19. if fs.exists("/SU") then
  20. fs.delete("/SU")
  21. end
  22. print("terminating TKO")
  23. sleep(1)
  24. term.clear()
  25. term.setCursorPos(1,1)
  26. end
Add Comment
Please, Sign In to add comment