CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2014
    Posts
    1

    Question Random Name manger & a spam bot [Need Help]

    So this is the Random name manger [PVP Manger] for an online game
    Name:  PVPMANGER_zps1a246f86.jpg
Views: 688
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: 1075
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

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Random Name manger & a spam bot [Need Help]

    Spam bots are actually against the AUP. I will close this thread now. However, If you can give me good reasons why I should reopen this thread, please feel to PM me

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured