Giter Club home page Giter Club logo

bgclicker's Introduction

FLY BGClicker

简介

本程序是一个多功能鼠标连点器。

功能特性

  • 提供“一般模式”与“后台模式”两种点击模式,“一般模式”下本程序作为普通的鼠标连点器,“后台模式”下可以通过窗口标题获得窗口句柄,向对应的窗口发送鼠标消息,即使窗口在后台不处于激活状态也能实现鼠标连点。应用于Minecraft时,在禁用了失去焦点自动暂停后,游戏窗口最小化时也依然能够进行挂机钓鱼、刷石等AFK行为,此时电脑依然能够做其他的事情。

  • 支持左键单击、右键单击、左键按住、右键按住四种点击方式。

  • 支持在自定义的区间使点击频率随机变化,可以规避一些简单的鼠标宏检测机制。

  • 支持在一段时间或达成一定点击次数后后自动停止运行。

运行环境

Microsoft Windows XP/2003/Vista/7/8/8.1/10
需要 Microsoft .NET Framework 4.0

版本历史

Ver 1.1.5.20082201

  • 新增
  1. 新增点击频率区间随机功能
  2. 新增自动停止功能
  3. 新增托盘消息开关
  4. 新增设置记忆功能
  • 更改
  1. 上一版本采用Timer实现连点循环计时,但其效率低下,最大点击速度仅能达到65CPS左右,此版本更改为在新线程中利用sleep实现循环计时,实际使用最高点击速度可达到约500CPS
  2. 优化了连点循环体逻辑,尽可能减少每次循环的运算量
  • 修复
  1. 修复了捕获窗口标题按钮使用过一次后的显示错误问题

Ver 1.0.5.19073001
内测阶段结束,本程序发布。

bgclicker's People

Contributors

wxyedward avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.