Marlingaming

Turtle Role Program List

Sep 10th, 2021 (edited)
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. if Turtle_Role == "Guard" then
  2. shell.run("pastebin","get","","AdvControl")
  3. elseif Turtle_Role == "Soldier" then
  4. shell.run("pastebin","get","","AdvControl")
  5. elseif Turtle_Role == "Miner" then
  6. shell.run("pastebin","get","0hCw6RGS","AdvControl")
  7. elseif Turtle_Role == "Builder" then
  8. shell.run("pastebin","get","","AdvControl")
  9. elseif Turtle_Role == "Logi" then
  10. shell.run("pastebin","get","","AdvControl")
  11. elseif Turtle_Role == "Security" then
  12. shell.run("pastebin","get","","AdvControl")
  13. elseif Turtle_Role == "PrisonGuard" then
  14. shell.run("pastebin","get","","AdvControl")
  15. end
  16. sleep(10)
  17. os.reboot
Add Comment
Please, Sign In to add comment