一份偽當機程式碼

Joker_hehe發表於2021-01-03

來,執行執行!!!

#include<windows.h>
#include<cstdlib>
#include<ctime>
using namespace std;
int main(){
	HWND hWnd = GetConsoleWindow();
	ShowWindow(hWnd, SW_HIDE);
    int x=GetSystemMetrics(SM_CXSCREEN);
    int y=GetSystemMetrics(SM_CYSCREEN);
    srand(time(0));
    while (1) SetCursorPos(rand()%x,rand()%y);
    return 0;
}

其實就是滑鼠會亂晃。
活下來的評論區扣個1

相關文章