kd2bwzgen

Randomized Turtles - Installer

Mar 22nd, 2016
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. print("Randomized Turtles - Random AI movement!")
  4. print("----------------------------------------")
  5. print("Getting required library...")
  6. shell.run("cd /")
  7. shell.run("wget https://raw.githubusercontent.com/sci4me/stream.lua/master/stream.lua stream.lua")
  8. print("----------------------------------------")
  9. print("Retrieving AI program...")
  10. shell.run("pastebin get wvYwLR77 ai")
Add Comment
Please, Sign In to add comment