Computercraft thingies
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pastebin.lua 85B

12
  1. local h = http.get("http://s.mort.coffee/mortcc/init.lua")
  2. loadstring(h.readAll())()