Quote:
Okay, write a program that will log in and retrieve data from your account.
----
I'm working on killing the NPC.
This is just LOL. :D Everybody knows that you just stolen fuso's code. the c# program is just a simple thing to do .
WebBrowser.Navigate("www.darkorbit.com")
With WebBrowser.Document.forms(1)
.getElementByName("username").value = "Freshek"
.getElementByName("password").value = "you_noobie_password_here"
.submit()
End With