So this is the Random name manger [PVP Manger] for an online game
Name:  PVPMANGER_zps1a246f86.jpg
Views: 689
Size:  23.6 KB
Well,The add button is to add the name that is written on the text box next to it to the list box.
The Randomnize Button when clicked it sends the names in the list box in the text boxes down there (Randomly)

Now for the spam bot i have done every thing correctly in the spam bot , other than the button that spams all the text boxes
Name:  spambot_zps1ab942e3.png
Views: 1076
Size:  24.8 KB

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Timer1.Enabled = True
Timer1.Interval = 5000
Timer2.Enabled = True
Timer2.Interval = 5000
Timer3.Enabled = True
Timer3.Interval = 5000
Timer4.Enabled = True
Timer4.Interval = 5000
Timer5.Enabled = True
Timer5.Interval = 5000
Timer6.Enabled = True
Timer6.Interval = 5000
Timer7.Enabled = True
Timer7.Interval = 5000
Timer8.Enabled = True
Timer8.Interval = 5000

I thought that part was easy first when i tryed it but something weird is happening, I want the first text box to be written 1 time then wait 5 second when write the second then wait 5 sec and so on...
The weird thing that happened what that it just types all of them in 1 second