(adsbygoogle = window.adsbygoogle || []).push({});
Just releasing my Auto-Clicker that I made last night :vince:
There are a few versions of this but I tried to make mine simple to use.
How To Use [W/YouTube]
1) Install the Auto-Clicker to your Computer
2) Use the number selector in the program to select how long you want the delay between clicks to be (seconds)
3) The mouse will click with an intermission, the intermission lasting how long you selected in the number selector
4) If you click with the mouse over the refresh button of a YouTube video, it will Automatically refresh the video
NOTE: If your video has around 0-301+ views then they most likely come in instant, but if the video has over 301+ views, it will take them a while to sync with the server.
Video - (rates and comments much appreciated) =3
Direct Download - You must login or register to view this content.
By the way, a timer acts like a thread. The timer is put to sleep once all actions are complete and then loops again. It's in a true state until declared stopped (Boolean false)
I'm not sure if I'm understanding you correctly but I'm talking about how I would correct his program not your PHP script. Cause his doesn't have a timer just a delay function like I mentioned earlier and instead of using the mouse it would press on the button by its self. And ask the user how many times he would like the button pressed and until the variable reaches to the amount it will stop pressing the button. I don't know how to write in PHP so if that's what you were referring to I can't say much cause I don't know PHP.
I'm not sure if I'm understanding you correctly but I'm talking about how I would correct his program not your PHP script. Cause his doesn't have a timer just a delay function like I mentioned earlier and instead of using the mouse it would press on the button by its self. And ask the user how many times he would like the button pressed and until the variable reaches to the amount it will stop pressing the button. I don't know how to write in PHP so if that's what you were referring to I can't say much cause I don't know PHP.
Erm, what I used was not php, it was a C# example. I just the used the PHP BB code because the Code BB code does not work all too well on this forum.
I've been working with C# for 3 years now btw, I've gone through a book and I've taken a few programming courses.
No, trying to press the button itself would not be a proper nor conventional way to do it.
If you wish that I write this up in C#, I can if I have time tomorrow between classes.