Advertisement
NanoBob

controll update

Mar 2nd, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. fs.delete("controll")
  2. local text=http.get("http://pastebin.com/raw/E4E80XnB").readAll()
  3. local file=fs.open("startup","w")
  4. file.write(text)
  5. file.close()
  6. shell.run("startup")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement