is there (or can I make) an autoc clicker that automatically clicks the mouse even when I leave the tab?
Just have a setInterval the starts once you buy something. It will run until you close the tab. You can make use of localStorage to save dates and stuff to in theory do that, and to continue to use the autoclicker. It wouldn't be too hard.
Just have a setInterval the starts once you buy something. It will run until you close the tab. You can make use of localStorage to save dates and stuff to in theory do that, and to continue to use the autoclicker. It wouldn't be too hard.