Advertisement
Guest User

s

a guest
Nov 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. local sExample = http.get("https://script.googleusercontent.com/macros/echo?user_content_key=abiKr8kAJiQpSbsNDI8baEPIog4ShrWcxEpZ2NLP2jhxQX1684GrfVVcV23ww9n70ya2ht7f9jETNXfZiM3T_p7iHdI7q3qYm5_BxDlH2jW0nuo2oDemN9CCS2h10ox_1xSncGQajx_ryfhECjZEnJ9GRkcRevgjTvo8Dc32iw_BLJPcPfRdVKhJT5HNzQuXEeN3QFwl2n0M6ZmO-h7C6eIqWsDnSrEd&lib=MwxUjRcLr2qLlnVOLh12wSNkqcO1Ikdrk") --Get contents of page
  2. write(sExample.readAll()) --Read and print contents of page
  3. sExample.close() --Just in case
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement