SHOW:
|
|
- or go back to the newest paste.
1 | - | fs.delete("living") |
1 | + | while true do |
2 | - | sleep(0.5) |
2 | + | if fs.exists("botania") then |
3 | - | shell.run("pastebin get FgSaJ85B living") |
3 | + | shell.run("delete botania") |
4 | - | sleep(0.5) |
4 | + | else |
5 | - | shell.run("living") |
5 | + | shell.run("pastebin get C25U8YYE botania") |
6 | end | |
7 | sleep(1) | |
8 | shell.run("botania") | |
9 | end |