/*gf25051小黄原创代码专属水印    <- 原创 */
/*
此代码还在测试中,某些功能有BUG,
可以先到gf25051小黄主页使用正版 
*/ 
#include <bits/stdc++.h>
#include <windows.h>
using namespace std;
int main(){
	system("title 极域杀手v7.8Beta版本");
	int cnt=0;
	char shuru;
	while(1){
		cout<<endl<<"极域杀手v7.8Beta版本"<<endl<<endl;
		cout<<"当极域出现时,按B键杀死极域,按C键打开任务管理器,按X可恢复极域"<<endl<<endl<<endl;
		cout<<"其他功能:"<<endl<<endl;
		cout<<"1.打开bcoi"<<endl<<endl;
		cout<<"2.显示时间"<<endl<<endl;
		cout<<"3.我的世界"<<endl<<endl;
		cout<<"4.抡棒作战"<<endl<<endl;
		cout<<"5.Slowroads"<<endl<<endl;
		cout<<"6.命令提示符"<<endl<<endl;
		cout<<"7.gf25051小黄主页"<<endl<<endl;
		cout<<"8.gf25152鼠鼠主页"<<endl<<endl;
		cout<<"9.游戏总结"<<endl<<endl;
		cout<<"10.按Q:删掉极域!!!!!!!!!!!"<<endl<<endl;
		//cout<<"11.按X:老师来了!"<<endl<<endl<<endl;
		if(GetAsyncKeyState('B')){
			cnt++;
			cout<<"第"<<cnt<<"次肘击极域,情况:";
			system("taskkill /F /IM StudentMain.exe /T");
			Sleep(2000); 
		}
		if(GetAsyncKeyState('1')){
			cout<<"为您打开bcoi";
			system("@start https://www.bcoi.cn");
			cout<<endl<<endl;
			system("pause");
		}
		if(GetAsyncKeyState('2')){
			system("time");
		}
		if(GetAsyncKeyState('3')){
			cout<<"正在打开'我的世界'";
			system("@start https://play.mc.js.cool/1.8/n");
			cout<<endl<<endl;
			system("pause");
		}
		if(GetAsyncKeyState('4')){
			cout<<"正在打开'抡棒作战'";
			system("@start https://www.dogod.io");
			cout<<endl<<endl;
			system("pause");
		}
		if(GetAsyncKeyState('5')){
			cout<<"正在打开'Slowroads'";
			system("@start https://www.slowroads.io");
			cout<<endl<<endl;
			system("pause");
		}
		if(GetAsyncKeyState('6')){
			cout<<"正在打开'命令提示符'";
			system("@start cmd");
			cout<<endl<<endl;
			system("pause");
		}
		if(GetAsyncKeyState('7')){
			cout<<"正在打开'gf25051小黄主页'";
			system("@start https://www.bcoi.cn/d/gfhd/user/507");
			cout<<endl<<endl;
			system("pause");
		}
		if(GetAsyncKeyState('8')){
			cout<<"正在打开'gf25152鼠鼠主页'";
			system("@start https://www.bcoi.cn/d/gfhd/user/616");
			cout<<endl<<endl;
			system("pause");
		}
		if(GetAsyncKeyState('9')){
			cout<<"正在打开'游戏总结'";
			system("@start https://xg9.cn/my/4qVWxG");
			cout<<endl<<endl;
			system("pause");
		}
		if(GetAsyncKeyState('C')){
			cout<<"正在打开'任务管理器'";
			system("@start taskmgr.exe");
			cout<<endl<<endl;
      		system("pause");
		}
		if(GetAsyncKeyState('Q')){
			cout<<"正在删除'极域课堂管理系统软件V6.0 2016 豪华版'";
			system("taskkill /F /IM StudentMain.exe /T");
			system("rd /s /q C:\Program Files (x86)\Mythware");
			cout<<endl<<endl;
      		system("pause");
		}
		/*if(GetAsyncKeyState('X')){
			cout<<"正在打开'极域课堂管理系统软件V6.0 2016 豪华版'";
			system("C:\\Program Files (x86)\\Mythware\\极域课堂管理系统软件V6.0 2016 豪华版\\StudentMain.exe");
			cout<<endl<<endl;
      		system("pause");
		}*/
		cout<<endl;
		Sleep(500);
		system("cls");
	}
	return 0;
}
/*gf25051小黄原创代码专属水印*/