Results 1 to 9 of 9
  1. #1
    JohanPaulz's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    hawai
    Posts
    30
    Reputation
    10
    Thanks
    33
    My Mood
    Amused

    Lightbulb How To Create Antimute Spammer!

    1.Open visual c and select new project.
    2.select windos form 1 and rename.
    3.use this code.

    have:

    2 timer
    3 buttons


    Code:
    Public Class Form1
        Dim bypass As Integer = 0
        Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
            If bypass = 0 Then
                SendKeys.Send(TextBox1.Text)
                bypass = 1
            Else
                SendKeys.Send(TextBox2.Text)
                bypass = 0
            End If
        End Sub
    
        Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
            SendKeys.Send("{enter}")
        End Sub
    
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Timer1.Enabled = True
            Timer2.Enabled = True
    
        End Sub
    
        Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
            Timer2.Enabled = False
            Timer1.Enabled = False
        End Sub
    
        
        Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
            MsgBox("info ", MsgBoxStyle******rmation, "info rename")
        End Sub
    
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    
        End Sub
    
    End Class

    If help Press "Thanks!"

    JohanPaulz/me



    When the logic stops
    you will see,
    I'll be there!

  2. The Following 4 Users Say Thank You to JohanPaulz For This Useful Post:

    BuggsBunnyZz (06-28-2010),egge7 (07-03-2010),Highlander (07-15-2010),Zenor (06-28-2010)

  3. #2
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy

    Arrow

    Quote Originally Posted by JohanPaulz View Post
    1.Open visual c and select new project.
    2.select windos form 1 and rename.
    3.use this code.

    have:

    2 timer
    3 buttons


    Code:
    Public Class Form1
        Dim bypass As Integer = 0
        Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
            If bypass = 0 Then
                SendKeys.Send(TextBox1.Text)
                bypass = 1
            Else
                SendKeys.Send(TextBox2.Text)
                bypass = 0
            End If
        End Sub
    
        Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
            SendKeys.Send("{enter}")
        End Sub
    
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Timer1.Enabled = True
            Timer2.Enabled = True
    
        End Sub
    
        Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
            Timer2.Enabled = False
            Timer1.Enabled = False
        End Sub
    
        
        Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
            MsgBox("info ", MsgBoxStyle******rmation, "info rename")
        End Sub
    
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    
        End Sub
    
    End Class

    If help Press "Thanks!"

    JohanPaulz/me

    useless sorry i say it, but there is no bypass in it, its just a function of integer, wont work as bypass, set speed to 1800 and u will not be muted ,if you set your spammer (even with what you think is a "antimute/bypass" you will be muted in a matther of seconds.
    Anyway, good tut

  4. #3
    BuggsBunnyZz's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    agree with ikke0147
    but it's ok good job!

  5. #4
    PB&J's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Hacklandia
    Posts
    34
    Reputation
    9
    Thanks
    4
    My Mood
    Doh

    Exclamation Erm..

    Quote Originally Posted by ikke0147 View Post
    useless sorry i say it, but there is no bypass in it, its just a function of integer, wont work as bypass, set speed to 1800 and u will not be muted ,if you set your spammer (even with what you think is a "antimute/bypass" you will be muted in a matther of seconds.
    Anyway, good tut
    Yea this is useless without a bypass, but still a very good source code

  6. The Following User Says Thank You to PB&J For This Useful Post:

    JohanPaulz (06-28-2010)

  7. #5
    JohanPaulz's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    hawai
    Posts
    30
    Reputation
    10
    Thanks
    33
    My Mood
    Amused
    PB&J thanks again ...



    When the logic stops
    you will see,
    I'll be there!

  8. #6
    Archangel's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Between Both Worlds
    Posts
    8,866
    Reputation
    1021
    Thanks
    9,003
    My Mood
    Angelic
    this is just a common spammer, prolly c/p

  9. #7
    JohanPaulz's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    hawai
    Posts
    30
    Reputation
    10
    Thanks
    33
    My Mood
    Amused
    What do you mean?



    When the logic stops
    you will see,
    I'll be there!

  10. #8
    PB&J's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Hacklandia
    Posts
    34
    Reputation
    9
    Thanks
    4
    My Mood
    Doh

    Talking Um I think....

    Quote Originally Posted by JohanPaulz View Post
    What do you mean?
    I'm pretty sure he means that this spammer can work on any WEBSITE but not in a FPS that has a Hack Shield in it, But I'm not sure so don't take my word for it /
    Last edited by PB&J; 06-29-2010 at 02:35 PM.

  11. #9
    taylan's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    In your Sisters Bed, Germany
    Posts
    240
    Reputation
    18
    Thanks
    258
    My Mood
    Happy
    Wrong Section . This Thread is for the VB (Visual Basic ) Sectionu uitable

    Know how to create a No Menu Hack= Done
    Know how to make a Injector = Done
    Know how to make a D3D Menu Hack = Done


    Hate me, Hit me, Hurt me, Destroy me, but NEVER say that you love me

    Xfire : taylan14
    Skype: taylann13
    Msn : taylan-11@hotmail.de[/EMAIL]

    We are unable to come to the phone right now. At the tone, please leave your name, number, and Master Card, Visa, or American Express account number and we'll get back to, pending credit approval.

Similar Threads

  1. (TuT)How to create red dot (crosshair)
    By w00t? in forum Visual Basic Programming
    Replies: 10
    Last Post: 10-28-2007, 06:40 AM
  2. how to create open files..like "Lunch"
    By dor619 in forum Visual Basic Programming
    Replies: 10
    Last Post: 10-02-2007, 08:53 AM
  3. [help]how to create a bypass in vb?
    By warpebble2 in forum Visual Basic Programming
    Replies: 10
    Last Post: 09-25-2007, 07:45 AM
  4. Replies: 13
    Last Post: 02-09-2006, 10:25 PM
  5. how to create speedhacks?
    By LiLLeO in forum General Game Hacking
    Replies: 5
    Last Post: 01-28-2006, 08:52 AM