Lion4ever

remote turtle program installer

Sep 8th, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local f=fs.open("startup","w")
  2. f.write([[while true do
  3. fs.delete("program")
  4. shell.run("pastebin get 7SBJ5cru program")
  5. shell.run("program")
  6. sleep(10)
  7. end]])
  8. f.close()
  9. print("Installed!")
  10. sleep(3)
  11. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment