Red Security

Full Version: vb.net auto clicker
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I did not make this auto-clicker, I downloaded it from here:
https://codeload.github.com/bhaktijkoli/...zip/master

I made 11 changes to the code, added a stop function, and press keyboard keys to stop the timer


Private Sub HotKeyTimer_Tick(sender As Object, e As EventArgs) Handles HotKeyTimer.Tick

       If GetAsyncKeyState(Keys.S) Then
           HotKeyTimer.Enabled = False
           CmdStart_Click()
       End If

   End Sub

code i added in to timer


This autoclicker is really good for mouse clicking games on Facebook.
[img=0x0]https://hackmyass.files.wordpress.com/2011/01/hackers.jpg[/img][color=rgba(255, 255, 255, 0.2)](edited)

[/color]