ToLazyToThink

Frame miner slave v0: install

Apr 5th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. print("Installing Frame Miner v0")
  2.  
  3. shell.run("rm cycle")
  4. shell.run("rm awaitCommand")
  5. shell.run("rm startup")
  6.  
  7. -- http://pastebin.com/8AnvzzXD
  8. -- http://pastebin.com/A2Wyc9NM
  9. -- http://pastebin.com/dKJ76t7z
  10. shell.run("pastebin get 8AnvzzXD cycle")
  11. shell.run("pastebin get A2Wyc9NM awaitCommand")
  12. shell.run("pastebin get dKJ76t7z startup")
  13.  
  14. print("Install complete")
Advertisement
Add Comment
Please, Sign In to add comment