Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(1,1)
- print("Are you sure you want to root O?")
- print("Input YES if you would like to")
- print("Anything else if not")
- a = read()
- if a == "YES" then
- shell.run("pastebin get 56nnyZrK OInstaller")
- shell.run("pastebin get FVGpWyZE Patcher")
- shell.run("pastebin get eF8rVUjt SU")
- os.run({},"/Patcher")
- else
- if fs.exists("/OInstaller") then
- fs.delete("/OInstaller")
- end
- if fs.exists("/Patcher") then
- fs.delete("/Patcher")
- end
- if fs.exists("/SU") then
- fs.delete("/SU")
- end
- print("terminating TKO")
- sleep(1)
- term.clear()
- term.setCursorPos(1,1)
- end
Advertisement
Add Comment
Please, Sign In to add comment