Post: Auto-Clicker [Boost YouTube Views to 301+] Release
08-30-2013, 11:29 AM #1
RobertDavis
Save Point
(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. Awesome face

Video - (rates and comments much appreciated) =3


Direct Download - You must login or register to view this content.

Virus Scan - [url]https://www.virustotal.com/en/file/b7527b3c86239a6b348e2913114a62d5e77c83fa26d9d4b98e e8ebcaab775693/analysis/1377861050/[/url]

Thanks. :y:
(adsbygoogle = window.adsbygoogle || []).push({});

The following user groaned RobertDavis for this awful post:

SnaY
08-30-2013, 06:03 PM #2
QuantumDev
Can’t trickshot me!
It's a nice release, but I have to say that i'd prefer to get views legit rather then this way.
Anyway, great release Happy
08-30-2013, 06:11 PM #3
Pichu
RIP PICHU.
Instead of using the mouse, why not just create your own function and use that on a timed basis?
09-05-2013, 03:13 PM #4
i tried this but all it dose is clicks my mouse Not Happy or Sad
09-06-2013, 03:41 AM #5
l3g3ndary
Gym leader
Originally posted by RobertDavis View Post
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. Awesome face

Video - (rates and comments much appreciated) =3


Direct Download - You must login or register to view this content.

Virus Scan - [url]https://www.virustotal.com/en/file/b7527b3c86239a6b348e2913114a62d5e77c83fa26d9d4b98e e8ebcaab775693/analysis/1377861050/[/url]

Thanks. :y:


I'm not a C# expert and I haven't practice it lately but wouldn't it be better to use this command

button1.PerformClick();

instead of using the mouse and use the delay with the event above?
09-10-2013, 11:39 PM #6
Oklahoma
Are you high?
Originally posted by Pikachu View Post
Instead of using the mouse, why not just create your own function and use that on a timed basis?


Agreed with Pikachu, you should add your own function that does the process for you.
09-11-2013, 12:01 AM #7
Pichu
RIP PICHU.
Originally posted by l3g3ndary View Post
I'm not a C# expert and I haven't practice it lately but wouldn't it be better to use this command

button1.PerformClick();

instead of using the mouse and use the delay with the event above?


    private void ClickLeftBtn()
{
// Function method go here
}

private void button1_click(Event args ....
{
Timer1.Start();
}

private void Timer1()
{
ClickLeftBtn();
}


That's the basis as to how you would do it.
09-11-2013, 01:42 AM #8
l3g3ndary
Gym leader
Originally posted by Pikachu View Post
    private void ClickLeftBtn()
{
// Function method go here
}

private void button1_click(Event args ....
{
Timer1.Start();
}

private void Timer1()
{
ClickLeftBtn();
}


That's the basis as to how you would do it.


That would be for a website but for a GUI program for Windows is most likely done in C#. So I would put how many views(clicks) the user wants and then use that number to make a loop and inside the loop put the delay and the perform click action.
09-11-2013, 01:46 AM #9
Pichu
RIP PICHU.
Originally posted by l3g3ndary View Post
That would be for a website but for a GUI program for Windows is most likely done in C#. So I would put how many views(clicks) the user wants and then use that number to make a loop and inside the loop put the delay and the perform click action.


C# is my language of preference right here.

The timer allows you to modify by how often you want to do a task. If the user sets the marcro at every 10 seconds, you would put 10000 which equates to 10 seconds. (1 second = 1k ms)

The function encapsulates what needs to occur with the mouse. The button is what starts the timer.
09-11-2013, 01:48 AM #10
Pichu
RIP PICHU.
Originally posted by Pikachu View Post
C# is my language of preference right here.

The timer allows you to modify by how often you want to do a task. If the user sets the marcro at every 10 seconds, you would put 10000 which equates to 10 seconds. (1 second = 1k ms)

The function encapsulates what needs to occur with the mouse. The button is what starts the timer.


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)

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo