Guest User

TKO

a guest
Dec 28th, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. shell.run("pastebin get 4HLxeETG OInstaller")
  2. shell.run("pastebin get FVGpWyZE Patcher")
  3. term.clear()
  4. term.setCursorPos(1,1)
  5. print("Are you sure you want to root O?")
  6. print("Input  YES  if you would like to")
  7. print("Anything else if not")
  8. a = read()
  9. if a == "YES" then
  10. os.run({},"/patcher")
  11. else
  12. print("terminating TKO")
  13. sleep(1)
  14. term.clear()
  15. term.setCursorPos(1,1)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment