@nocheat , why don't you want it to be opensource ? Yes every1 well make there own loginer and it's pretty fun if you dont know how to program , so care a little about us 'noobs' and let it be opensource
bool didWeNavigated = false;
bool gottheserver = false;
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
webBrowser1.Navigate("http://www.darkorbit.com"); //This will navigate to the darkorbit website and fill in all the information.
didWeNavigated = true;
}
private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
{
if ( didWeNavigated == false) { //If we could not connect to darkorbit due no internet connection/darkorbit website is down, it will stop.
Close();
}
else if(didWeNavigated == true) {
didWeNavigated = false;
string username = textBox1.Text; //It will make it be able for the bot to fill in the username with the right values
string password = textBox2.Text ; //It will make it be able for the bot to fill in the password with the right values
webBrowser1.Document.GetElementById("loginForm_default_username").SetAttribute("Value", username); //This will search for the Username box, and paste the username information into that text field.
webBrowser1.Document.GetElementById("loginForm_default_password").SetAttribute("Value", password); //This will search for the Password box, and paste the password information into that text field.
webBrowser1.Document.GetElementById("loginForm_default_loginButton").Focus(); //This one will Focus (search) on the page for the login button...
webBrowser1.Document.GetElementById("loginForm_default_loginButton").InvokeMember("click"); //This one will click the login button, when it has been found.
HtmlElementCollection htmlel = webBrowser1.Document.GetElementsByTagName("input");
HtmlElement el1;
}
}
this is the code of C#
and i can't do it in C++, cause its too laggy atm sry
[Release] a new website with simple features 05/13/2018 - SRO PServer Guides & Releases - 115 Replies Hello,
i'll release a new website for sro.
screenshot
http://i.epvpimg.com/oXXWb.jpg
website pages
Home , Download , Donate ( prices only ) , Server Team , Server Information
website features
Login - Register - Change pw - Ranking ( job ) - Server Status - the amount of online players - official server time ( its for cairo time , you can edit it easily to ur country time
website Features for server owners
add silk ( u can add silk to any user at database , you just need the username ,...
How to create a Cabal Bot (simple) 10/22/2012 - Cabal Guides & Templates - 23 Replies There are a few tutorials out there showing this method on creating a cabalbot but I decided to write this and share anyways. I created my own method as I tried to make it as clear, logical and easy to understand as possible.
To view post simply go here: The Raves of an IT Madman: How to Create a Cabal Bot
or shortlink: goo.gl/I5opJ
HOW TO CREATE SIMPLE MENU HACK.. HELP 10/15/2012 - Soldier Front Hacks, Bots, Cheats & Exploits - 2 Replies HOW TO CREATE SIMPLE MENU HACK.. HELP
HELP ME HOW TO CREATE SIMPLE MENU HACK.. PLEASE...
LIKE
PLAYER CHAMS
CROSSHAIR
FULL BRIGHT
LIKE THAT.. PLEASE ... :handsdown::handsdown::handsdown:
[VB] PHP Simple Login Source 06/20/2011 - Coding Releases - 2 Replies Was ihr dazu braucht :
Visual Basic
WebServer (FTP zum hochladen)
http://anime-stream.eu/log1n.JPG
VB Source Download (mit PHP Files) :
MEGAUPLOAD - The leading online storage and file delivery service