Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local f=fs.open("startup","w")
- f.write([[while true do
- fs.delete("program")
- shell.run("pastebin get 7SBJ5cru program")
- shell.run("program")
- sleep(10)
- end]])
- f.close()
- print("Installed!")
- sleep(3)
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment