Bubble People

Bubble People

Not enough ratings
AHK cheat: mouse-hover instead of mouse-hold
By Wok
Here is how to mouse-hover instead of mouse-hold/mouse-click.
   
Award
Favorite
Favorited
Unfavorite
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 Comments
The Nothing Man 25 Oct, 2021 @ 3:52pm 
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  [author] 25 Oct, 2021 @ 3:39pm 
Yes, it is an auto-clicker. I don't know other tools than AHK.
The Nothing Man 25 Oct, 2021 @ 3:35pm 
isnt this just an autoclicker?
ya know there are easier ways so im confused