hmm, sin contraseña, no parece confiable
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
#2
Dudas y pedidos generales / Re:C# Calcular Factorial
Septiembre 07, 2020, 11:58:56 PM
Agregas Referencia a :
Código: csharp
Código: csharp
System.Numerics.BigInteger
using System;
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
using System.Text;
using System.Threading.Tasks;
using static System.Numerics.BigInteger;
namespace asdadsa
{
class Program
{
static void Main(string[] args)
{
var bi = new BigInteger(1);
var fact = 170;
for (var i = 1; i <= fact; i++)
{
bi *= i;
}
}
}
}
#3
Dudas y pedidos generales / Re:Necesito el source de esta aplicacion.
Febrero 25, 2019, 09:16:53 PM
Aqui lo tienes:
Código: csharp
Descarga proyecto decompilado: No tienes permitido ver enlaces. Registrate o Entra a tu cuenta
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: No tienes permitido ver enlaces. Registrate o Entra a tu cuenta
#4
C# - VB.NET / Las mejores herramientas para todo desarrollador principiante de .NET byfudmario
Febrero 19, 2019, 02:42:56 AM
Todos tienen lista de Herramientas/Recursos que son indispensables, que ahorran tiempo y se integran perfectamente al momento de programar. aquí les dejo la mía.
En esta lista de Herramientas algunas herramientas son gratuitas y otras de pago, antes de comenzar con la lista daremos una breve introducción.
INTRODUCCIÓN
Cita de: velneo.es.NET Framework se usa principalmente para crear aplicaciones para móviles, web y de escritorio para ejecutar en servidores, PCs y Dispositivos Windows
Luego tenemos el entorno .NET Core que es una plataforma modular para crear aplicaciones en el lado servidor para ejecutar en Windows, Linux y Mac.
Y por último está Mono, que es una implementación libre de la plataforma de desarrollo .NET para dispositivos Android, iOS y GNU/Linux y que permite reutilizar código y da acceso a APIs nativas.
- Aprende a programar en .NET: Aun no decides descargar nada y quieres probar sobre .NET y C# de manera Online. Prueba con esta Web: No tienes permitido ver enlaces. Registrate o Entra a tu cuenta
- Documentación: Encontraras guías de inicio rápido, tutoriales, referencia de API y ejemplos de código ->No tienes permitido ver enlaces. Registrate o Entra a tu cuenta
- Fundamentos de C# para principiantes desde Cero(en-Us): No tienes permitido ver enlaces. Registrate o Entra a tu cuenta
Existen varios cursos, libros(gratuitos y de pago) donde pueden aprender, sin embargo la mejor forma de iniciar es elegir una idea para un proyecto y empezar a desarrollarlo, cuando tengas dudas, pasar por los foros y preguntar o buscar(gran parte de esas dudas que tengas quizás ya estén resueltas).
- Entorno de Desarrollo Integrado (IDE).



HERRAMIENTAS Y RECURSOS:





















Bueno esos es todo, espero que esta lista de herramientas/recursos les sirvan.
Si quieren compartir en otros lados no olviden de respetar al autor y la fuente.Saludos.
#5
Análisis y desarrollo de malwares / Re:Analizar malware con Anubis
Febrero 13, 2019, 09:46:03 PM
Desde hace tiempo que cerraron, alternativas similares:
- No tienes permitido ver enlaces. Registrate o Entra a tu cuenta --->En mantenimiento
- No tienes permitido ver enlaces. Registrate o Entra a tu cuenta
#7
Dudas y pedidos generales / Re:.bat que ejecute un .bat cuando se apague el equipo
Agosto 14, 2018, 10:34:00 PM
Dependiendo de que version de windows tengas puedes usar la misma herramienta que tiene windows.

- Desde Ejecutar(Win+R)
- Escribir: "gpedit.msc"
- Ir a "Configuración de Windows"
- Ir a "Script(inicio o apagado)"

#8
Diseño UX/UI / Re:Pide tu firma Underc0de!
Mayo 23, 2018, 01:34:55 PMNo tienes permitido ver enlaces. Registrate o Entra a tu cuenta
¿Aun están haciendo firmas?
En ocasiones cuando me conecto yo hago un par,... xD

#9
Diseño UX/UI / Re:Pide tu firma Underc0de!
Mayo 23, 2018, 01:19:24 PMNo tienes permitido ver enlaces. Registrate o Entra a tu cuenta
aquí me enlisto para una firma de estas últimas que están geniales. Saludos y gracias.
@No tienes permitido ver enlaces. Registrate o Entra a tu cuenta aqui lo tienes:

#10
Diseño UX/UI / Re:Pide tu firma Underc0de!
Mayo 23, 2018, 01:18:09 PMNo tienes permitido ver enlaces. Registrate o Entra a tu cuentaAquí te dejo una:
Aaaah me encantaría!!!
Gracias por adelantado!!!
Enviado desde mi SM-G955F mediante Tapatalk

