Results 1 to 5 of 5
  1. #1
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired

    Complete Noob Tutorial: Spammer

    This is the easiest project you will ever do.

    I'm going to purposely add errors to the code so that you will learn a thing or two.

    First things to do:

    Make This:
    [IMG]https://i659.photobucke*****m/albums/uu314/Roflolmao/Whattomake1.jpg[/IMG]
    Name your buttons and shit accordingly.

    Copy and paste this:
    Code:
    Public Class Form1
        Private Declare Function GetAsyncKeyState Lib "user32.dll" (ByVal vKey As System.Int16) As Int16
        Private Sub StartSpam_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles StartSpam.Click
            Timer1.Stard()
       
        End Sub
        Private Sub SpamSomeShit()
            Dim SpamShit As String
            SpanShit = Message.Text
            SentKeys.Send(SpamShit)
       
        End Sub
    
        Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
            Dim F2key As Boolean
            Dim F3key As Boolean
            F2key = GetAsyncKeyState(Keys.F2)
            f4key = GetAsyncKeyState(Keys.F3)
            If F2key = True Then
                Timer1.Stard()
            End If
            If F3key = True Them
                Timer1.Stop()
            End If
            Timer1.Interval = MessagesPerSecond.Text * 1000 + MessagesPerMillisecond.Text
            SpamSomeShiz()
    
        End Sub
    
        Private Sub StopSpam_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles StopSpam.Click
            Timer1.Stop()
        End Sub
    Fix errors, debug, win.
    Last edited by Lolland; 11-29-2009 at 06:19 PM.

  2. The Following User Says Thank You to Lolland For This Useful Post:

    CoderNever (11-29-2009)

  3. #2
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    Nice! Will Definitely help some visual basic beginners.

  4. #3
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Yeah, I made a big-ass error, I wrote the script in like 5 minutes, so the code and the picture will brb

  5. #4
    FlashDrive's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    162
    Reputation
    10
    Thanks
    12
    Can someone post the real code please..

  6. #5
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine
    Quote Originally Posted by FlashDrive View Post
    Can someone post the real code please..
    That is the real code
    Don't bump 3 week old shit

Similar Threads

  1. The Complete Noob Proof CA Hack Tutorial
    By iRageQuit in forum Combat Arms Tutorials
    Replies: 19
    Last Post: 07-05-2010, 11:30 PM
  2. Im must be a complete Noob...
    By Hrobakca in forum Combat Arms Hacks & Cheats
    Replies: 12
    Last Post: 08-29-2008, 03:00 AM
  3. Super Noob Tutorial for Elitevision 3.0
    By l0dingplzw8 in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 08-21-2008, 01:54 PM
  4. Complete noob with C#
    By mhcookie in forum C++/C Programming
    Replies: 5
    Last Post: 03-06-2008, 10:54 AM
  5. Can i have a noob tutorial for making hacks please?
    By wakaraka in forum WarRock - International Hacks
    Replies: 11
    Last Post: 10-13-2007, 09:52 AM

Tags for this Thread