Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if fs.exists("startup") then
- fs.copy("startup", "backup_startup")
- fs.delete("startup")
- end
- if fs.exists("startup.lua") then
- fs.copy("startup.lua", "backup_startup_lua")
- fs.delete("startup.lua")
- end
- shell.run("pastebin get U85sSNs5 startup")
- shell.run("set shell.allow_disk_startup false")
- sleep(0.1)
- shell.run("startup")
Add Comment
Please, Sign In to add comment