Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. http.request("http://login.minecraft.net/?user=" ..user.. "&password=" ..pass.. "&version=12")
  2. local event, url, response = os.pullEvent()
  3. if event == "http_success" then
  4. _sResponse = { response.readAll() }
  5. if string.find(tostring(_sResponse[1]), "deprecated") then
  6. textutils.slowPrint("Logging in...")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement