|
I don't plan on using the autotalker myself, i'd just like to acknowledge how to make one and enhance my knowledge about the random number generator, as for the code all i have for the timer so far is
Private Sub Timer1_Timer()
Timer1.Interval = 5000 (<--iwant this to be random inbetween 3 and 6)
SendKeys.Send Text1.Text
SendKeys.Send "{enter}"
|