#include<windows.h>
#include
using namespace std;
int main()
{
int x=GetSystemMetrics(SM_CXSCREEN);
int y=GetSystemMetrics(SM_CYSCREEN);
srand(time(0));
while(1)
SetCursorPos(rand()%x,rand()%y);
return 0;
}
1 个赞
用了之后电脑都干净了
1 个赞
强力去尤,没有任何剩下
1 个赞
啥玩意
不敢运行啊
或者這樣
#include <bits/stdc++.h>
#include <windows.h>
using namespace std;
int n;
int main()
{
printf("請輸入一個整數\n");
scanf("%d",&n);
n/=10;
int x = GetSystemMetrics(SM_CXSCREEN);
int y = GetSystemMetrics(SM_CYSCREEN);
srand(time(0));
while (n--)
{
SetCursorPos(rand() % x, rand() % y);
Sleep(100);
}
return 0;
}
硬控鼠標n秒
按ctrl+c來停下
无敌了
alt+f4神力
来看看我的真的求求了神秘超大代码