I did this just to convert from C# to VB.NET cause i wanted to make one and got stuck lol and i saw Chris's release so this is Mostly his help
you will need an HTTPwrapper http://www.mediafire.com/?fora71ljn7em6i7
Code:If TextBox1.Text = "" Then MessageBox.Show("Please enter a Username") End If If wrapper.Post("http://forum.logicalgamers.com/login.php?do=login", "vb_login_username=" + TextBox1.Text + "&vb_login_password_hint=Password&vb_login_password=" + TextBox2.Text + "&s=&securitytoken=guest&do=login&vb_login_md5password=&vb_login_md5password_utf=").Contains(("Thank you for logging in,")) Then MessageBox.Show("Logged in!") Else : MessageBox.Show("Failed to login") End If If TextBox2.Text = "" Then MessageBox.Show("Please enter a password") End If
Results 1 to 6 of 6
Thread: [VB.NET] LG Auth
- 27 Aug. 2011 04:47pm #1
[VB.NET] LG Auth
- 01 Sep. 2011 06:15pm #2
You gotta fix your download. you uploaded a Shortcut and it won't work on others computers. At least that's what happens to me.
- 01 Sep. 2011 06:44pm #3
Sorry didn't realize :/ Updated it HTTPWrapper.vb
- 01 Sep. 2011 06:47pm #4
All god Thank you for updating it
- 01 Sep. 2011 06:50pm #5
- 01 Sep. 2011 07:11pm #6
Nope. I've been programming since I was 12/13 <--mostly Copy Pasta. I'm a lot better now xD