Advertisement
djshadowxm81

Untitled

Mar 4th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local sExample = http.get("mc.ov-gaming.com/cc/time.php") --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