Underc0de

Foros Generales => Dudas y pedidos generales => Mensaje iniciado por: vLRems en Febrero 25, 2019, 05:49:03 PM

Título: Necesito el source de esta aplicacion.
Publicado por: vLRems en Febrero 25, 2019, 05:49:03 PM
Hola, me gustaria que intentaran sacar el source de Visual Studio de esta aplicacion, yo no puedo hacerlo ya que esta encriptada, agradeceria su ayuda.

Aqui os dejo el link de descarga:

http://www.mediafire.com/file/i33d7l1uc554cya/Skype+Tool+By+ChemitaZzHD.rar
Título: Re:Necesito el source de esta aplicacion.
Publicado por: fudmario en Febrero 25, 2019, 09:16:53 PM
Aqui lo tienes:
Código (csharp) [Seleccionar]

using DevExpress.LookAndFeel;
using DevExpress.Utils;
using DevExpress.XtraEditors;
using DevExpress.XtraEditors.Repository;
using DevExpress.XtraTab;
using SKYPE4COMLib;
using System;
using System.Collections;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Resources;
using System.Runtime.InteropServices;
using System.Windows.Forms;

namespace skype_tool_chemita
{
   public class Form1 : XtraForm
   {
      private Skype skype_0 = (Skype)Activator.CreateInstance(Marshal.GetTypeFromCLSID(new Guid("830690FC-BF2F-47A6-AC2D-330BCB402664")));

      private IContainer icontainer_0 = null;

      private DefaultLookAndFeel defaultLookAndFeel_0;

      private XtraTabControl xtraTabControl_0;

      private XtraTabPage xtraTabPage_0;

      private XtraTabPage xtraTabPage_1;

      private XtraTabPage xtraTabPage_2;

      private ComboBox comboBox_0;

      private SimpleButton simpleButton_0;

      private SimpleButton simpleButton_1;

      private SimpleButton simpleButton_2;

      private SimpleButton simpleButton_3;

      private SimpleButton simpleButton_4;

      private Label label_0;

      private TextBox textBox_0;

      private SimpleButton simpleButton_5;

      private SimpleButton simpleButton_6;

      private Timer timer_0;

      private SimpleButton simpleButton_7;

      private TextBox textBox_1;

      private SimpleButton simpleButton_8;

      private SimpleButton simpleButton_9;

      private Timer timer_1;

      private SimpleButton simpleButton_10;

      private SimpleButton simpleButton_11;

      private XtraTabPage xtraTabPage_3;

      private SimpleButton simpleButton_12;

      private SimpleButton simpleButton_13;

      private TextBox textBox_2;

      private Label label_1;

      private SimpleButton simpleButton_14;

      private SimpleButton simpleButton_15;

      private Timer timer_2;

      private CheckEdit checkEdit_0;

      private Timer timer_3;

      private LinkLabel linkLabel_0;

      private LinkLabel linkLabel_1;

      private Label label_2;

      private SimpleButton simpleButton_16;

      private SimpleButton simpleButton_17;

      private SimpleButton simpleButton_18;

      private TextBox textBox_3;

      private Label label_3;

      private Timer timer_4;

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

      private void checkEdit_0_CheckedChanged(object sender, EventArgs e)
      {
         if (this.checkEdit_0.get_Checked())
         {
            this.timer_3.Start();
            this.simpleButton_0.Enabled = false;
            this.simpleButton_1.Enabled = false;
            this.simpleButton_4.Enabled = false;
            this.simpleButton_3.Enabled = false;
            this.simpleButton_2.Enabled = false;
         }
         if (!this.checkEdit_0.get_Checked())
         {
            this.timer_3.Stop();
            this.simpleButton_0.Enabled = true;
            this.simpleButton_1.Enabled = true;
            this.simpleButton_4.Enabled = true;
            this.simpleButton_3.Enabled = true;
            this.simpleButton_2.Enabled = true;
         }
      }

      protected override void Dispose(bool disposing)
      {
         if ((!disposing ? false : this.icontainer_0 != null))
         {
            this.icontainer_0.Dispose();
         }
         base.Dispose(disposing);
      }

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

      private void linkLabel_0_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
      {
         Process.Start("https://www.youtube.com/channel/UCoXt1Ik5b4p0_kIEEwyYwNg");
      }

      private void linkLabel_1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
      {
         Process.Start("skype:chemitazzhd?add");
      }

      private void method_0()
      {
         this.icontainer_0 = new Container();
         ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(Form1));
         this.defaultLookAndFeel_0 = new DefaultLookAndFeel(this.icontainer_0);
         this.xtraTabControl_0 = new XtraTabControl();
         this.xtraTabPage_0 = new XtraTabPage();
         this.simpleButton_16 = new SimpleButton();
         this.checkEdit_0 = new CheckEdit();
         this.simpleButton_5 = new SimpleButton();
         this.simpleButton_6 = new SimpleButton();
         this.textBox_0 = new TextBox();
         this.label_0 = new Label();
         this.simpleButton_2 = new SimpleButton();
         this.simpleButton_3 = new SimpleButton();
         this.simpleButton_4 = new SimpleButton();
         this.simpleButton_1 = new SimpleButton();
         this.simpleButton_0 = new SimpleButton();
         this.xtraTabPage_1 = new XtraTabPage();
         this.simpleButton_11 = new SimpleButton();
         this.simpleButton_10 = new SimpleButton();
         this.simpleButton_9 = new SimpleButton();
         this.simpleButton_8 = new SimpleButton();
         this.simpleButton_7 = new SimpleButton();
         this.textBox_1 = new TextBox();
         this.comboBox_0 = new ComboBox();
         this.xtraTabPage_3 = new XtraTabPage();
         this.simpleButton_17 = new SimpleButton();
         this.simpleButton_18 = new SimpleButton();
         this.textBox_3 = new TextBox();
         this.label_3 = new Label();
         this.simpleButton_12 = new SimpleButton();
         this.simpleButton_13 = new SimpleButton();
         this.textBox_2 = new TextBox();
         this.label_1 = new Label();
         this.simpleButton_14 = new SimpleButton();
         this.simpleButton_15 = new SimpleButton();
         this.xtraTabPage_2 = new XtraTabPage();
         this.linkLabel_0 = new LinkLabel();
         this.linkLabel_1 = new LinkLabel();
         this.label_2 = new Label();
         this.timer_0 = new Timer(this.icontainer_0);
         this.timer_1 = new Timer(this.icontainer_0);
         this.timer_2 = new Timer(this.icontainer_0);
         this.timer_3 = new Timer(this.icontainer_0);
         this.timer_4 = new Timer(this.icontainer_0);
         this.xtraTabControl_0.BeginInit();
         this.xtraTabControl_0.SuspendLayout();
         this.xtraTabPage_0.SuspendLayout();
         this.checkEdit_0.get_Properties().BeginInit();
         this.xtraTabPage_1.SuspendLayout();
         this.xtraTabPage_3.SuspendLayout();
         this.xtraTabPage_2.SuspendLayout();
         base.SuspendLayout();
         this.defaultLookAndFeel_0.get_LookAndFeel().set_SkinName("Visual Studio 2013 Dark");
         this.xtraTabControl_0.Location = new Point(1, 0);
         this.xtraTabControl_0.Name = "xtraTabControl1";
         this.xtraTabControl_0.set_SelectedTabPage(this.xtraTabPage_0);
         this.xtraTabControl_0.Size = new Size(485, 403);
         this.xtraTabControl_0.TabIndex = 0;
         XtraTabPageCollection tabPages = this.xtraTabControl_0.get_TabPages();
         XtraTabPage[] xtraTabPage0 = new XtraTabPage[] { this.xtraTabPage_0, this.xtraTabPage_1, this.xtraTabPage_3, this.xtraTabPage_2 };
         tabPages.AddRange(xtraTabPage0);
         this.xtraTabPage_0.Controls.Add(this.simpleButton_16);
         this.xtraTabPage_0.Controls.Add(this.checkEdit_0);
         this.xtraTabPage_0.Controls.Add(this.simpleButton_5);
         this.xtraTabPage_0.Controls.Add(this.simpleButton_6);
         this.xtraTabPage_0.Controls.Add(this.textBox_0);
         this.xtraTabPage_0.Controls.Add(this.label_0);
         this.xtraTabPage_0.Controls.Add(this.simpleButton_2);
         this.xtraTabPage_0.Controls.Add(this.simpleButton_3);
         this.xtraTabPage_0.Controls.Add(this.simpleButton_4);
         this.xtraTabPage_0.Controls.Add(this.simpleButton_1);
         this.xtraTabPage_0.Controls.Add(this.simpleButton_0);
         this.xtraTabPage_0.Name = "xtraTabPage1";
         this.xtraTabPage_0.set_Size(new Size(483, 376));
         this.xtraTabPage_0.Text = "Perfil";
         this.xtraTabPage_0.Paint += new PaintEventHandler(this.xtraTabPage_0_Paint);
         this.simpleButton_16.get_Appearance().set_ForeColor(Color.Red);
         this.simpleButton_16.get_Appearance().get_Options().set_UseForeColor(true);
         this.simpleButton_16.Location = new Point(161, 341);
         this.simpleButton_16.Name = "simpleButton17";
         this.simpleButton_16.Size = new Size(138, 23);
         this.simpleButton_16.TabIndex = 10;
         this.simpleButton_16.Text = "Conectar con Skype";
         this.simpleButton_16.Click += new EventHandler(this.simpleButton_16_Click);
         this.checkEdit_0.Location = new Point(191, 164);
         this.checkEdit_0.Name = "checkEdit1";
         this.checkEdit_0.get_Properties().set_Caption("Flash");
         this.checkEdit_0.Size = new Size(75, 19);
         this.checkEdit_0.TabIndex = 9;
         this.checkEdit_0.add_CheckedChanged(new EventHandler(this.checkEdit_0_CheckedChanged));
         this.simpleButton_5.Location = new Point(183, 295);
         this.simpleButton_5.Name = "simpleButton7";
         this.simpleButton_5.Size = new Size(89, 23);
         this.simpleButton_5.TabIndex = 8;
         this.simpleButton_5.Text = "Parar";
         this.simpleButton_5.Click += new EventHandler(this.simpleButton_5_Click);
         this.simpleButton_6.Location = new Point(106, 264);
         this.simpleButton_6.Name = "simpleButton6";
         this.simpleButton_6.Size = new Size(258, 23);
         this.simpleButton_6.TabIndex = 7;
         this.simpleButton_6.Text = "Cambiar Estado en Tiempo Real";
         this.simpleButton_6.Click += new EventHandler(this.simpleButton_6_Click);
         this.textBox_0.BackColor = Color.FromArgb(45, 45, 48);
         this.textBox_0.ForeColor = Color.White;
         this.textBox_0.Location = new Point(62, 209);
         this.textBox_0.Multiline = true;
         this.textBox_0.Name = "textBox1";
         this.textBox_0.Size = new Size(364, 47);
         this.textBox_0.TabIndex = 6;
         this.textBox_0.Text = "Estoy Usando TOOL De Skype By ChemitaZzHD";
         this.label_0.AutoSize = true;
         this.label_0.Font = new Font("Tahoma", 9f, FontStyle.Bold, GraphicsUnit.Point, 0);
         this.label_0.Location = new Point(49, 185);
         this.label_0.Name = "label1";
         this.label_0.Size = new Size(106, 14);
         this.label_0.TabIndex = 5;
         this.label_0.Text = "Cambiar Estado:";
         this.simpleButton_2.get_Appearance().set_ForeColor(Color.Black);
         this.simpleButton_2.get_Appearance().get_Options().set_UseForeColor(true);
         this.simpleButton_2.Location = new Point(157, 135);
         this.simpleButton_2.Name = "simpleButton5";
         this.simpleButton_2.Size = new Size(124, 23);
         this.simpleButton_2.TabIndex = 4;
         this.simpleButton_2.Text = "Desconectado";
         this.simpleButton_2.Click += new EventHandler(this.simpleButton_2_Click);
         this.simpleButton_3.get_Appearance().set_ForeColor(Color.Silver);
         this.simpleButton_3.get_Appearance().get_Options().set_UseForeColor(true);
         this.simpleButton_3.Location = new Point(157, 105);
         this.simpleButton_3.Name = "simpleButton4";
         this.simpleButton_3.Size = new Size(124, 23);
         this.simpleButton_3.TabIndex = 3;
         this.simpleButton_3.Text = "Invisible";
         this.simpleButton_3.Click += new EventHandler(this.simpleButton_3_Click);
         this.simpleButton_4.get_Appearance().set_ForeColor(Color.Red);
         this.simpleButton_4.get_Appearance().get_Options().set_UseForeColor(true);
         this.simpleButton_4.Location = new Point(157, 75);
         this.simpleButton_4.Name = "simpleButton3";
         this.simpleButton_4.Size = new Size(124, 23);
         this.simpleButton_4.TabIndex = 2;
         this.simpleButton_4.Text = "Ocupado";
         this.simpleButton_4.Click += new EventHandler(this.simpleButton_4_Click);
         this.simpleButton_1.get_Appearance().set_ForeColor(Color.Yellow);
         this.simpleButton_1.get_Appearance().get_Options().set_UseForeColor(true);
         this.simpleButton_1.Location = new Point(157, 45);
         this.simpleButton_1.Name = "simpleButton2";
         this.simpleButton_1.Size = new Size(124, 23);
         this.simpleButton_1.TabIndex = 1;
         this.simpleButton_1.Text = "Ausente";
         this.simpleButton_1.Click += new EventHandler(this.simpleButton_1_Click);
         this.simpleButton_0.get_Appearance().set_ForeColor(Color.FromArgb(0, 192, 0));
         this.simpleButton_0.get_Appearance().get_Options().set_UseForeColor(true);
         this.simpleButton_0.Location = new Point(157, 15);
         this.simpleButton_0.get_LookAndFeel().set_SkinName("Metropolis");
         this.simpleButton_0.Name = "simpleButton1";
         this.simpleButton_0.Size = new Size(124, 23);
         this.simpleButton_0.TabIndex = 0;
         this.simpleButton_0.Text = "Conectado";
         this.simpleButton_0.Click += new EventHandler(this.simpleButton_0_Click);
         this.xtraTabPage_1.Controls.Add(this.simpleButton_11);
         this.xtraTabPage_1.Controls.Add(this.simpleButton_10);
         this.xtraTabPage_1.Controls.Add(this.simpleButton_9);
         this.xtraTabPage_1.Controls.Add(this.simpleButton_8);
         this.xtraTabPage_1.Controls.Add(this.simpleButton_7);
         this.xtraTabPage_1.Controls.Add(this.textBox_1);
         this.xtraTabPage_1.Controls.Add(this.comboBox_0);
         this.xtraTabPage_1.Name = "xtraTabPage2";
         this.xtraTabPage_1.set_Size(new Size(483, 376));
         this.xtraTabPage_1.Text = "Mensajes";
         this.xtraTabPage_1.Paint += new PaintEventHandler(this.xtraTabPage_1_Paint);
         this.simpleButton_11.Location = new Point(261, 306);
         this.simpleButton_11.Name = "simpleButton12";
         this.simpleButton_11.Size = new Size(181, 23);
         this.simpleButton_11.TabIndex = 6;
         this.simpleButton_11.Text = "Llamar a Un Contacto\r\n";
         this.simpleButton_11.Click += new EventHandler(this.simpleButton_11_Click);
         this.simpleButton_10.Location = new Point(257, 274);
         this.simpleButton_10.Name = "simpleButton11";
         this.simpleButton_10.Size = new Size(194, 23);
         this.simpleButton_10.TabIndex = 5;
         this.simpleButton_10.Text = "Enviar Mensaje a Un Contacto\r\n";
         this.simpleButton_10.Click += new EventHandler(this.simpleButton_10_Click);
         this.simpleButton_9.Location = new Point(64, 338);
         this.simpleButton_9.Name = "simpleButton10";
         this.simpleButton_9.Size = new Size(147, 23);
         this.simpleButton_9.TabIndex = 4;
         this.simpleButton_9.Text = "Spam a Un Contacto / Off";
         this.simpleButton_9.Click += new EventHandler(this.simpleButton_9_Click);
         this.simpleButton_8.Location = new Point(64, 305);
         this.simpleButton_8.Name = "simpleButton9";
         this.simpleButton_8.Size = new Size(147, 23);
         this.simpleButton_8.TabIndex = 3;
         this.simpleButton_8.Text = "Spam a Un Contacto / On";
         this.simpleButton_8.Click += new EventHandler(this.simpleButton_8_Click);
         this.simpleButton_7.Location = new Point(50, 274);
         this.simpleButton_7.Name = "simpleButton8";
         this.simpleButton_7.Size = new Size(182, 23);
         this.simpleButton_7.TabIndex = 2;
         this.simpleButton_7.Text = "Spam a Todos los Contactos";
         this.simpleButton_7.Click += new EventHandler(this.simpleButton_7_Click);
         this.textBox_1.BackColor = Color.FromArgb(45, 45, 48);
         this.textBox_1.ForeColor = Color.White;
         this.textBox_1.Location = new Point(21, 63);
         this.textBox_1.Multiline = true;
         this.textBox_1.Name = "textBox2";
         this.textBox_1.Size = new Size(430, 195);
         this.textBox_1.TabIndex = 1;
         this.comboBox_0.BackColor = Color.FromArgb(45, 45, 48);
         this.comboBox_0.ForeColor = Color.White;
         this.comboBox_0.FormattingEnabled = true;
         this.comboBox_0.Location = new Point(109, 21);
         this.comboBox_0.Name = "comboBox1";
         this.comboBox_0.Size = new Size(258, 21);
         this.comboBox_0.TabIndex = 0;
         this.xtraTabPage_3.Controls.Add(this.simpleButton_17);
         this.xtraTabPage_3.Controls.Add(this.simpleButton_18);
         this.xtraTabPage_3.Controls.Add(this.textBox_3);
         this.xtraTabPage_3.Controls.Add(this.label_3);
         this.xtraTabPage_3.Controls.Add(this.simpleButton_12);
         this.xtraTabPage_3.Controls.Add(this.simpleButton_13);
         this.xtraTabPage_3.Controls.Add(this.textBox_2);
         this.xtraTabPage_3.Controls.Add(this.label_1);
         this.xtraTabPage_3.Controls.Add(this.simpleButton_14);
         this.xtraTabPage_3.Controls.Add(this.simpleButton_15);
         this.xtraTabPage_3.Name = "xtraTabPage3";
         this.xtraTabPage_3.set_Size(new Size(483, 376));
         this.xtraTabPage_3.Text = "Extras";
         this.simpleButton_17.Location = new Point(174, 348);
         this.simpleButton_17.Name = "simpleButton18";
         this.simpleButton_17.Size = new Size(89, 23);
         this.simpleButton_17.TabIndex = 16;
         this.simpleButton_17.Text = "Parar";
         this.simpleButton_17.Click += new EventHandler(this.simpleButton_17_Click);
         this.simpleButton_18.Location = new Point(94, 317);
         this.simpleButton_18.Name = "simpleButton19";
         this.simpleButton_18.Size = new Size(258, 23);
         this.simpleButton_18.TabIndex = 15;
         this.simpleButton_18.Text = "Cambiar Estado en Tiempo Real";
         this.simpleButton_18.Click += new EventHandler(this.simpleButton_18_Click);
         this.textBox_3.BackColor = Color.FromArgb(45, 45, 48);
         this.textBox_3.ForeColor = Color.White;
         this.textBox_3.Location = new Point(50, 262);
         this.textBox_3.Multiline = true;
         this.textBox_3.Name = "textBox4";
         this.textBox_3.Size = new Size(364, 47);
         this.textBox_3.TabIndex = 14;
         this.label_3.AutoSize = true;
         this.label_3.Font = new Font("Tahoma", 9f, FontStyle.Bold, GraphicsUnit.Point, 0);
         this.label_3.Location = new Point(37, 236);
         this.label_3.Name = "label4";
         this.label_3.Size = new Size(106, 14);
         this.label_3.TabIndex = 13;
         this.label_3.Text = "Cambiar Estado:";
         this.simpleButton_12.Location = new Point(174, 204);
         this.simpleButton_12.Name = "simpleButton15";
         this.simpleButton_12.Size = new Size(89, 23);
         this.simpleButton_12.TabIndex = 12;
         this.simpleButton_12.Text = "Parar";
         this.simpleButton_12.Click += new EventHandler(this.simpleButton_12_Click);
         this.simpleButton_13.Location = new Point(94, 173);
         this.simpleButton_13.Name = "simpleButton16";
         this.simpleButton_13.Size = new Size(258, 23);
         this.simpleButton_13.TabIndex = 11;
         this.simpleButton_13.Text = "Cambiar Nombre en Tiempo Real";
         this.simpleButton_13.Click += new EventHandler(this.simpleButton_13_Click);
         this.textBox_2.BackColor = Color.FromArgb(45, 45, 48);
         this.textBox_2.ForeColor = Color.White;
         this.textBox_2.Location = new Point(50, 118);
         this.textBox_2.Multiline = true;
         this.textBox_2.Name = "textBox3";
         this.textBox_2.Size = new Size(364, 47);
         this.textBox_2.TabIndex = 10;
         this.label_1.AutoSize = true;
         this.label_1.Font = new Font("Tahoma", 9f, FontStyle.Bold, GraphicsUnit.Point, 0);
         this.label_1.Location = new Point(37, 94);
         this.label_1.Name = "label2";
         this.label_1.Size = new Size(111, 14);
         this.label_1.TabIndex = 9;
         this.label_1.Text = "Cambiar Nombre:";
         this.simpleButton_14.Location = new Point(137, 60);
         this.simpleButton_14.Name = "simpleButton14";
         this.simpleButton_14.Size = new Size(172, 23);
         this.simpleButton_14.TabIndex = 1;
         this.simpleButton_14.Text = "Limpiar Historial de Llamadas";
         this.simpleButton_14.Click += new EventHandler(this.simpleButton_14_Click);
         this.simpleButton_15.Location = new Point(137, 27);
         this.simpleButton_15.Name = "simpleButton13";
         this.simpleButton_15.Size = new Size(172, 23);
         this.simpleButton_15.TabIndex = 0;
         this.simpleButton_15.Text = "Limpiar Menasjes Recientes";
         this.simpleButton_15.Click += new EventHandler(this.simpleButton_15_Click);
         this.xtraTabPage_2.Controls.Add(this.linkLabel_0);
         this.xtraTabPage_2.Controls.Add(this.linkLabel_1);
         this.xtraTabPage_2.Controls.Add(this.label_2);
         this.xtraTabPage_2.Name = "xtraTabPage4";
         this.xtraTabPage_2.set_Size(new Size(483, 376));
         this.xtraTabPage_2.Text = "Creditos";
         this.linkLabel_0.AutoSize = true;
         this.linkLabel_0.Font = new Font("Tahoma", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
         this.linkLabel_0.LinkColor = Color.Red;
         this.linkLabel_0.Location = new Point(330, 213);
         this.linkLabel_0.Name = "linkLabel2";
         this.linkLabel_0.Size = new Size(64, 16);
         this.linkLabel_0.TabIndex = 4;
         this.linkLabel_0.TabStop = true;
         this.linkLabel_0.Text = "YouTube";
         this.linkLabel_0.LinkClicked += new LinkLabelLinkClickedEventHandler(this.linkLabel_0_LinkClicked);
         this.linkLabel_1.AutoSize = true;
         this.linkLabel_1.Font = new Font("Tahoma", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
         this.linkLabel_1.LinkColor = Color.FromArgb(128, 128, 255);
         this.linkLabel_1.Location = new Point(94, 213);
         this.linkLabel_1.Name = "linkLabel1";
         this.linkLabel_1.Size = new Size(65, 16);
         this.linkLabel_1.TabIndex = 3;
         this.linkLabel_1.TabStop = true;
         this.linkLabel_1.Text = "Mi Skype";
         this.linkLabel_1.LinkClicked += new LinkLabelLinkClickedEventHandler(this.linkLabel_1_LinkClicked);
         this.label_2.AutoSize = true;
         this.label_2.Font = new Font("Tahoma", 11.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
         this.label_2.Location = new Point(70, 44);
         this.label_2.Name = "label3";
         this.label_2.Size = new Size(333, 36);
         this.label_2.TabIndex = 0;
         this.label_2.Text = "Tool realizada por ChemitaZzHD espero que\r\n te haya gustado o que te vaya a gustar.";
         this.timer_0.Tick += new EventHandler(this.timer_0_Tick);
         this.timer_1.Tick += new EventHandler(this.timer_1_Tick);
         this.timer_2.Tick += new EventHandler(this.timer_2_Tick);
         this.timer_3.Tick += new EventHandler(this.timer_3_Tick);
         this.timer_4.Tick += new EventHandler(this.timer_4_Tick);
         base.AutoScaleDimensions = new SizeF(6f, 13f);
         base.AutoScaleMode = AutoScaleMode.Font;
         base.ClientSize = new Size(487, 403);
         base.Controls.Add(this.xtraTabControl_0);
         base.FormBorderStyle = FormBorderStyle.FixedSingle;
         base.Icon = (Icon)componentResourceManager.GetObject("$this.Icon");
         base.MaximizeBox = false;
         base.Name = "Form1";
         base.Opacity = 0.99;
         base.StartPosition = FormStartPosition.CenterScreen;
         this.Text = "Skype Tool By ChemitaZzHD";
         base.Load += new EventHandler(this.Form1_Load);
         this.xtraTabControl_0.EndInit();
         this.xtraTabControl_0.ResumeLayout(false);
         this.xtraTabPage_0.ResumeLayout(false);
         this.xtraTabPage_0.PerformLayout();
         this.checkEdit_0.get_Properties().EndInit();
         this.xtraTabPage_1.ResumeLayout(false);
         this.xtraTabPage_1.PerformLayout();
         this.xtraTabPage_3.ResumeLayout(false);
         this.xtraTabPage_3.PerformLayout();
         this.xtraTabPage_2.ResumeLayout(false);
         this.xtraTabPage_2.PerformLayout();
         base.ResumeLayout(false);
      }

      private void simpleButton_0_Click(object sender, EventArgs e)
      {
         this.skype_0.CurrentUserStatus = TUserStatus.cusOnline;
      }

      private void simpleButton_1_Click(object sender, EventArgs e)
      {
         this.skype_0.CurrentUserStatus = TUserStatus.cusAway;
      }

      private void simpleButton_10_Click(object sender, EventArgs e)
      {
         this.skype_0.SendMessage(this.comboBox_0.Text, this.textBox_1.Text);
      }

      private void simpleButton_11_Click(object sender, EventArgs e)
      {
         this.skype_0.PlaceCall(this.comboBox_0.Text, "", "", "");
      }

      private void simpleButton_12_Click(object sender, EventArgs e)
      {
         this.timer_2.Stop();
      }

      private void simpleButton_13_Click(object sender, EventArgs e)
      {
         this.timer_2.Start();
      }

      private void simpleButton_14_Click(object sender, EventArgs e)
      {
         this.skype_0.ClearCallHistory("ALL", TCallHistory.chsAllCalls);
      }

      private void simpleButton_15_Click(object sender, EventArgs e)
      {
         this.skype_0.ClearChatHistory();
      }

      private void simpleButton_16_Click(object sender, EventArgs e)
      {
         if (this.skype_0.Client.IsRunning)
         {
            this.skype_0.Attach(5, true);
         }
         this.skype_0.Attach(5, true);
         this.skype_0.CurrentUserProfile.MoodText = " Estoy Usando TOOL De Skype By ChemitaZzHD ";
         foreach (User friend in this.skype_0.Friends)
         {
            this.comboBox_0.Items.Add(friend.Handle);
         }
      }

      private void simpleButton_17_Click(object sender, EventArgs e)
      {
         this.timer_4.Stop();
      }

      private void simpleButton_18_Click(object sender, EventArgs e)
      {
         this.timer_4.Start();
      }

      private void simpleButton_2_Click(object sender, EventArgs e)
      {
         this.skype_0.CurrentUserStatus = TUserStatus.cusOffline;
      }

      private void simpleButton_3_Click(object sender, EventArgs e)
      {
         this.skype_0.CurrentUserStatus = TUserStatus.cusInvisible;
      }

      private void simpleButton_4_Click(object sender, EventArgs e)
      {
         this.skype_0.CurrentUserStatus = TUserStatus.cusDoNotDisturb;
      }

      private void simpleButton_5_Click(object sender, EventArgs e)
      {
         this.timer_0.Stop();
      }

      private void simpleButton_6_Click(object sender, EventArgs e)
      {
         this.timer_0.Start();
      }

      private void simpleButton_7_Click(object sender, EventArgs e)
      {
         foreach (User friend in this.skype_0.Friends)
         {
            try
            {
               this.skype_0.SendMessage(friend.Handle, string.Concat(this.textBox_1.Text, "\n\n\n\n\n(cash) Enviado Con Tool De Skype By ChemitaZzHD (cash)"));
            }
            catch (Exception exception)
            {
            }
         }
      }

      private void simpleButton_8_Click(object sender, EventArgs e)
      {
         this.timer_1.Start();
      }

      private void simpleButton_9_Click(object sender, EventArgs e)
      {
         this.timer_1.Stop();
      }

      private void timer_0_Tick(object sender, EventArgs e)
      {
         this.skype_0.CurrentUserProfile.MoodText = this.textBox_0.Text;
      }

      private void timer_1_Tick(object sender, EventArgs e)
      {
         this.skype_0.SendMessage(this.comboBox_0.Text, this.textBox_1.Text);
      }

      private void timer_2_Tick(object sender, EventArgs e)
      {
         this.skype_0.CurrentUserProfile.FullName = this.textBox_2.Text;
      }

      private void timer_3_Tick(object sender, EventArgs e)
      {
         this.skype_0.CurrentUserStatus = TUserStatus.cusOnline;
         this.skype_0.CurrentUserStatus = TUserStatus.cusAway;
         this.skype_0.CurrentUserStatus = TUserStatus.cusDoNotDisturb;
         this.skype_0.CurrentUserStatus = TUserStatus.cusInvisible;
      }

      private void timer_4_Tick(object sender, EventArgs e)
      {
         this.skype_0.CurrentUserProfile.MoodText = this.textBox_3.Text;
      }

      private void xtraTabPage_0_Paint(object sender, PaintEventArgs e)
      {
      }

      private void xtraTabPage_1_Paint(object sender, PaintEventArgs e)
      {
      }
   }
}






Descarga proyecto decompilado: https://pixeldrain.com/u/WL8Jx7oL (https://pixeldrain.com/u/WL8Jx7oL)