Need help

10/16/2013 16:07 modameryou#1
Hey people

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
i set the timer to 1000 ms ( 1 sec )

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
10/16/2013 16:16 LotixHD#2
Yes you can. This is not the Coders Section. Ask here [Only registered and activated users can see links. Click Here To Register...] ( [Only registered and activated users can see links. Click Here To Register...] )
10/16/2013 16:23 modameryou#3
alright
10/16/2013 17:15 Omdi#4
#moved