Advertisement
guitarplayer616

KittenGenerator

Jun 23rd, 2015
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. local kittens = http.post("http://placekitten.com/")
  2.  
  3. shell.run("clr")
  4. local res = kittens.readAll()
  5. kittens.close()
  6. local h = fs.open("kitten",'w')
  7. h.write(res)
  8. h.close()
  9. shell.run("edit kitten")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement