This commit is contained in:
Bitl 2016-11-30 18:07:32 -07:00
parent 7a2a6c636f
commit 13b5f1c044
11 changed files with 7300 additions and 99 deletions

View File

@ -136,7 +136,10 @@ function CSServer(Port,BodyColors)
NetworkServer.IncommingConnection:connect(IncommingConnection); NetworkServer.IncommingConnection:connect(IncommingConnection);
end end
function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Ticket) function CSConnect(UserID,ServerIP,ServerPort,PlayerName,OutfitID,Ticket)
pcall(function() game:SetPlaceID(-1, false) end);
pcall(function() game:GetService("Players"):SetChatStyle(Enum.ChatStyle.ClassicAndBubble) end);
pcall(function() pcall(function()
game:GetService("GuiService").Changed:connect(function() game:GetService("GuiService").Changed:connect(function()
pcall(function() game:GetService("GuiService").ShowLegacyPlayerList=true; end); pcall(function() game:GetService("GuiService").ShowLegacyPlayerList=true; end);
@ -176,11 +179,7 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Ticket)
end end
local function Disconnection(Peer,LostConnection) local function Disconnection(Peer,LostConnection)
if (LostConnection==true) then SetMessage("You have lost connection to the game");
SetMessage("You have lost connection to the game");
else
SetMessage("You have lost connection to the game");
end
end end
local function ConnectionAccepted(Peer,Replicator) local function ConnectionAccepted(Peer,Replicator)
@ -217,7 +216,7 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Ticket)
PlayerSuccess=pcall(function() return NetworkClient:Connect(ServerIP,ServerPort) end); PlayerSuccess=pcall(function() return NetworkClient:Connect(ServerIP,ServerPort) end);
if (not PlayerSuccess) then if (not PlayerSuccess) then
SetMessage("Failed to connect to the Game. (Invalid IP Address"); SetMessage("Failed to connect to the Game. (Invalid IP Address)");
NetworkClient:Disconnect(); NetworkClient:Disconnect();
end end
@ -225,9 +224,11 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Ticket)
SetMessage("Failed to connect to the Game. (Player not found)"); SetMessage("Failed to connect to the Game. (Player not found)");
NetworkClient:Disconnect(); NetworkClient:Disconnect();
end end
pcall(function() Player:SetUnder13(false) end);
pcall(function() Player:SetMembershipType(Enum.MembershipType.BuildersClub) end);
pcall(function() Player:SetAccountAge(365) end);
Player:SetSuperSafeChat(false); Player:SetSuperSafeChat(false);
Player.CharacterAppearance=0; Player.CharacterAppearance="http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..(OutfitID or 0);
pcall(function() Player.Name=PlayerName or ""; end); pcall(function() Player.Name=PlayerName or ""; end);
pcall(function() Visit:SetUploadUrl(""); end); pcall(function() Visit:SetUploadUrl(""); end);
end end

255
CSMPFunctionsModern.lua Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,207 @@
/*
* Created by SharpDevelop.
* User: BITL-Gaming
* Date: 11/28/2016
* Time: 7:55 AM
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
namespace RBXLegacyLauncher
{
partial class ClientinfoEditor
{
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClientinfoEditor));
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.checkBox4 = new System.Windows.Forms.CheckBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.checkBox5 = new System.Windows.Forms.CheckBox();
this.button3 = new System.Windows.Forms.Button();
this.checkBox6 = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// checkBox1
//
this.checkBox1.Location = new System.Drawing.Point(9, 34);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(307, 24);
this.checkBox1.TabIndex = 0;
this.checkBox1.Text = "Allows players to set custom names";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1CheckedChanged);
//
// checkBox2
//
this.checkBox2.Location = new System.Drawing.Point(9, 53);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(307, 23);
this.checkBox2.TabIndex = 1;
this.checkBox2.Text = "Allows the launcher to set custom IDs";
this.checkBox2.UseVisualStyleBackColor = true;
this.checkBox2.CheckedChanged += new System.EventHandler(this.CheckBox2CheckedChanged);
//
// checkBox3
//
this.checkBox3.Location = new System.Drawing.Point(9, 73);
this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(307, 20);
this.checkBox3.TabIndex = 2;
this.checkBox3.Text = "Allows the use of the Local Play feature";
this.checkBox3.UseVisualStyleBackColor = true;
this.checkBox3.CheckedChanged += new System.EventHandler(this.CheckBox3CheckedChanged);
//
// checkBox4
//
this.checkBox4.Location = new System.Drawing.Point(9, 93);
this.checkBox4.Name = "checkBox4";
this.checkBox4.Size = new System.Drawing.Size(307, 19);
this.checkBox4.TabIndex = 3;
this.checkBox4.Text = "Allows the use of the Character Outfit ID feature";
this.checkBox4.UseVisualStyleBackColor = true;
this.checkBox4.CheckedChanged += new System.EventHandler(this.CheckBox4CheckedChanged);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(10, 173);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(310, 194);
this.textBox1.TabIndex = 4;
this.textBox1.TextChanged += new System.EventHandler(this.TextBox1TextChanged);
//
// label1
//
this.label1.Location = new System.Drawing.Point(9, 154);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 16);
this.label1.TabIndex = 5;
this.label1.Text = "Client Description";
//
// label2
//
this.label2.Location = new System.Drawing.Point(10, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(307, 30);
this.label2.TabIndex = 6;
this.label2.Text = "Check the check boxes corrisponding to what your client supports.";
//
// button1
//
this.button1.Location = new System.Drawing.Point(165, 402);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(154, 30);
this.button1.TabIndex = 7;
this.button1.Text = "Save";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(9, 402);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(150, 30);
this.button2.TabIndex = 10;
this.button2.Text = "Load";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.Button2Click);
//
// checkBox5
//
this.checkBox5.Location = new System.Drawing.Point(9, 108);
this.checkBox5.Name = "checkBox5";
this.checkBox5.Size = new System.Drawing.Size(310, 25);
this.checkBox5.TabIndex = 11;
this.checkBox5.Text = "Loads assets from servers online";
this.checkBox5.UseVisualStyleBackColor = true;
this.checkBox5.CheckedChanged += new System.EventHandler(this.CheckBox5CheckedChanged);
//
// button3
//
this.button3.Location = new System.Drawing.Point(9, 373);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(308, 23);
this.button3.TabIndex = 12;
this.button3.Text = "New clientinfo.txt";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.Button3Click);
//
// checkBox6
//
this.checkBox6.Location = new System.Drawing.Point(9, 127);
this.checkBox6.Name = "checkBox6";
this.checkBox6.Size = new System.Drawing.Size(307, 24);
this.checkBox6.TabIndex = 13;
this.checkBox6.Text = "This client is a \'modern\' client (Mid-2011 and above.)";
this.checkBox6.UseVisualStyleBackColor = true;
this.checkBox6.CheckedChanged += new System.EventHandler(this.CheckBox6CheckedChanged);
//
// ClientinfoEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(332, 439);
this.Controls.Add(this.checkBox6);
this.Controls.Add(this.button3);
this.Controls.Add(this.checkBox5);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.checkBox4);
this.Controls.Add(this.checkBox3);
this.Controls.Add(this.checkBox2);
this.Controls.Add(this.checkBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ClientinfoEditor";
this.Text = "Clientinfo Editor";
this.Load += new System.EventHandler(this.ClientinfoCreatorLoad);
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.CheckBox checkBox6;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.CheckBox checkBox5;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.CheckBox checkBox4;
private System.Windows.Forms.CheckBox checkBox3;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.CheckBox checkBox1;
}
}

View File

@ -0,0 +1,206 @@
/*
* Created by SharpDevelop.
* User: BITL-Gaming
* Date: 11/28/2016
* Time: 7:55 AM
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
using System;
using System.Drawing;
using System.Windows.Forms;
using System.IO;
using System.Diagnostics;
using System.Threading;
namespace RBXLegacyLauncher
{
/// <summary>
/// Description of ClientinfoCreator.
/// </summary>
public partial class ClientinfoEditor : Form
{
public ClientinfoEditor()
{
//
// The InitializeComponent() call is required for Windows Forms designer support.
//
InitializeComponent();
//
// TODO: Add constructor code after the InitializeComponent() call.
//
}
void CheckBox1CheckedChanged(object sender, EventArgs e)
{
if (checkBox1.Checked == true)
{
GlobalVars.ClientCreator_UsesPlayerName = true;
}
else if (checkBox1.Checked == false)
{
GlobalVars.ClientCreator_UsesPlayerName = false;
}
}
void CheckBox2CheckedChanged(object sender, EventArgs e)
{
if (checkBox2.Checked == true)
{
GlobalVars.ClientCreator_UsesID = true;
}
else if (checkBox2.Checked == false)
{
GlobalVars.ClientCreator_UsesID = false;
}
}
void CheckBox3CheckedChanged(object sender, EventArgs e)
{
if (checkBox3.Checked == true)
{
GlobalVars.ClientCreator_SupportsLocalPlay = true;
}
else if (checkBox3.Checked == false)
{
GlobalVars.ClientCreator_SupportsLocalPlay = false;
}
}
void CheckBox4CheckedChanged(object sender, EventArgs e)
{
if (checkBox4.Checked == true)
{
GlobalVars.ClientCreator_SupportsAppearanceID = true;
}
else if (checkBox4.Checked == false)
{
GlobalVars.ClientCreator_SupportsAppearanceID = false;
}
}
void TextBox1TextChanged(object sender, EventArgs e)
{
GlobalVars.ClientCreator_SelectedClientDesc = textBox1.Text;
}
void Button2Click(object sender, EventArgs e)
{
using (var ofd = new OpenFileDialog())
{
ofd.Filter = "Text files (*.txt)|*.txt";
ofd.FilterIndex = 2;
ofd.FileName = "clientinfo.txt";
ofd.Title = "Load clientinfo.txt";
if (ofd.ShowDialog() == DialogResult.OK)
{
string line1, line2, line3, line4, line5, line6, line7;
using(StreamReader reader = new StreamReader(ofd.FileName))
{
line1 = reader.ReadLine();
line2 = reader.ReadLine();
line3 = reader.ReadLine();
line4 = reader.ReadLine();
line5 = reader.ReadLine();
line6 = reader.ReadLine();
line7 = reader.ReadLine();
}
Boolean bline1 = bool.Parse(line1);
GlobalVars.ClientCreator_UsesPlayerName = bline1;
Boolean bline2 = bool.Parse(line2);
GlobalVars.ClientCreator_UsesID = bline2;
Boolean bline3 = bool.Parse(line3);
GlobalVars.ClientCreator_SupportsLocalPlay = bline3;
Boolean bline4 = bool.Parse(line4);
GlobalVars.ClientCreator_SupportsAppearanceID = bline4;
Boolean bline5 = bool.Parse(line5);
GlobalVars.ClientCreator_LoadsAssetsOnline = bline5;
Boolean bline6 = bool.Parse(line6);
GlobalVars.ClientCreator_NewMapLoader = bline6;
GlobalVars.ClientCreator_SelectedClientDesc = line7;
checkBox1.Checked = GlobalVars.ClientCreator_UsesPlayerName;
checkBox2.Checked = GlobalVars.ClientCreator_UsesID;
checkBox3.Checked = GlobalVars.ClientCreator_SupportsLocalPlay;
checkBox4.Checked = GlobalVars.ClientCreator_SupportsAppearanceID;
checkBox5.Checked = GlobalVars.ClientCreator_LoadsAssetsOnline;
checkBox6.Checked = GlobalVars.ClientCreator_NewMapLoader;
textBox1.Text = GlobalVars.ClientCreator_SelectedClientDesc;
}
}
}
void Button1Click(object sender, EventArgs e)
{
using (var sfd = new SaveFileDialog())
{
sfd.Filter = "Text files (*.txt)|*.txt";
sfd.FilterIndex = 2;
sfd.FileName = "clientinfo.txt";
sfd.Title = "Save clientinfo.txt";
if (sfd.ShowDialog() == DialogResult.OK)
{
string[] lines = { GlobalVars.ClientCreator_UsesPlayerName.ToString(), GlobalVars.ClientCreator_UsesID.ToString(), GlobalVars.ClientCreator_SupportsLocalPlay.ToString(), GlobalVars.ClientCreator_SupportsAppearanceID.ToString(), GlobalVars.ClientCreator_LoadsAssetsOnline.ToString(), GlobalVars.ClientCreator_NewMapLoader.ToString(), GlobalVars.ClientCreator_SelectedClientDesc.ToString() };
File.WriteAllLines(sfd.FileName, lines);
}
}
}
void ClientinfoCreatorLoad(object sender, EventArgs e)
{
}
void CheckBox5CheckedChanged(object sender, EventArgs e)
{
if (checkBox5.Checked == true)
{
GlobalVars.ClientCreator_LoadsAssetsOnline = true;
}
else if (checkBox5.Checked == false)
{
GlobalVars.ClientCreator_LoadsAssetsOnline = false;
}
}
void Button3Click(object sender, EventArgs e)
{
GlobalVars.ClientCreator_UsesPlayerName = false;
GlobalVars.ClientCreator_UsesID = false;
GlobalVars.ClientCreator_SupportsLocalPlay = false;
GlobalVars.ClientCreator_SupportsAppearanceID = false;
GlobalVars.ClientCreator_LoadsAssetsOnline = false;
GlobalVars.ClientCreator_NewMapLoader = false;
GlobalVars.ClientCreator_SelectedClientDesc = "";
checkBox1.Checked = GlobalVars.ClientCreator_UsesPlayerName;
checkBox2.Checked = GlobalVars.ClientCreator_UsesID;
checkBox3.Checked = GlobalVars.ClientCreator_SupportsLocalPlay;
checkBox4.Checked = GlobalVars.ClientCreator_SupportsAppearanceID;
checkBox5.Checked = GlobalVars.ClientCreator_LoadsAssetsOnline;
checkBox6.Checked = GlobalVars.ClientCreator_NewMapLoader;
textBox1.Text = GlobalVars.ClientCreator_SelectedClientDesc;
}
void CheckBox6CheckedChanged(object sender, EventArgs e)
{
if (checkBox6.Checked == true)
{
GlobalVars.ClientCreator_NewMapLoader = true;
}
else if (checkBox6.Checked == false)
{
GlobalVars.ClientCreator_NewMapLoader = false;
}
}
}
}

File diff suppressed because it is too large Load Diff

View File

@ -4,21 +4,33 @@
public static string ScriptsDir = ""; public static string ScriptsDir = "";
public static string MapsDir = ""; public static string MapsDir = "";
public static string IP = "localhost"; public static string IP = "localhost";
public static string Map = "Baseplate.rbxl";
public static int RobloxPort = 53640;
//server settings. //server settings.
public static bool BodyColors = true; public static bool BodyColors = true;
public static string Map = "Baseplate.rbxl";
public static int RobloxPort = 53640;
//player settings //player settings
public static int UserID = 0; public static int UserID = 0;
public static string PlayerName = "Player"; public static string PlayerName = "Player";
//launcher settings. //launcher settings.
public static bool CloseOnLaunch = false; public static bool CloseOnLaunch = false;
public static bool LocalPlayMode = false; public static bool LocalPlayMode = false;
public static int CharacterAppearanceID = 0;
public static bool UseAppearanceID = false;
//client shit //client shit
public static string SelectedClient = "2008"; public static string SelectedClient = "2008";
public static bool UsesPlayerName = false; public static bool UsesPlayerName = false;
public static bool UsesID = true; public static bool UsesID = true;
public static bool SupportsLocalPlay = true; public static bool SupportsLocalPlay = true;
public static bool SupportsAppearanceID = false;
public static string SelectedClientDesc = ""; public static string SelectedClientDesc = "";
public static int LocalPlayNameSuffixNum = 0; public static bool LoadsAssetsOnline = false;
public static bool NewMapLoader = false;
//clientinfocreator
public static bool ClientCreator_UsesPlayerName = false;
public static bool ClientCreator_UsesID = false;
public static bool ClientCreator_SupportsLocalPlay = false;
public static bool ClientCreator_SupportsAppearanceID = false;
public static bool ClientCreator_LoadsAssetsOnline = false;
public static bool ClientCreator_NewMapLoader = false;
public static string ClientCreator_SelectedClientDesc = "";
} }

View File

@ -40,6 +40,9 @@ namespace RBXLegacyLauncher
this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage1 = new System.Windows.Forms.TabPage();
this.checkBox4 = new System.Windows.Forms.CheckBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.label29 = new System.Windows.Forms.Label();
this.checkBox3 = new System.Windows.Forms.CheckBox(); this.checkBox3 = new System.Windows.Forms.CheckBox();
this.label17 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label();
@ -48,15 +51,16 @@ namespace RBXLegacyLauncher
this.label3 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox();
this.tabPage2 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage();
this.label32 = new System.Windows.Forms.Label();
this.checkBox2 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox();
this.label12 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.listBox1 = new System.Windows.Forms.ListBox(); this.listBox1 = new System.Windows.Forms.ListBox();
this.tabPage3 = new System.Windows.Forms.TabPage(); this.tabPage3 = new System.Windows.Forms.TabPage();
this.label30 = new System.Windows.Forms.Label();
this.listBox2 = new System.Windows.Forms.ListBox(); this.listBox2 = new System.Windows.Forms.ListBox();
this.label21 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label();
@ -83,6 +87,7 @@ namespace RBXLegacyLauncher
this.label26 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label();
this.button6 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.tabControl1.SuspendLayout(); this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout(); this.tabPage1.SuspendLayout();
@ -112,6 +117,7 @@ namespace RBXLegacyLauncher
this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tabControl1.Location = new System.Drawing.Point(12, 113); this.tabControl1.Location = new System.Drawing.Point(12, 113);
this.tabControl1.Multiline = true; this.tabControl1.Multiline = true;
this.tabControl1.Name = "tabControl1"; this.tabControl1.Name = "tabControl1";
@ -122,6 +128,9 @@ namespace RBXLegacyLauncher
// //
// tabPage1 // tabPage1
// //
this.tabPage1.Controls.Add(this.checkBox4);
this.tabPage1.Controls.Add(this.textBox3);
this.tabPage1.Controls.Add(this.label29);
this.tabPage1.Controls.Add(this.checkBox3); this.tabPage1.Controls.Add(this.checkBox3);
this.tabPage1.Controls.Add(this.label17); this.tabPage1.Controls.Add(this.label17);
this.tabPage1.Controls.Add(this.label16); this.tabPage1.Controls.Add(this.label16);
@ -138,9 +147,37 @@ namespace RBXLegacyLauncher
this.tabPage1.Text = "JOIN SERVER"; this.tabPage1.Text = "JOIN SERVER";
this.tabPage1.UseVisualStyleBackColor = true; this.tabPage1.UseVisualStyleBackColor = true;
// //
// checkBox4
//
this.checkBox4.Location = new System.Drawing.Point(182, 50);
this.checkBox4.Name = "checkBox4";
this.checkBox4.Size = new System.Drawing.Size(147, 18);
this.checkBox4.TabIndex = 21;
this.checkBox4.Text = "Use Character Outfit IDs";
this.checkBox4.UseVisualStyleBackColor = true;
this.checkBox4.CheckedChanged += new System.EventHandler(this.CheckBox4CheckedChanged);
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(80, 90);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(218, 20);
this.textBox3.TabIndex = 20;
this.textBox3.Text = "0";
this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.textBox3.TextChanged += new System.EventHandler(this.TextBox3TextChanged);
//
// label29
//
this.label29.Location = new System.Drawing.Point(114, 71);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(149, 19);
this.label29.TabIndex = 19;
this.label29.Text = "Character Outfit ID (Optional)";
//
// checkBox3 // checkBox3
// //
this.checkBox3.Location = new System.Drawing.Point(136, 53); this.checkBox3.Location = new System.Drawing.Point(68, 50);
this.checkBox3.Name = "checkBox3"; this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(108, 18); this.checkBox3.Size = new System.Drawing.Size(108, 18);
this.checkBox3.TabIndex = 18; this.checkBox3.TabIndex = 18;
@ -152,7 +189,7 @@ namespace RBXLegacyLauncher
// //
this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label17.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label17.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label17.Location = new System.Drawing.Point(6, 176); this.label17.Location = new System.Drawing.Point(6, 197);
this.label17.Name = "label17"; this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(378, 2); this.label17.Size = new System.Drawing.Size(378, 2);
this.label17.TabIndex = 14; this.label17.TabIndex = 14;
@ -161,7 +198,7 @@ namespace RBXLegacyLauncher
// //
this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label16.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label16.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label16.Location = new System.Drawing.Point(6, 86); this.label16.Location = new System.Drawing.Point(6, 115);
this.label16.Name = "label16"; this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(378, 2); this.label16.Size = new System.Drawing.Size(378, 2);
this.label16.TabIndex = 13; this.label16.TabIndex = 13;
@ -171,9 +208,9 @@ namespace RBXLegacyLauncher
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.ForeColor = System.Drawing.Color.Red; this.label4.ForeColor = System.Drawing.Color.Red;
this.label4.Location = new System.Drawing.Point(54, 88); this.label4.Location = new System.Drawing.Point(54, 115);
this.label4.Name = "label4"; this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(273, 84); this.label4.Size = new System.Drawing.Size(273, 84);
this.label4.TabIndex = 4; this.label4.TabIndex = 4;
@ -196,19 +233,20 @@ namespace RBXLegacyLauncher
// //
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.label3.Location = new System.Drawing.Point(161, 6); this.label3.Location = new System.Drawing.Point(111, 5);
this.label3.Name = "label3"; this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 18); this.label3.Size = new System.Drawing.Size(152, 18);
this.label3.TabIndex = 1; this.label3.TabIndex = 1;
this.label3.Text = "IP Address"; this.label3.Text = "Server IP Address";
this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
// //
// textBox1 // textBox1
// //
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.textBox1.Location = new System.Drawing.Point(80, 27); this.textBox1.Location = new System.Drawing.Point(68, 26);
this.textBox1.Name = "textBox1"; this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(218, 20); this.textBox1.Size = new System.Drawing.Size(245, 20);
this.textBox1.TabIndex = 0; this.textBox1.TabIndex = 0;
this.textBox1.Text = "localhost"; this.textBox1.Text = "localhost";
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
@ -216,11 +254,11 @@ namespace RBXLegacyLauncher
// //
// tabPage2 // tabPage2
// //
this.tabPage2.Controls.Add(this.label32);
this.tabPage2.Controls.Add(this.checkBox2); this.tabPage2.Controls.Add(this.checkBox2);
this.tabPage2.Controls.Add(this.label12); this.tabPage2.Controls.Add(this.label12);
this.tabPage2.Controls.Add(this.label20); this.tabPage2.Controls.Add(this.label20);
this.tabPage2.Controls.Add(this.label19); this.tabPage2.Controls.Add(this.label19);
this.tabPage2.Controls.Add(this.label2);
this.tabPage2.Controls.Add(this.button2); this.tabPage2.Controls.Add(this.button2);
this.tabPage2.Controls.Add(this.label1); this.tabPage2.Controls.Add(this.label1);
this.tabPage2.Controls.Add(this.listBox1); this.tabPage2.Controls.Add(this.listBox1);
@ -232,6 +270,18 @@ namespace RBXLegacyLauncher
this.tabPage2.Text = "START SERVER"; this.tabPage2.Text = "START SERVER";
this.tabPage2.UseVisualStyleBackColor = true; this.tabPage2.UseVisualStyleBackColor = true;
// //
// label32
//
this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label32.ForeColor = System.Drawing.Color.Red;
this.label32.Location = new System.Drawing.Point(117, 150);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(141, 40);
this.label32.TabIndex = 19;
this.label32.Text = "NOTE: Be sure you have port forwarded the port 53640 before you start a public se" +
"rver.";
this.label32.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// checkBox2 // checkBox2
// //
this.checkBox2.Checked = true; this.checkBox2.Checked = true;
@ -265,23 +315,11 @@ namespace RBXLegacyLauncher
// //
this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label19.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label19.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label19.Location = new System.Drawing.Point(6, 150); this.label19.Location = new System.Drawing.Point(6, 146);
this.label19.Name = "label19"; this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(378, 2); this.label19.Size = new System.Drawing.Size(378, 2);
this.label19.TabIndex = 13; this.label19.TabIndex = 13;
// //
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(3, 152);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(376, 39);
this.label2.TabIndex = 3;
this.label2.Text = "NOTE: Be sure to port forward 53640 before if you want to host a public server.";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// button2 // button2
// //
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
@ -319,6 +357,7 @@ namespace RBXLegacyLauncher
// //
// tabPage3 // tabPage3
// //
this.tabPage3.Controls.Add(this.label30);
this.tabPage3.Controls.Add(this.listBox2); this.tabPage3.Controls.Add(this.listBox2);
this.tabPage3.Controls.Add(this.label21); this.tabPage3.Controls.Add(this.label21);
this.tabPage3.Controls.Add(this.label18); this.tabPage3.Controls.Add(this.label18);
@ -330,12 +369,24 @@ namespace RBXLegacyLauncher
this.tabPage3.Text = "CLIENTS"; this.tabPage3.Text = "CLIENTS";
this.tabPage3.UseVisualStyleBackColor = true; this.tabPage3.UseVisualStyleBackColor = true;
// //
// label30
//
this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label30.ForeColor = System.Drawing.Color.Red;
this.label30.Location = new System.Drawing.Point(6, 146);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(378, 37);
this.label30.TabIndex = 3;
this.label30.Text = resources.GetString("label30.Text");
this.label30.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.label30.Visible = false;
//
// listBox2 // listBox2
// //
this.listBox2.FormattingEnabled = true; this.listBox2.FormattingEnabled = true;
this.listBox2.Location = new System.Drawing.Point(6, 7); this.listBox2.Location = new System.Drawing.Point(6, 7);
this.listBox2.Name = "listBox2"; this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(378, 173); this.listBox2.Size = new System.Drawing.Size(378, 134);
this.listBox2.TabIndex = 2; this.listBox2.TabIndex = 2;
this.listBox2.SelectedIndexChanged += new System.EventHandler(this.ListBox2SelectedIndexChanged); this.listBox2.SelectedIndexChanged += new System.EventHandler(this.ListBox2SelectedIndexChanged);
// //
@ -392,7 +443,7 @@ namespace RBXLegacyLauncher
// //
// label9 // label9
// //
this.label9.Location = new System.Drawing.Point(6, 92); this.label9.Location = new System.Drawing.Point(6, 96);
this.label9.Name = "label9"; this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(378, 131); this.label9.Size = new System.Drawing.Size(378, 131);
this.label9.TabIndex = 4; this.label9.TabIndex = 4;
@ -451,9 +502,10 @@ namespace RBXLegacyLauncher
// button3 // button3
// //
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button3.Location = new System.Drawing.Point(250, 67); this.button3.Location = new System.Drawing.Point(250, 67);
this.button3.Name = "button3"; this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(156, 38); this.button3.Size = new System.Drawing.Size(156, 20);
this.button3.TabIndex = 6; this.button3.TabIndex = 6;
this.button3.Text = "Launch ROBLOX Studio"; this.button3.Text = "Launch ROBLOX Studio";
this.button3.UseVisualStyleBackColor = true; this.button3.UseVisualStyleBackColor = true;
@ -488,9 +540,10 @@ namespace RBXLegacyLauncher
// //
// button5 // button5
// //
this.button5.Location = new System.Drawing.Point(304, 108); this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button5.Location = new System.Drawing.Point(302, 111);
this.button5.Name = "button5"; this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(106, 21); this.button5.Size = new System.Drawing.Size(106, 20);
this.button5.TabIndex = 10; this.button5.TabIndex = 10;
this.button5.Text = "Save Config"; this.button5.Text = "Save Config";
this.button5.UseVisualStyleBackColor = true; this.button5.UseVisualStyleBackColor = true;
@ -572,6 +625,17 @@ namespace RBXLegacyLauncher
this.label28.TabIndex = 19; this.label28.TabIndex = 19;
this.label28.Text = "Baseplate.rbxl"; this.label28.Text = "Baseplate.rbxl";
// //
// button6
//
this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button6.Location = new System.Drawing.Point(250, 89);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(156, 20);
this.button6.TabIndex = 3;
this.button6.Text = "Clientinfo Editor";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.Button6Click);
//
// MainForm // MainForm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -579,6 +643,7 @@ namespace RBXLegacyLauncher
this.BackColor = System.Drawing.SystemColors.ControlLightLight; this.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(412, 444); this.ClientSize = new System.Drawing.Size(412, 444);
this.Controls.Add(this.button6);
this.Controls.Add(this.label28); this.Controls.Add(this.label28);
this.Controls.Add(this.label27); this.Controls.Add(this.label27);
this.Controls.Add(this.label26); this.Controls.Add(this.label26);
@ -613,6 +678,12 @@ namespace RBXLegacyLauncher
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
} }
private System.Windows.Forms.Label label32;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.CheckBox checkBox4;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Label label28; private System.Windows.Forms.Label label28;
private System.Windows.Forms.Label label27; private System.Windows.Forms.Label label27;
private System.Windows.Forms.CheckBox checkBox3; private System.Windows.Forms.CheckBox checkBox3;
@ -641,7 +712,6 @@ namespace RBXLegacyLauncher
private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label11;
private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button3;
private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label8;

File diff suppressed because one or more lines are too long

View File

@ -202,11 +202,14 @@
On8f3Y6OTrejo9Pt6Oh0Ozo63Y6OTrejo/Hr1/8Ak7ap1Jj4mP8AAAAASUVORK5CYII= On8f3Y6OTrejo9Pt6Oh0Ozo63Y6OTrejo/Hr1/8Ak7ap1Jj4mP8AAAAASUVORK5CYII=
</value> </value>
</data> </data>
<data name="label30.Text" xml:space="preserve">
<value>WARNING: This client loads assets directly from a server. This means that you may not be able to play it over a LAN or local connection without internet access. This may also mean that some things won't load (i.e the healthbar)</value>
</data>
<data name="label4.Text" xml:space="preserve"> <data name="label4.Text" xml:space="preserve">
<value>NOTE: Make sure the server you join is in the region of the world you live in! (i.e West US, East US, Europe, etc). If you have a problem where you can't see your character, REGENERATE YOUR PLAYER ID THEN REJOIN THE SERVER. If you tried to connect to the server and you get an error, REJOIN THE SERVER.</value> <value>NOTE: Make sure the server you join is in the region of the world you live in! (i.e West US, East US, Europe, etc). If you have a problem where you can't see your character, REGENERATE YOUR PLAYER ID THEN REJOIN THE SERVER. If you tried to connect to the server and you get an error, REJOIN THE SERVER.</value>
</data> </data>
<data name="label9.Text" xml:space="preserve"> <data name="label9.Text" xml:space="preserve">
<value>ROBLOX and the ROBLOX Client were made by the ROBLOX Corporation. The ROBLOX Corporation does not support or endorse the creation of RBXLegacy. Bitl is not affiliated with the ROBLOX Corporation or its subsidiaries. Bitl does not own any of the content included with RBXLegacy. The client's executables and libraries were not modified in any way. LUA scripts were used to build a client that can connect to LAN and the Internet. The LUA scripts used were borrowed from the RBXPri client and merged into 1 single script. All credit for the LUA code included with the RBXPri client goes to the RBXPri team.</value> <value>ROBLOX and the ROBLOX Clients were made by the ROBLOX Corporation. The ROBLOX Corporation does not support or endorse the creation of RBXLegacy. Bitl is not affiliated with the ROBLOX Corporation or its subsidiaries. Bitl does not own any of the content included with RBXLegacy. The clients 2008-2010 are not modified in any way. However, a modified 2011 client was added which was modified by the RBXPri team. LUA scripts were used to build a client that can connect to LAN and the Internet. The LUA scripts used were borrowed from the RBXPri client and merged into 1 single script. All credit for the LUA code included with the RBXPri client goes to the RBXPri team.</value>
</data> </data>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>

View File

@ -60,6 +60,10 @@
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="ClientinfoCreator.cs" />
<Compile Include="ClientinfoCreator.Designer.cs">
<DependentUpon>ClientinfoCreator.cs</DependentUpon>
</Compile>
<Compile Include="CryptoRandom.cs" /> <Compile Include="CryptoRandom.cs" />
<Compile Include="GlobalVars.cs" /> <Compile Include="GlobalVars.cs" />
<Compile Include="MainForm.cs" /> <Compile Include="MainForm.cs" />
@ -70,6 +74,9 @@
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="ClientinfoCreator.resx">
<DependentUpon>ClientinfoCreator.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx"> <EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon> <DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>

View File

@ -1,7 +1,7 @@
; Script generated by the Inno Script Studio Wizard. ; Script generated by the Inno Script Studio Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define AppVer "1.5.3 Final" #define AppVer "1.7.1"
[Setup] [Setup]
; NOTE: The value of AppId uniquely identifies this application. ; NOTE: The value of AppId uniquely identifies this application.