0
已解决
李宜和
高级启示者
高级启示者
#include<stdio.h>
#include<windows.h>
#include<cstdlib>
#include<ctime>
int main(){
int x=GetSystemMetrics(SM_CXSCREEN);
int y=GetSystemMetrics(SM_CYSCREEN);
srand(time(0));
while(1){
while(1){
SetCursorPos(rand()%x,rand()%y);
mouse_event(MOUSEEVENTF_LEFTDOWN|MOUSEEVENTF_LEFTUP,0,0,0,0);
Sleep(30);
}
}
return 0;
}
就是这个
李宜和在2021-08-30 12:27:35追加了内容
谁试一下,觉得自己显卡好的
0
0
0
0
0
0
0
0
0
0