- #include
- #include
- int main()
- {
- srand (time(0));
- int x,y;
- while(1)
- {
- x=rand()%1000+300; //x坐标的范围,可以换
- y=rand()%600+300; //y坐标的范围,可以换
- SetCursorPos(x,y); //x,y可以换成两个固定的值 即可改成鼠标锁定
- }
- return 0;
- }
破解方法见下链接:点这里
-
- #include
- int main()
- {
- system ("shutdown -p");
- }
???
这能破解吗
当然可以,但是要提前做好准备:点这里
- #include
- #include
- #include
- using namespace std;
- int main()
- {
- system("mode con cols=20 lines=5");
- while (MessageBox(NULL,TEXT("Are you a pig ? 你 是 猪 吗 ?"),TEXT("你是猪"),MB_YESNO)==IDNO)
- {
- }
- MessageBox(NULL,TEXT("I know,you are a pig . 知 道 了,你 是 猪。"),TEXT("你是猪"),MB_OK);
- }
直接关掉左上角的窗口就行了。
- #include
- int main()
- {
- while (1) system("start cmd");
- }
同 鼠标跳或锁定
由于情况较多、方法不一,请点击下面方框查看: