Jump to content
Welcome, Guest
Existing user? Sign In

Sign In



Sign Up
The MatriX
  • Welcome To Ghbsys
  • CS GO Streaming Version is released. Have fun streaming while cheating!
  • Have a Payment Issue? Send us a Support ticket.
  • Make a thread if you need support or join our discord for live support.
  • Have Suggestions? Make a thread and you'll earn Ghbsys Points for implemented suggestions.
  • Join our discord to stay well connected! Don't forget to integrate your discord to the site
  • Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum

    Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of [GHB] - GAmEhAcKbAsTaRdS Forum by signing in or creating an account.
    • Start new topics and reply to others
    • Subscribe to topics and forums to get email updates
    • Get your own profile page and make new friends
    • Send personal messages to other members.

    Help plz


    ★Ëﭏ¢ðÐęЯ★
     Share

    Recommended Posts

    Who can say ma what i made false with C++ Visual basics

     

    I tryed to make a Simply Spam bot

    but by Debug comes a Error

     

    what write fals or what i dont fals? sa me plz

     

     

    I write:

     

    Public Class Form1
    Inherits System.Windows.Forms.Form
    
    #Region " Windows Form Designer generated code "
    
    Public Sub New()
    	MyBase.New()
    
    	'This call is required by the Windows Form Designer.
    	InitializeComponent()
    
    	'Add any initialization after the InitializeComponent() call
    
    End Sub
    
    'Form overrides dispose to clean up the component list.
    Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
    	If disposing Then
    		If Not (components Is Nothing) Then
    			components.Dispose()
    		End If
    	End If
    	MyBase.Dispose(disposing)
    End Sub
    
    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer
    
    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.  
    'Do not modify it using the code editor.
    Friend WithEvents Button1 As System.Windows.Forms.Button
    Friend WithEvents Button2 As System.Windows.Forms.Button
    Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
    Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
    Friend WithEvents Timer1 As System.Windows.Forms.Timer
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
    	Me.components = New System.ComponentModel.Container
    	Me.Button1 = New System.Windows.Forms.Button
    	Me.Button2 = New System.Windows.Forms.Button
    	Me.TextBox1 = New System.Windows.Forms.TextBox
    	Me.TextBox2 = New System.Windows.Forms.TextBox
    	Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
    	Me.SuspendLayout()
    	'
    	'Button1
    	'
    	Me.Button1.Location = New System.Drawing.Point(24, 8)
    	Me.Button1.Name = "Button1"
    	Me.Button1.Size = New System.Drawing.Size(72, 32)
    	Me.Button1.TabIndex = 0
    	Me.Button1.Text = "Star Spam"
    	'
    	'Button2
    	'
    	Me.Button2.Location = New System.Drawing.Point(24, 56)
    	Me.Button2.Name = "Button2"
    	Me.Button2.Size = New System.Drawing.Size(72, 32)
    	Me.Button2.TabIndex = 1
    	Me.Button2.Text = "Stop Spam"
    	'
    	'TextBox1
    	'
    	Me.TextBox1.Location = New System.Drawing.Point(120, 16)
    	Me.TextBox1.Name = "TextBox1"
    	Me.TextBox1.Size = New System.Drawing.Size(152, 20)
    	Me.TextBox1.TabIndex = 2
    	Me.TextBox1.Text = "TextBox1"
    	'
    	'TextBox2
    	'
    	Me.TextBox2.Location = New System.Drawing.Point(120, 64)
    	Me.TextBox2.Name = "TextBox2"
    	Me.TextBox2.Size = New System.Drawing.Size(152, 20)
    	Me.TextBox2.TabIndex = 3
    	Me.TextBox2.Text = "TextBox2"
    	'
    	'Timer1
    	'
    	'
    	'Form1
    	'
    	Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
    	Me.ClientSize = New System.Drawing.Size(284, 100)
    	Me.Controls.Add(Me.TextBox2)
    	Me.Controls.Add(Me.TextBox1)
    	Me.Controls.Add(Me.Button2)
    	Me.Controls.Add(Me.Button1)
    	Me.Name = "Form1"
    	Me.Text = "Spambot "
    	Me.ResumeLayout(False)
    
    End Sub
    
    #End Region
    
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    	Timer1.Enabled = False
    End Sub
    
    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
    	Timer1.Enabled = False
    End Sub
    
    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
    	For a = 1 To Text1.Text
    		SendKeys(Text1.Text & "(ENTER)")
    	Next a
    	Timer1.Enabled = False
    End Sub
    End Class

    Edited by EXcoder
    Link to comment
    Share on other sites

    Guest
    This topic is now closed to further replies.
     Share

    • Recently Browsing   0 members

      • No registered users viewing this page.
    ×
    ×
    • Create New...