View difference between Paste ID: QKyyUMEy and XpQ5Bhmb
SHOW: | | - or go back to the newest paste.
1
local boot = http.get("http://turtle.sysvyz.org")
2-
loadstring("return function(shell) \n" ..boot.readAll()..'\n  end')(shell)
2+
loadstring("return function(shell) \n" ..boot.readAll()..'\n  end')()(shell)