Skip to content

nodejs 键盘鼠标驱动级模拟、拦截;nodejs 虚拟鼠标、nodejs虚拟键盘 nodejs游戏辅助 csgo辅助

Notifications You must be signed in to change notification settings

yuxinqi-chan/node_interception

 
 

Repository files navigation

node-interception

基于https://github.com/oblitum/Interception

关键字:nodejs 键盘鼠标驱动级模拟、拦截;驱动级键鼠模拟;虚拟鼠标、虚拟键盘。

用途

windows默认的键盘、鼠标模式为 raw input ,部分游戏或者软件为了提升性能和防作弊,会通过 direct input 模式检索键鼠数据 因此你通过系统API的方式发送的键盘鼠标模拟事件就无法在游戏或软件中响应。该示例展示了如何通过nodejs的n-api调用Interception 实现驱动级键盘鼠标的事件拦截、模拟。

安装使用

  • 双击“驱动安装.bat”进行驱动安装,安装后会自动重启;
  • node index.js 执行测试方法

About

nodejs 键盘鼠标驱动级模拟、拦截;nodejs 虚拟鼠标、nodejs虚拟键盘 nodejs游戏辅助 csgo辅助

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 30.6%
  • C++ 25.4%
  • C 23.0%
  • Objective-C 15.9%
  • JavaScript 4.4%
  • Batchfile 0.7%