CompCrafter

setup test

Jun 17th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2. if fs.exists("botania") then
  3. shell.run("delete botania")
  4. else
  5. shell.run("pastebin get C25U8YYE botania")
  6. end
  7. sleep(1)
  8. shell.run("botania")
  9. end
Add Comment
Please, Sign In to add comment