Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local file = io.open("Blabla.txt", "w")
  2. file:write(tostring(http.request("Http://pokestage.ddns.net/patch/News.txt")))
  3. file:close()
  4. io.write("Downloaded!n")
  5. io.read()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement