terça-feira, 2 de abril de 2013
// Type: Hack_Tools.Form1
// Assembly: Hack Tools, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// Assembly location: C:\Users\afallenhope\Downloads\Anonymous Facebook Flooder.exe
using Microsoft.VisualBasic;
using Microsoft.VisualBasic.CompilerServices;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Windows.Forms;
namespace Hack_Tools
{
[DesignerGenerated]
public class Form1 : Form
{
private static List __ENCList = new List();
private IContainer components;
[AccessedThroughProperty("Button1")]
private Button _Button1;
[AccessedThroughProperty("PictureBox1")]
private PictureBox _PictureBox1;
internal virtual Button Button1
{
[DebuggerNonUserCode] get
{
return this._Button1;
}
[DebuggerNonUserCode, 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 PictureBox PictureBox1
{
[DebuggerNonUserCode] get
{
return this._PictureBox1;
}
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
EventHandler eventHandler = new EventHandler(this.PictureBox1_Click);
if (this._PictureBox1 != null)
this._PictureBox1.Click -= eventHandler;
this._PictureBox1 = WithEventsValue;
if (this._PictureBox1 == null)
return;
this._PictureBox1.Click += eventHandler;
}
}
[DebuggerNonUserCode]
static Form1()
{
}
[DebuggerNonUserCode]
public Form1()
{
this.Load += new EventHandler(this.Form1_Load);
Form1.__ENCAddToList((object) this);
this.InitializeComponent();
}
[DebuggerNonUserCode]
private static void __ENCAddToList(object value)
{
List list = Form1.__ENCList;
bool lockTaken = false;
try
{
Monitor.Enter((object) list, ref lockTaken);
if (Form1.__ENCList.Count == Form1.__ENCList.Capacity)
{
int index1 = 0;
int num1 = 0;
int num2 = checked (Form1.__ENCList.Count - 1);
int index2 = num1;
while (index2 <= num2)
{
if (Form1.__ENCList[index2].IsAlive)
{
if (index2 != index1)
Form1.__ENCList[index1] = Form1.__ENCList[index2];
checked { ++index1; }
}
checked { ++index2; }
}
Form1.__ENCList.RemoveRange(index1, checked (Form1.__ENCList.Count - index1));
Form1.__ENCList.Capacity = Form1.__ENCList.Count;
}
Form1.__ENCList.Add(new WeakReference(RuntimeHelpers.GetObjectValue(value)));
}
finally
{
if (lockTaken)
Monitor.Exit((object) list);
}
}
[DebuggerNonUserCode]
protected override void Dispose(bool disposing)
{
try
{
if ((!disposing || this.components == null) && !false)
return;
this.components.Dispose();
}
finally
{
base.Dispose(disposing);
}
}
[DebuggerStepThrough]
private void InitializeComponent()
{
ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (Form1));
this.Button1 = new Button();
this.PictureBox1 = new PictureBox();
this.PictureBox1.BeginInit();
this.SuspendLayout();
Button button1_1 = this.Button1;
Point point1 = new Point(12, 231);
Point point2 = point1;
button1_1.Location = point2;
this.Button1.Name = "Button1";
Button button1_2 = this.Button1;
Size size1 = new Size(268, 207);
Size size2 = size1;
button1_2.Size = size2;
this.Button1.TabIndex = 0;
this.Button1.Text = "FLOOD IT!!!";
this.Button1.UseVisualStyleBackColor = true;
this.PictureBox1.Image = (Image) componentResourceManager.GetObject("PictureBox1.Image");
PictureBox pictureBox1_1 = this.PictureBox1;
point1 = new Point(46, 12);
Point point3 = point1;
pictureBox1_1.Location = point3;
this.PictureBox1.Name = "PictureBox1";
PictureBox pictureBox1_2 = this.PictureBox1;
size1 = new Size(200, 200);
Size size3 = size1;
pictureBox1_2.Size = size3;
this.PictureBox1.TabIndex = 1;
this.PictureBox1.TabStop = false;
this.AutoScaleDimensions = new SizeF(6f, 13f);
this.AutoScaleMode = AutoScaleMode.Font;
this.BackColor = SystemColors.ActiveCaptionText;
Form1 form1 = this;
size1 = new Size(292, 450);
Size size4 = size1;
form1.ClientSize = size4;
this.Controls.Add((Control) this.PictureBox1);
this.Controls.Add((Control) this.Button1);
this.Name = "Form1";
this.Text = "FACEBOOK FLOODER";
this.PictureBox1.EndInit();
this.ResumeLayout(false);
}
private void Form1_Load(object sender, EventArgs e)
{
}
private void Button1_Click(object sender, EventArgs e)
{
int num = (int) Interaction.MsgBox((object) "Flood started in cmd...Let it finish its job! Coded by BLACK EKK HAT for anonymous members!!! :D", MsgBoxStyle.OkOnly, (object) null);
Interaction.Shell("cmd /c ping www.facebook.com -t -l 15000", AppWinStyle.NormalFocus, false, -1);
this.Close();
}
private void PictureBox1_Click(object sender, EventArgs e)
{
}
}
}
Assinar:
Postar comentários (Atom)
Nenhum comentário:
Postar um comentário