Red Security
vb.net auto clicker - Printable Version

+- Red Security (https://redsecurity.info/cc)
+-- Forum: Programming (https://redsecurity.info/cc/forumdisplay.php?fid=5)
+--- Forum: Visual Basic & .NET Framework (https://redsecurity.info/cc/forumdisplay.php?fid=17)
+--- Thread: vb.net auto clicker (/showthread.php?tid=804)



vb.net auto clicker - viruss - 10-10-2018

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]