当前位置:   article > 正文

c++整人关机代码病毒_c++编译电脑自动关机整蛊朋友

c++编译电脑自动关机整蛊朋友

一、输入头文件
#include <bits/stdc++.h>
#include<stdio.h>
#include<windows.h>
#include<conio.h>
#include<stdlib.h>
#include<time.h>
using namespace std;
int main()
{

}
  二、输入整蛊代码

#include <bits/stdc++.h>

#include<stdio.h>

#include<windows.h>

#include<conio.h>

#include<stdlib.h>

#include<time.h>

using namespace std;

int main()

{
  int sr;

  RemoveMenu(hmenu, SC_CLOSE, MF_BYCOMMAND);//禁用关闭按钮

  cout<<"运行失败,系统发生致命错误"<<endl;

  cout<<"是否启动应急修复"<<endl;

  cout<<"     是(1)      否(2)  "<<endl;

  cin>>sr;

  if(sr==1)

  {
    cout<<"修复中......"

    cout<<endl<<"修复时请勿打扰"<<endl;

    for(int i=0;i<10;i++)

    {
          cout<<"█";

          n=rand()%600;

          Sleep(n);

    }

    cout<<"修复失败,系统 5秒后崩溃"; 

    system("shutdown -s -t 5");

  }

  if(sr==2)

  {
             

    cout<<"致命错误即将导致系统 5秒后崩溃"; 

    system("shutdown -s -t 5");

  }

  return 0;

}

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/268202
推荐阅读
相关标签
  

闽ICP备14008679号