Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Data;
- using System.Drawing;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using System.Windows.Forms;
- using System.Diagnostics;
- using System.Runtime.Hosting;
- namespace WonderCraft_Client
- {
- public partial class Form1 : Form
- {
- public Form1()
- {
- InitializeComponent();
- }
- private void textBox1_TextChanged(object sender, EventArgs e)
- {
- }
- private void Button1_Click(object sender, EventArgs e)
- {
- }
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
- this.button1 = new System.Windows.Forms.Button();
- this.button5 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.button4 = new System.Windows.Forms.Button();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.Username = new System.Windows.Forms.TextBox();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.Transparent;
- this.button1.BackgroundImage = global::WonderCraft_Client.Properties.Resources.DC1;
- this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.button1.Location = new System.Drawing.Point(12, 12);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(57, 55);
- this.button1.TabIndex = 0;
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click_1);
- //
- // button5
- //
- this.button5.BackColor = System.Drawing.Color.Transparent;
- this.button5.BackgroundImage = global::WonderCraft_Client.Properties.Resources.img1;
- this.button5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.button5.Font = new System.Drawing.Font("Showcard Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button5.Location = new System.Drawing.Point(425, 561);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(237, 76);
- this.button5.TabIndex = 4;
- this.button5.Text = "Játék Indítása";
- this.button5.UseVisualStyleBackColor = false;
- this.button5.Click += new System.EventHandler(this.button5_Click);
- //
- // button2
- //
- this.button2.BackColor = System.Drawing.Color.Transparent;
- this.button2.BackgroundImage = global::WonderCraft_Client.Properties.Resources.YT1;
- this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.button2.Location = new System.Drawing.Point(75, 12);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(57, 55);
- this.button2.TabIndex = 5;
- this.button2.UseVisualStyleBackColor = false;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button3
- //
- this.button3.BackColor = System.Drawing.Color.Transparent;
- this.button3.BackgroundImage = global::WonderCraft_Client.Properties.Resources.FB1;
- this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.button3.ForeColor = System.Drawing.SystemColors.ControlText;
- this.button3.Location = new System.Drawing.Point(201, 12);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(57, 55);
- this.button3.TabIndex = 6;
- this.button3.UseVisualStyleBackColor = false;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button4
- //
- this.button4.BackColor = System.Drawing.Color.Transparent;
- this.button4.BackgroundImage = global::WonderCraft_Client.Properties.Resources.IG1;
- this.button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.button4.Location = new System.Drawing.Point(138, 12);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(57, 55);
- this.button4.TabIndex = 7;
- this.button4.UseVisualStyleBackColor = false;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // pictureBox1
- //
- this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
- this.pictureBox1.BackgroundImage = global::WonderCraft_Client.Properties.Resources.ServerIcon;
- this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.pictureBox1.Location = new System.Drawing.Point(288, 140);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(506, 371);
- this.pictureBox1.TabIndex = 8;
- this.pictureBox1.TabStop = false;
- //
- // Username
- //
- this.Username.ForeColor = System.Drawing.Color.Gray;
- this.Username.Location = new System.Drawing.Point(60, 552);
- this.Username.Name = "Username";
- this.Username.Size = new System.Drawing.Size(135, 20);
- this.Username.TabIndex = 9;
- this.Username.Text = "Játékosnév";
- this.Username.Enter += new System.EventHandler(this.Username_Enter);
- this.Username.Leave += new System.EventHandler(this.Username_Leave);
- //
- // Form1
- //
- this.BackgroundImage = global::WonderCraft_Client.Properties.Resources._2;
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.ClientSize = new System.Drawing.Size(1141, 674);
- this.Controls.Add(this.Username);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button5);
- this.Controls.Add(this.button1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "Form1";
- this.Text = "WonderCraft Client";
- this.Load += new System.EventHandler(this.Form1_Load);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- private Button button1;
- private Button button5;
- private void button1_Click_1(object sender, EventArgs e)
- {
- System.Diagnostics.Process.Start("https://discord.gg/XBp5nkG");
- }
- private void Form1_Load(object sender, EventArgs e)
- {
- }
- private Button button2;
- private Button button3;
- private Button button4;
- private void button2_Click(object sender, EventArgs e)
- {
- }
- private void button4_Click(object sender, EventArgs e)
- {
- }
- private void button3_Click(object sender, EventArgs e)
- {
- }
- private void button5_Click(object sender, EventArgs e)
- {
- ProcessStartInfo minecraft = new ProcessStartInfo
- {
- FileName = @"C:\Program Files\Java\jre1.8.0_121\bin\javaw.exe",
- CreateNoWindow = false,
- Arguments = "-Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump \" - Djava.library.path = C:" + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "versions" + System.IO.Path.DirectorySeparatorChar + "WonderCraft" + System.IO.Path.DirectorySeparatorChar + "natives\" - Dminecraft.launcher.brand=java-minecraft-launcher -Dminecraft.launcher.version=unknown -cp " + System.IO.Path.DirectorySeparatorChar + "C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "oshi - project" + System.IO.Path.DirectorySeparatorChar + "oshi - core" + System.IO.Path.DirectorySeparatorChar + "1.1" + System.IO.Path.DirectorySeparatorChar + "oshi - core - 1.1.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "net" + System.IO.Path.DirectorySeparatorChar + "java" + System.IO.Path.DirectorySeparatorChar + "dev" + System.IO.Path.DirectorySeparatorChar + "jna" + System.IO.Path.DirectorySeparatorChar + "jna" + System.IO.Path.DirectorySeparatorChar + "4.4.0" + System.IO.Path.DirectorySeparatorChar + "jna - 4.4.0.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "net" + System.IO.Path.DirectorySeparatorChar + "java" + System.IO.Path.DirectorySeparatorChar + "dev" + System.IO.Path.DirectorySeparatorChar + "jna" + System.IO.Path.DirectorySeparatorChar + "platform" + System.IO.Path.DirectorySeparatorChar + "3.4.0" + System.IO.Path.DirectorySeparatorChar + "platform - 3.4.0.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "com" + System.IO.Path.DirectorySeparatorChar + "ibm" + System.IO.Path.DirectorySeparatorChar + "icu" + System.IO.Path.DirectorySeparatorChar + "icu4j - core - mojang" + System.IO.Path.DirectorySeparatorChar + "51.2" + System.IO.Path.DirectorySeparatorChar + "icu4j - core - mojang - 51.2.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "com" + System.IO.Path.DirectorySeparatorChar + "mojang" + System.IO.Path.DirectorySeparatorChar + "javabridge" + System.IO.Path.DirectorySeparatorChar + "1.0.22" + System.IO.Path.DirectorySeparatorChar + "javabridge - 1.0.22.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "net" + System.IO.Path.DirectorySeparatorChar + "sf" + System.IO.Path.DirectorySeparatorChar + "jopt - simple" + System.IO.Path.DirectorySeparatorChar + "jopt - simple" + System.IO.Path.DirectorySeparatorChar + "5.0.3" + System.IO.Path.DirectorySeparatorChar + "jopt - simple - 5.0.3.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "io" + System.IO.Path.DirectorySeparatorChar + "netty" + System.IO.Path.DirectorySeparatorChar + "netty - all" + System.IO.Path.DirectorySeparatorChar + "4.1.25.Final" + System.IO.Path.DirectorySeparatorChar + "netty - all - 4.1.25.Final.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "com" + System.IO.Path.DirectorySeparatorChar + "google" + System.IO.Path.DirectorySeparatorChar + "guava" + System.IO.Path.DirectorySeparatorChar + "guava" + System.IO.Path.DirectorySeparatorChar + "21.0" + System.IO.Path.DirectorySeparatorChar + "guava - 21.0.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "org" + System.IO.Path.DirectorySeparatorChar + "apache" + System.IO.Path.DirectorySeparatorChar + "commons" + System.IO.Path.DirectorySeparatorChar + "commons - lang3" + System.IO.Path.DirectorySeparatorChar + "3.5" + System.IO.Path.DirectorySeparatorChar + "commons - lang3 - 3.5.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "commons - io" + System.IO.Path.DirectorySeparatorChar + "commons - io" + System.IO.Path.DirectorySeparatorChar + "2.5" + System.IO.Path.DirectorySeparatorChar + "commons - io - 2.5.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "commons - codec" + System.IO.Path.DirectorySeparatorChar + "commons - codec" + System.IO.Path.DirectorySeparatorChar + "1.10" + System.IO.Path.DirectorySeparatorChar + "commons - codec - 1.10.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "net" + System.IO.Path.DirectorySeparatorChar + "java" + System.IO.Path.DirectorySeparatorChar + "jinput" + System.IO.Path.DirectorySeparatorChar + "jinput" + System.IO.Path.DirectorySeparatorChar + "2.0.5" + System.IO.Path.DirectorySeparatorChar + "jinput - 2.0.5.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "net" + System.IO.Path.DirectorySeparatorChar + "java" + System.IO.Path.DirectorySeparatorChar + "jutils" + System.IO.Path.DirectorySeparatorChar + "jutils" + System.IO.Path.DirectorySeparatorChar + "1.0.0" + System.IO.Path.DirectorySeparatorChar + "jutils - 1.0.0.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "com" + System.IO.Path.DirectorySeparatorChar + "mojang" + System.IO.Path.DirectorySeparatorChar + "brigadier" + System.IO.Path.DirectorySeparatorChar + "1.0.17" + System.IO.Path.DirectorySeparatorChar + "brigadier - 1.0.17.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "com" + System.IO.Path.DirectorySeparatorChar + "mojang" + System.IO.Path.DirectorySeparatorChar + "datafixerupper" + System.IO.Path.DirectorySeparatorChar + "2.0.24" + System.IO.Path.DirectorySeparatorChar + "datafixerupper - 2.0.24.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "com" + System.IO.Path.DirectorySeparatorChar + "google" + System.IO.Path.DirectorySeparatorChar + "code" + System.IO.Path.DirectorySeparatorChar + "gson" + System.IO.Path.DirectorySeparatorChar + "gson" + System.IO.Path.DirectorySeparatorChar + "2.8.0" + System.IO.Path.DirectorySeparatorChar + "gson - 2.8.0.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "com" + System.IO.Path.DirectorySeparatorChar + "mojang" + System.IO.Path.DirectorySeparatorChar + "authlib" + System.IO.Path.DirectorySeparatorChar + "1.5.25" + System.IO.Path.DirectorySeparatorChar + "authlib - 1.5.25.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "org" + System.IO.Path.DirectorySeparatorChar + "apache" + System.IO.Path.DirectorySeparatorChar + "commons" + System.IO.Path.DirectorySeparatorChar + "commons - compress" + System.IO.Path.DirectorySeparatorChar + "1.8.1" + System.IO.Path.DirectorySeparatorChar + "commons - compress - 1.8.1.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "org" + System.IO.Path.DirectorySeparatorChar + "apache" + System.IO.Path.DirectorySeparatorChar + "httpcomponents" + System.IO.Path.DirectorySeparatorChar + "httpclient" + System.IO.Path.DirectorySeparatorChar + "4.3.3" + System.IO.Path.DirectorySeparatorChar + "httpclient - 4.3.3.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "commons - logging" + System.IO.Path.DirectorySeparatorChar + "commons - logging" + System.IO.Path.DirectorySeparatorChar + "1.1.3" + System.IO.Path.DirectorySeparatorChar + "commons - logging - 1.1.3.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "org" + System.IO.Path.DirectorySeparatorChar + "apache" + System.IO.Path.DirectorySeparatorChar + "httpcomponents" + System.IO.Path.DirectorySeparatorChar + "httpcore" + System.IO.Path.DirectorySeparatorChar + "4.3.2" + System.IO.Path.DirectorySeparatorChar + "httpcore - 4.3.2.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "it" + System.IO.Path.DirectorySeparatorChar + "unimi" + System.IO.Path.DirectorySeparatorChar + "dsi" + System.IO.Path.DirectorySeparatorChar + "fastutil" + System.IO.Path.DirectorySeparatorChar + "8.2.1" + System.IO.Path.DirectorySeparatorChar + "fastutil - 8.2.1.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "org" + System.IO.Path.DirectorySeparatorChar + "apache" + System.IO.Path.DirectorySeparatorChar + "logging" + System.IO.Path.DirectorySeparatorChar + "log4j" + System.IO.Path.DirectorySeparatorChar + "log4j - api" + System.IO.Path.DirectorySeparatorChar + "2.8.1" + System.IO.Path.DirectorySeparatorChar + "log4j - api - 2.8.1.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "org" + System.IO.Path.DirectorySeparatorChar + "apache" + System.IO.Path.DirectorySeparatorChar + "logging" + System.IO.Path.DirectorySeparatorChar + "log4j" + System.IO.Path.DirectorySeparatorChar + "log4j - core" + System.IO.Path.DirectorySeparatorChar + "2.8.1" + System.IO.Path.DirectorySeparatorChar + "log4j - core - 2.8.1.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "org" + System.IO.Path.DirectorySeparatorChar + "lwjgl" + System.IO.Path.DirectorySeparatorChar + "lwjgl" + System.IO.Path.DirectorySeparatorChar + "3.2.2" + System.IO.Path.DirectorySeparatorChar + "lwjgl - 3.2.2.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "org" + System.IO.Path.DirectorySeparatorChar + "lwjgl" + System.IO.Path.DirectorySeparatorChar + "lwjgl - jemalloc" + System.IO.Path.DirectorySeparatorChar + "3.2.2" + System.IO.Path.DirectorySeparatorChar + "lwjgl - jemalloc - 3.2.2.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "org" + System.IO.Path.DirectorySeparatorChar + "lwjgl" + System.IO.Path.DirectorySeparatorChar + "lwjgl - openal" + System.IO.Path.DirectorySeparatorChar + "3.2.2" + System.IO.Path.DirectorySeparatorChar + "lwjgl - openal - 3.2.2.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "org" + System.IO.Path.DirectorySeparatorChar + "lwjgl" + System.IO.Path.DirectorySeparatorChar + "lwjgl - opengl" + System.IO.Path.DirectorySeparatorChar + "3.2.2" + System.IO.Path.DirectorySeparatorChar + "lwjgl - opengl - 3.2.2.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "org" + System.IO.Path.DirectorySeparatorChar + "lwjgl" + System.IO.Path.DirectorySeparatorChar + "lwjgl - glfw" + System.IO.Path.DirectorySeparatorChar + "3.2.2" + System.IO.Path.DirectorySeparatorChar + "lwjgl - glfw - 3.2.2.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "org" + System.IO.Path.DirectorySeparatorChar + "lwjgl" + System.IO.Path.DirectorySeparatorChar + "lwjgl - stb" + System.IO.Path.DirectorySeparatorChar + "3.2.2" + System.IO.Path.DirectorySeparatorChar + "lwjgl - stb - 3.2.2.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "libraries" + System.IO.Path.DirectorySeparatorChar + "com" + System.IO.Path.DirectorySeparatorChar + "mojang" + System.IO.Path.DirectorySeparatorChar + "text2speech" + System.IO.Path.DirectorySeparatorChar + "1.11.3" + System.IO.Path.DirectorySeparatorChar + "text2speech - 1.11.3.jar; C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "versions" + System.IO.Path.DirectorySeparatorChar + "WonderCraft" + System.IO.Path.DirectorySeparatorChar + "WonderCraft.jar net.minecraft.client.main.Main --username "+ Username.Text +" --version 1.14.4 --gameDir \"C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft --assetsDir \"C: " + System.IO.Path.DirectorySeparatorChar + "Users" + System.IO.Path.DirectorySeparatorChar + "Home Sweet Home" + System.IO.Path.DirectorySeparatorChar + "AppData" + System.IO.Path.DirectorySeparatorChar + "Roaming" + System.IO.Path.DirectorySeparatorChar + ".wondercraft" + System.IO.Path.DirectorySeparatorChar + "assets" + System.IO.Path.DirectorySeparatorChar + "\" --assetIndex 1.14 --uuid f699187faf2e34e4a4d9b9c5a918b208 --accessToken 1337535510N --userType legacy --versionType release"
- };
- Process.Start(minecraft);
- }
- private IContainer components;
- private PictureBox pictureBox1;
- private TextBox Username;
- private void Username_Leave(object sender, EventArgs e)
- {
- if (Username.Text == "")
- {
- Username.ForeColor = Color.Gray;
- Username.Text = "Játékosnév";
- }
- }
- private void Username_Enter(object sender, EventArgs e)
- {
- if (Username.Text == "Játékosnév")
- {
- Username.ForeColor = Color.Black;
- Username.Text = "";
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement