Posts: 3,598
Threads: 265
Joined: Oct 2010
Reputation:
76
(01-22-2012, 20:44)G-Man Wrote: (01-22-2012, 20:38)surtek Wrote: Logins go to some random Russian server which is regged by Vladimir K.
logins go to some random german server with ip 173.245.60.119
Or to one of the other dozens of servers worldwide registered to this domain. Closest server to your location is what you get.
Posts: 5,320
Threads: 300
Joined: Feb 2011
Reputation:
149
01-22-2012, 20:45
(This post was last modified: 01-22-2012, 20:46 by JariZ.)
@ surtek prog is clean :\
CSHARP Code
private void Form1_Load(object sender, EventArgs e) { this.WebBrowser1.Visible = false; this.WebBrowser1.Size.Height.Equals(387); this.WebBrowser1.Size.Width.Equals(609); this.ProgressBar1.Visible = false; this.WebBrowser1.Navigate("http://www.itsmods.com/forum/member.php?action=login"); } private void Button1_Click(object sender, EventArgs e) { this.WebBrowser1.Document.GetElementById("username").SetAttribute("value", this.TextBox1.Text); this.WebBrowser1.Document.GetElementById("password").SetAttribute("value", this.TextBox2.Text); this.WebBrowser1.Document.GetElementById("submit").InvokeMember("click"); int num = (int) Interaction.MsgBox((object) "You were successfuly logged in. Press second button to connect servers.", MsgBoxStyle.Information, (object) "Logged in!"); } private void Button3_Click(object sender, EventArgs e) { this.WebBrowser1.Navigate("http://www.itsmods.com/forum/private.php?action=empty"); int num = (int) Interaction.MsgBox((object) "We have connected the servers, please third button (annoying, huh?) to clear PM's.", MsgBoxStyle.Information, (object) "Connected!"); } private void Button2_Click(object sender, EventArgs e) { this.WebBrowser1.Document.GetElementById("empty[1]").InvokeMember("click"); this.WebBrowser1.Document.GetElementById("empty[2]").InvokeMember("click"); this.WebBrowser1.Document.GetElementById("empty[3]").InvokeMember("click"); this.WebBrowser1.Document.GetElementById("empty[4]").InvokeMember("click"); this.WebBrowser1.Document.GetElementById("submit").InvokeMember("click"); int num = (int) Interaction.MsgBox((object) "Your PM's have been deleted.", MsgBoxStyle.Information, (object) "Done!"); } private void CheckBox5_CheckedChanged(object sender, EventArgs e) { if (Operators.CompareString(this.TextBox3.Text, "D", false) == 0 | Conversions.ToBoolean("d")) { this.TextBox3.Visible = false; this.CheckBox5.Visible = false; this.WebBrowser1.Visible = true; this.WebBrowser1.Size.Height.Equals(416); this.ProgressBar1.Visible = true; } else { int num = (int) Interaction.MsgBox((object) "You are not developer if you can't write 13 in hex.", MsgBoxStyle.Critical, (object) "Wrong answer darling"); this.CheckBox5.CheckState = CheckState.Unchecked; } } private void WebBrowser1_ProgressChanged(object sender, WebBrowserProgressChangedEventArgs e) { this. ProgressBar1. Value = checked ((int) e. CurrentProgress); }
Posts: 3,054
Threads: 268
Joined: Feb 2011
Reputation:
63
you win
Posts: 3,598
Threads: 265
Joined: Oct 2010
Reputation:
76
Lol nubcoding if it uses a hidden browser window.
Posts: 5,320
Threads: 300
Joined: Feb 2011
Reputation:
149
(01-22-2012, 20:47)SuperNovaAO Wrote: Lol nubcoding if it uses a hidden browser window.
Well, bad news for @g-man then, because it does
Posts: 3,054
Threads: 268
Joined: Feb 2011
Reputation:
63
01-22-2012, 20:48
(This post was last modified: 01-22-2012, 20:51 by Arteq.)
(01-22-2012, 20:45)jariz Wrote: @surtek prog is clean :\
CSHARP Code
private void Form1_Load(object sender, EventArgs e) { this.WebBrowser1.Visible = false; this.WebBrowser1.Size.Height.Equals(387); this.WebBrowser1.Size.Width.Equals(609); this.ProgressBar1.Visible = false; this.WebBrowser1.Navigate("http://www.itsmods.com/forum/member.php?action=login"); } private void Button1_Click(object sender, EventArgs e) { this.WebBrowser1.Document.GetElementById("username").SetAttribute("value", this.TextBox1.Text); this.WebBrowser1.Document.GetElementById("password").SetAttribute("value", this.TextBox2.Text); this.WebBrowser1.Document.GetElementById("submit").InvokeMember("click"); int num = (int) Interaction.MsgBox((object) "You were successfuly logged in. Press second button to connect servers.", MsgBoxStyle.Information, (object) "Logged in!"); } private void Button3_Click(object sender, EventArgs e) { this.WebBrowser1.Navigate("http://www.itsmods.com/forum/private.php?action=empty"); int num = (int) Interaction.MsgBox((object) "We have connected the servers, please third button (annoying, huh?) to clear PM's.", MsgBoxStyle.Information, (object) "Connected!"); } private void Button2_Click(object sender, EventArgs e) { this.WebBrowser1.Document.GetElementById("empty[1]").InvokeMember("click"); this.WebBrowser1.Document.GetElementById("empty[2]").InvokeMember("click"); this.WebBrowser1.Document.GetElementById("empty[3]").InvokeMember("click"); this.WebBrowser1.Document.GetElementById("empty[4]").InvokeMember("click"); this.WebBrowser1.Document.GetElementById("submit").InvokeMember("click"); int num = (int) Interaction.MsgBox((object) "Your PM's have been deleted.", MsgBoxStyle.Information, (object) "Done!"); } private void CheckBox5_CheckedChanged(object sender, EventArgs e) { if (Operators.CompareString(this.TextBox3.Text, "D", false) == 0 | Conversions.ToBoolean("d")) { this.TextBox3.Visible = false; this.CheckBox5.Visible = false; this.WebBrowser1.Visible = true; this.WebBrowser1.Size.Height.Equals(416); this.ProgressBar1.Visible = true; } else { int num = (int) Interaction.MsgBox((object) "You are not developer if you can't write 13 in hex.", MsgBoxStyle.Critical, (object) "Wrong answer darling"); this.CheckBox5.CheckState = CheckState.Unchecked; } } private void WebBrowser1_ProgressChanged(object sender, WebBrowserProgressChangedEventArgs e) { this. ProgressBar1. Value = checked ((int) e. CurrentProgress); }
i have been 1 year here, i dont need your accs lol. your community is much more important to me. tho if you think that im trying to steal everything here...
Posts: 3,598
Threads: 265
Joined: Oct 2010
Reputation:
76
LOL HOTLINKING @"G-MAN", AGAIN, ALWAYS HIM!
Posts: 6,052
Threads: 429
Joined: Oct 2010
gman dont take it too serious, they are trolling, as always
Posts: 3,598
Threads: 265
Joined: Oct 2010
Reputation:
76
(01-22-2012, 20:50)SuperNovaAO Wrote: LOL HOTLINKING @"G-MAN", AGAIN, ALWAYS HIM!
Yes, I did just like my own post
Posts: 3,054
Threads: 268
Joined: Feb 2011
Reputation:
63
(01-22-2012, 20:50)d0h! Wrote: gman dont take it too serious, they are trolling, as always
well you know i spent 1 year here and i know that these guys cannot joke, they only can throw insults (except render & surtek )
|