AkaZombie

MindCrack Chat by Guude

Dec 15th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. --this is just version 1 I have plans for it(Guude)
  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