Computercraft Twitter (In Development)
Testing:
pastebin get MXsivF CCTwitter


You see... I need a little help... i need to know the http address for loging in like this where you do the .. .. stuff ex:
Credits to LabyStudio
print("")
name = read()
print("")
password = read()
testfor = http.get("http://login.minecraft.net/?user=" ..name.. "&password=" ..password.. "&version=12") -- check login data printresult = testfor.readAll()
if printresult == "Bad login" then
print("Bad login")
else print("Welcome")
end
Thats all
Edited by EthanAG, 10 November 2013 - 08:20 PM.


This topic is locked









