Thread: Spammer

Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    Vaas Montenegro's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    UnKnow Place
    Posts
    540
    Reputation
    33
    Thanks
    190
    My Mood
    Fine
    easy spammer

  2. #17
    abuckau907's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    other side of the wire
    Posts
    1,342
    Reputation
    162
    Thanks
    239
    My Mood
    Cold
    SendKeys is fun guys..fun lmao.
    'Some things that can be counted, don't matter. And some things that matter, can't be counted' - A.E.
    --
     

    My posts have some inaccuracies/are wrong/wrong keyword(s) used.
    They're (maybe) pretty close, and I hope they helped you, not created confusion. Take with grain of salt.

    -if you give rep, please leave a comment, else it means less.

  3. #18
    SystemCoree™'s Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    if u know more about visual basic, prove it on ur next release? simple.

  4. #19
    matthieu503's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    149
    Reputation
    10
    Thanks
    467
    My Mood
    Amused
    Does it really matter if he knows more about visual basic or not? He released a spammer and contributed to the community even though we have like a million of these. The thought counts.
    Hey! , Yes you press the Thanks button if i helped in any way!

























  5. #20
    silentus's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Nowhere town
    Posts
    54
    Reputation
    10
    Thanks
    578
    My Mood
    Cool
    I can see some special characters that crash the program (at least in my vb 2008 express spammers) are replaced by "", there is a very simple way to fix them, so those keystrokes will be sent properly and wont crash:
    Code:
    Dim fixed As String = TextBox1.Text
            fixed = fixed.Replace("+", "{+}")
            fixed = fixed.Replace("(", "{(}")
            fixed = fixed.Replace(")", "{)}")
            fixed = fixed.Replace("%", "{%}")
            fixed = fixed.Replace("~", "{~}")
            fixed = fixed.Replace("^", "{^}")
    BTW you may say you dont need to use this fixed variable, but i have tried replacing text directly in TextBox1.Text, but it was still crashing the program.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. MSN Spammer
    By Skurdz in forum Spammers Corner
    Replies: 37
    Last Post: 03-17-2009, 01:56 PM
  2. Spammers Beware
    By A7X Oblivian in forum Spammers Corner
    Replies: 24
    Last Post: 12-11-2006, 05:21 PM
  3. WHOOH thread #1000 in the spammers corner
    By ace76543 in forum Spammers Corner
    Replies: 5
    Last Post: 12-11-2006, 05:00 PM
  4. Attn Spammers
    By EleMentX in forum General
    Replies: 14
    Last Post: 06-15-2006, 08:46 AM
  5. Two Biggest Spammers on the forums!
    By Dave84311 in forum General
    Replies: 20
    Last Post: 01-02-2006, 08:39 AM