i was trying to make an auto keyboard presser ( presses f5 )
for conquest hacks ( 4 mnts )
well.. i'm working in VB 2010 express
this is the code
Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Timer1.Start()
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
SendKeys.Send("{F5}")
End Sub
it works perfectly
every1 sec it presses f5
MY Question is !!
Can i make a target ?
Sendkeys to a process ? a specific one
plz help






( 