Mackan90096

MCChat

Jan 30th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. --this is just version 1 I have plans for it
  2.  
  3. local response = http.get( "http://guudelp.com/logsimple.cgi" )
  4. if response then
  5. print( "Got It!" )
  6. local sResponse = response.readAll()
  7. response.close()
  8. print ( sResponse )
  9. end
Add Comment
Please, Sign In to add comment