Making an autologin application
I am going to try and make a piece of javascript that I can use to automatically log me into Minecraft however what I wanted to know was would I be better trying to make a program that automatically fills in the fields and clicks enter for you or should I create a custom launcher?
Re: Making an autologin application
This is a java forum. Ask javascript questions on a javascript forum.
Re: Making an autologin application
I don't know why I typed javascript????, the launcher is programmed in java.
Re: Making an autologin application
Are you asking how to read an HTML page, parse out a <Form tag, get the fields needed for login and send back a URL with the form data completed/filled in?