恶搞小程序--锁定鼠标

纯属娱乐

#include<windows.h>
#include<stdio.h>

int
main(int argc, char **argv)
{
    int x = 0;
    int y = 0;

    while (1) {
        x = 100;
        y = 100;

        SetCursorPos(x, y);
    }

    return 0;
}

破解方法:Ctrl+Alt+Delete启动任务管理器-->Alt+E结束任务

猜你喜欢

转载自blog.csdn.net/tyustli/article/details/86001622
今日推荐