#include<bits/stdc++.h> #include<windows.h> using namespace std; int main() { Sleep(1500); cout<<"欢迎使用极域杀手!!!"<<endl; Sleep(1000); cout<<"本程序由sb编写"<<endl;///可以改成自己的名字 Sleep(1000); system("start https://43.139.64.32/blog/169/create"); ///可以改成自己的网站或博客 cout<<"进入辅助网站,请等待"; for(int i=1;i<=6;i++) { Sleep(300);cout<<"."; } cout<<endl; system("pause"); system("ipconfig /all"); Sleep(200);system("arp /a"); Sleep(200);system("net start"); Sleep(200);system("net user"); Sleep(200);system("net use"); Sleep(200);system("net share"); Sleep(200);system("net file"); Sleep(200);system("net config"); Sleep(1000);system("dir /s /r /d /l /r /a /o /b"); Sleep(1000);system("tasklist"); Sleep(1000);system("TASKKILL /F /IM StudentMain.exe /T"); Sleep(1000);cout<<"已无极域威胁."<<endl; Sleep(1000); Sleep(2000); Sleep(2000); cout<<"本程序由you father编写"<<endl; Sleep(2000);MessageBox(NULL,"你可以安心做自己的事情了","message",MB_OK); return 0; }