- BC20270418's blog
论如何把极域《杀死》
- 2024-11-22 16:55:33 @
1:cmd
win +r
输入cmd
cmd弹出后输入:
taskkill /f /im studentmain.exe
2:极域改教师端
极域
设置
密码输入:
mythware_super_password
其实这也挺难记的,所以(第二条密码):
hsfzr4505
网络
选择教师登录
3:c++
代码如下:
#include<bits/stdc++.h>
#include<windows.h>
#include<time.h>
using namespace std;
int main(){
long long a=10000000000000000;
system("color 07");
Sleep(200);
system("color 4F");
Sleep(200);
system("color 5B");
Sleep(200);
system("color 6C");
Sleep(200);
system("color 3D");
Sleep(200);
system("color 66");
Sleep(1000);
cout<<"欢迎使用杀极域专用程序"<<endl<<"作者:BC20270418(XHC)"<<endl<<"加载中,请稍后";
for(int i=5;i>=0;i--){
cout<<". ";
Sleep(1000);
}
cout<<endl;
system("taskkill /f /im studentmain.exe");
cout<<endl;
for(int i=5;i>=0;i--){
cout<<". ";
Sleep(1000);
}
cout<<"感谢支持,请自行退出,再见!";
Sleep(a);
}
//6
字数:840