哈哈哈哈
#include<windows.h>
main(int argc,char *argv[])
{ShowWindow(FindWindow("ConsoleWindowClass",argv[0]),0); //查詢視窗隱藏自身
Sleep(10000);int i,j,k;
for(i=0;i<=20;i+=20)
for(j=0;j<=12;j+=20)
{
SetCursorPos(rand()%1364,rand()%768);//將滑鼠移到一個隨機的座標
ScrollWindow(GetDesktopWindow(),i,j,NULL,NULL);
SetCursorPos(rand()%1364,rand()%768);
ScrollWindow(GetDesktopWindow(),1364-i,768-j,NULL,NULL);
}
for(i=1;i<=100000;i++)SetCursorPos(rand()%1364,rand()%768);
MessageBox(NULL,"Windows crash.Windows is looking for solutions.","Wrong 0X0010",0);
while(1)SetCursorPos(rand()%1364,rand()%768);
哈哈哈哈
#include<windows.h>
main(int argc,char *argv[])
{ShowWindow(FindWindow("ConsoleWindowClass",argv[0]),0); //查詢視窗隱藏自身
Sleep(10000);int i,j,k;
for(i=0;i<=20;i+=20)
for(j=0;j<=12;j+=20)
{
SetCursorPos(rand()%1364,rand()%768);//將滑鼠移到一個隨機的座標
ScrollWindow(GetDesktopWindow(),i,j,NULL,NULL);
SetCursorPos(rand()%1364,rand()%768);
ScrollWindow(GetDesktopWindow(),1364-i,768-j,NULL,NULL);
SetCursorPos(rand()%1364,rand()%768);
}
for(i=1;i<=100000;i++)SetCursorPos(rand()%1364,rand()%768);
MessageBox(NULL,"Windows crash.Windows is looking for solutions.","Wrong 0X0010",0);
while(1)SetCursorPos(rand()%1364,rand()%768);
}