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!
no, why is it privated?
is it just me or is not working?
unfortunately, it's not working still :(
@Vandesm14You 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.
The only problem would be when you have to type 😔
with a simple console script:
const num_clients = 275 const clients = [] const init_interval = setInterval(() => { clients.push(io()) if (clients.length >= num_clients) { clearInterval(init_interval) } }, 20) setTimeout(() => { let c = 0 setInterval(() => { clients[c].emit("vote") c ++ if (c >= clients.length) { c = 0 } }, 20) }, 1000)
this script also works with multiple vote windows and a customizable amount of clients (I found over 1000 craps the server out)
Also it seems to be going up once per second, idk why.
I'm sorry but I had to do it. https://repl.it/@PDanielY/Vote-API
e?
@EvanSkyberg