明 聊天室
2025-01-04 19:40:45
发布于:广东
聊天
https://明 传送门
全部评论 2
#include<iostream>
#include<conio.h>
#include<windows.h>
#include<string>
using namespace std;
int main(){
string hd;
cout<<"别按下任意按键!!!\n";
getch();
cout<<"再重申一遍,别按下任意按键!!!\n";
getch();
cout<<"我说过了,别按下任意按键!!!\n";
getch();
cout<<"看来我没法阻止你了...\n";
getch();
cout<<"再按下任意按键后可别哭!\n";
getch();
cout<<"好吧,我告诉你:你的电脑要中病毒了!!!\n";
Sleep(3000);
cout<<"[系统温馨提示]刚刚监测到有病毒入侵,按下任意按键查看详细信息。\n";
getch();
a:
for(int i=1;i<=30;i++){
MessageBox(NULL,"你个小还想关","",MB_OK);} cout<<"想不想停下呢?\n"; cin>>hd; if(hd=="不想"){ cout<<"不想是吧?那我就仁慈点,只要你输入‘我是**’,就可以停下了!\n"; cin>>hd; if(hd=="我是**"){ cout<<"好,停下吧!\n"; system("shutdown /s /t 65"); cout<<"拜拜!!!\n"; Sleep(5000); return 0; } else { cout<<"想?75次后再来见我吧!\n"; for(int i=1;i<=75;i++){ MessageBox(NULL,"哈哈!!关不掉吧!!哭吧孩子!哭吧!人机","S小人机B",MB_OK); } } } else{ cout<<"想?20次后再来见我吧!\n"; goto a; }
}
2025-03-17 来自 广东
0system("shutdown /s /t 150");
system("start cmd");2025-03-17 来自 广东
0
有帮助,赞一个