Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fs.delete("controll")
- local text=http.get("http://pastebin.com/raw/E4E80XnB").readAll()
- local file=fs.open("startup","w")
- file.write(text)
- file.close()
- shell.run("startup")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement