python-autoclicker
python-autoclicker copied to clipboard
A simple autoclicker with controls powered by pyautogui
In print statement it was "F3" to exit but it was mapped to "esc" key
the actual code is when i click the start button it will click without holding the left click but me i want to autoclick when i hold the left click...
I'm using the autoclicker in Minecraft, and my mouse keeps moving to the bottom right corner of the screen. It was very fixable just by changing the `pyautogui.click(pyautogui.position())` to `pyautogui.click(x=0,...
The "while running:" loop was using 100% CPU when the autoclicker was paused. Adding a small sleep has fixed the issue and it now uses nearly no cpu while paused....
The readme states: Note: As a fail-safe, moving your mouse to the very top left corner will exit the program. This does not happen in pyautogui by default. The app...
Adjust print statement to user's input controls.
Exit is ESC not F3