Advertisement
Pitri

Startup Program (Minecraft Computercraft)

Sep 22nd, 2016
1,825
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local id = "iyukjxxN" -- pastebin id here
  2. local name = "run" -- program name here
  3.  
  4. shell.run("rm "..name)
  5. shell.run("pastebin get "..id.." "..name)
  6. shell.run(name)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement