Results 1 to 10 of 10
  1. #1
    Terell.'s Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    JAMAICAA
    Posts
    6,923
    Reputation
    273
    Thanks
    1,163
    My Mood
    Angry

    [Help]The code . ?

    hello all. I am doing a spambot , I have pretty much know how to make it but this time I want to use more then ONE Line. Meaning I would have to add a 2nd textbox along with a second timer. I believe, ( Well so I think please correct if I am wrong ) , Does anyone know the code to add to the second timer ? In the first timer the code was [PHP]SendKeys.Send(TextBox.Text)
    SendKeys.Send("{enter}")[/PHP] But what do I put in for the second timer so I can make it spam two lines of messages ? Not just one.

    Warrock Minion 8-13-2011 - N/A
    A.V.A Minion since 11-1-11 - 11-12-11

  2. #2
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    if you ONLY do 2 textboxes just start the second timer when the first is done and stop the current one. And the same on the other one.

    With a LITTLE bit of thinking you can now figure this out...

    I still prefer listboxes though.



  3. The Following User Says Thank You to Blubb1337 For This Useful Post:

    Insane (07-23-2010)

  4. #3
    Threadstarter
    MY LIFE BE LIKE OOOOOOOOOOAH .
    MPGH Member
    Terell.'s Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    JAMAICAA
    Posts
    6,923
    Reputation
    273
    Thanks
    1,163
    My Mood
    Angry
    Quote Originally Posted by Blubb1337 View Post
    if you ONLY do 2 textboxes just start the second timer when the first is done and stop the current one. And the same on the other one.

    With a LITTLE bit of thinking you can now figure this out...

    I still prefer listboxes though.
    I included 3 textboxes. One for interval one for message and the other one for the other message.

    Warrock Minion 8-13-2011 - N/A
    A.V.A Minion since 11-1-11 - 11-12-11

  5. #4
    Shark23's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Kansas
    Posts
    424
    Reputation
    10
    Thanks
    55
    My Mood
    Cool
    It would just be
    Code:
    Sendkeys.Send(Textbox1.Text)
    SendKeys.Send("{Enter}")
    Timer2.Start
    Timer1.Stop
    
    'under timer 2
    SendKeys.Send(Textbox2.Text)
    SendKeys.Send("{Enter}")
    Timer1.Start
    Timer2.Stop
    Just think about it a little.
    Assembly Programmer

  6. #5
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by Skang09 View Post
    I included 3 textboxes. One for interval one for message and the other one for the other message.
    Soooooooooo what?

    2 Textboxes for messages...

    Well you got the solution now.



  7. The Following User Says Thank You to Blubb1337 For This Useful Post:

    Insane (07-23-2010)

  8. #6
    Shark23's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Kansas
    Posts
    424
    Reputation
    10
    Thanks
    55
    My Mood
    Cool
    With the code I posted you wont get a delay at all. If you want one you'll have to pause before sending the messages.
    Assembly Programmer

  9. #7
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by Shark23 View Post
    With the code I posted you wont get a delay at all. If you want one you'll have to pause before sending the messages.
    If you start a timer with a interval of 1000 the first tick will be after 1000 ms.



  10. The Following User Says Thank You to Blubb1337 For This Useful Post:

    Insane (07-23-2010)

  11. #8
    Shark23's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Kansas
    Posts
    424
    Reputation
    10
    Thanks
    55
    My Mood
    Cool
    I don't remember what project I was doing but with 2 timers that shut off themselves and start another that isn't the case.

    Timer1 starts, sends message, starts timer 2, stops.
    Timer2 starts, sends message, starts timer 1, stops.
    Timer1 starts, sends message, starts timer 2, stops.
    .....etc

    This goes on like this. Stopping the timer then restarting removes a pause from the delay.
    Test it out if you like.
    Assembly Programmer

  12. #9
    Threadstarter
    MY LIFE BE LIKE OOOOOOOOOOAH .
    MPGH Member
    Terell.'s Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    JAMAICAA
    Posts
    6,923
    Reputation
    273
    Thanks
    1,163
    My Mood
    Angry
    Thank you I got it to work functionally

    Warrock Minion 8-13-2011 - N/A
    A.V.A Minion since 11-1-11 - 11-12-11

  13. #10
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Marked solved, don't post within >7 days unless necessary.

Similar Threads

  1. [Source Code] Aimbot-[I need to know if the code works][HELP]
    By Kila160 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 34
    Last Post: 06-29-2011, 05:40 PM
  2. [Help Request] How to Pick up the codes and addons of crossfire?
    By Maicxdx in forum CrossFire Help
    Replies: 3
    Last Post: 06-18-2011, 07:10 PM
  3. [Help] DBased, Help Me, Something Wrong With The Code
    By Proyiehong in forum Mission Against Terror Discussions
    Replies: 0
    Last Post: 03-10-2011, 10:10 PM
  4. [Help] Verification Code
    By leiva1 in forum WarRock Korea Hacks
    Replies: 4
    Last Post: 05-30-2007, 06:46 AM
  5. [Help] Verification Code
    By leiva1 in forum WarRock Korea Hacks
    Replies: 5
    Last Post: 05-17-2007, 04:04 AM