#11
Diseño UX/UI / Re:Pide tu firma Underc0de!
Mayo 12, 2018, 02:36:50 AMNo tienes permitido ver enlaces. Registrate o Entra a tu cuentaAquí te dejo una @No tienes permitido ver enlaces. Registrate o Entra a tu cuenta
Si se puede yo también quiero una, se ve muy buena. Saludos.
Enviado desde mi XT1034 mediante Tapatalk

Salu2
#12
Diseño UX/UI / Re:Pide tu firma Underc0de!
Mayo 12, 2018, 02:35:06 AMNo tienes permitido ver enlaces. Registrate o Entra a tu cuenta
Yo también me uno si es posible.
Muchas gracias de antemano!!
Hola @No tienes permitido ver enlaces. Registrate o Entra a tu cuenta, aquí te dejo una:

Salu2
#13
Diseño UX/UI / Re:Pide tu firma Underc0de!
Mayo 12, 2018, 02:33:46 AMNo tienes permitido ver enlaces. Registrate o Entra a tu cuentaaunque repetido el estilo de la firma, pero aqui te dejo una,...
Buenas, yo tambien quisiera una![]()

#14
Otros lenguajes Scripting / Re:[VBS] String a Base64
Abril 18, 2018, 11:56:34 AM
esto no es vbs.... es No tienes permitido ver enlaces.
Registrate o Entra a tu cuenta
#15
C# - VB.NET / Re:[VB.NET] Chrome Password Viewer
Marzo 30, 2018, 10:46:12 PMNo tienes permitido ver enlaces. Registrate o Entra a tu cuentaHola, como puse en el post fue probado en: Chrome Test: Versión 54.0.2840.99 m (64-bit)
Hola me sucede esto... puede ser que no funciona par 64Bit?
Gracias.
El código que publique solo es con fines demostrativos de como obtener las contraseñas, razon por la cual se omite algunas verificaciones(ej: ver si existe el archivo donde se almacenan las contraseñas, ver si se encuentra almacenado alguna cuenta,..).
El error que te genera es por que no se encuentra almacenado ninguna contraseña en Google Chrome.
Acabo de probarlo en la version y funciona:Versión 65.0.3325.181 (Build oficial) (64 bits)
#16
Diseño UX/UI / Re:Pide tu firma Underc0de!
Marzo 30, 2018, 02:29:14 AMNo tienes permitido ver enlaces. Registrate o Entra a tu cuentaHola @No tienes permitido ver enlaces. Registrate o Entra a tu cuenta, aqui te dejo una:
¿Puedo tener una?

#17
Diseño UX/UI / Re:Pide tu firma Underc0de!
Marzo 30, 2018, 02:13:54 AMNo tienes permitido ver enlaces. Registrate o Entra a tu cuenta
alguien seria tan amable de hacerme una? me gustaria tenerla
Hola @No tienes permitido ver enlaces. Registrate o Entra a tu cuenta, aqui lo tienes:

#18
Diseño UX/UI / Re:Pide tu firma Underc0de!
Marzo 30, 2018, 02:09:23 AMNo tienes permitido ver enlaces. Registrate o Entra a tu cuenta
buenas, quisiera una firma si no es mucha molestia, un saludo!
Hola @No tienes permitido ver enlaces. Registrate o Entra a tu cuenta, que te parece algo así:

#19
Análisis y desarrollo de malwares / Re:Creando un ejecutable de broma
Marzo 29, 2018, 11:51:03 PMNo tienes permitido ver enlaces. Registrate o Entra a tu cuenta
.......
Otra cosa que no se me ocurrió, cambiar fondo pantalla.![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
para cambiar el fondo de pantalla puedes hacerlo de esta forma:
[Runtime.InteropServices.DllImport("user32.dll", SetLastError = true, CharSet = Runtime.InteropServices.CharSet.Auto, BestFitMapping = false, ThrowOnUnmappableChar = true)]
public static bool SystemParametersInfo(uint uiAction, uint uiParam, string pvParam, uint fWinIni)
{
}
public static bool SetDesktopWallpaper(string img)
{
try
{
using (Microsoft.Win32.RegistryKey regKey = Microsoft.Win32.Registry.CurrentUser.OpenSubKey("Control Panel\\Desktop", true))
{
regKey.SetValue("TileWallpaper", "0");
regKey.SetValue("WallpaperStyle", "0");
}
return SystemParametersInfo(20, null, img, 0);
}
catch (Exception ex)
{
}
return false;
}
#20
C# - VB.NET / Re:[VB.NET] Chrome Password Viewer
Marzo 29, 2018, 11:43:51 PMNo tienes permitido ver enlaces. Registrate o Entra a tu cuenta
se podrá resubir el archivo ? :/
perdí el proyecto, pero deje todo lo necesario respecto al código.
No tienes permitido ver enlaces. Registrate o Entra a tu cuenta
JAJA justo buscaba eso la otra vez... es realmente necesario crear SQLiteHandler?
Si, de forma alternativa puedes optar por usar el Namespace: System.Data.SQLite
Saludos,...