Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Download][Autorski] Spambot.


Rekomendowane odpowiedzi

Opublikowano

Czemu minimum 2 gb ramu? jak mam 1 to mi kompa spali?

Nie jednakże polecam 2gb bo taki spam naprawdę potrafi zmulić kompa ^^

I love AutoIt3 ;3

 

Opublikowano

To o on spamuje przez cały czas w ogóle bez żadnych przerw że tyle zalecasz?

Twoja stara robi catch the clowny w Game Makerze.

Gość Pan Szymek
Opublikowano

 

using Microsoft.VisualBasic;
using Microsoft.VisualBasic.CompilerServices;
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Runtime.CompilerServices;
using System.Windows.Forms;

namespace Spambot_Final
{
[DesignerGenerated]
public class Form1 : Form
{
private IContainer components;
[AccessedThroughProperty("Label1")]
private Label _Label1;
[AccessedThroughProperty("Button3")]
private Button _Button3;
[AccessedThroughProperty("Button1")]
private Button _Button1;
[AccessedThroughProperty("Timer1")]
private Timer _Timer1;
[AccessedThroughProperty("Label2")]
private Label _Label2;
[AccessedThroughProperty("TextBox1")]
private TextBox _TextBox1;
[AccessedThroughProperty("Button2")]
private Button _Button2;

internal virtual Label Label1
{
get
{
return this._Label1;
}
[MethodImpl(MethodImplOptions.Synchronized)] set
{
this._Label1 = WithEventsValue;
}
}

internal virtual Button Button3
{
get
{
return this._Button3;
}
[MethodImpl(MethodImplOptions.Synchronized)] set
{
EventHandler eventHandler = new EventHandler(this.Button3_Click);
if (this._Button3 != null)
this._Button3.Click -= eventHandler;
this._Button3 = WithEventsValue;
if (this._Button3 == null)
return;
this._Button3.Click += eventHandler;
}
}

internal virtual Button Button1
{
get
{
return this._Button1;
}
[MethodImpl(MethodImplOptions.Synchronized)] set
{
EventHandler eventHandler = new EventHandler(this.Button1_Click);
if (this._Button1 != null)
this._Button1.Click -= eventHandler;
this._Button1 = WithEventsValue;
if (this._Button1 == null)
return;
this._Button1.Click += eventHandler;
}
}

internal virtual Timer Timer1
{
get
{
return this._Timer1;
}
[MethodImpl(MethodImplOptions.Synchronized)] set
{
EventHandler eventHandler = new EventHandler(this.Timer1_Tick);
if (this._Timer1 != null)
this._Timer1.Tick -= eventHandler;
this._Timer1 = WithEventsValue;
if (this._Timer1 == null)
return;
this._Timer1.Tick += eventHandler;
}
}

internal virtual Label Label2
{
get
{
return this._Label2;
}
[MethodImpl(MethodImplOptions.Synchronized)] set
{
this._Label2 = WithEventsValue;
}
}

internal virtual TextBox TextBox1
{
get
{
return this._TextBox1;
}
[MethodImpl(MethodImplOptions.Synchronized)] set
{
this._TextBox1 = WithEventsValue;
}
}

internal virtual Button Button2
{
get
{
return this._Button2;
}
[MethodImpl(MethodImplOptions.Synchronized)] set
{
EventHandler eventHandler = new EventHandler(this.Button2_Click);
if (this._Button2 != null)
this._Button2.Click -= eventHandler;
this._Button2 = WithEventsValue;
if (this._Button2 == null)
return;
this._Button2.Click += eventHandler;
}
}

public Form1()
{
this.InitializeComponent();
}

[DebuggerNonUserCode]
protected override void Dispose(bool disposing)
{
try
{
if (!disposing || this.components == null)
return;
this.components.Dispose();
}
finally
{
base.Dispose(disposing);
}
}

[DebuggerStepThrough]
private void InitializeComponent()
{
this.components = (IContainer) new System.ComponentModel.Container();
this.Label1 = new Label();
this.Button3 = new Button();
this.Button1 = new Button();
this.Timer1 = new Timer(this.components);
this.Label2 = new Label();
this.TextBox1 = new TextBox();
this.Button2 = new Button();
this.SuspendLayout();
this.Label1.AutoSize = true;
this.Label1.Font = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, (byte) 238);
Label label1_1 = this.Label1;
Point point1 = new Point(33, 75);
Point point2 = point1;
label1_1.Location = point2;
this.Label1.Name = "Label1";
Label label1_2 = this.Label1;
Size size1 = new Size(160, 20);
Size size2 = size1;
label1_2.Size = size2;
this.Label1.TabIndex = 10;
this.Label1.Text = "Wpisz text do spamu:";
Button button3_1 = this.Button3;
point1 = new Point(100, 19);
Point point3 = point1;
button3_1.Location = point3;
this.Button3.Name = "Button3";
Button button3_2 = this.Button3;
size1 = new Size(66, 24);
Size size3 = size1;
button3_2.Size = size3;
this.Button3.TabIndex = 9;
this.Button3.Text = "Wyjście";
this.Button3.UseVisualStyleBackColor = true;
Button button1_1 = this.Button1;
point1 = new Point(26, 49);
Point point4 = point1;
button1_1.Location = point4;
this.Button1.Name = "Button1";
Button button1_2 = this.Button1;
size1 = new Size(75, 23);
Size size4 = size1;
button1_2.Size = size4;
this.Button1.TabIndex = 6;
this.Button1.Text = "Start";
this.Button1.UseVisualStyleBackColor = true;
this.Timer1.Interval = 50;
this.Label2.AutoSize = true;
Label label2_1 = this.Label2;
point1 = new Point(16, 128);
Point point5 = point1;
label2_1.Location = point5;
this.Label2.Name = "Label2";
Label label2_2 = this.Label2;
size1 = new Size(85, 13);
Size size5 = size1;
label2_2.Size = size5;
this.Label2.TabIndex = 11;
this.Label2.Text = "Min. 2gb Ramu !";
this.TextBox1.BackColor = SystemColors.WindowFrame;
this.TextBox1.ForeColor = SystemColors.Window;
TextBox textBox1_1 = this.TextBox1;
point1 = new Point(69, 95);
Point point6 = point1;
textBox1_1.Location = point6;
this.TextBox1.Name = "TextBox1";
TextBox textBox1_2 = this.TextBox1;
size1 = new Size(124, 20);
Size size6 = size1;
textBox1_2.Size = size6;
this.TextBox1.TabIndex = 8;
Button button2_1 = this.Button2;
point1 = new Point(160, 49);
Point point7 = point1;
button2_1.Location = point7;
this.Button2.Name = "Button2";
Button button2_2 = this.Button2;
size1 = new Size(75, 23);
Size size7 = size1;
button2_2.Size = size7;
this.Button2.TabIndex = 7;
this.Button2.Text = "Stop";
this.Button2.UseVisualStyleBackColor = true;
this.AutoScaleDimensions = new SizeF(6f, 13f);
this.AutoScaleMode = AutoScaleMode.Font;
this.BackColor = Color.Red;
Form1 form1 = this;
size1 = new Size(251, 160);
Size size8 = size1;
form1.ClientSize = size8;
this.Controls.Add((Control) this.Label1);
this.Controls.Add((Control) this.Button3);
this.Controls.Add((Control) this.Button1);
this.Controls.Add((Control) this.Label2);
this.Controls.Add((Control) this.TextBox1);
this.Controls.Add((Control) this.Button2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form1";
this.Opacity = 0.75;
this.ShowIcon = false;
this.Text = "Spambot by RafiMine";
this.ResumeLayout(false);
this.PerformLayout();
}

private void Button1_Click(object sender, EventArgs e)
{
this.Timer1.Start();
}

private void Button2_Click(object sender, EventArgs e)
{
this.Timer1.Stop();
}

private void Timer1_Tick(object sender, EventArgs e)
{
SendKeys.Send(this.TextBox1.Text);
SendKeys.Send("{ENTER}");
}

private void Button3_Click(object sender, EventArgs e)
{
int num = (int) Interaction.MsgBox((object) "Dziękuję za używanie mojego spambota. Daj mi reputa na MPC ", MsgBoxStyle.Information, (object) "Dziękuje");
this.Close();
}
}
}

 

Ja był użył nie timera, a utworzył nowy wątek

Opublikowano

Ale shit nice shit, nie dodałes opcji timera. Słabo.

Ta masz rację ^^

tamta wersja to shit :P zrobiłem trochę lepszą. Zamieniłem już screeny i linki :D

I love AutoIt3 ;3

 

Gość LastPhoenix450
Opublikowano

NIIEEEE! KUR** KOLEJNY SPAMBOT W TYM DZIALE!??!?!?!?!!?!

Zrób coś pożytecznego już najlepiej w tym twoim batchu, błagam.

Spamboty tylko zaśmiecają dział i jest ich pełno. Większość skopiowanych albo zrobionych na yt.

Litości, boże dopomóż.

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...