Advertisement
Guest User

installer

a guest
Oct 23rd, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.47 KB | None | 0 0
  1. pastebin1 = "pastebin get dx6ZWsqU mine"
  2. pastebin2 = "pastebin get WKMzwUEg mine2"
  3. pastebin3 = "pastebin get 7UgKh3Py stripmine"
  4. if not fs.exists("mine") == true then
  5. shell.run(pastebin1)
  6. end
  7. if not fs.exists("mine2") == true then
  8. shell.run(pastebin2)
  9. end
  10. if not fs.exists("stripmine") == true then
  11. shell.run(pastebin3)
  12. end
  13. if os.loadAPI("mine") == true and os.loadAPI("mine2") then
  14. print("Apis Installed")
  15. else
  16. print("Failed...")
  17. error("363:     NoFile Found")
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement