CRASH TS3 SERVER VERSION 3.0.13.8

Splamy

TeamSpeak Developer
Apr 26, 2016
72
101
71
Last edited:

SaadRoot

Active Member
Jan 8, 2017
32
12
80
C#:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using TS3Client;
using TS3Client.Commands;
using TS3Client.Full;
using TS3Client.Messages;
using WindowsFormsApp1.Properties;

namespace WindowsFormsApp1
{
    public class Form1 : Form
    {
        private ConnectionDataFull Join = new ConnectionDataFull();

        private static System.Threading.Timer AutoBadge;

        private static string GodZillaVersion;

        public static List<Ts3FullClient> clients;

        private IContainer components = null;

        private TextBox textBox1;

        private TextBox textBox2;

        private TextBox textBox3;

        private Label label1;

        private System.Windows.Forms.Timer timer1;

        private Label label2;

        private Label label3;

        private Label label4;

        private System.Windows.Forms.Timer timer2;

        private Button button1;

        private Button button3;

        private Button button4;

        private TextBox textBox11;

        private Button button5;

        private NumericUpDown crypto;

        private TextBox textBox4;

        private TextBox textBox7;

        private Label label6;

        private Label label9;

        private TextBox textBox5;

        private Label label7;

        private CheckBox checkBox4;

        private CheckBox checkBox1;

        private TextBox textBox8;

        private Panel panel1;

        private ToolTip toolTip1;

        private TextBox textBox10;

        private Label label10;

        private TextBox textBox12;

        private CheckBox checkBox3;

        private Label label11;

        private Label label13;

        private GroupBox groupBox1;

        private CheckBox checkBox5;

        private CheckBox checkBox6;

        private Label label14;

        private TextBox textBox6;

        private Label label5;

        private System.Windows.Forms.Timer timer3;

        private Label label12;

        private Label label15;

        private NumericUpDown numericUpDown1;

        private CheckBox checkBox2;

        private CheckBox checkBox7;

        private ComboBox comboBox1;

        private Label label16;

        private Label label17;

        private ComboBox comboBox2;

        private Label label8;

        private StatusStrip statusStrip1;

        private ToolStripStatusLabel toolStripStatusLabel1;

        private ToolStripStatusLabel toolStripStatusLabel2;

        private ToolStripStatusLabel toolStripStatusLabel3;

        private ToolStripStatusLabel toolStripStatusLabel4;

        private ToolStripStatusLabel toolStripStatusLabel5;

        private ToolStripDropDownButton toolStripDropDownButton1;

        private ToolStripMenuItem lightToolStripMenuItem;

        private ToolStripMenuItem darkToolStripMenuItem;

        private ComboBox comboBox3;

        private Button button2;

        static Form1()
        {
            Form1.GodZillaVersion = "1.4.0";
            Form1.clients = new List<Ts3FullClient>();
        }

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

        private void button1_Click(object sender, EventArgs e)
        {
            try
            {
                if (!this.checkBox1.Checked)
                {
                    int num = Convert.ToInt32(this.crypto.Value);
                    this.JoinZilla(this.textBox2.Text, this.textBox3.Text, num, this.textBox1.Text, "");
                }
                else
                {
                    int num1 = Convert.ToInt32(this.crypto.Value);
                    this.JoinZilla(this.textBox2.Text, this.textBox3.Text, num1, this.textBox1.Text, this.textBox5.Text);
                }
            }
            catch (Exception exception)
            {
                this.timer1.Stop();
            }
        }

        private void button2_Click(object sender, EventArgs e)
        {
            foreach (Ts3FullClient client in Form1.clients)
            {
                try
                {
                    client.ClientDisconnect(MoveReason.LeftServer, this.textBox7.Text);
                }
                catch (Exception exception)
                {
                }
            }
        }

        private void button3_Click_1(object sender, EventArgs e)
        {
            this.panel1.Visible = false;
            this.button4.Visible = true;
            base.Size = new System.Drawing.Size(469, 191);
            this.button1.Location = new Point(303, 105);
            this.button1.Size = new System.Drawing.Size(145, 23);
            this.label11.Visible = true;
            this.label14.Visible = false;
        }

        private void button4_Click_1(object sender, EventArgs e)
        {
            this.label14.Visible = true;
            this.panel1.Visible = true;
            this.button4.Visible = false;
            base.Size = new System.Drawing.Size(469, 358);
            this.button1.Location = new Point(317, 269);
            this.button1.Size = new System.Drawing.Size(131, 23);
            this.label11.Visible = false;
        }

        private void checkBox1_CheckedChanged(object sender, EventArgs e)
        {
            if (!this.checkBox1.Checked)
            {
                this.textBox5.Enabled = false;
            }
            else
            {
                this.textBox5.Enabled = true;
            }
        }

        private void checkBox2_CheckedChanged(object sender, EventArgs e)
        {
            if (!this.checkBox2.Checked)
            {
                this.checkBox3.Enabled = true;
            }
            else
            {
                this.checkBox3.Enabled = false;
            }
        }

        private void checkBox3_CheckedChanged(object sender, EventArgs e)
        {
            if (!this.checkBox3.Checked)
            {
                this.checkBox2.Enabled = true;
            }
            else
            {
                this.checkBox2.Enabled = false;
            }
        }

        private void checkBox4_CheckedChanged(object sender, EventArgs e)
        {
            if (!this.checkBox4.Checked)
            {
                this.textBox8.Enabled = false;
            }
            else
            {
                this.textBox8.Enabled = true;
            }
        }

        private void checkBox5_CheckedChanged(object sender, EventArgs e)
        {
            if (!this.checkBox5.Checked)
            {
                this.checkBox6.Enabled = true;
            }
            else
            {
                this.checkBox6.Enabled = false;
            }
        }

        private void checkBox6_CheckedChanged(object sender, EventArgs e)
        {
            if (!this.checkBox6.Checked)
            {
                this.checkBox5.Enabled = true;
                this.textBox3.Enabled = true;
            }
            else
            {
                this.checkBox5.Enabled = false;
                this.textBox3.Enabled = false;
            }
        }

        private void checkBox7_CheckedChanged(object sender, EventArgs e)
        {
            if (!this.checkBox7.Checked)
            {
                this.comboBox3.Enabled = false;
            }
            else
            {
                this.comboBox3.Enabled = true;
            }
        }

        private void Client_OnConnected(object sender, EventArgs e)
        {
            try
            {
                Ts3FullClient ts3FullClient = (Ts3FullClient)sender;
                string[] strArrays = new string[] { "94ec66de-5940-4e38-b002-970df0cf6c94", "c9e97536-5a2d-4c8e-a135-af404587a472", "450f81c1-ab41-4211-a338-222fa94ed157", "1cb07348-34a4-4741-b50f-c41e584370f7", "534c9582-ab02-4267-aec6-2d94361daa2a", "34dbfa8f-bd27-494c-aa08-a312fc0bb240", "50bbdbc8-0f2a-46eb-9808-602225b49627", "62444179-0d99-42ba-a45c-c6b1557d079a", "d95f9901-c42d-4bac-8849-7164fd9e2310", "7d9fa2b1-b6fa-47ad-9838-c239a4ddd116", "f81ad44d-e931-47d1-a3ef-5fd160217cf8", "f22c22f1-8e2d-4d99-8de9-f352dc26ac5b", "fa3ece28-64df-431f-b1b3-90844bfdd2d9" };
                Random random = new Random();
                int num = random.Next(0, (int)strArrays.Length);
                int num1 = random.Next(0, (int)strArrays.Length);
                int num2 = random.Next(0, (int)strArrays.Length);
                string str = strArrays[num];
                string str1 = strArrays[num1];
                string str2 = strArrays[num2];
                ts3FullClient.Send("clientupdate", new ICommandPart[] { new CommandParameter("client_badges", string.Concat(new string[] { "overwolf=0:badges=", str, ",", str1, ",", str2 })) });
                if (this.checkBox4.Checked)
                {
                    ushort clientId = ts3FullClient.ClientId;
                    ts3FullClient.Send("clientmove", new ICommandPart[] { new CommandParameter("cid", this.textBox8.Text), new CommandParameter("clid", clientId) });
                }
            }
            catch (Exception exception1)
            {
                Exception exception = exception1;
                MessageBox.Show(string.Concat("hm.. - ", exception.Message), "GodZilla", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
            }
        }

        private static void Client_OnDisconnected(object sender, DisconnectEventArgs e)
        {
        }

        private void Client_OnErrorEvent(object sender, CommandError e)
        {
            if (!((Ts3FullClient)sender).Connected)
            {
                MessageBox.Show(string.Concat("hm.. - ", e.Message), "GodZilla", MessageBoxButtons.OK, MessageBoxIcon.Hand);
            }
        }

        private void Client_OnTextMessageReceived(object sender, IEnumerable<TextMessage> e)
        {
            string text = this.textBox6.Text;
            this.textBox6.Text = text;
            string str = "[b][[color=darkred]GodZilla[/color]][/b] ";
            Ts3FullClient ts3FullClient = (Ts3FullClient)sender;
            string str1 = string.Concat(text, "Bye");
            string.Concat(text, "Connect ");
            string.Concat(text, "Info");
            string str2 = string.Concat(text, "Create private ");
            string str3 = string.Concat(text, "Create public ");
            string str4 = string.Concat(text, "Badges add ");
            string str5 = string.Concat(text, "Join ");
            string str6 = string.Concat(text, "Nick ");
            string.Concat(text, "pChange ");
            string str7 = "";
            string str8 = "";
            string str9 = "";
            string text1 = this.textBox11.Text;
            string text2 = this.textBox12.Text;
            foreach (TextMessage textMessage in e)
            {
                try
                {
                    string message = textMessage.Message;
                    ushort invokerId = textMessage.InvokerId;
                    if (text2.Contains(textMessage.InvokerName))
                    {
                        if (!message.StartsWith(text))
                        {
                            if (!this.checkBox2.Checked)
                            {
                                if (!this.checkBox3.Checked)
                                {
                                    ts3FullClient.SendPrivateMessage(string.Concat(str, "Command not found: [color=darkred][b]Use ", text, "N0ise[/color]"), invokerId);
                                }
                                else
                                {
                                    ts3FullClient.SendChannelMessage(string.Concat(str, "Command not found: [color=darkred][b]Use ", text, "N0ise[/color]"));
                                }
                            }
                        }
                        if (message == string.Concat(text, "N0ise"))
                        {
                            if (!this.checkBox2.Checked)
                            {
                                if (!this.checkBox3.Checked)
                                {
                                    ts3FullClient.SendPrivateMessage(string.Concat(new string[] { "\n", str, "[b][color=darkred]Commands[/b]\n", str, "[color=darkred][b]", text, "Bye[/b][/color] - Leave this server\n", str, "[color=darkred][b]", text, "Badges random[/b][/color] - Get a random badge\n", str, "[color=darkred][b]", text, "Badges show[/b][/color] - Show all badges\n", str, "[color=darkred][b]", text, "Badges add [GUID][/b][/color] - Set a badge\n", str, "[color=darkred][b]", text, "Nick [nickname][/b][/color] - change nickname\n", str, "[color=darkred][b]", text, "Join [channelid][/b][/color] - Join to a channel\n", str, "[color=darkred][b]", text, "Joinpw [channelid] [password][/b][/color] - Join to a channel with password\n" }), invokerId);
                                    ts3FullClient.SendPrivateMessage(string.Concat(new string[] { "\n", str, "[color=darkred][b]", text, "Create private [channelname] [channelpassword] [talkpower][/b][/color] - Create a private channel\n", str, "[color=darkred][b]", text, "Create public [channelname] [talkpower] [/b][/color] - Create a public channel\n", str, "[color=darkred][b]", text, "Sub[/b][/color] - Subscribe all channel\n", str, "[color=darkred][b]", text, "Unsub[/b][/color] - Unsubscribe all channel\n", str, "[color=darkred][b]", text, "Say [text][/b][/color] - Send a textmessage\n", str, "[color=darkred][b]", text, "SayRandom[/b][/color] - Send random textmessages\n" }), invokerId);
                                }
                                else
                                {
                                    ts3FullClient.SendChannelMessage(string.Concat(new string[] { "\n", str, "[b][color=darkred]Commands[/b]\n", str, "[color=darkred][b]", text, "Bye[/b][/color] - Leave this server\n", str, "[color=darkred][b]", text, "Badges random[/b][/color] - Get a random badge\n", str, "[color=darkred][b]", text, "Badges show[/b][/color] - Show all badges\n", str, "[color=darkred][b]", text, "Badges add [GUID][/b][/color] - Set a badge\n", str, "[color=darkred][b]", text, "Nick [nickname][/b][/color] - change nickname\n", str, "[color=darkred][b]", text, "Join [channelid][/b][/color] - Join to a channel\n", str, "[color=darkred][b]", text, "Joinpw [channelid] [password][/b][/color] - Join to a channel with password\n" }));
                                    ts3FullClient.SendChannelMessage(string.Concat(new string[] { "\n", str, "[color=darkred][b]", text, "Create private [channelname] [channelpassword] [talkpower][/b][/color] - Create a private channel\n", str, "[color=darkred][b]", text, "Create public [channelname] [talkpower] [/b][/color] - Create a public channel\n", str, "[color=darkred][b]", text, "Sub[/b][/color] - Subscribe all channel\n", str, "[color=darkred][b]", text, "Unsub[/b][/color] - Unsubscribe all channel\n", str, "[color=darkred][b]", text, "Say [text][/b][/color] - Send a textmessage\n", str, "[color=darkred][b]", text, "SayRandom[/b][/color] - Send random textmessages\n" }));
                                }
                            }
                        }
                        if (message.StartsWith(string.Concat(text, "Info ")))
                        {
                            message.Replace(string.Concat(text, "Info"), "");
                            string invokerName = (new ChannelCreated()).InvokerName;
                            if (!this.checkBox3.Checked)
                            {
                                ts3FullClient.SendPrivateMessage(string.Concat(str, invokerName, " Created a channel"), invokerId);
                            }
                            else
                            {
                                ts3FullClient.SendChannelMessage(string.Concat(str, invokerName, " Create a channel"));
                            }
                        }
                        if (message.StartsWith(str1))
                        {
                            (new Random()).Next(1, 1000000000);
                            string text3 = this.textBox7.Text;
                            ts3FullClient.ClientDisconnect(MoveReason.LeftServer, text3);
                            if (!this.checkBox2.Checked)
                            {
                                if (!this.checkBox3.Checked)
                                {
                                    ts3FullClient.SendPrivateMessage(string.Concat(str, "GodZilla leaving.."), invokerId);
                                    Thread.Sleep(200);
                                    ts3FullClient.ClientDisconnect(MoveReason.LeftServer, text3);
                                }
                                else
                                {
                                    ts3FullClient.SendChannelMessage(string.Concat(str, "GodZilla leaving.."));
                                    Thread.Sleep(200);
                                    ts3FullClient.ClientDisconnect(MoveReason.LeftServer, text3);
                                }
                            }
                        }
                        if (message == string.Concat(text, "Badges random"))
                        {
                            string[] strArrays = new string[] { "94ec66de-5940-4e38-b002-970df0cf6c94", "c9e97536-5a2d-4c8e-a135-af404587a472", "450f81c1-ab41-4211-a338-222fa94ed157", "1cb07348-34a4-4741-b50f-c41e584370f7", "534c9582-ab02-4267-aec6-2d94361daa2a", "34dbfa8f-bd27-494c-aa08-a312fc0bb240", "50bbdbc8-0f2a-46eb-9808-602225b49627", "62444179-0d99-42ba-a45c-c6b1557d079a", "d95f9901-c42d-4bac-8849-7164fd9e2310", "7d9fa2b1-b6fa-47ad-9838-c239a4ddd116", "f81ad44d-e931-47d1-a3ef-5fd160217cf8", "f22c22f1-8e2d-4d99-8de9-f352dc26ac5b", "fa3ece28-64df-431f-b1b3-90844bfdd2d9" };
                            Random random = new Random();
                            Random random1 = new Random();
                            Random random2 = new Random();
                            int num = random.Next(0, (int)strArrays.Length);
                            int num1 = random.Next(0, (int)strArrays.Length);
                            int num2 = random.Next(0, (int)strArrays.Length);
                            string str10 = strArrays[num2];
                            string str11 = strArrays[num1];
                            string str12 = strArrays[num];
                            str7 = str10;
                            str8 = str11;
                            str9 = str12;
                            string str13 = "";
                            string str14 = "";
                            string str15 = "";
                            if (str7.Contains("1cb07348-34a4-4741-b50f-c41e584370f7"))
                            {
                                str13 = str7.Replace("1cb07348-34a4-4741-b50f-c41e584370f7", "TeamSpeak Addon Creator");
                            }
                            if (str7.Contains("50bbdbc8-0f2a-46eb-9808-602225b49627"))
                            {
                                str13 = str7.Replace("50bbdbc8-0f2a-46eb-9808-602225b49627", "Gamescom 2016");
                            }
                            if (str7.Contains("d95f9901-c42d-4bac-8849-7164fd9e2310"))
                            {
                                str13 = str7.Replace("d95f9901-c42d-4bac-8849-7164fd9e2310", "Paris Games Week 2016");
                            }
                            if (str7.Contains("fa3ece28-64df-431f-b1b3-90844bfdd2d9"))
                            {
                                str13 = str7.Replace("fa3ece28-64df-431f-b1b3-90844bfdd2d9", "Paris Games Week 2014");
                            }
                            if (str7.Contains("62444179-0d99-42ba-a45c-c6b1557d079a"))
                            {
                                str13 = str7.Replace("62444179-0d99-42ba-a45c-c6b1557d079a", "Gamescom 2014");
                            }
                            if (str7.Contains("450f81c1-ab41-4211-a338-222fa94ed157"))
                            {
                                str13 = str7.Replace("450f81c1-ab41-4211-a338-222fa94ed157", "TeamSpeak Addon Developer (Bronze)");
                            }
                            if (str7.Contains("c9e97536-5a2d-4c8e-a135-af404587a472"))
                            {
                                str13 = str7.Replace("c9e97536-5a2d-4c8e-a135-af404587a472", "TeamSpeak Addon Developer (Silver)");
                            }
                            if (str7.Contains("94ec66de-5940-4e38-b002-970df0cf6c94"))
                            {
                                str13 = str7.Replace("94ec66de-5940-4e38-b002-970df0cf6c94", "TeamSpeak Addon Developer (Gold)");
                            }
                            if (str7.Contains("534c9582-ab02-4267-aec6-2d94361daa2a"))
                            {
                                str13 = str7.Replace("534c9582-ab02-4267-aec6-2d94361daa2a", "Gamescom 2017");
                            }
                            if (str7.Contains("34dbfa8f-bd27-494c-aa08-a312fc0bb240"))
                            {
                                str13 = str7.Replace("34dbfa8f-bd27-494c-aa08-a312fc0bb240", "Gamescom Hero 2017");
                            }
                            if (str7.Contains("7d9fa2b1-b6fa-47ad-9838-c239a4ddd116"))
                            {
                                str13 = str7.Replace("7d9fa2b1-b6fa-47ad-9838-c239a4ddd116", "MIFCOM");
                            }
                            if (str7.Contains("f81ad44d-e931-47d1-a3ef-5fd160217cf8"))
                            {
                                str13 = str7.Replace("f81ad44d-e931-47d1-a3ef-5fd160217cf8", "4Netplayers");
                            }
                            if (str7.Contains("f22c22f1-8e2d-4d99-8de9-f352dc26ac5b"))
                            {
                                str13 = str7.Replace("f22c22f1-8e2d-4d99-8de9-f352dc26ac5b", "Rocket Beans TV");
                            }
                            if (str8.Contains("1cb07348-34a4-4741-b50f-c41e584370f7"))
                            {
                                str14 = str8.Replace("1cb07348-34a4-4741-b50f-c41e584370f7", "TeamSpeak Addon Creator");
                            }
                            if (str8.Contains("50bbdbc8-0f2a-46eb-9808-602225b49627"))
                            {
                                str14 = str8.Replace("50bbdbc8-0f2a-46eb-9808-602225b49627", "Gamescom 2016");
                            }
                            if (str8.Contains("d95f9901-c42d-4bac-8849-7164fd9e2310"))
                            {
                                str14 = str8.Replace("d95f9901-c42d-4bac-8849-7164fd9e2310", "Paris Games Week 2016");
                            }
                            if (str8.Contains("fa3ece28-64df-431f-b1b3-90844bfdd2d9"))
                            {
                                str14 = str8.Replace("fa3ece28-64df-431f-b1b3-90844bfdd2d9", "Paris Games Week 2014");
                            }
                            if (str8.Contains("62444179-0d99-42ba-a45c-c6b1557d079a"))
                            {
                                str14 = str8.Replace("62444179-0d99-42ba-a45c-c6b1557d079a", "Gamescom 2014");
                            }
                            if (str8.Contains("450f81c1-ab41-4211-a338-222fa94ed157"))
                            {
                                str14 = str8.Replace("450f81c1-ab41-4211-a338-222fa94ed157", "TeamSpeak Addon Developer (Bronze)");
                            }
                            if (str8.Contains("c9e97536-5a2d-4c8e-a135-af404587a472"))
                            {
                                str14 = str8.Replace("c9e97536-5a2d-4c8e-a135-af404587a472", "TeamSpeak Addon Developer (Silver)");
                            }
                            if (str8.Contains("94ec66de-5940-4e38-b002-970df0cf6c94"))
                            {
                                str14 = str8.Replace("94ec66de-5940-4e38-b002-970df0cf6c94", "TeamSpeak Addon Developer (Gold)");
                            }
                            if (str8.Contains("534c9582-ab02-4267-aec6-2d94361daa2a"))
                            {
                                str14 = str8.Replace("534c9582-ab02-4267-aec6-2d94361daa2a", "Gamescom 2017");
                            }
                            if (str8.Contains("34dbfa8f-bd27-494c-aa08-a312fc0bb240"))
                            {
                                str14 = str8.Replace("34dbfa8f-bd27-494c-aa08-a312fc0bb240", "Gamescom Hero 2017");
                            }
                            if (str8.Contains("7d9fa2b1-b6fa-47ad-9838-c239a4ddd116"))
                            {
                                str14 = str8.Replace("7d9fa2b1-b6fa-47ad-9838-c239a4ddd116", "MIFCOM");
                            }
                            if (str8.Contains("f81ad44d-e931-47d1-a3ef-5fd160217cf8"))
                            {
                                str14 = str8.Replace("f81ad44d-e931-47d1-a3ef-5fd160217cf8", "4Netplayers");
                            }
                            if (str8.Contains("f22c22f1-8e2d-4d99-8de9-f352dc26ac5b"))
                            {
                                str14 = str8.Replace("f22c22f1-8e2d-4d99-8de9-f352dc26ac5b", "Rocket Beans TV");
                            }
                            if (str9.Contains("1cb07348-34a4-4741-b50f-c41e584370f7"))
                            {
                                str15 = str9.Replace("1cb07348-34a4-4741-b50f-c41e584370f7", "TeamSpeak Addon Creator");
                            }
                            if (str9.Contains("50bbdbc8-0f2a-46eb-9808-602225b49627"))
                            {
                                str15 = str9.Replace("50bbdbc8-0f2a-46eb-9808-602225b49627", "Gamescom 2016");
                            }
                            if (str9.Contains("d95f9901-c42d-4bac-8849-7164fd9e2310"))
                            {
                                str15 = str9.Replace("d95f9901-c42d-4bac-8849-7164fd9e2310", "Paris Games Week 2016");
                            }
                            if (str9.Contains("fa3ece28-64df-431f-b1b3-90844bfdd2d9"))
                            {
                                str15 = str9.Replace("fa3ece28-64df-431f-b1b3-90844bfdd2d9", "Paris Games Week 2014");
                            }
                            if (str9.Contains("62444179-0d99-42ba-a45c-c6b1557d079a"))
                            {
                                str15 = str9.Replace("62444179-0d99-42ba-a45c-c6b1557d079a", "Gamescom 2014");
                            }
                            if (str9.Contains("450f81c1-ab41-4211-a338-222fa94ed157"))
                            {
                                str15 = str9.Replace("450f81c1-ab41-4211-a338-222fa94ed157", "TeamSpeak Addon Developer (Bronze)");
                            }
                            if (str9.Contains("c9e97536-5a2d-4c8e-a135-af404587a472"))
                            {
                                str15 = str9.Replace("c9e97536-5a2d-4c8e-a135-af404587a472", "TeamSpeak Addon Developer (Silver)");
                            }
                            if (str9.Contains("94ec66de-5940-4e38-b002-970df0cf6c94"))
                            {
                                str15 = str9.Replace("94ec66de-5940-4e38-b002-970df0cf6c94", "TeamSpeak Addon Developer (Gold)");
                            }
                            if (str9.Contains("534c9582-ab02-4267-aec6-2d94361daa2a"))
                            {
                                str15 = str9.Replace("534c9582-ab02-4267-aec6-2d94361daa2a", "Gamescom 2017");
                            }
                            if (str9.Contains("34dbfa8f-bd27-494c-aa08-a312fc0bb240"))
                            {
                                str15 = str9.Replace("34dbfa8f-bd27-494c-aa08-a312fc0bb240", "Gamescom Hero 2017");
                            }
                            if (str9.Contains("7d9fa2b1-b6fa-47ad-9838-c239a4ddd116"))
                            {
                                str15 = str9.Replace("7d9fa2b1-b6fa-47ad-9838-c239a4ddd116", "MIFCOM");
                            }
                            if (str9.Contains("f81ad44d-e931-47d1-a3ef-5fd160217cf8"))
                            {
                                str15 = str9.Replace("f81ad44d-e931-47d1-a3ef-5fd160217cf8", "4Netplayers");
                            }
                            if (str9.Contains("f22c22f1-8e2d-4d99-8de9-f352dc26ac5b"))
                            {
                                str15 = str9.Replace("f22c22f1-8e2d-4d99-8de9-f352dc26ac5b", "Rocket Beans TV");
                            }
                            ts3FullClient.Send("clientupdate", new ICommandPart[] { new CommandParameter("client_badges", string.Concat(new string[] { "overwolf=0:badges=", str10, ",", str11, ",", str12 })) });
                            if (!this.checkBox2.Checked)
                            {
                                if (!this.checkBox3.Checked)
                                {
                                    ts3FullClient.SendPrivateMessage(string.Concat(new string[] { str, "Badge change to: [Color=darkred][b]", str13, ",", str14, ",", str15 }), invokerId);
                                }
                                else
                                {
                                    ts3FullClient.SendChannelMessage(string.Concat(new string[] { str, "Badge change to: [Color=darkred][b]", str13, ",", str14, ",", str15 }));
                                }
                            }
                        }
                        if (message == string.Concat(text, "Badges show"))
                        {
                            if (!this.checkBox2.Checked)
                            {
                                if (!this.checkBox3.Checked)
                                {
                                    ts3FullClient.SendPrivateMessage(string.Concat(new string[] { "\n", str, "Command to add badges: [color=darkred][b] $Badges GUID[/color]\n", str, "TeamSpeak Addon Creator:[color=darkred][b] 1cb07348-34a4-4741-b50f-c41e584370f7[/color]\n", str, "Gamescom 2016:[color=darkred][b] 50bbdbc8-0f2a-46eb-9808-602225b49627[/color]\n", str, "Paris Games Week 2016:[color=darkred][b] d95f9901-c42d-4bac-8849-7164fd9e2310[/color]\n", str, "Gamescom 2014:[color=darkred][b] 62444179-0d99-42ba-a45c-c6b1557d079a[/color]\n", str, "Paris Games Week 2014:[color=darkred][b] fa3ece28-64df-431f-b1b3-90844bfdd2d9[/color]\n", str, "TeamSpeak Addon Developer (Bronze):[color=darkred][b] 450f81c1-ab41-4211-a338-222fa94ed157[/color]\n" }), invokerId);
                                    ts3FullClient.SendPrivateMessage(string.Concat(new string[] { "\n", str, "TeamSpeak Addon Developer (Silver):[color=darkred][b] c9e97536-5a2d-4c8e-a135-af404587a472[/color]\n", str, "TeamSpeak Addon Developer (Gold):[color=darkred][b] 94ec66de-5940-4e38-b002-970df0cf6c94[/color]\n", str, "Gamescom 2017:[color=darkred][b] 534c9582-ab02-4267-aec6-2d94361daa2a[/color]\n", str, "Gamescom Hero 2017:[color=darkred][b] 34dbfa8f-bd27-494c-aa08-a312fc0bb240[/color]\n", str, "MIFCOM:[color=darkred][b] 7d9fa2b1-b6fa-47ad-9838-c239a4ddd116[/color]\n", str, "4Netplayers:[color=darkred][b] f81ad44d-e931-47d1-a3ef-5fd160217cf8[/color]\n", str, "Rocket Beans TV:[color=darkred][b] f22c22f1-8e2d-4d99-8de9-f352dc26ac5b[/color]" }), invokerId);
                                }
                                else
                                {
                                    ts3FullClient.SendChannelMessage(string.Concat(new string[] { "\n", str, "Command to add badges: [color=darkred][b] $Badges GUID[/color]\n", str, "TeamSpeak Addon Creator:[color=darkred][b] 1cb07348-34a4-4741-b50f-c41e584370f7[/color]\n", str, "Gamescom 2016:[color=darkred][b] 50bbdbc8-0f2a-46eb-9808-602225b49627[/color]\n", str, "Paris Games Week 2016:[color=darkred][b] d95f9901-c42d-4bac-8849-7164fd9e2310[/color]\n", str, "Gamescom 2014:[color=darkred][b] 62444179-0d99-42ba-a45c-c6b1557d079a[/color]\n", str, "Paris Games Week 2014:[color=darkred][b] fa3ece28-64df-431f-b1b3-90844bfdd2d9[/color]\n", str, "TeamSpeak Addon Developer (Bronze):[color=darkred][b] 450f81c1-ab41-4211-a338-222fa94ed157[/color]\n" }));
                                    ts3FullClient.SendChannelMessage(string.Concat(new string[] { "\n", str, "TeamSpeak Addon Developer (Silver):[color=darkred][b] c9e97536-5a2d-4c8e-a135-af404587a472[/color]\n", str, "TeamSpeak Addon Developer (Gold):[color=darkred][b] 94ec66de-5940-4e38-b002-970df0cf6c94[/color]\n", str, "Gamescom 2017:[color=darkred][b] 534c9582-ab02-4267-aec6-2d94361daa2a[/color]\n", str, "Gamescom Hero 2017:[color=darkred][b] 34dbfa8f-bd27-494c-aa08-a312fc0bb240[/color]\n", str, "MIFCOM:[color=darkred][b] 7d9fa2b1-b6fa-47ad-9838-c239a4ddd116[/color]\n", str, "4Netplayers:[color=darkred][b] f81ad44d-e931-47d1-a3ef-5fd160217cf8[/color]\n", str, "Rocket Beans TV:[color=darkred][b] f22c22f1-8e2d-4d99-8de9-f352dc26ac5b[/color]" }));
                                }
                            }
                        }
                        if (message.StartsWith(str4))
                        {
                            string str16 = message.Replace(str4, "");
                            string[] strArrays1 = str16.Split(new char[] { ' ' });
                            str7 = strArrays1[0];
                            string str17 = "";
                            if (str7.Contains("1cb07348-34a4-4741-b50f-c41e584370f7"))
                            {
                                str17 = str7.Replace("1cb07348-34a4-4741-b50f-c41e584370f7", "TeamSpeak Addon Creator");
                            }
                            if (str7.Contains("50bbdbc8-0f2a-46eb-9808-602225b49627"))
                            {
                                str17 = str7.Replace("50bbdbc8-0f2a-46eb-9808-602225b49627", "Gamescom 2016");
                            }
                            if (str7.Contains("d95f9901-c42d-4bac-8849-7164fd9e2310"))
                            {
                                str17 = str7.Replace("d95f9901-c42d-4bac-8849-7164fd9e2310", "Paris Games Week 2016");
                            }
                            if (str7.Contains("fa3ece28-64df-431f-b1b3-90844bfdd2d9"))
                            {
                                str17 = str7.Replace("fa3ece28-64df-431f-b1b3-90844bfdd2d9", "Paris Games Week 2014");
                            }
                            if (str7.Contains("62444179-0d99-42ba-a45c-c6b1557d079a"))
                            {
                                str17 = str7.Replace("62444179-0d99-42ba-a45c-c6b1557d079a", "Gamescom 2014");
                            }
                            if (str7.Contains("450f81c1-ab41-4211-a338-222fa94ed157"))
                            {
                                str17 = str7.Replace("450f81c1-ab41-4211-a338-222fa94ed157", "TeamSpeak Addon Developer (Bronze)");
                            }
                            if (str7.Contains("c9e97536-5a2d-4c8e-a135-af404587a472"))
                            {
                                str17 = str7.Replace("c9e97536-5a2d-4c8e-a135-af404587a472", "TeamSpeak Addon Developer (Silver)");
                            }
                            if (str7.Contains("94ec66de-5940-4e38-b002-970df0cf6c94"))
                            {
                                str17 = str7.Replace("94ec66de-5940-4e38-b002-970df0cf6c94", "TeamSpeak Addon Developer (Gold)");
                            }
                            if (str7.Contains("534c9582-ab02-4267-aec6-2d94361daa2a"))
                            {
                                str17 = str7.Replace("534c9582-ab02-4267-aec6-2d94361daa2a", "Gamescom 2017");
                            }
                            if (str7.Contains("34dbfa8f-bd27-494c-aa08-a312fc0bb240"))
                            {
                                str17 = str7.Replace("34dbfa8f-bd27-494c-aa08-a312fc0bb240", "Gamescom Hero 2017");
                            }
                            if (str7.Contains("7d9fa2b1-b6fa-47ad-9838-c239a4ddd116"))
                            {
                                str17 = str7.Replace("7d9fa2b1-b6fa-47ad-9838-c239a4ddd116", "MIFCOM");
                            }
                            if (str7.Contains("f81ad44d-e931-47d1-a3ef-5fd160217cf8"))
                            {
                                str17 = str7.Replace("f81ad44d-e931-47d1-a3ef-5fd160217cf8", "4Netplayers");
                            }
                            if (str7.Contains("f22c22f1-8e2d-4d99-8de9-f352dc26ac5b"))
                            {
                                str17 = str7.Replace("f22c22f1-8e2d-4d99-8de9-f352dc26ac5b", "Rocket Beans TV");
                            }
                            ts3FullClient.Send("clientupdate", new ICommandPart[] { new CommandParameter("client_badges", string.Concat("overwolf=0:badges=", strArrays1[0])) });
                            if (!this.checkBox2.Checked)
                            {
                                if (!this.checkBox3.Checked)
                                {
                                    ts3FullClient.SendPrivateMessage(string.Concat(str, "Badge change to: [Color=darkred][b]", str17), invokerId);
                                }
                                else
                                {
                                    ts3FullClient.SendChannelMessage(string.Concat(str, "Badge change to: [Color=darkred][b]", str17));
                                }
                            }
                        }
                        if (message.StartsWith(string.Concat(text, "Sub")))
                        {
                            ts3FullClient.ChannelSubscribeAll();
                            if (!this.checkBox2.Checked)
                            {
                                if (!this.checkBox3.Checked)
                                {
                                    ts3FullClient.SendPrivateMessage(string.Concat(str, "Subscribed all channel."), invokerId);
                                }
                                else
                                {
                                    ts3FullClient.SendChannelMessage(string.Concat(str, "Subscribed all channel."));
                                }
                            }
                        }
                        if (message.StartsWith(string.Concat(text, "Unsub")))
                        {
                            ts3FullClient.ChannelUnsubscribeAll();
                            if (!this.checkBox2.Checked)
                            {
                                if (!this.checkBox3.Checked)
                                {
                                    ts3FullClient.SendPrivateMessage(string.Concat(str, "Unsubscribed all channel."), invokerId);
                                }
                                else
                                {
                                    ts3FullClient.SendChannelMessage(string.Concat(str, "Unsubscribed all channel."));
                                }
                            }
                        }
                        if (message.StartsWith(string.Concat(text, "Say ")))
                        {
                            string str18 = message.Replace(string.Concat(text, "Say "), "");
                            str18.Split(new char[] { ' ' });
                            if (!this.checkBox2.Checked)
                            {
                                if (!this.checkBox3.Checked)
                                {
                                    ts3FullClient.SendPrivateMessage(string.Concat(str, "[color=darkred][b]", str18), invokerId);
                                }
                                else
                                {
                                    ts3FullClient.SendChannelMessage(string.Concat(str, "[color=darkred][b]", str18));
                                }
                            }
                        }
                        if (message.StartsWith(string.Concat(text, "SayRandom")))
                        {
                            string[] strArrays2 = new string[] { "Hey, how are you?", "I love you", "Do you wanna play with me?", "Can we be friends?", "You are boring!", "I don't like you", "Shut the fuck off", "Are you Gay?", "Did you have friends?", "Are you busy?", "Do you want a freifick", "Ich bin ein Prinz", "Ich habe die macht!!", "Ihr seid meine Sklaven!!", "Ich hasse euch!", "Nervt nicht", "Ich will spielen :)", "Ich habe keine Freund ._.", "Ich bin alleine..", "Ich bin depressiv..", "Bitte hilf mir!!!", "Hau sofort ab!", "Ich jage dich", "Ich bin ein Pirat!!", "Omg, you are fantastic!!", "ooh wow", "No?", "Yes" };
                            int num3 = (new Random()).Next(0, (int)strArrays2.Length);
                            string str19 = strArrays2[num3];
                            string str20 = message.Replace(string.Concat(text, "Say random"), "");
                            str20.Split(new char[] { ' ' });
                            if (!this.checkBox2.Checked)
                            {
                                if (!this.checkBox3.Checked)
                                {
                                    ts3FullClient.SendPrivateMessage(string.Concat(str, "[color=darkred][b]", str19), invokerId);
                                }
                                else
                                {
                                    ts3FullClient.SendChannelMessage(string.Concat(str, "[color=darkred][b]", str19));
                                }
                            }
                        }
                        if (message.StartsWith(str6))
                        {
                            string str21 = message.Replace(str6, "");
                            string str22 = str21;
                            if ((str22.Length < 3 ? false : str22.Length <= 30))
                            {
                                ts3FullClient.Send("clientupdate", new ICommandPart[] { new CommandParameter("client_nickname", str21) });
                                if (!this.checkBox2.Checked)
                                {
                                    if (!this.checkBox3.Checked)
                                    {
                                        ts3FullClient.SendPrivateMessage(string.Concat(str, "Nickname changed to: [color=darkred][b]", str21), invokerId);
                                    }
                                    else
                                    {
                                        ts3FullClient.SendChannelMessage(string.Concat(str, "Nickname changed to: [color=darkred][b]", str21));
                                    }
                                }
                            }
                            else if (!this.checkBox2.Checked)
                            {
                                if (!this.checkBox3.Checked)
                                {
                                    ts3FullClient.SendPrivateMessage(string.Concat(str, "Nickname too short/long."), invokerId);
                                }
                                else
                                {
                                    ts3FullClient.SendChannelMessage(string.Concat(str, "Nickname too short/long."));
                                }
                            }
                        }
                        if (message.StartsWith(str5))
                        {
                            string str23 = message.Replace(str5, "");
                            string[] strArrays3 = str23.Split(new char[] { ' ' });
                            if (str23 != "")
                            {
                                ushort clientId = ts3FullClient.ClientId;
                                ts3FullClient.Send("clientmove", new ICommandPart[] { new CommandParameter("cid", strArrays3[0]), new CommandParameter("clid", clientId) });
                                if (!this.checkBox2.Checked)
                                {
                                    if (!this.checkBox3.Checked)
                                    {
                                        ts3FullClient.SendPrivateMessage(string.Concat(str, "Joined to channelid: [color=darkred][b]", strArrays3[0]), invokerId);
                                    }
                                    else
                                    {
                                        ts3FullClient.SendChannelMessage(string.Concat(str, "Joined to channelid: [color=darkred][b]", strArrays3[0]));
                                    }
                                }
                            }
                            else if (!this.checkBox2.Checked)
                            {
                                if (!this.checkBox3.Checked)
                                {
                                    ts3FullClient.SendPrivateMessage(string.Concat(str, "Channelid required!"), invokerId);
                                }
                                else
                                {
                                    ts3FullClient.SendChannelMessage(string.Concat(str, "Channelid required!"));
                                }
                            }
                        }
                        if (message.StartsWith(string.Concat(text, "Joinpw ")))
                        {
                            string str24 = message.Replace(string.Concat(text, "Joinpw "), "");
                            string[] strArrays4 = str24.Split(new char[] { ' ' });
                            ushort clientId1 = ts3FullClient.ClientId;
                            ulong num4 = Convert.ToUInt64(strArrays4[0]);
                            if (str24 != "")
                            {
                                ts3FullClient.ClientMove(clientId1, num4, strArrays4[1]);
                                if (!this.checkBox2.Checked)
                                {
                                    if (!this.checkBox3.Checked)
                                    {
                                        ts3FullClient.SendPrivateMessage(string.Concat(new string[] { str, "Joined to channelid: [color=darkred][b]", strArrays4[0], " Password: ", strArrays4[1] }), invokerId);
                                    }
                                    else
                                    {
                                        ts3FullClient.SendChannelMessage(string.Concat(new string[] { str, "Joined to channelid: [color=darkred][b]", strArrays4[0], " Password: ", strArrays4[1] }));
                                    }
                                }
                            }
                            else if (!this.checkBox2.Checked)
                            {
                                if (!this.checkBox3.Checked)
                                {
                                    ts3FullClient.SendPrivateMessage(string.Concat(str, "Channelid required!"), invokerId);
                                }
                                else
                                {
                                    ts3FullClient.SendChannelMessage(string.Concat(str, "Channelid required!"));
                                }
                            }
                        }
                        if (message.StartsWith(str3))
                        {
                            string str25 = message.Replace(str3, "");
                            string[] strArrays5 = str25.Split(new char[] { ' ' });
                            ts3FullClient.Send("channelcreate", new ICommandPart[] { new CommandParameter("channel_name", str25), new CommandParameter("channel_needed_talk_power", strArrays5[1]) });
                            if (!this.checkBox2.Checked)
                            {
                                if (!this.checkBox3.Checked)
                                {
                                    ts3FullClient.SendPrivateMessage(string.Concat(new string[] { str, "Public channel created: Name: [color=darkred][b]", strArrays5[0], " Talkpower: ", strArrays5[1] }), invokerId);
                                }
                                else
                                {
                                    ts3FullClient.SendChannelMessage(string.Concat(new string[] { str, "Public channel created: Name: [color=darkred][b]", strArrays5[0], " Talkpower: ", strArrays5[1] }));
                                }
                            }
                        }
                        if (message.StartsWith(str2))
                        {
                            string str26 = message.Replace(str2, "");
                            string[] strArrays6 = str26.Split(new char[] { ' ' });
                            ts3FullClient.Send("channelcreate", new ICommandPart[] { new CommandParameter("channel_name", str26), new CommandParameter("channel_password", strArrays6[1]), new CommandParameter("channel_flag_password", 1), new CommandParameter("channel_needed_talk_power", strArrays6[2]) });
                            if (!this.checkBox2.Checked)
                            {
                                if (!this.checkBox3.Checked)
                                {
                                    ts3FullClient.SendPrivateMessage(string.Concat(new string[] { str, "Private channel created:[color=darkred][b] Name: ", strArrays6[0], " Password: ", strArrays6[1], " Talkpower: ", strArrays6[2] }), invokerId);
                                }
                                else
                                {
                                    ts3FullClient.SendChannelMessage(string.Concat(new string[] { str, "Private channel created:[color=darkred][b] Name: ", strArrays6[0], " Password: ", strArrays6[1], " Talkpower: ", strArrays6[2] }));
                                }
                            }
                        }
                        if (message.StartsWith(string.Concat(text, "Channelgroup set")))
                        {
                            if (!this.checkBox3.Checked)
                            {
                            }
                        }
                    }
                }
                catch (Exception exception1)
                {
                    Exception exception = exception1;
                    if (exception.Message.Contains("flooding"))
                    {
                        MessageBox.Show("Client is flooding!", "GodZilla", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
                    }
                    else if (!exception.Message.Contains("closed"))
                    {
                        MessageBox.Show(string.Concat("Something wrong? - ", exception.Message), "GodZilla", MessageBoxButtons.OK, MessageBoxIcon.Hand);
                    }
                }
            }
        }

        private void darkToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.label11.ForeColor = Color.IndianRed;
            this.BackColor = Color.FromArgb(54, 57, 62);
            this.ForeColor = Color.White;
            this.groupBox1.ForeColor = Color.White;
            this.button2.ForeColor = Color.Black;
            this.statusStrip1.ForeColor = Color.White;
            this.statusStrip1.BackColor = Color.FromArgb(47, 49, 54);
            this.button3.FlatStyle = FlatStyle.Flat;
            this.button3.ForeColor = Color.Black;
            this.button1.FlatStyle = FlatStyle.Flat;
            this.button1.ForeColor = Color.Black;
            this.button2.FlatStyle = FlatStyle.Flat;
            this.button2.ForeColor = Color.Black;
            this.button4.FlatStyle = FlatStyle.Flat;
            this.button4.ForeColor = Color.Black;
            this.button5.FlatStyle = FlatStyle.Flat;
            this.button5.ForeColor = Color.Black;
        }

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

        private void Form1_FormClosed(object sender, FormClosedEventArgs e)
        {
        }

        private void Form1_FormClosing(object sender, FormClosingEventArgs e)
        {
        }

        private void Form1_Load(object sender, EventArgs e)
        {
            (new Form2()).Show();
            this.toolStripStatusLabel3.Text = Form1.GodZillaVersion;
        }

        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(Form1));
            this.label1 = new Label();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.label2 = new Label();
            this.label3 = new Label();
            this.label4 = new Label();
            this.timer2 = new System.Windows.Forms.Timer(this.components);
            this.button1 = new Button();
            this.button3 = new Button();
            this.button4 = new Button();
            this.textBox11 = new TextBox();
            this.button5 = new Button();
            this.textBox4 = new TextBox();
            this.label6 = new Label();
            this.label9 = new Label();
            this.textBox5 = new TextBox();
            this.label7 = new Label();
            this.checkBox4 = new CheckBox();
            this.checkBox1 = new CheckBox();
            this.textBox8 = new TextBox();
            this.panel1 = new Panel();
            this.comboBox3 = new ComboBox();
            this.label17 = new Label();
            this.comboBox2 = new ComboBox();
            this.label8 = new Label();
            this.checkBox7 = new CheckBox();
            this.label16 = new Label();
            this.comboBox1 = new ComboBox();
            this.checkBox2 = new CheckBox();
            this.numericUpDown1 = new NumericUpDown();
            this.label15 = new Label();
            this.label12 = new Label();
            this.label14 = new Label();
            this.label13 = new Label();
            this.groupBox1 = new GroupBox();
            this.textBox6 = new TextBox();
            this.label5 = new Label();
            this.textBox12 = new TextBox();
            this.label10 = new Label();
            this.checkBox3 = new CheckBox();
            this.textBox7 = new TextBox();
            this.toolTip1 = new ToolTip(this.components);
            this.checkBox5 = new CheckBox();
            this.checkBox6 = new CheckBox();
            this.crypto = new NumericUpDown();
            this.textBox3 = new TextBox();
            this.textBox2 = new TextBox();
            this.textBox1 = new TextBox();
            this.textBox10 = new TextBox();
            this.label11 = new Label();
            this.timer3 = new System.Windows.Forms.Timer(this.components);
            this.statusStrip1 = new StatusStrip();
            this.toolStripStatusLabel1 = new ToolStripStatusLabel();
            this.toolStripStatusLabel2 = new ToolStripStatusLabel();
            this.toolStripStatusLabel3 = new ToolStripStatusLabel();
            this.toolStripStatusLabel4 = new ToolStripStatusLabel();
            this.toolStripStatusLabel5 = new ToolStripStatusLabel();
            this.toolStripDropDownButton1 = new ToolStripDropDownButton();
            this.lightToolStripMenuItem = new ToolStripMenuItem();
            this.darkToolStripMenuItem = new ToolStripMenuItem();
            this.button2 = new Button();
            this.panel1.SuspendLayout();
            ((ISupportInitialize)this.numericUpDown1).BeginInit();
            this.groupBox1.SuspendLayout();
            ((ISupportInitialize)this.crypto).BeginInit();
            this.statusStrip1.SuspendLayout();
            base.SuspendLayout();
            componentResourceManager.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            this.timer1.Tick += new EventHandler(this.timer1_Tick);
            componentResourceManager.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            componentResourceManager.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            componentResourceManager.ApplyResources(this.label4, "label4");
            this.label4.Name = "label4";
            this.timer2.Tick += new EventHandler(this.timer2_Tick);
            this.button1.BackColor = Color.White;
            componentResourceManager.ApplyResources(this.button1, "button1");
            this.button1.Name = "button1";
            this.button1.UseVisualStyleBackColor = false;
            this.button1.Click += new EventHandler(this.button1_Click);
            this.button3.BackColor = Color.White;
            componentResourceManager.ApplyResources(this.button3, "button3");
            this.button3.Name = "button3";
            this.button3.UseVisualStyleBackColor = false;
            this.button3.Click += new EventHandler(this.button3_Click_1);
            this.button4.BackColor = Color.White;
            componentResourceManager.ApplyResources(this.button4, "button4");
            this.button4.Name = "button4";
            this.button4.UseVisualStyleBackColor = false;
            this.button4.Click += new EventHandler(this.button4_Click_1);
            componentResourceManager.ApplyResources(this.textBox11, "textBox11");
            this.textBox11.Name = "textBox11";
            this.button5.BackColor = Color.White;
            componentResourceManager.ApplyResources(this.button5, "button5");
            this.button5.Name = "button5";
            this.button5.UseVisualStyleBackColor = false;
            componentResourceManager.ApplyResources(this.textBox4, "textBox4");
            this.textBox4.Name = "textBox4";
            componentResourceManager.ApplyResources(this.label6, "label6");
            this.label6.Name = "label6";
            componentResourceManager.ApplyResources(this.label9, "label9");
            this.label9.Name = "label9";
            componentResourceManager.ApplyResources(this.textBox5, "textBox5");
            this.textBox5.Name = "textBox5";
            this.toolTip1.SetToolTip(this.textBox5, componentResourceManager.GetString("textBox5.ToolTip"));
            componentResourceManager.ApplyResources(this.label7, "label7");
            this.label7.Name = "label7";
            componentResourceManager.ApplyResources(this.checkBox4, "checkBox4");
            this.checkBox4.Name = "checkBox4";
            this.checkBox4.UseVisualStyleBackColor = true;
            this.checkBox4.CheckedChanged += new EventHandler(this.checkBox4_CheckedChanged);
            componentResourceManager.ApplyResources(this.checkBox1, "checkBox1");
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.CheckedChanged += new EventHandler(this.checkBox1_CheckedChanged);
            componentResourceManager.ApplyResources(this.textBox8, "textBox8");
            this.textBox8.Name = "textBox8";
            this.toolTip1.SetToolTip(this.textBox8, componentResourceManager.GetString("textBox8.ToolTip"));
            this.panel1.Controls.Add(this.comboBox3);
            this.panel1.Controls.Add(this.label17);
            this.panel1.Controls.Add(this.comboBox2);
            this.panel1.Controls.Add(this.label8);
            this.panel1.Controls.Add(this.checkBox7);
            this.panel1.Controls.Add(this.label16);
            this.panel1.Controls.Add(this.comboBox1);
            this.panel1.Controls.Add(this.checkBox2);
            this.panel1.Controls.Add(this.numericUpDown1);
            this.panel1.Controls.Add(this.label15);
            this.panel1.Controls.Add(this.label12);
            this.panel1.Controls.Add(this.label14);
            this.panel1.Controls.Add(this.label13);
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Controls.Add(this.checkBox3);
            this.panel1.Controls.Add(this.textBox8);
            this.panel1.Controls.Add(this.checkBox1);
            this.panel1.Controls.Add(this.checkBox4);
            this.panel1.Controls.Add(this.label7);
            this.panel1.Controls.Add(this.textBox5);
            this.panel1.Controls.Add(this.label9);
            this.panel1.Controls.Add(this.label6);
            this.panel1.Controls.Add(this.textBox7);
            componentResourceManager.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            componentResourceManager.ApplyResources(this.comboBox3, "comboBox3");
            this.comboBox3.FormattingEnabled = true;
            this.comboBox3.Items.AddRange(new object[] { componentResourceManager.GetString("comboBox3.Items"), componentResourceManager.GetString("comboBox3.Items1"), componentResourceManager.GetString("comboBox3.Items2"), componentResourceManager.GetString("comboBox3.Items3"), componentResourceManager.GetString("comboBox3.Items4"), componentResourceManager.GetString("comboBox3.Items5"), componentResourceManager.GetString("comboBox3.Items6") });
            this.comboBox3.Name = "comboBox3";
            this.toolTip1.SetToolTip(this.comboBox3, componentResourceManager.GetString("comboBox3.ToolTip"));
            componentResourceManager.ApplyResources(this.label17, "label17");
            this.label17.Name = "label17";
            this.comboBox2.FormattingEnabled = true;
            this.comboBox2.Items.AddRange(new object[] { componentResourceManager.GetString("comboBox2.Items"), componentResourceManager.GetString("comboBox2.Items1"), componentResourceManager.GetString("comboBox2.Items2"), componentResourceManager.GetString("comboBox2.Items3"), componentResourceManager.GetString("comboBox2.Items4"), componentResourceManager.GetString("comboBox2.Items5"), componentResourceManager.GetString("comboBox2.Items6"), componentResourceManager.GetString("comboBox2.Items7"), componentResourceManager.GetString("comboBox2.Items8"), componentResourceManager.GetString("comboBox2.Items9"), componentResourceManager.GetString("comboBox2.Items10"), componentResourceManager.GetString("comboBox2.Items11"), componentResourceManager.GetString("comboBox2.Items12") });
            componentResourceManager.ApplyResources(this.comboBox2, "comboBox2");
            this.comboBox2.Name = "comboBox2";
            this.toolTip1.SetToolTip(this.comboBox2, componentResourceManager.GetString("comboBox2.ToolTip"));
            componentResourceManager.ApplyResources(this.label8, "label8");
            this.label8.Name = "label8";
            componentResourceManager.ApplyResources(this.checkBox7, "checkBox7");
            this.checkBox7.Name = "checkBox7";
            this.toolTip1.SetToolTip(this.checkBox7, componentResourceManager.GetString("checkBox7.ToolTip"));
            this.checkBox7.UseVisualStyleBackColor = true;
            this.checkBox7.CheckedChanged += new EventHandler(this.checkBox7_CheckedChanged);
            componentResourceManager.ApplyResources(this.label16, "label16");
            this.label16.Name = "label16";
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] { componentResourceManager.GetString("comboBox1.Items"), componentResourceManager.GetString("comboBox1.Items1"), componentResourceManager.GetString("comboBox1.Items2"), componentResourceManager.GetString("comboBox1.Items3"), componentResourceManager.GetString("comboBox1.Items4") });
            componentResourceManager.ApplyResources(this.comboBox1, "comboBox1");
            this.comboBox1.Name = "comboBox1";
            this.toolTip1.SetToolTip(this.comboBox1, componentResourceManager.GetString("comboBox1.ToolTip"));
            componentResourceManager.ApplyResources(this.checkBox2, "checkBox2");
            this.checkBox2.Name = "checkBox2";
            this.toolTip1.SetToolTip(this.checkBox2, componentResourceManager.GetString("checkBox2.ToolTip"));
            this.checkBox2.UseVisualStyleBackColor = true;
            this.checkBox2.CheckedChanged += new EventHandler(this.checkBox2_CheckedChanged);
            componentResourceManager.ApplyResources(this.numericUpDown1, "numericUpDown1");
            this.numericUpDown1.Maximum = new decimal(new int[] { 1000, 0, 0, 0 });
            this.numericUpDown1.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
            this.numericUpDown1.Name = "numericUpDown1";
            this.toolTip1.SetToolTip(this.numericUpDown1, componentResourceManager.GetString("numericUpDown1.ToolTip"));
            this.numericUpDown1.Value = new decimal(new int[] { 1, 0, 0, 0 });
            componentResourceManager.ApplyResources(this.label15, "label15");
            this.label15.Name = "label15";
            componentResourceManager.ApplyResources(this.label12, "label12");
            this.label12.Name = "label12";
            componentResourceManager.ApplyResources(this.label14, "label14");
            this.label14.ForeColor = Color.Silver;
            this.label14.Name = "label14";
            componentResourceManager.ApplyResources(this.label13, "label13");
            this.label13.Name = "label13";
            this.groupBox1.Controls.Add(this.textBox6);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.textBox12);
            this.groupBox1.Controls.Add(this.label10);
            componentResourceManager.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            componentResourceManager.ApplyResources(this.textBox6, "textBox6");
            this.textBox6.Name = "textBox6";
            this.toolTip1.SetToolTip(this.textBox6, componentResourceManager.GetString("textBox6.ToolTip"));
            componentResourceManager.ApplyResources(this.label5, "label5");
            this.label5.Name = "label5";
            componentResourceManager.ApplyResources(this.textBox12, "textBox12");
            this.textBox12.Name = "textBox12";
            this.toolTip1.SetToolTip(this.textBox12, componentResourceManager.GetString("textBox12.ToolTip"));
            componentResourceManager.ApplyResources(this.label10, "label10");
            this.label10.Name = "label10";
            componentResourceManager.ApplyResources(this.checkBox3, "checkBox3");
            this.checkBox3.Name = "checkBox3";
            this.toolTip1.SetToolTip(this.checkBox3, componentResourceManager.GetString("checkBox3.ToolTip"));
            this.checkBox3.UseVisualStyleBackColor = true;
            this.checkBox3.CheckedChanged += new EventHandler(this.checkBox3_CheckedChanged);
            componentResourceManager.ApplyResources(this.textBox7, "textBox7");
            this.textBox7.Name = "textBox7";
            this.toolTip1.SetToolTip(this.textBox7, componentResourceManager.GetString("textBox7.ToolTip"));
            this.toolTip1.AutomaticDelay = 100;
            this.toolTip1.AutoPopDelay = 5000;
            this.toolTip1.ForeColor = Color.Maroon;
            this.toolTip1.InitialDelay = 50;
            this.toolTip1.ReshowDelay = 20;
            this.toolTip1.ShowAlways = true;
            this.toolTip1.ToolTipTitle = "GodZilla";
            componentResourceManager.ApplyResources(this.checkBox5, "checkBox5");
            this.checkBox5.Name = "checkBox5";
            this.toolTip1.SetToolTip(this.checkBox5, componentResourceManager.GetString("checkBox5.ToolTip"));
            this.checkBox5.UseVisualStyleBackColor = true;
            this.checkBox5.CheckedChanged += new EventHandler(this.checkBox5_CheckedChanged);
            componentResourceManager.ApplyResources(this.checkBox6, "checkBox6");
            this.checkBox6.Name = "checkBox6";
            this.toolTip1.SetToolTip(this.checkBox6, componentResourceManager.GetString("checkBox6.ToolTip"));
            this.checkBox6.UseVisualStyleBackColor = true;
            this.checkBox6.CheckedChanged += new EventHandler(this.checkBox6_CheckedChanged);
            componentResourceManager.ApplyResources(this.crypto, "crypto");
            this.crypto.Maximum = new decimal(new int[] { 35, 0, 0, 0 });
            this.crypto.Minimum = new decimal(new int[] { 8, 0, 0, 0 });
            this.crypto.Name = "crypto";
            this.crypto.ReadOnly = true;
            this.toolTip1.SetToolTip(this.crypto, componentResourceManager.GetString("crypto.ToolTip"));
            this.crypto.Value = new decimal(new int[] { 8, 0, 0, 0 });
            componentResourceManager.ApplyResources(this.textBox3, "textBox3");
            this.textBox3.Name = "textBox3";
            this.toolTip1.SetToolTip(this.textBox3, componentResourceManager.GetString("textBox3.ToolTip"));
            componentResourceManager.ApplyResources(this.textBox2, "textBox2");
            this.textBox2.Name = "textBox2";
            this.toolTip1.SetToolTip(this.textBox2, componentResourceManager.GetString("textBox2.ToolTip"));
            componentResourceManager.ApplyResources(this.textBox1, "textBox1");
            this.textBox1.Name = "textBox1";
            this.toolTip1.SetToolTip(this.textBox1, componentResourceManager.GetString("textBox1.ToolTip"));
            this.textBox1.UseSystemPasswordChar = true;
            componentResourceManager.ApplyResources(this.textBox10, "textBox10");
            this.textBox10.Name = "textBox10";
            componentResourceManager.ApplyResources(this.label11, "label11");
            this.label11.ForeColor = Color.Maroon;
            this.label11.Name = "label11";
            this.statusStrip1.BackColor = Color.WhiteSmoke;
            this.statusStrip1.Items.AddRange(new ToolStripItem[] { this.toolStripStatusLabel1, this.toolStripStatusLabel2, this.toolStripStatusLabel3, this.toolStripStatusLabel4, this.toolStripStatusLabel5, this.toolStripDropDownButton1 });
            componentResourceManager.ApplyResources(this.statusStrip1, "statusStrip1");
            this.statusStrip1.Name = "statusStrip1";
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            componentResourceManager.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1");
            this.toolStripStatusLabel1.Click += new EventHandler(this.toolStripStatusLabel1_Click);
            this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
            componentResourceManager.ApplyResources(this.toolStripStatusLabel2, "toolStripStatusLabel2");
            this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
            componentResourceManager.ApplyResources(this.toolStripStatusLabel3, "toolStripStatusLabel3");
            this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
            componentResourceManager.ApplyResources(this.toolStripStatusLabel4, "toolStripStatusLabel4");
            this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
            componentResourceManager.ApplyResources(this.toolStripStatusLabel5, "toolStripStatusLabel5");
            this.toolStripDropDownButton1.DisplayStyle = ToolStripItemDisplayStyle.Image;
            this.toolStripDropDownButton1.DropDownItems.AddRange(new ToolStripItem[] { this.lightToolStripMenuItem, this.darkToolStripMenuItem });
            this.toolStripDropDownButton1.Image = Resources._17_brush;
            componentResourceManager.ApplyResources(this.toolStripDropDownButton1, "toolStripDropDownButton1");
            this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
            this.lightToolStripMenuItem.Name = "lightToolStripMenuItem";
            componentResourceManager.ApplyResources(this.lightToolStripMenuItem, "lightToolStripMenuItem");
            this.lightToolStripMenuItem.Click += new EventHandler(this.lightToolStripMenuItem_Click);
            this.darkToolStripMenuItem.Name = "darkToolStripMenuItem";
            componentResourceManager.ApplyResources(this.darkToolStripMenuItem, "darkToolStripMenuItem");
            this.darkToolStripMenuItem.Click += new EventHandler(this.darkToolStripMenuItem_Click);
            this.button2.BackColor = Color.White;
            componentResourceManager.ApplyResources(this.button2, "button2");
            this.button2.Name = "button2";
            this.button2.UseVisualStyleBackColor = false;
            this.button2.Click += new EventHandler(this.button2_Click);
            componentResourceManager.ApplyResources(this, "$this");
            base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = Color.White;
            base.Controls.Add(this.button2);
            base.Controls.Add(this.statusStrip1);
            base.Controls.Add(this.checkBox6);
            base.Controls.Add(this.checkBox5);
            base.Controls.Add(this.label11);
            base.Controls.Add(this.textBox10);
            base.Controls.Add(this.textBox4);
            base.Controls.Add(this.crypto);
            base.Controls.Add(this.button5);
            base.Controls.Add(this.textBox11);
            base.Controls.Add(this.button4);
            base.Controls.Add(this.panel1);
            base.Controls.Add(this.button3);
            base.Controls.Add(this.button1);
            base.Controls.Add(this.label4);
            base.Controls.Add(this.label3);
            base.Controls.Add(this.label2);
            base.Controls.Add(this.label1);
            base.Controls.Add(this.textBox3);
            base.Controls.Add(this.textBox2);
            base.Controls.Add(this.textBox1);
            this.ForeColor = SystemColors.ControlText;
            base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            base.MaximizeBox = false;
            base.Name = "Form1";
            base.FormClosing += new FormClosingEventHandler(this.Form1_FormClosing);
            base.FormClosed += new FormClosedEventHandler(this.Form1_FormClosed);
            base.Load += new EventHandler(this.Form1_Load);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((ISupportInitialize)this.numericUpDown1).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((ISupportInitialize)this.crypto).EndInit();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            base.ResumeLayout(false);
            base.PerformLayout();
        }

        public async Task JoinZilla(string Adress, string Username, int securitylevel, string password, string defaulchannel)
        {

        }

        private void lightToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.label11.ForeColor = Color.Maroon;
            this.BackColor = Color.White;
            this.ForeColor = Color.Black;
            this.groupBox1.ForeColor = Color.Black;
            this.button2.ForeColor = Color.Black;
            this.statusStrip1.ForeColor = Color.Black;
            this.statusStrip1.BackColor = Color.WhiteSmoke;
            this.button3.FlatStyle = FlatStyle.System;
            this.button3.ForeColor = Color.White;
            this.button1.FlatStyle = FlatStyle.System;
            this.button1.ForeColor = Color.White;
            this.button2.FlatStyle = FlatStyle.System;
            this.button2.ForeColor = Color.White;
            this.button4.FlatStyle = FlatStyle.System;
            this.button4.ForeColor = Color.White;
            this.button5.FlatStyle = FlatStyle.System;
            this.button5.ForeColor = Color.White;
        }

        private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            Process.Start(new ProcessStartInfo(""));
        }

        private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            Process.Start(new ProcessStartInfo("https://cydolo.de/cll/"));
        }

        private void timer1_Tick(object sender, EventArgs e)
        {
            foreach (Ts3FullClient client in Form1.clients)
            {
                try
                {
                    string[] strArrays = new string[] { "94ec66de-5940-4e38-b002-970df0cf6c94", "c9e97536-5a2d-4c8e-a135-af404587a472", "450f81c1-ab41-4211-a338-222fa94ed157", "1cb07348-34a4-4741-b50f-c41e584370f7", "534c9582-ab02-4267-aec6-2d94361daa2a", "34dbfa8f-bd27-494c-aa08-a312fc0bb240", "50bbdbc8-0f2a-46eb-9808-602225b49627", "62444179-0d99-42ba-a45c-c6b1557d079a", "d95f9901-c42d-4bac-8849-7164fd9e2310", "7d9fa2b1-b6fa-47ad-9838-c239a4ddd116", "f81ad44d-e931-47d1-a3ef-5fd160217cf8", "f22c22f1-8e2d-4d99-8de9-f352dc26ac5b", "fa3ece28-64df-431f-b1b3-90844bfdd2d9" };
                    Random random = new Random();
                    int num = random.Next(0, (int)strArrays.Length);
                    int num1 = random.Next(0, (int)strArrays.Length);
                    int num2 = random.Next(0, (int)strArrays.Length);
                    string str = strArrays[num];
                    string str1 = strArrays[num1];
                    string str2 = strArrays[num2];
                    client.Send("clientupdate", new ICommandPart[] { new CommandParameter("client_badges", string.Concat(new string[] { "overwolf=0:badges=", str, ",", str1, ",", str2 })) });
                }
                catch (Exception exception)
                {
                }
            }
        }

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

        private void toolStripStatusLabel1_Click(object sender, EventArgs e)
        {
            Process.Start(new ProcessStartInfo(""));
        }

        public bool d__5variable { get; set; }
    }
}
Here is the form sourcecode.

---- Automatically Merged Double Post ----

And here is TS3Client.DLL Source that i have tryed to decompile
Virus Scan : VirusTotal
 

Attachments

  • TS3Client.rar
    725.2 KB · Views: 42
Last edited:
Top