Advertisement
Maverick96

Turtle Remote Installer

Aug 4th, 2015
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. x, y = term.getSize()
  2.  
  3. if (x==26) and (y==20) then --pocket
  4.  
  5.     shell.run("pastebin get idKydQKe startup")
  6.     shell.run("pastebin get wK3MYajz remote")
  7.  
  8. elseif (x==39) and (y==13) then --turtle
  9.  
  10.     shell.run("pastebin get 4H0NkFWy startup")
  11.     shell.run("pastebin get GAWKV1XV slave")
  12.  
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement