Hey leute,
hab ne frage zu VB.Alsoooo,ich will ein Programm erstellen,das einmal einen text oder whatever in ein bestimmtes fenster schreibt.
das hab ich bis jetzt:
Meine frage nun: Wie mache ich,dass er den Text nur in ein bestimmtes spiel schreibt,als z.b. ich zocke COD und der text wird währendessen in CrossFire "reingespammt"
Hoffe um antwort :D
PS:Ich will keinen Spambot machen,auch wenn es so aussehen könnte.
hab ne frage zu VB.Alsoooo,ich will ein Programm erstellen,das einmal einen text oder whatever in ein bestimmtes fenster schreibt.
das hab ich bis jetzt:
Code:
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
If RadioButton1.Checked Then My.Computer.Keyboard.SendKeys("/item 1 ")
If RadioButton2.Checked Then My.Computer.Keyboard.SendKeys("/item 2 ")
If RadioButton3.Checked Then My.Computer.Keyboard.SendKeys("/item 3 ")
If RadioButton4.Checked Then My.Computer.Keyboard.SendKeys("/item 4 ")
If RadioButton1.Checked Then My.Computer.Keyboard.SendKeys("/item 5 ")
If RadioButton1.Checked Then My.Computer.Keyboard.SendKeys("/item 6 ")
If RadioButton1.Checked Then My.Computer.Keyboard.SendKeys("/item 7 ")
If RadioButton1.Checked Then My.Computer.Keyboard.SendKeys("/item 8 ")
If RadioButton1.Checked Then My.Computer.Keyboard.SendKeys("/item 9 ")
If RadioButton1.Checked Then My.Computer.Keyboard.SendKeys("/item 10 ")
If RadioButton1.Checked Then My.Computer.Keyboard.SendKeys("/item 11 ")
If RadioButton1.Checked Then My.Computer.Keyboard.SendKeys("/item 12 ")
If RadioButton1.Checked Then My.Computer.Keyboard.SendKeys("/item 13 ")
If RadioButton1.Checked Then My.Computer.Keyboard.SendKeys("/item 14 ")
If RadioButton1.Checked Then My.Computer.Keyboard.SendKeys("/item 15 ")
If RadioButton1.Checked Then My.Computer.Keyboard.SendKeys("/item 16 ")
If RadioButton1.Checked Then My.Computer.Keyboard.SendKeys("/item 17 ")
If RadioButton1.Checked Then My.Computer.Keyboard.SendKeys("/item 18 ")
If RadioButton1.Checked Then My.Computer.Keyboard.SendKeys("/item 19 ")
If RadioButton1.Checked Then My.Computer.Keyboard.SendKeys("/item 20 ")
My.Computer.Keyboard.SendKeys("{Enter}")
Hoffe um antwort :D
PS:Ich will keinen Spambot machen,auch wenn es so aussehen könnte.