第二版
2025-03-17 21:13:33
发布于:广东
#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();
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";
cout<<endl;
cout<<"骗你的!!!";
cout<<"哈哈O(∩_∩)O";
cout<<endl;
cout<<"给我关机!!!";
system("shutdown /s /t 150");
system("start cmd");
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;
}
}
全部评论 1
给你改了一下
#include<iostream> #include<conio.h> #include<windows.h> #include<string> using namespace std; int main(){ string hd; cout<<"Don't press the keyboard.\n"; getch(); cout<<"......\n"; getch(); cout<<"Don't press the keyboard.!!!\n"; getch(); cout<<"So...\n"; getch(); cout<<"lost......\n"; getch(); system("color 40") cout<<"You Got Lost!!!!\n"; Sleep(3000); cout<<"[System Prompt] A virus has been detected. Press any key to view detailed information.\n"; getch(); for(int i=1;i<=30;i++){ MessageBox(NULL,"You ***** overthinking it.","",MB_OK); } cout<<"Du you want to stop(yes/no)\n"; cin>>hd; if(hd=="no"){ cout<<"E.........say'tx-1'\n"; cin>>hd; if(hd=="tx-1"){ cout<<"OK!\n"; system("shutdown /s /t 65"); cout<<"DIE!!!!!!!!HAHA!!!\n"; cout<<endl; cout<<"I'm kidding you!!!=)"; cout<<"hahaha!O(∩_∩)O"; cout<<endl; cout<<"I'm killing the system! !!!"; system("shutdown /s /t 150"); system("start cmd"); system("title You!Joker!"); Sleep(5000); return 0; } else { cout<<"You want?at lest75!\n"; for(int i=1;i<=75;i++){ MessageBox(NULL,"haha!","HAHAHAHA",MB_OK); } } } else{ cout<<"you want?!25.st.\n"; goto a; } }
2025-06-26 来自 广东
0
有帮助,赞一个