Need help with VB hotkeys :S
how do i make hotkeys for my autospammer?
my autospammer works perfectly but i want to add hotkeys so you dont have to click the start button.
this is some code that is in it:
Code:
Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
SendKeys.Send(TextBox1.Text)
SendKeys.Send("{Enter}")
End Sub
Code:
Private Sub Button7_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button7.Click
Timer2.Enabled = True
End Sub
Private Sub Button8_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button8.Click
Timer2.Enabled = False
End Sub
Wrong section.
/request move to cf source code section.
Do u want me to ask ghost to move it?.