Skip to content

绝地求生鼠标辅助的python版 dist里有编译打包好的exe程序

Notifications You must be signed in to change notification settings

tonghm0808/Pubg_Mouse_Aide-python-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#简介: 用python2.7写的一款纯软件压枪辅助工具,也用Tkinter简单做了个小界面 原理也很简单,用pyHook来监听鼠标键盘,然后用的user32.dll里面的 SendInput()函数控制鼠标,鼠标主要的修正算法也都比较简陋。参考aid.py 里面的Mouse_fix()函数。其中利用random.randint(9, 11) / 100.0来生成 随机偏移的定时时间。

#使用方法:

  1. 小键盘"+" "-"号控制偏移量
  2. 小键盘"Enter"控制开启关闭
  3. 先打开游戏,然后用管理员模式运行

#编译所需额外ODLUE:

  1. pythoncom
  2. pyHook
  3. pyinstaller

About

绝地求生鼠标辅助的python版 dist里有编译打包好的exe程序

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published