Advertisement
Phins

setup

Dec 13th, 2015
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. --Doodle LAUNCHER Setup
  2. --Created by Phins
  3. --12.12.2015
  4. --KrEV9bEM
  5. --Ver: 1.0
  6.  
  7. LogCraft = "8AE5X5w2"
  8. Game = "A2zuDgFj"
  9. Start1 = "Cs03qsbR"
  10. Start2 = "siT898E2"
  11. update = "5kau5Un8"
  12.  
  13. if not fs.exists("Doodle") then
  14. fs.makeDir("Doodle")
  15. end
  16.  
  17. shell.run("pastebin","get",update,"Doodle/update")
  18. shell.run("pastebin","get",LogCraft,"Doodle/LogCraft")
  19. shell.run("pastebin","get",Game,"Doodle/game")
  20. shell.run("pastebin","get",Start1,"Doodle/start")
  21. shell.run("pastebin","get",Start2,"Launcher")
  22.  
  23. print("READY")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement