Thread: Proper Spammer

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 52
  1. #31
    DawgiiStylz's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Dawg House
    Posts
    7,811
    Reputation
    219
    Thanks
    2,896
    My Mood
    Tired
    Quote Originally Posted by raow25 View Post
    Friday? maybe saturday?
    Alright. I'll be on.

  2. #32
    Threadstarter
    Dual-Keyboard Member
    MPGH Member
    wut12345's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    294
    Reputation
    16
    Thanks
    1,453
    Quote Originally Posted by AqworldThunder View Post
    timer1.enabled = true
    timer1.enabled = false
    sendkeys.send(textbox1.text)
    sendkeys.send("{ENTER}")

    Dim hotkey1 As Boolean
    hotkey1 = GetAsyncKeyState(Keys.F1)
    If hotkey1 = True Then
    Timer1.Start()

    Dim hotkey1 As Boolean
    hotkey1 = GetAsyncKeyState(Keys.F2)
    If hotkey1 = True Then
    Timer1.Stop()


    This is basically your program in a nutshell. Took me 2 minutes to write this.
    Not even close. try again

  3. #33
    DawgiiStylz's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Dawg House
    Posts
    7,811
    Reputation
    219
    Thanks
    2,896
    My Mood
    Tired
    Quote Originally Posted by wut12345 View Post
    Not even close. try again
    Code:
    Private Shared Function GetAsyncKeyState(ByVal vkey As Keys) As Short
    Private Sub SteamButton1_Click(ByVal sender As Object, ByVal e As EventArgs)
            Me.Timer1.Start()
            Me.Timer2.Start()
            Me.Timer3.Start()
            Me.Timer4.Start()
            Me.Timer5.Start()
            Me.Timer6.Start()
            Me.Timer7.Start()
            Me.Timer8.Start()
            Me.Timer9.Start()
            Me.Timer10.Start()
            Me.TextBox1.Enabled = False
        End Sub
    
    
        Private Sub SteamButton2_Click(ByVal sender As Object, ByVal e As EventArgs)
            Me.Timer1.Stop()
            Me.Timer2.Stop()
            Me.Timer3.Stop()
            Me.Timer4.Stop()
            Me.Timer5.Stop()
            Me.Timer6.Stop()
            Me.Timer7.Stop()
            Me.Timer8.Stop()
            Me.Timer9.Stop()
            Me.Timer10.Stop()
            Me.TextBox1.Enabled = True
        End Sub
    
    
        Private Sub SteamButton3_Click(ByVal sender As Object, ByVal e As EventArgs)
            Me.Timer1.Stop()
            Me.Timer2.Stop()
            Me.Timer3.Stop()
            Me.Timer4.Stop()
            Me.Timer5.Stop()
            Me.Timer6.Stop()
            Me.Timer7.Stop()
            Me.Timer8.Stop()
            Me.Timer9.Stop()
            Me.Timer10.Stop()
            Me.Close()
        End Sub
    
    and timers 1 - 9
    Private Sub Timer1_Tick(ByVal sender As Object, ByVal e As EventArgs)
            SendKeys.Send(Me.TextBox1.Text)
            SendKeys.Send("{Enter}")
        End Sub
    
    
    Private Sub Hotkey_Tick(ByVal sender As Object, ByVal e As EventArgs)
            Dim asyncKeyState As Boolean = form1.GetAsyncKeyState(Keys.F1) > 0
            Dim flag As Boolean = form1.GetAsyncKeyState(Keys.F2) > 0
            If (asyncKeyState) Then
                Me.Timer1.Start()
                Me.Timer2.Start()
                Me.Timer3.Start()
                Me.Timer4.Start()
                Me.Timer5.Start()
                Me.Timer6.Start()
                Me.Timer7.Start()
                Me.Timer8.Start()
                Me.Timer9.Start()
                Me.Timer10.Start()
                Me.TextBox1.Enabled = False
            End If
    End Sub

  4. #34
    Margherita's Avatar
    Join Date
    Jan 2011
    Gender
    female
    Posts
    11,299
    Reputation
    783
    Thanks
    1,287
    My Mood
    Bashful
    Not bad I guess, a pretty bad design though.
    PM Me | VM Me | Rules

    MARGHERITA

  5. #35
    Rance-Sama's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Ice
    Posts
    6,322
    Reputation
    653
    Thanks
    8,883
    Quote Originally Posted by wut12345 View Post
    Not even close. try again

    It's a chat spammer.. doesn't take much coding.

  6. #36
    Auxilium's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,518
    Reputation
    445
    Thanks
    609
    My Mood
    Happy
    Quote Originally Posted by raow25 View Post
    Well,
    within the past week, I recreated Windows Explorer, made my own IRC Client + scripting engine to go with, updated my web hosting service to include pre-made scripts and templates and i made a very very very simple onscreen keyboard for fun and some gui design.

    ---------- Post added at 07:05 PM ---------- Previous post was at 06:27 PM ----------

    @Virtual Void
    I usually stick to around a program a week if i'm lucky, but i was sick for a few days, so i needed something to occupy my mind.
    Can you post of a pic of your uber leet Windows Explorer? I want to see how epic it looks after 1 week of work.

  7. #37
    DawgiiStylz's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Dawg House
    Posts
    7,811
    Reputation
    219
    Thanks
    2,896
    My Mood
    Tired
    Quote Originally Posted by Virtual Void View Post


    Can you post of a pic of your uber leet Windows Explorer? I want to see how epic it looks after 1 week of work.
    I wouldn't know how to make that

  8. #38
    LilGho$t's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    419
    Reputation
    9
    Thanks
    330
    My Mood
    Twisted
    Quote Originally Posted by wut12345 View Post
    How? Your grammar is shit. I'm* I*

    Also I really don't care about your bad grammar/Childish rage over some thing I only put 5 mins into.

    So carry on.
    Congrats, I didn't capitalize the word "I" in those two instances because I'm typing on a forum. Don't be a little ****** and don't try to brag about shit that honestly shouldn't even take 5 minutes to make.

  9. #39
    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
    Quote Originally Posted by LilGho$t View Post
    Congrats, I didn't capitalize the word "I" in those two instances because I'm typing on a forum. Don't be a little ****** and don't try to brag about shit that honestly shouldn't even take 5 minutes to make.
    (I'm asking, not telling - We understand your meaning, but please reconsider your choice of words.)
    '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.

  10. #40
    Threadstarter
    Dual-Keyboard Member
    MPGH Member
    wut12345's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    294
    Reputation
    16
    Thanks
    1,453

    Thumbs up Grammar Class

    Quote Originally Posted by LilGho$t View Post
    Congrats, I didn't capitalize the word "I" in those two instances because Im typing on a forum. Don't be a little ****** and don't try to brag about shit that honestly shouldn't even take 5 minutes to make.

    yusobad?

    ******!*

    Shit!*
    Forgot
    I'm*
    Last edited by wut12345; 02-27-2013 at 08:34 PM.

  11. #41
    Auxilium's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,518
    Reputation
    445
    Thanks
    609
    My Mood
    Happy
    Quote Originally Posted by wut12345 View Post
    yusobad?

    ******!*

    Shit!*
    Forgot
    I'm*
    I'm sorry, but you seem to be a complete moron.

    It's alright to make poor software when you are a beginner who is still learning the ropes, but when you try to brag about it, you end up looking like a complete idiot.

    Also, you continue to correct people's English on an internet forum, which makes you look even more retarded.

    Unless you have something good to show off, don't put on a bad-ass attitude.

    Just accept the fact that your software is not as good as you think it is.

  12. The Following User Says Thank You to Auxilium For This Useful Post:

    LilGho$t (02-28-2013)

  13. #42
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    What does the minion of this section even do?

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  14. The Following User Says Thank You to Jason For This Useful Post:

    'Bruno (02-28-2013)

  15. #43
    Auxilium's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,518
    Reputation
    445
    Thanks
    609
    My Mood
    Happy
    Quote Originally Posted by Jason View Post
    What does the minion of this section even do?
    the programming section dun goofed beyond repair

  16. #44
    DawgiiStylz's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Dawg House
    Posts
    7,811
    Reputation
    219
    Thanks
    2,896
    My Mood
    Tired
    Quote Originally Posted by Jason View Post
    What does the minion of this section even do?
    idk, but he wanted this section after the last minion resigned. He don't do nothing but approve

  17. #45
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by Jason View Post
    What does the minion of this section even do?
    I already said this, he has less then 50 posts in the whole programming section... with 3k posts or something..

    ---

    and the OP is just a troll... he has been doing this the whole time on almost every thread he posts on Why would you care... Lock and go, he is just a random from another forum
    Last edited by 'Bruno; 02-28-2013 at 04:11 AM.
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

Page 3 of 4 FirstFirst 1234 LastLast

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