It's like upvotes, except they don't count for anything.
Here's the idea...
I send this app out to the community. The users will click the button. They will get hooked. They will continue to hit the button. We all work together to reach the goal of 1M (1,000,000) votes!
But I'm bored of clicker games!
Well, this isn't your basic clicker game. Instead of clicking a button and increasing points by yourself, this allows you to collaborate with the entire community to get to the goal of 1M votes.
No, the votes aren't for me. I just called them "votes" because why not!
You didn't said we can't do this, so I'm simply not breaking the rules :)
I plit windows, the big one on the right I can put there anything, another tab to watch videos or something with the simple script I wrote automatically Puts the mouse on the the vote button on the screen on the left and clicks every 5 and a half on the screen on the left and after clicking It returns the cursor where it was before, very fast you don't even notice that It moved, You just see a red cool down.
Python Script:
from pynput.mouse import Controller, Button as btn
cur = Controller()
pos=(309, 611)
while True:
pos2=cur.position
cur.position=pos
cur.click(btn.left, 1)
cur.position=pos2
__import__('time').sleep(5.5)
Must have pynput module. And position the windows as I did or change the variable "pos" to match yours.
Vote
It's like upvotes, except they don't count for anything.
Here's the idea...
I send this app out to the community. The users will click the button. They will get hooked. They will continue to hit the button. We all work together to reach the goal of 1M (1,000,000) votes!
But I'm bored of clicker games!
Well, this isn't your basic clicker game. Instead of clicking a button and increasing points by yourself, this allows you to collaborate with the entire community to get to the goal of 1M votes.
No, the votes aren't for me. I just called them "votes" because why not!
You didn't said we can't do this, so I'm simply not breaking the rules :)
I plit windows, the big one on the right I can put there anything, another tab to watch videos or something with the simple script I wrote automatically Puts the mouse on the the vote button on the screen on the left and clicks every 5 and a half on the screen on the left and after clicking It returns the cursor where it was before, very fast you don't even notice that It moved, You just see a red cool down.
Python Script:
Must have pynput module. And position the windows as I did or change the variable "pos" to match yours.
The only problem would be when you have to type 😔
with a simple console script:
this script also works with multiple vote windows and a customizable amount of clients (I found over 1000 craps the server out)