Advertisement
captmicro

Unknown

Dec 15th, 2010
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. elseif string.find(line, "GET /game/joinserver.jsp") ~= nil then
  2. local url = "http://minecraft.net" .. string.sub(line, 5, string.len(line)-9)
  3. print("HTTP.REQUEST["..url.."]") local ret = http.request(url)
  4. --content = "Bad login"
  5. content = "OK"
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement