...You get two buttons, and you can also adjust the interval between which the autoclicker will click. The default is 120 seconds
When you click Start, the app starts a background task called a thread that clicks the mouse every 120 seconds by default and clicks again.
When you click Stop, the app stops the background task.
After each click of the Start button, it plays a funny message and shows the count. The counter, by default, increases the count by 1 after every 120 seconds or whenever the mouse clicks the screen.
You may change the interval time in the GUI.
...