Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- elseif string.find(line, "GET /game/joinserver.jsp") ~= nil then
- local url = "http://minecraft.net" .. string.sub(line, 5, string.len(line)-9)
- print("HTTP.REQUEST["..url.."]") local ret = http.request(url)
- --content = "Bad login"
- content = "OK"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement