Advertisement
Guest User

h

a guest
Mar 31st, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. local sExample = http.get("http://mcc.haktes.eu")
  2. write(sExample.readAll())
  3. write("\n")
  4. sExample.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement