C++极域阻断机(Jiyu Killer By C++,JKBCPP)
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<"我是专门炸极域的C++极域阻断机,你可以用我摆脱老师的控制QwQ"<<endl;
while(1)
{
cout<<"请输入操作编号(别按到字母会死循环):1强制停止进程,2退网页限制(Beta),3退出"<<endl;
int choose,c1;
cin>>choose;
if(choose==1)
{
system("taskkill /f /im studentmain.exe");
cout<<endl<<"完毕"<<endl;
}
else if(choose==2)
{
cout<<"请输入操作编号(别按到字母会死循环):1开设备管理器,2点错了"<<endl;
cin>>c1;
if(c1==1)
{
cout<<"启动!"<<endl<<"找到网络适配器。"<<endl<<"找到TDNetFilter.sys ,卸掉或禁掉!"<<endl;
system("devmgmt.msc");
cout<<"看你的了!关了吗?看看能不能开被禁过的网页。"<<endl;
}
if(c1==2) continue;
}
else if(choose==3)
{
cout<<endl<<"再见!"<<endl;
_sleep(2500);
return 0;
}
else cout<<"点错了!!!"<<endl;
}
}