一个轻量级的 Windows 工具,通过随机间隔模拟键盘和鼠标输入,防止游戏中的自动挂机检测。

Stars

3

7 天增长

暂无数据

Fork 数

0

开放 Issue

0

开源协议

MIT

最近更新

2026-07-29

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它为玩家解决了一个常见烦恼:无需复杂脚本即可生成看似自然的随机化输入,且可执行文件静态链接 CRT,无需额外运行库。

适合谁使用

  • 需应对 AFK 计时器的游戏玩家
  • 挂机刷资源或练级的用户
  • 临时离开但仍想保持在线状态的用户
  • 对 Windows 输入模拟感兴趣的开发者

典型使用场景

  • 在多人在线游戏中保持登录状态,避免自动登出
  • 维持挂机刷怪或采集会话
  • 防止屏幕锁定或系统休眠
  • 测试需要玩家持续存在的游戏机制

项目优势

  • F1/F2 启停控制简单直接
  • 随机间隔使操作更接近真人行为
  • 静态链接 CRT,无需安装 VC++ 运行库即能在原生 Windows 上运行
  • 专注且轻量

使用前须知

  • 仅支持 Windows
  • 若游戏以管理员权限运行则需以管理员身份启动本工具
  • 可能违反游戏服务条款
  • 仅支持预定义的按键组合(WASD、5、右键)

README 快速开始

anti-afk

Small Windows utility that keeps you from going AFK in games. It cycles the movement keys (W/D/A/S), taps 5, and fires the right mouse button at randomized intervals so activity looks natural.

Controls

  • F1 — start
  • F2 — stop

Run as administrator if the game window is elevated (otherwise UIPI will block the synthesized input).

Build

Open anti-afk.sln in Visual Studio 2022 and build Release | x64.

Or from the command line:

msbuild anti-afk.sln -p:Configuration=Release -p:Platform=x64

Output: x64\Release\anti-afk.exe. The Release build statically links the CRT, so the exe runs on a stock Windows install with no VC++ Redistributable.

项目描述

Small Windows utility to avoid going AFK in games

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

makecindy
精选
makecindy GitHub avatar

cindy

Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.

AI 与机器学习大语言模型
958
l0ng-ai
精选
l0ng-ai GitHub avatar

tty7

tty7 is a fast, GPU-accelerated terminal workbench with persistent sessions, built-in input tools, SSH support, and coding agent awareness.

开发者工具CLI 与终端
359
programmersd21
精选
programmersd21 GitHub avatar

flow

flow is a minimalist terminal dashboard that displays real-time network throughput with smooth animations, multiple responsive modes, and zero configuration.

开发者工具CLI 与终端
277