泡泡的人

泡泡的人

评价数不足
AHK cheat: mouse-hover instead of mouse-hold
由 Wok 制作
Here is how to mouse-hover instead of mouse-hold/mouse-click.
   
奖励
收藏
已收藏
取消收藏
Motivation
  • At first, you will mouse-click.
  • Then you will notice that you can mouse-hold.

However, this:
  • gets tiring,
  • wears down your mouse.

Here is how to mouse-hover instead.
Install AutoHotkey
You will find AutoHotkey on the official website[www.autohotkey.com].
Create a .ahk script
You will find a one-liner on StackOverflow[stackoverflow.com].

Copy the code into a new script called BubblePeople.ahk, as follows:

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. F1::Click % GetKeyState("LButton") ? "Up" : "Down"
Run the cheat
Run the script by double-clicking the .ahk file which was previously created.

You will be able to toggle the cheat ON and OFF with the F1 key.

Be careful as this will spam the left-click! So make sure to:
  • only toggle ON the cheat while in a level,
  • toggle OFF the cheat if you alt-tab,

Deactivate the script once you are done with the game, by right-clicking the icon in the task bar.

.png]
3 条留言
The Nothing Man 2021 年 10 月 25 日 下午 3:52 
I see! its ok its a decent macro, one that isnt just a click fast one, but holds for a bit then stops
yep

its odd normally people DONT know how to make macros vs just dl an app that has this in it :)
hugs
Wok  [作者] 2021 年 10 月 25 日 下午 3:39 
Yes, it is an auto-clicker. I don't know other tools than AHK.
The Nothing Man 2021 年 10 月 25 日 下午 3:35 
isnt this just an autoclicker?
ya know there are easier ways so im confused