ToLazyToThink

Frame miner master v0: install

Apr 5th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.67 KB | None | 0 0
  1. print("Installing Frame Miner Master v0")
  2.  
  3. shell.run("rm frameMove")
  4. shell.run("rm send")
  5. shell.run("rm cycle")
  6. shell.run("rm autocycle")
  7. shell.run("rm startup")
  8. shell.run("rm slaves")
  9.  
  10. -- http://pastebin.com/7Kiesj7S
  11. -- http://pastebin.com/nHMXTaTJ
  12. -- http://pastebin.com/Qhc8nRAk
  13. -- http://pastebin.com/0mmkQhTx
  14. -- http://pastebin.com/9ygetcm2
  15. -- http://pastebin.com/RKvMZ0Dp
  16.  
  17. shell.run("pastebin get 7Kiesj7S frameMove")
  18. shell.run("pastebin get nHMXTaTJ send")
  19. shell.run("pastebin get Qhc8nRAk cycle")
  20. shell.run("pastebin get 0mmkQhTx autocycle")
  21. shell.run("pastebin get 9ygetcm2 startup")
  22. shell.run("pastebin get RKvMZ0Dp slaves")
  23.  
  24. print("Install complete")
Advertisement
Add Comment
Please, Sign In to add comment