Hey,
I am currently making an autoclicker that activates when the left mouse button is held down and stops when it is let go.
The code used to activate the clicking mechanism when the R key is was pressed and then stop it when it was pressed again.
This code below activates the clicker when I hold down the left mouse button but I don't know how to detect when it is let go and it just keeps clicking.