Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[=[
- d888b db db d888888b .d888b. db db db .d8b.
- 88' Y8b 88 88 `88' VP `8D 88 88 88 d8' `8b
- 88 88 88 88 odD' 88 88 88 88ooo88
- 88 ooo 88 88 88 .88' 88 88 88 88~~~88
- 88. ~8~ 88b d88 .88. j88. 88booo. 88b d88 88 88 @uniquadev
- Y888P ~Y8888P' Y888888P 888888D Y88888P ~Y8888P' YP YP CONVERTER
- ]=]
- -- Instances: 479 | Scripts: 1 | Modules: 0 | Tags: 0
- local G2L = {};
- -- StarterGui.Sciptmode
- G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
- G2L["1"]["IgnoreGuiInset"] = true;
- G2L["1"]["ScreenInsets"] = Enum.ScreenInsets.DeviceSafeInsets;
- G2L["1"]["Name"] = [[Sciptmode]];
- G2L["1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling;
- -- StarterGui.Sciptmode.Main
- G2L["2"] = Instance.new("Frame", G2L["1"]);
- G2L["2"]["Active"] = true;
- G2L["2"]["BorderSizePixel"] = 0;
- G2L["2"]["BackgroundColor3"] = Color3.fromRGB(31, 18, 17);
- G2L["2"]["ClipsDescendants"] = true;
- G2L["2"]["Size"] = UDim2.new(1, 0, 1, 0);
- G2L["2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["2"]["Name"] = [[Main]];
- G2L["2"]["BackgroundTransparency"] = 0.2;
- -- StarterGui.Sciptmode.Main.Modifier
- G2L["3"] = Instance.new("Frame", G2L["2"]);
- G2L["3"]["Active"] = true;
- G2L["3"]["BorderSizePixel"] = 0;
- G2L["3"]["BackgroundColor3"] = Color3.fromRGB(27, 4, 12);
- G2L["3"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
- G2L["3"]["ClipsDescendants"] = true;
- G2L["3"]["Size"] = UDim2.new(0.97, 0, 0.97, 0);
- G2L["3"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
- G2L["3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["3"]["Name"] = [[Modifier]];
- G2L["3"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.UIAspectRatioConstraint
- G2L["4"] = Instance.new("UIAspectRatioConstraint", G2L["3"]);
- G2L["4"]["AspectRatio"] = 1.6;
- -- StarterGui.Sciptmode.Main.Modifier.UICorner
- G2L["5"] = Instance.new("UICorner", G2L["3"]);
- -- StarterGui.Sciptmode.Main.Modifier.UIGradient
- G2L["6"] = Instance.new("UIGradient", G2L["3"]);
- G2L["6"]["Rotation"] = 90;
- G2L["6"]["Transparency"] = NumberSequence.new{NumberSequenceKeypoint.new(0.000, 1),NumberSequenceKeypoint.new(0.390, 0.075),NumberSequenceKeypoint.new(1.000, 0),NumberSequenceKeypoint.new(1.000, 0)};
- G2L["6"]["Color"] = ColorSequence.new{ColorSequenceKeypoint.new(0.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(0.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(0.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 255, 255))};
- -- StarterGui.Sciptmode.Main.Modifier.UIListLayout
- G2L["7"] = Instance.new("UIListLayout", G2L["3"]);
- G2L["7"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
- G2L["7"]["Padding"] = UDim.new(0.015, 0);
- G2L["7"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["7"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["7"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.UIPadding
- G2L["8"] = Instance.new("UIPadding", G2L["3"]);
- G2L["8"]["PaddingTop"] = UDim.new(0.025, 0);
- G2L["8"]["PaddingRight"] = UDim.new(0.025, 0);
- G2L["8"]["PaddingLeft"] = UDim.new(0.025, 0);
- G2L["8"]["PaddingBottom"] = UDim.new(0.025, 0);
- -- StarterGui.Sciptmode.Main.Modifier.UIStroke
- G2L["9"] = Instance.new("UIStroke", G2L["3"]);
- G2L["9"]["Enabled"] = false;
- G2L["9"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["9"]["Thickness"] = 3;
- G2L["9"]["Color"] = Color3.fromRGB(255, 255, 255);
- -- StarterGui.Sciptmode.Main.Modifier.Settings
- G2L["a"] = Instance.new("Frame", G2L["3"]);
- G2L["a"]["BorderSizePixel"] = 0;
- G2L["a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["a"]["Size"] = UDim2.new(0.5, 0, 1, 0);
- G2L["a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["a"]["Name"] = [[Settings]];
- G2L["a"]["LayoutOrder"] = 1;
- G2L["a"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue
- G2L["b"] = Instance.new("TextButton", G2L["a"]);
- G2L["b"]["TextWrapped"] = true;
- G2L["b"]["BorderSizePixel"] = 0;
- G2L["b"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["b"]["TextColor3"] = Color3.fromRGB(92, 60, 53);
- G2L["b"]["TextScaled"] = true;
- G2L["b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["b"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["b"]["Size"] = UDim2.new(1, 0, 0.15, 0);
- G2L["b"]["LayoutOrder"] = 50;
- G2L["b"]["Name"] = [[Continue]];
- G2L["b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["b"]["Text"] = [[PLAY]];
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.UICorner
- G2L["c"] = Instance.new("UICorner", G2L["b"]);
- G2L["c"]["CornerRadius"] = UDim.new(0.15, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.UIGradient
- G2L["d"] = Instance.new("UIGradient", G2L["b"]);
- G2L["d"]["Rotation"] = 18;
- G2L["d"]["Transparency"] = NumberSequence.new{NumberSequenceKeypoint.new(0.000, 0),NumberSequenceKeypoint.new(0.000, 0),NumberSequenceKeypoint.new(1.000, 0),NumberSequenceKeypoint.new(1.000, 0)};
- G2L["d"]["Offset"] = Vector2.new(-1, 0);
- G2L["d"]["Color"] = ColorSequence.new{ColorSequenceKeypoint.new(0.000, Color3.fromRGB(246, 214, 183)),ColorSequenceKeypoint.new(0.548, Color3.fromRGB(246, 246, 246)),ColorSequenceKeypoint.new(0.968, Color3.fromRGB(246, 214, 183)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(246, 214, 183))};
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.UIPadding
- G2L["e"] = Instance.new("UIPadding", G2L["b"]);
- G2L["e"]["PaddingTop"] = UDim.new(0.05, -6);
- G2L["e"]["PaddingRight"] = UDim.new(0.02, 0);
- G2L["e"]["PaddingLeft"] = UDim.new(0.14, 0);
- G2L["e"]["PaddingBottom"] = UDim.new(0.05, -6);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.PlayIcon
- G2L["f"] = Instance.new("ImageLabel", G2L["b"]);
- G2L["f"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["f"]["ZIndex"] = 55;
- G2L["f"]["BorderSizePixel"] = 0;
- G2L["f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["f"]["ImageColor3"] = Color3.fromRGB(92, 60, 53);
- G2L["f"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["f"]["Image"] = [[rbxassetid://106524732404483]];
- G2L["f"]["Size"] = UDim2.new(0.8, 0, 0.6, 0);
- G2L["f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["f"]["BackgroundTransparency"] = 1;
- G2L["f"]["Name"] = [[PlayIcon]];
- G2L["f"]["Position"] = UDim2.new(0, 0, 0.5, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info
- G2L["10"] = Instance.new("Frame", G2L["b"]);
- G2L["10"]["BorderSizePixel"] = 0;
- G2L["10"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["10"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["10"]["Size"] = UDim2.new(0.4, 0, 0.8, 0);
- G2L["10"]["Position"] = UDim2.new(1, 0, 0.5, 0);
- G2L["10"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["10"]["Name"] = [[Info]];
- G2L["10"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info.ModIcon
- G2L["11"] = Instance.new("ImageLabel", G2L["10"]);
- G2L["11"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["11"]["BorderSizePixel"] = 0;
- G2L["11"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["11"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["11"]["ImageColor3"] = Color3.fromRGB(255, 0, 5);
- G2L["11"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["11"]["Image"] = [[rbxassetid://14380950090]];
- G2L["11"]["Size"] = UDim2.new(0.5, 0, 0.5, 0);
- G2L["11"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["11"]["BackgroundTransparency"] = 1;
- G2L["11"]["LayoutOrder"] = -4;
- G2L["11"]["Name"] = [[ModIcon]];
- G2L["11"]["Position"] = UDim2.new(-0.009, 0, 0.5, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info.Desc
- G2L["12"] = Instance.new("TextLabel", G2L["10"]);
- G2L["12"]["TextWrapped"] = true;
- G2L["12"]["LineHeight"] = 1.11;
- G2L["12"]["ZIndex"] = 6;
- G2L["12"]["BorderSizePixel"] = 0;
- G2L["12"]["TextScaled"] = true;
- G2L["12"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["12"]["TextSize"] = 14;
- G2L["12"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["12"]["TextColor3"] = Color3.fromRGB(255, 0, 5);
- G2L["12"]["BackgroundTransparency"] = 1;
- G2L["12"]["Size"] = UDim2.new(0.05, 0, 0.5, 0);
- G2L["12"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["12"]["Text"] = [[1]];
- G2L["12"]["LayoutOrder"] = -2;
- G2L["12"]["AutomaticSize"] = Enum.AutomaticSize.X;
- G2L["12"]["Name"] = [[Desc]];
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info.UIListLayout
- G2L["13"] = Instance.new("UIListLayout", G2L["10"]);
- G2L["13"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
- G2L["13"]["Padding"] = UDim.new(0.03, 0);
- G2L["13"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["13"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["13"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info.NoRevive
- G2L["14"] = Instance.new("TextLabel", G2L["10"]);
- G2L["14"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["14"]["BorderSizePixel"] = 0;
- G2L["14"]["BackgroundColor3"] = Color3.fromRGB(187, 66, 62);
- G2L["14"]["TextSize"] = 14;
- G2L["14"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["14"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["14"]["Size"] = UDim2.new(0.5, 0, 0.5, 0);
- G2L["14"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["14"]["Text"] = [[ ]];
- G2L["14"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info.NoRevive.UICorner
- G2L["15"] = Instance.new("UICorner", G2L["14"]);
- G2L["15"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info.NoRevive.ImageLabel
- G2L["16"] = Instance.new("ImageLabel", G2L["14"]);
- G2L["16"]["Active"] = true;
- G2L["16"]["BorderSizePixel"] = 0;
- G2L["16"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["16"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
- G2L["16"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["16"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["16"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["16"]["BackgroundTransparency"] = 1;
- G2L["16"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info.Sprint
- G2L["17"] = Instance.new("TextLabel", G2L["10"]);
- G2L["17"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["17"]["BorderSizePixel"] = 0;
- G2L["17"]["BackgroundColor3"] = Color3.fromRGB(187, 66, 62);
- G2L["17"]["TextSize"] = 14;
- G2L["17"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["17"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["17"]["Size"] = UDim2.new(0.5, 0, 0.5, 0);
- G2L["17"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["17"]["Text"] = [[ ]];
- G2L["17"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info.Sprint.UICorner
- G2L["18"] = Instance.new("UICorner", G2L["17"]);
- G2L["18"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info.Sprint.ImageLabel
- G2L["19"] = Instance.new("ImageLabel", G2L["17"]);
- G2L["19"]["Active"] = true;
- G2L["19"]["BorderSizePixel"] = 0;
- G2L["19"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["19"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["19"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
- G2L["19"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["19"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["19"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["19"]["BackgroundTransparency"] = 1;
- G2L["19"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.UIListLayout
- G2L["1a"] = Instance.new("UIListLayout", G2L["a"]);
- G2L["1a"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
- G2L["1a"]["Padding"] = UDim.new(0.02, 0);
- G2L["1a"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["1a"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- -- StarterGui.Sciptmode.Main.Modifier.Settings.UIScale
- G2L["1b"] = Instance.new("UIScale", G2L["a"]);
- G2L["1b"]["Scale"] = 1.056;
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview
- G2L["1c"] = Instance.new("Frame", G2L["a"]);
- G2L["1c"]["BorderSizePixel"] = 0;
- G2L["1c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1c"]["Size"] = UDim2.new(1, 0, 0.25, 0);
- G2L["1c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1c"]["Name"] = [[Preview]];
- G2L["1c"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode
- G2L["1d"] = Instance.new("Frame", G2L["1c"]);
- G2L["1d"]["BorderSizePixel"] = 0;
- G2L["1d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1d"]["Size"] = UDim2.new(1, 0, 1, 0);
- G2L["1d"]["Position"] = UDim2.new(0.00688, 0, 0.00856, 0);
- G2L["1d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1d"]["Name"] = [[Mode]];
- G2L["1d"]["BackgroundTransparency"] = 0.95;
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Title
- G2L["1e"] = Instance.new("TextLabel", G2L["1d"]);
- G2L["1e"]["TextWrapped"] = true;
- G2L["1e"]["BorderSizePixel"] = 0;
- G2L["1e"]["TextScaled"] = true;
- G2L["1e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1e"]["TextSize"] = 14;
- G2L["1e"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["1e"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["1e"]["BackgroundTransparency"] = 1;
- G2L["1e"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
- G2L["1e"]["Size"] = UDim2.new(1, 0, 0.42672, 0);
- G2L["1e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1e"]["Text"] = [[Hardcore]];
- G2L["1e"]["Name"] = [[Title]];
- G2L["1e"]["Position"] = UDim2.new(0.5, 0, 0.21174, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.UICorner
- G2L["1f"] = Instance.new("UICorner", G2L["1d"]);
- G2L["1f"]["CornerRadius"] = UDim.new(0.23, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info
- G2L["20"] = Instance.new("Frame", G2L["1d"]);
- G2L["20"]["BorderSizePixel"] = 0;
- G2L["20"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["20"]["AnchorPoint"] = Vector2.new(0.5, 1);
- G2L["20"]["Size"] = UDim2.new(1, 15, 0.3, 0);
- G2L["20"]["Position"] = UDim2.new(0.5, 0, 0.7, 0);
- G2L["20"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["20"]["Name"] = [[Info]];
- G2L["20"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.NoRevive
- G2L["21"] = Instance.new("TextLabel", G2L["20"]);
- G2L["21"]["TextWrapped"] = true;
- G2L["21"]["Active"] = true;
- G2L["21"]["ZIndex"] = 7;
- G2L["21"]["BorderSizePixel"] = 0;
- G2L["21"]["TextXAlignment"] = Enum.TextXAlignment.Right;
- G2L["21"]["TextScaled"] = true;
- G2L["21"]["BackgroundColor3"] = Color3.fromRGB(148, 51, 64);
- G2L["21"]["TextSize"] = 14;
- G2L["21"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["21"]["TextColor3"] = Color3.fromRGB(242, 176, 177);
- G2L["21"]["RichText"] = true;
- G2L["21"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["21"]["Size"] = UDim2.new(0.24, 0, 1, 0);
- G2L["21"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["21"]["Text"] = [[NO REVIVE]];
- G2L["21"]["AutomaticSize"] = Enum.AutomaticSize.X;
- G2L["21"]["Name"] = [[NoRevive]];
- G2L["21"]["Position"] = UDim2.new(0.5, 0, 0.45, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.NoRevive.UICorner
- G2L["22"] = Instance.new("UICorner", G2L["21"]);
- G2L["22"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.NoRevive.UIGradient
- G2L["23"] = Instance.new("UIGradient", G2L["21"]);
- G2L["23"]["Color"] = ColorSequence.new{ColorSequenceKeypoint.new(0.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 226, 213))};
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.NoRevive.IconLetf
- G2L["24"] = Instance.new("ImageLabel", G2L["21"]);
- G2L["24"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["24"]["BorderSizePixel"] = 0;
- G2L["24"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["24"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["24"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["24"]["Size"] = UDim2.new(1.3, 0, 1.3, 0);
- G2L["24"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["24"]["BackgroundTransparency"] = 1;
- G2L["24"]["Name"] = [[IconLetf]];
- G2L["24"]["Position"] = UDim2.new(0, 0, 0.48453, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.NoRevive.UIPadding
- G2L["25"] = Instance.new("UIPadding", G2L["21"]);
- G2L["25"]["PaddingTop"] = UDim.new(-0.05, 0);
- G2L["25"]["PaddingRight"] = UDim.new(0.07, 0);
- G2L["25"]["PaddingLeft"] = UDim.new(0.35, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.Sprint
- G2L["26"] = Instance.new("TextLabel", G2L["20"]);
- G2L["26"]["TextWrapped"] = true;
- G2L["26"]["Active"] = true;
- G2L["26"]["ZIndex"] = 7;
- G2L["26"]["BorderSizePixel"] = 0;
- G2L["26"]["TextXAlignment"] = Enum.TextXAlignment.Right;
- G2L["26"]["TextScaled"] = true;
- G2L["26"]["BackgroundColor3"] = Color3.fromRGB(148, 51, 64);
- G2L["26"]["TextSize"] = 14;
- G2L["26"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["26"]["TextColor3"] = Color3.fromRGB(242, 176, 177);
- G2L["26"]["RichText"] = true;
- G2L["26"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["26"]["Size"] = UDim2.new(0.24, 0, 1, 0);
- G2L["26"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["26"]["Text"] = [[SPRINT]];
- G2L["26"]["AutomaticSize"] = Enum.AutomaticSize.X;
- G2L["26"]["Name"] = [[Sprint]];
- G2L["26"]["Position"] = UDim2.new(0.5, 0, 0.45, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.Sprint.UICorner
- G2L["27"] = Instance.new("UICorner", G2L["26"]);
- G2L["27"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.Sprint.UIGradient
- G2L["28"] = Instance.new("UIGradient", G2L["26"]);
- G2L["28"]["Color"] = ColorSequence.new{ColorSequenceKeypoint.new(0.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 226, 213))};
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.Sprint.IconLetf
- G2L["29"] = Instance.new("ImageLabel", G2L["26"]);
- G2L["29"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["29"]["BorderSizePixel"] = 0;
- G2L["29"]["BackgroundColor3"] = Color3.fromRGB(246, 214, 183);
- G2L["29"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["29"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["29"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["29"]["Size"] = UDim2.new(1.2, 0, 1.2, 0);
- G2L["29"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["29"]["BackgroundTransparency"] = 1;
- G2L["29"]["Name"] = [[IconLetf]];
- G2L["29"]["Position"] = UDim2.new(-0.01214, 0, 0.51975, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.Sprint.UIPadding
- G2L["2a"] = Instance.new("UIPadding", G2L["26"]);
- G2L["2a"]["PaddingTop"] = UDim.new(-0.05, 0);
- G2L["2a"]["PaddingRight"] = UDim.new(0.07, 0);
- G2L["2a"]["PaddingLeft"] = UDim.new(0.35, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.UIListLayout
- G2L["2b"] = Instance.new("UIListLayout", G2L["20"]);
- G2L["2b"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
- G2L["2b"]["Padding"] = UDim.new(0.01, 0);
- G2L["2b"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["2b"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["2b"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.UIScale
- G2L["2c"] = Instance.new("UIScale", G2L["20"]);
- G2L["2c"]["Scale"] = 0.95;
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Status
- G2L["2d"] = Instance.new("Frame", G2L["1d"]);
- G2L["2d"]["BorderSizePixel"] = 0;
- G2L["2d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["2d"]["AnchorPoint"] = Vector2.new(0.5, 1);
- G2L["2d"]["Size"] = UDim2.new(1, 15, 0.3, 0);
- G2L["2d"]["Position"] = UDim2.new(0.5, 0, 1.01, 0);
- G2L["2d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["2d"]["Name"] = [[Status]];
- G2L["2d"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Status.UIListLayout
- G2L["2e"] = Instance.new("UIListLayout", G2L["2d"]);
- G2L["2e"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
- G2L["2e"]["Padding"] = UDim.new(0.1, 0);
- G2L["2e"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["2e"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["2e"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Status.UIScale
- G2L["2f"] = Instance.new("UIScale", G2L["2d"]);
- G2L["2f"]["Scale"] = 0.95;
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Status.Players
- G2L["30"] = Instance.new("TextLabel", G2L["2d"]);
- G2L["30"]["TextWrapped"] = true;
- G2L["30"]["BorderSizePixel"] = 0;
- G2L["30"]["TextScaled"] = true;
- G2L["30"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["30"]["TextSize"] = 14;
- G2L["30"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["30"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
- G2L["30"]["BackgroundTransparency"] = 1;
- G2L["30"]["Size"] = UDim2.new(0.33789, 0, 0.92455, 0);
- G2L["30"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["30"]["Text"] = [[Executor:Roblox studio]];
- G2L["30"]["Name"] = [[Players]];
- G2L["30"]["Position"] = UDim2.new(0.0506, 0, 0.03772, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Status.Players.UIGradient
- G2L["31"] = Instance.new("UIGradient", G2L["30"]);
- G2L["31"]["Rotation"] = 18;
- G2L["31"]["Transparency"] = NumberSequence.new{NumberSequenceKeypoint.new(0.000, 0),NumberSequenceKeypoint.new(0.000, 0),NumberSequenceKeypoint.new(1.000, 0),NumberSequenceKeypoint.new(1.000, 0)};
- G2L["31"]["Offset"] = Vector2.new(-1, 0);
- G2L["31"]["Color"] = ColorSequence.new{ColorSequenceKeypoint.new(0.000, Color3.fromRGB(246, 214, 183)),ColorSequenceKeypoint.new(0.548, Color3.fromRGB(246, 246, 246)),ColorSequenceKeypoint.new(0.968, Color3.fromRGB(246, 214, 183)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(246, 214, 183))};
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Status.Players.ImageLabel
- G2L["32"] = Instance.new("ImageLabel", G2L["30"]);
- G2L["32"]["BorderSizePixel"] = 0;
- G2L["32"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["32"]["ImageColor3"] = Color3.fromRGB(255, 223, 190);
- G2L["32"]["Image"] = [[rbxassetid://10482324816]];
- G2L["32"]["Size"] = UDim2.new(0.246, 0, 1, 0);
- G2L["32"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["32"]["BackgroundTransparency"] = 1;
- G2L["32"]["Position"] = UDim2.new(-0.25, 0, 0, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Status.Floor
- G2L["33"] = Instance.new("TextLabel", G2L["2d"]);
- G2L["33"]["TextWrapped"] = true;
- G2L["33"]["BorderSizePixel"] = 0;
- G2L["33"]["TextScaled"] = true;
- G2L["33"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["33"]["TextSize"] = 14;
- G2L["33"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["33"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
- G2L["33"]["BackgroundTransparency"] = 1;
- G2L["33"]["Size"] = UDim2.new(0.33789, 0, 0.92455, 0);
- G2L["33"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["33"]["Text"] = [[Floor:The garden]];
- G2L["33"]["Name"] = [[Floor]];
- G2L["33"]["Position"] = UDim2.new(0.0506, 0, 0.03772, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Status.Floor.UIGradient
- G2L["34"] = Instance.new("UIGradient", G2L["33"]);
- G2L["34"]["Rotation"] = 18;
- G2L["34"]["Transparency"] = NumberSequence.new{NumberSequenceKeypoint.new(0.000, 0),NumberSequenceKeypoint.new(0.000, 0),NumberSequenceKeypoint.new(1.000, 0),NumberSequenceKeypoint.new(1.000, 0)};
- G2L["34"]["Offset"] = Vector2.new(-1, 0);
- G2L["34"]["Color"] = ColorSequence.new{ColorSequenceKeypoint.new(0.000, Color3.fromRGB(246, 214, 183)),ColorSequenceKeypoint.new(0.548, Color3.fromRGB(246, 246, 246)),ColorSequenceKeypoint.new(0.968, Color3.fromRGB(246, 214, 183)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(246, 214, 183))};
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Status.Floor.ImageLabel
- G2L["35"] = Instance.new("ImageLabel", G2L["33"]);
- G2L["35"]["BorderSizePixel"] = 0;
- G2L["35"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["35"]["Image"] = [[rbxassetid://75422295912664]];
- G2L["35"]["Size"] = UDim2.new(0.246, 0, 1, 0);
- G2L["35"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["35"]["BackgroundTransparency"] = 1;
- G2L["35"]["Position"] = UDim2.new(-0.25, 0, 0, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Item
- G2L["36"] = Instance.new("Frame", G2L["1c"]);
- G2L["36"]["Visible"] = false;
- G2L["36"]["BorderSizePixel"] = 0;
- G2L["36"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["36"]["Size"] = UDim2.new(1, 0, 1, 0);
- G2L["36"]["Position"] = UDim2.new(0.00688, 0, 0.00856, 0);
- G2L["36"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["36"]["Name"] = [[Item]];
- G2L["36"]["BackgroundTransparency"] = 0.95;
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Item.Title
- G2L["37"] = Instance.new("TextLabel", G2L["36"]);
- G2L["37"]["TextWrapped"] = true;
- G2L["37"]["BorderSizePixel"] = 0;
- G2L["37"]["TextScaled"] = true;
- G2L["37"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["37"]["TextSize"] = 14;
- G2L["37"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["37"]["TextColor3"] = Color3.fromRGB(171, 0, 128);
- G2L["37"]["BackgroundTransparency"] = 1;
- G2L["37"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
- G2L["37"]["Size"] = UDim2.new(1, 0, 0.42672, 0);
- G2L["37"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["37"]["Text"] = [[Glitch Fragment]];
- G2L["37"]["Name"] = [[Title]];
- G2L["37"]["Position"] = UDim2.new(0.5, 0, 0.21174, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Item.UICorner
- G2L["38"] = Instance.new("UICorner", G2L["36"]);
- G2L["38"]["CornerRadius"] = UDim.new(0.23, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Item.ImageLabel
- G2L["39"] = Instance.new("ImageLabel", G2L["36"]);
- G2L["39"]["BorderSizePixel"] = 0;
- G2L["39"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["39"]["Image"] = [[rbxassetid://107810487127439]];
- G2L["39"]["Size"] = UDim2.new(0.18115, 0, 0.5784, 0);
- G2L["39"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["39"]["BackgroundTransparency"] = 1;
- G2L["39"]["Position"] = UDim2.new(0.40842, 0, 0.43214, 0);
- -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Item.ImageLabel.UIAspectRatioConstraint
- G2L["3a"] = Instance.new("UIAspectRatioConstraint", G2L["39"]);
- G2L["3a"]["DominantAxis"] = Enum.DominantAxis.Height;
- -- StarterGui.Sciptmode.Main.Modifier.List
- G2L["3b"] = Instance.new("Frame", G2L["3"]);
- G2L["3b"]["Active"] = true;
- G2L["3b"]["BorderSizePixel"] = 0;
- G2L["3b"]["BackgroundColor3"] = Color3.fromRGB(27, 4, 12);
- G2L["3b"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["3b"]["Size"] = UDim2.new(0.42, 0, 0.9, 0);
- G2L["3b"]["Position"] = UDim2.new(0.48, 0, 0.5, 0);
- G2L["3b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["3b"]["Name"] = [[List]];
- G2L["3b"]["BackgroundTransparency"] = 0.02;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode
- G2L["3c"] = Instance.new("Frame", G2L["3b"]);
- G2L["3c"]["Active"] = true;
- G2L["3c"]["BorderSizePixel"] = 0;
- G2L["3c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["3c"]["Size"] = UDim2.new(1, 0, 1, 0);
- G2L["3c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["3c"]["Name"] = [[Mode]];
- G2L["3c"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Preview
- G2L["3d"] = Instance.new("Frame", G2L["3c"]);
- G2L["3d"]["BorderSizePixel"] = 0;
- G2L["3d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["3d"]["Size"] = UDim2.new(0.88817, 0, 0.25, 0);
- G2L["3d"]["Position"] = UDim2.new(0.05483, 0, -0.01096, 0);
- G2L["3d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["3d"]["Name"] = [[Preview]];
- G2L["3d"]["BackgroundTransparency"] = 0.95;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Preview.Title
- G2L["3e"] = Instance.new("TextLabel", G2L["3d"]);
- G2L["3e"]["TextWrapped"] = true;
- G2L["3e"]["BorderSizePixel"] = 0;
- G2L["3e"]["TextScaled"] = true;
- G2L["3e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["3e"]["TextSize"] = 14;
- G2L["3e"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["3e"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["3e"]["BackgroundTransparency"] = 1;
- G2L["3e"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
- G2L["3e"]["Size"] = UDim2.new(1, 0, 0.5, 0);
- G2L["3e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["3e"]["Text"] = [[Mode]];
- G2L["3e"]["Name"] = [[Title]];
- G2L["3e"]["Position"] = UDim2.new(0.5, 0, 0.28, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Preview.Desc
- G2L["3f"] = Instance.new("TextLabel", G2L["3d"]);
- G2L["3f"]["TextWrapped"] = true;
- G2L["3f"]["BorderSizePixel"] = 0;
- G2L["3f"]["TextScaled"] = true;
- G2L["3f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["3f"]["TextSize"] = 14;
- G2L["3f"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["3f"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["3f"]["BackgroundTransparency"] = 1;
- G2L["3f"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
- G2L["3f"]["Size"] = UDim2.new(1, 0, 0.4, 0);
- G2L["3f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["3f"]["Text"] = [[Make the game harder!]];
- G2L["3f"]["Name"] = [[Desc]];
- G2L["3f"]["Position"] = UDim2.new(0.5, 0, 0.66746, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Preview.UICorner
- G2L["40"] = Instance.new("UICorner", G2L["3d"]);
- G2L["40"]["CornerRadius"] = UDim.new(0.23, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.UICorner
- G2L["41"] = Instance.new("UICorner", G2L["3c"]);
- G2L["41"]["CornerRadius"] = UDim.new(0.23, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.UIPadding
- G2L["42"] = Instance.new("UIPadding", G2L["3c"]);
- G2L["42"]["PaddingTop"] = UDim.new(0.025, 0);
- G2L["42"]["PaddingRight"] = UDim.new(0.025, 0);
- G2L["42"]["PaddingLeft"] = UDim.new(0.025, 0);
- G2L["42"]["PaddingBottom"] = UDim.new(0.025, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode
- G2L["43"] = Instance.new("ScrollingFrame", G2L["3c"]);
- G2L["43"]["Active"] = true;
- G2L["43"]["ScrollingDirection"] = Enum.ScrollingDirection.Y;
- G2L["43"]["BorderSizePixel"] = 0;
- G2L["43"]["CanvasSize"] = UDim2.new(0, 0, 3, 0);
- G2L["43"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["43"]["Name"] = [[Mode]];
- G2L["43"]["ScrollBarImageTransparency"] = 1;
- G2L["43"]["HorizontalScrollBarInset"] = Enum.ScrollBarInset.Always;
- G2L["43"]["AnchorPoint"] = Vector2.new(1, 1);
- G2L["43"]["AutomaticCanvasSize"] = Enum.AutomaticSize.Y;
- G2L["43"]["Size"] = UDim2.new(1, 0, 0.74, 0);
- G2L["43"]["ScrollBarImageColor3"] = Color3.fromRGB(255, 223, 190);
- G2L["43"]["Position"] = UDim2.new(1, 0, 1, 0);
- G2L["43"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["43"]["ScrollBarThickness"] = 0;
- G2L["43"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Separator
- G2L["44"] = Instance.new("Frame", G2L["43"]);
- G2L["44"]["ZIndex"] = 6;
- G2L["44"]["BorderSizePixel"] = 0;
- G2L["44"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
- G2L["44"]["Size"] = UDim2.new(0.975, 0, 0, 6);
- G2L["44"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["44"]["Name"] = [[Separator]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Separator.Line
- G2L["45"] = Instance.new("Frame", G2L["44"]);
- G2L["45"]["BorderSizePixel"] = 0;
- G2L["45"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
- G2L["45"]["AnchorPoint"] = Vector2.new(0, 0.5);
- G2L["45"]["Size"] = UDim2.new(1, 0, 0, 4);
- G2L["45"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["45"]["Name"] = [[Line]];
- G2L["45"]["LayoutOrder"] = 5;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Separator.Line.UICorner
- G2L["46"] = Instance.new("UICorner", G2L["45"]);
- G2L["46"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Separator.UICorner
- G2L["47"] = Instance.new("UICorner", G2L["44"]);
- G2L["47"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Separator
- G2L["48"] = Instance.new("Frame", G2L["43"]);
- G2L["48"]["ZIndex"] = 6;
- G2L["48"]["BorderSizePixel"] = 0;
- G2L["48"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
- G2L["48"]["Size"] = UDim2.new(0.975, 0, 0, 6);
- G2L["48"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["48"]["Name"] = [[Separator]];
- G2L["48"]["LayoutOrder"] = 100;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Separator.Line
- G2L["49"] = Instance.new("Frame", G2L["48"]);
- G2L["49"]["BorderSizePixel"] = 0;
- G2L["49"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
- G2L["49"]["AnchorPoint"] = Vector2.new(0, 0.5);
- G2L["49"]["Size"] = UDim2.new(1, 0, 0, 4);
- G2L["49"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["49"]["Name"] = [[Line]];
- G2L["49"]["LayoutOrder"] = 5;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Separator.Line.UICorner
- G2L["4a"] = Instance.new("UICorner", G2L["49"]);
- G2L["4a"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Separator.UICorner
- G2L["4b"] = Instance.new("UICorner", G2L["48"]);
- G2L["4b"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Dark
- G2L["4c"] = Instance.new("TextButton", G2L["43"]);
- G2L["4c"]["TextWrapped"] = true;
- G2L["4c"]["LineHeight"] = 1.1;
- G2L["4c"]["BorderSizePixel"] = 0;
- G2L["4c"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["4c"]["TextSize"] = 35;
- G2L["4c"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["4c"]["TextScaled"] = true;
- G2L["4c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["4c"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["4c"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["4c"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["4c"]["BackgroundTransparency"] = 0.9;
- G2L["4c"]["LayoutOrder"] = 2;
- G2L["4c"]["Name"] = [[Dark]];
- G2L["4c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["4c"]["Text"] = [[Dark]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Dark.UICorner
- G2L["4d"] = Instance.new("UICorner", G2L["4c"]);
- G2L["4d"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Dark.UIPadding
- G2L["4e"] = Instance.new("UIPadding", G2L["4c"]);
- G2L["4e"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["4e"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Dark.UIStroke
- G2L["4f"] = Instance.new("UIStroke", G2L["4c"]);
- G2L["4f"]["Enabled"] = false;
- G2L["4f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["4f"]["Thickness"] = 3;
- G2L["4f"]["Color"] = Color3.fromRGB(255, 255, 255);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Dark.Info
- G2L["50"] = Instance.new("Frame", G2L["4c"]);
- G2L["50"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["50"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["50"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["50"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["50"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["50"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["50"]["Name"] = [[Info]];
- G2L["50"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Dark.Info.UIListLayout
- G2L["51"] = Instance.new("UIListLayout", G2L["50"]);
- G2L["51"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["51"]["Padding"] = UDim.new(0.01, 0);
- G2L["51"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["51"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["51"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Dark.Info.NoRevive
- G2L["52"] = Instance.new("ImageLabel", G2L["50"]);
- G2L["52"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["52"]["ZIndex"] = 8;
- G2L["52"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["52"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["52"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["52"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["52"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["52"]["Visible"] = false;
- G2L["52"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["52"]["BackgroundTransparency"] = 1;
- G2L["52"]["LayoutOrder"] = 1;
- G2L["52"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Dark.Info.New
- G2L["53"] = Instance.new("ImageLabel", G2L["50"]);
- G2L["53"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["53"]["ZIndex"] = 8;
- G2L["53"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["53"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["53"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["53"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["53"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["53"]["Visible"] = false;
- G2L["53"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["53"]["BackgroundTransparency"] = 1;
- G2L["53"]["LayoutOrder"] = 3;
- G2L["53"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Dark.Info.Sprint
- G2L["54"] = Instance.new("ImageLabel", G2L["50"]);
- G2L["54"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["54"]["ZIndex"] = 8;
- G2L["54"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["54"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["54"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["54"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["54"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["54"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["54"]["Visible"] = false;
- G2L["54"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["54"]["BackgroundTransparency"] = 1;
- G2L["54"]["LayoutOrder"] = 1;
- G2L["54"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Birthday
- G2L["55"] = Instance.new("TextButton", G2L["43"]);
- G2L["55"]["TextWrapped"] = true;
- G2L["55"]["LineHeight"] = 1.1;
- G2L["55"]["BorderSizePixel"] = 0;
- G2L["55"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["55"]["TextSize"] = 35;
- G2L["55"]["TextColor3"] = Color3.fromRGB(255, 171, 255);
- G2L["55"]["TextScaled"] = true;
- G2L["55"]["BackgroundColor3"] = Color3.fromRGB(255, 171, 255);
- G2L["55"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["55"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["55"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["55"]["BackgroundTransparency"] = 0.9;
- G2L["55"]["LayoutOrder"] = 101;
- G2L["55"]["Name"] = [[Birthday]];
- G2L["55"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["55"]["Text"] = [[Birthday]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Birthday.UICorner
- G2L["56"] = Instance.new("UICorner", G2L["55"]);
- G2L["56"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Birthday.UIPadding
- G2L["57"] = Instance.new("UIPadding", G2L["55"]);
- G2L["57"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["57"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Birthday.UIStroke
- G2L["58"] = Instance.new("UIStroke", G2L["55"]);
- G2L["58"]["Enabled"] = false;
- G2L["58"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["58"]["Thickness"] = 3;
- G2L["58"]["Color"] = Color3.fromRGB(255, 171, 255);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Birthday.Info
- G2L["59"] = Instance.new("Frame", G2L["55"]);
- G2L["59"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["59"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["59"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["59"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["59"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["59"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["59"]["Name"] = [[Info]];
- G2L["59"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Birthday.Info.UIListLayout
- G2L["5a"] = Instance.new("UIListLayout", G2L["59"]);
- G2L["5a"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["5a"]["Padding"] = UDim.new(0.01, 0);
- G2L["5a"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["5a"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["5a"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Birthday.Info.NoRevive
- G2L["5b"] = Instance.new("ImageLabel", G2L["59"]);
- G2L["5b"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["5b"]["ZIndex"] = 8;
- G2L["5b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["5b"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["5b"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["5b"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["5b"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["5b"]["Visible"] = false;
- G2L["5b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["5b"]["BackgroundTransparency"] = 1;
- G2L["5b"]["LayoutOrder"] = 1;
- G2L["5b"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Birthday.Info.New
- G2L["5c"] = Instance.new("ImageLabel", G2L["59"]);
- G2L["5c"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["5c"]["ZIndex"] = 8;
- G2L["5c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["5c"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["5c"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["5c"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["5c"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["5c"]["Visible"] = false;
- G2L["5c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["5c"]["BackgroundTransparency"] = 1;
- G2L["5c"]["LayoutOrder"] = 3;
- G2L["5c"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Birthday.Info.Sprint
- G2L["5d"] = Instance.new("ImageLabel", G2L["59"]);
- G2L["5d"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["5d"]["ZIndex"] = 8;
- G2L["5d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["5d"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["5d"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["5d"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["5d"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["5d"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["5d"]["Visible"] = false;
- G2L["5d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["5d"]["BackgroundTransparency"] = 1;
- G2L["5d"]["LayoutOrder"] = 1;
- G2L["5d"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Cat
- G2L["5e"] = Instance.new("TextButton", G2L["43"]);
- G2L["5e"]["TextWrapped"] = true;
- G2L["5e"]["LineHeight"] = 1.1;
- G2L["5e"]["BorderSizePixel"] = 0;
- G2L["5e"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["5e"]["TextSize"] = 35;
- G2L["5e"]["TextColor3"] = Color3.fromRGB(255, 0, 128);
- G2L["5e"]["TextScaled"] = true;
- G2L["5e"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 128);
- G2L["5e"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["5e"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["5e"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["5e"]["BackgroundTransparency"] = 0.9;
- G2L["5e"]["LayoutOrder"] = 102;
- G2L["5e"]["Name"] = [[Cat]];
- G2L["5e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["5e"]["Text"] = [[Cat]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Cat.UICorner
- G2L["5f"] = Instance.new("UICorner", G2L["5e"]);
- G2L["5f"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Cat.UIPadding
- G2L["60"] = Instance.new("UIPadding", G2L["5e"]);
- G2L["60"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["60"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Cat.UIStroke
- G2L["61"] = Instance.new("UIStroke", G2L["5e"]);
- G2L["61"]["Enabled"] = false;
- G2L["61"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["61"]["Thickness"] = 3;
- G2L["61"]["Color"] = Color3.fromRGB(255, 0, 128);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Cat.Info
- G2L["62"] = Instance.new("Frame", G2L["5e"]);
- G2L["62"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["62"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["62"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["62"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["62"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["62"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["62"]["Name"] = [[Info]];
- G2L["62"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Cat.Info.UIListLayout
- G2L["63"] = Instance.new("UIListLayout", G2L["62"]);
- G2L["63"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["63"]["Padding"] = UDim.new(0.01, 0);
- G2L["63"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["63"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["63"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Cat.Info.NoRevive
- G2L["64"] = Instance.new("ImageLabel", G2L["62"]);
- G2L["64"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["64"]["ZIndex"] = 8;
- G2L["64"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["64"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["64"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["64"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["64"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["64"]["Visible"] = false;
- G2L["64"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["64"]["BackgroundTransparency"] = 1;
- G2L["64"]["LayoutOrder"] = 1;
- G2L["64"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Cat.Info.New
- G2L["65"] = Instance.new("ImageLabel", G2L["62"]);
- G2L["65"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["65"]["ZIndex"] = 8;
- G2L["65"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["65"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["65"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["65"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["65"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["65"]["Visible"] = false;
- G2L["65"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["65"]["BackgroundTransparency"] = 1;
- G2L["65"]["LayoutOrder"] = 3;
- G2L["65"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Cat.Info.Sprint
- G2L["66"] = Instance.new("ImageLabel", G2L["62"]);
- G2L["66"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["66"]["ZIndex"] = 8;
- G2L["66"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["66"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["66"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["66"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["66"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["66"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["66"]["Visible"] = false;
- G2L["66"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["66"]["BackgroundTransparency"] = 1;
- G2L["66"]["LayoutOrder"] = 1;
- G2L["66"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined
- G2L["67"] = Instance.new("TextButton", G2L["43"]);
- G2L["67"]["TextWrapped"] = true;
- G2L["67"]["LineHeight"] = 1.1;
- G2L["67"]["BorderSizePixel"] = 0;
- G2L["67"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["67"]["TextSize"] = 35;
- G2L["67"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["67"]["TextScaled"] = true;
- G2L["67"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["67"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["67"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["67"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["67"]["BackgroundTransparency"] = 0.9;
- G2L["67"]["LayoutOrder"] = -96;
- G2L["67"]["Name"] = [[Combined]];
- G2L["67"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["67"]["Text"] = [[Combined]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.UICorner
- G2L["68"] = Instance.new("UICorner", G2L["67"]);
- G2L["68"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.UIPadding
- G2L["69"] = Instance.new("UIPadding", G2L["67"]);
- G2L["69"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["69"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.UIStroke
- G2L["6a"] = Instance.new("UIStroke", G2L["67"]);
- G2L["6a"]["Enabled"] = false;
- G2L["6a"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["6a"]["Thickness"] = 3;
- G2L["6a"]["Color"] = Color3.fromRGB(255, 255, 255);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info
- G2L["6b"] = Instance.new("Frame", G2L["67"]);
- G2L["6b"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["6b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["6b"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["6b"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["6b"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["6b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["6b"]["Name"] = [[Info]];
- G2L["6b"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info.UIListLayout
- G2L["6c"] = Instance.new("UIListLayout", G2L["6b"]);
- G2L["6c"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["6c"]["Padding"] = UDim.new(0.01, 0);
- G2L["6c"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["6c"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["6c"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info.NoRevive
- G2L["6d"] = Instance.new("ImageLabel", G2L["6b"]);
- G2L["6d"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["6d"]["ZIndex"] = 8;
- G2L["6d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["6d"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["6d"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["6d"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["6d"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["6d"]["Visible"] = false;
- G2L["6d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["6d"]["BackgroundTransparency"] = 1;
- G2L["6d"]["LayoutOrder"] = 1;
- G2L["6d"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info.New
- G2L["6e"] = Instance.new("ImageLabel", G2L["6b"]);
- G2L["6e"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["6e"]["ZIndex"] = 8;
- G2L["6e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["6e"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["6e"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["6e"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["6e"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["6e"]["Visible"] = false;
- G2L["6e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["6e"]["BackgroundTransparency"] = 1;
- G2L["6e"]["LayoutOrder"] = 3;
- G2L["6e"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info.Sprint
- G2L["6f"] = Instance.new("ImageLabel", G2L["6b"]);
- G2L["6f"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["6f"]["ZIndex"] = 8;
- G2L["6f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["6f"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["6f"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["6f"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["6f"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["6f"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["6f"]["Visible"] = false;
- G2L["6f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["6f"]["BackgroundTransparency"] = 1;
- G2L["6f"]["LayoutOrder"] = 1;
- G2L["6f"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.ExtremeAV
- G2L["70"] = Instance.new("TextButton", G2L["43"]);
- G2L["70"]["TextWrapped"] = true;
- G2L["70"]["LineHeight"] = 1.1;
- G2L["70"]["BorderSizePixel"] = 0;
- G2L["70"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["70"]["TextSize"] = 35;
- G2L["70"]["TextColor3"] = Color3.fromRGB(0, 86, 255);
- G2L["70"]["TextScaled"] = true;
- G2L["70"]["BackgroundColor3"] = Color3.fromRGB(0, 86, 255);
- G2L["70"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["70"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["70"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["70"]["BackgroundTransparency"] = 0.9;
- G2L["70"]["LayoutOrder"] = 3;
- G2L["70"]["Name"] = [[ExtremeAV]];
- G2L["70"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["70"]["Text"] = [[Extreme(AV)]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.ExtremeAV.UICorner
- G2L["71"] = Instance.new("UICorner", G2L["70"]);
- G2L["71"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.ExtremeAV.UIPadding
- G2L["72"] = Instance.new("UIPadding", G2L["70"]);
- G2L["72"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["72"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.ExtremeAV.UIStroke
- G2L["73"] = Instance.new("UIStroke", G2L["70"]);
- G2L["73"]["Enabled"] = false;
- G2L["73"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["73"]["Thickness"] = 3;
- G2L["73"]["Color"] = Color3.fromRGB(0, 86, 255);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.ExtremeAV.Info
- G2L["74"] = Instance.new("Frame", G2L["70"]);
- G2L["74"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["74"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["74"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["74"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["74"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["74"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["74"]["Name"] = [[Info]];
- G2L["74"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.ExtremeAV.Info.UIListLayout
- G2L["75"] = Instance.new("UIListLayout", G2L["74"]);
- G2L["75"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["75"]["Padding"] = UDim.new(0.01, 0);
- G2L["75"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["75"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["75"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.ExtremeAV.Info.NoRevive
- G2L["76"] = Instance.new("ImageLabel", G2L["74"]);
- G2L["76"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["76"]["ZIndex"] = 8;
- G2L["76"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["76"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["76"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["76"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["76"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["76"]["Visible"] = false;
- G2L["76"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["76"]["BackgroundTransparency"] = 1;
- G2L["76"]["LayoutOrder"] = 1;
- G2L["76"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.ExtremeAV.Info.New
- G2L["77"] = Instance.new("ImageLabel", G2L["74"]);
- G2L["77"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["77"]["ZIndex"] = 8;
- G2L["77"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["77"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["77"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["77"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["77"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["77"]["Visible"] = false;
- G2L["77"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["77"]["BackgroundTransparency"] = 1;
- G2L["77"]["LayoutOrder"] = 3;
- G2L["77"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.ExtremeAV.Info.Sprint
- G2L["78"] = Instance.new("ImageLabel", G2L["74"]);
- G2L["78"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["78"]["ZIndex"] = 8;
- G2L["78"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["78"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["78"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["78"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["78"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["78"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["78"]["Visible"] = false;
- G2L["78"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["78"]["BackgroundTransparency"] = 1;
- G2L["78"]["LayoutOrder"] = 1;
- G2L["78"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Distorted
- G2L["79"] = Instance.new("TextButton", G2L["43"]);
- G2L["79"]["TextWrapped"] = true;
- G2L["79"]["LineHeight"] = 1.1;
- G2L["79"]["BorderSizePixel"] = 0;
- G2L["79"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["79"]["TextSize"] = 35;
- G2L["79"]["TextColor3"] = Color3.fromRGB(171, 0, 128);
- G2L["79"]["TextScaled"] = true;
- G2L["79"]["BackgroundColor3"] = Color3.fromRGB(171, 0, 128);
- G2L["79"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["79"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["79"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["79"]["BackgroundTransparency"] = 0.9;
- G2L["79"]["LayoutOrder"] = -91;
- G2L["79"]["Name"] = [[Distorted]];
- G2L["79"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["79"]["Text"] = [[Distorted]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Distorted.UICorner
- G2L["7a"] = Instance.new("UICorner", G2L["79"]);
- G2L["7a"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Distorted.UIPadding
- G2L["7b"] = Instance.new("UIPadding", G2L["79"]);
- G2L["7b"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["7b"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Distorted.UIStroke
- G2L["7c"] = Instance.new("UIStroke", G2L["79"]);
- G2L["7c"]["Enabled"] = false;
- G2L["7c"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["7c"]["Thickness"] = 3;
- G2L["7c"]["Color"] = Color3.fromRGB(171, 0, 128);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Distorted.Info
- G2L["7d"] = Instance.new("Frame", G2L["79"]);
- G2L["7d"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["7d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["7d"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["7d"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["7d"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["7d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["7d"]["Name"] = [[Info]];
- G2L["7d"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Distorted.Info.UIListLayout
- G2L["7e"] = Instance.new("UIListLayout", G2L["7d"]);
- G2L["7e"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["7e"]["Padding"] = UDim.new(0.01, 0);
- G2L["7e"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["7e"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["7e"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Distorted.Info.NoRevive
- G2L["7f"] = Instance.new("ImageLabel", G2L["7d"]);
- G2L["7f"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["7f"]["ZIndex"] = 8;
- G2L["7f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["7f"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["7f"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["7f"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["7f"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["7f"]["Visible"] = false;
- G2L["7f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["7f"]["BackgroundTransparency"] = 1;
- G2L["7f"]["LayoutOrder"] = 1;
- G2L["7f"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Distorted.Info.New
- G2L["80"] = Instance.new("ImageLabel", G2L["7d"]);
- G2L["80"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["80"]["ZIndex"] = 8;
- G2L["80"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["80"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["80"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["80"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["80"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["80"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["80"]["BackgroundTransparency"] = 1;
- G2L["80"]["LayoutOrder"] = 3;
- G2L["80"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Distorted.Info.Sprint
- G2L["81"] = Instance.new("ImageLabel", G2L["7d"]);
- G2L["81"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["81"]["ZIndex"] = 8;
- G2L["81"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["81"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["81"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["81"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["81"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["81"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["81"]["Visible"] = false;
- G2L["81"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["81"]["BackgroundTransparency"] = 1;
- G2L["81"]["LayoutOrder"] = 1;
- G2L["81"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Creepy
- G2L["82"] = Instance.new("TextButton", G2L["43"]);
- G2L["82"]["TextWrapped"] = true;
- G2L["82"]["LineHeight"] = 1.1;
- G2L["82"]["BorderSizePixel"] = 0;
- G2L["82"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["82"]["TextSize"] = 35;
- G2L["82"]["TextColor3"] = Color3.fromRGB(86, 255, 128);
- G2L["82"]["TextScaled"] = true;
- G2L["82"]["BackgroundColor3"] = Color3.fromRGB(86, 255, 128);
- G2L["82"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["82"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["82"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["82"]["BackgroundTransparency"] = 0.9;
- G2L["82"]["LayoutOrder"] = -95;
- G2L["82"]["Name"] = [[Creepy]];
- G2L["82"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["82"]["Text"] = [[Creepy]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Creepy.UICorner
- G2L["83"] = Instance.new("UICorner", G2L["82"]);
- G2L["83"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Creepy.UIPadding
- G2L["84"] = Instance.new("UIPadding", G2L["82"]);
- G2L["84"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["84"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Creepy.UIStroke
- G2L["85"] = Instance.new("UIStroke", G2L["82"]);
- G2L["85"]["Enabled"] = false;
- G2L["85"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["85"]["Thickness"] = 3;
- G2L["85"]["Color"] = Color3.fromRGB(86, 255, 128);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Creepy.Info
- G2L["86"] = Instance.new("Frame", G2L["82"]);
- G2L["86"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["86"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["86"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["86"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["86"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["86"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["86"]["Name"] = [[Info]];
- G2L["86"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Creepy.Info.UIListLayout
- G2L["87"] = Instance.new("UIListLayout", G2L["86"]);
- G2L["87"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["87"]["Padding"] = UDim.new(0.01, 0);
- G2L["87"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["87"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["87"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Creepy.Info.NoRevive
- G2L["88"] = Instance.new("ImageLabel", G2L["86"]);
- G2L["88"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["88"]["ZIndex"] = 8;
- G2L["88"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["88"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["88"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["88"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["88"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["88"]["Visible"] = false;
- G2L["88"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["88"]["BackgroundTransparency"] = 1;
- G2L["88"]["LayoutOrder"] = 1;
- G2L["88"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Creepy.Info.New
- G2L["89"] = Instance.new("ImageLabel", G2L["86"]);
- G2L["89"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["89"]["ZIndex"] = 8;
- G2L["89"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["89"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["89"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["89"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["89"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["89"]["Visible"] = false;
- G2L["89"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["89"]["BackgroundTransparency"] = 1;
- G2L["89"]["LayoutOrder"] = 3;
- G2L["89"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Creepy.Info.Sprint
- G2L["8a"] = Instance.new("ImageLabel", G2L["86"]);
- G2L["8a"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["8a"]["ZIndex"] = 8;
- G2L["8a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["8a"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["8a"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["8a"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["8a"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["8a"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["8a"]["Visible"] = false;
- G2L["8a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["8a"]["BackgroundTransparency"] = 1;
- G2L["8a"]["LayoutOrder"] = 1;
- G2L["8a"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Devil
- G2L["8b"] = Instance.new("TextButton", G2L["43"]);
- G2L["8b"]["TextWrapped"] = true;
- G2L["8b"]["LineHeight"] = 1.1;
- G2L["8b"]["BorderSizePixel"] = 0;
- G2L["8b"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["8b"]["TextSize"] = 35;
- G2L["8b"]["TextColor3"] = Color3.fromRGB(86, 0, 128);
- G2L["8b"]["TextScaled"] = true;
- G2L["8b"]["BackgroundColor3"] = Color3.fromRGB(86, 0, 128);
- G2L["8b"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["8b"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["8b"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["8b"]["BackgroundTransparency"] = 0.9;
- G2L["8b"]["LayoutOrder"] = 4;
- G2L["8b"]["Name"] = [[Devil]];
- G2L["8b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["8b"]["Text"] = [[Devil]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Devil.UICorner
- G2L["8c"] = Instance.new("UICorner", G2L["8b"]);
- G2L["8c"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Devil.UIPadding
- G2L["8d"] = Instance.new("UIPadding", G2L["8b"]);
- G2L["8d"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["8d"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Devil.UIStroke
- G2L["8e"] = Instance.new("UIStroke", G2L["8b"]);
- G2L["8e"]["Enabled"] = false;
- G2L["8e"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["8e"]["Thickness"] = 3;
- G2L["8e"]["Color"] = Color3.fromRGB(86, 0, 128);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Devil.Info
- G2L["8f"] = Instance.new("Frame", G2L["8b"]);
- G2L["8f"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["8f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["8f"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["8f"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["8f"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["8f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["8f"]["Name"] = [[Info]];
- G2L["8f"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Devil.Info.UIListLayout
- G2L["90"] = Instance.new("UIListLayout", G2L["8f"]);
- G2L["90"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["90"]["Padding"] = UDim.new(0.01, 0);
- G2L["90"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["90"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["90"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Devil.Info.NoRevive
- G2L["91"] = Instance.new("ImageLabel", G2L["8f"]);
- G2L["91"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["91"]["ZIndex"] = 8;
- G2L["91"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["91"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["91"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["91"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["91"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["91"]["Visible"] = false;
- G2L["91"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["91"]["BackgroundTransparency"] = 1;
- G2L["91"]["LayoutOrder"] = 1;
- G2L["91"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Devil.Info.New
- G2L["92"] = Instance.new("ImageLabel", G2L["8f"]);
- G2L["92"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["92"]["ZIndex"] = 8;
- G2L["92"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["92"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["92"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["92"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["92"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["92"]["Visible"] = false;
- G2L["92"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["92"]["BackgroundTransparency"] = 1;
- G2L["92"]["LayoutOrder"] = 3;
- G2L["92"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Devil.Info.Sprint
- G2L["93"] = Instance.new("ImageLabel", G2L["8f"]);
- G2L["93"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["93"]["ZIndex"] = 8;
- G2L["93"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["93"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["93"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["93"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["93"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["93"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["93"]["Visible"] = false;
- G2L["93"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["93"]["BackgroundTransparency"] = 1;
- G2L["93"]["LayoutOrder"] = 1;
- G2L["93"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Darkness
- G2L["94"] = Instance.new("TextButton", G2L["43"]);
- G2L["94"]["TextWrapped"] = true;
- G2L["94"]["LineHeight"] = 1.1;
- G2L["94"]["BorderSizePixel"] = 0;
- G2L["94"]["Modal"] = true;
- G2L["94"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["94"]["TextSize"] = 35;
- G2L["94"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["94"]["TextScaled"] = true;
- G2L["94"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["94"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["94"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["94"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["94"]["BackgroundTransparency"] = 0.9;
- G2L["94"]["LayoutOrder"] = -90;
- G2L["94"]["Name"] = [[Darkness]];
- G2L["94"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["94"]["Text"] = [[Darkness]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Darkness.UICorner
- G2L["95"] = Instance.new("UICorner", G2L["94"]);
- G2L["95"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Darkness.UIPadding
- G2L["96"] = Instance.new("UIPadding", G2L["94"]);
- G2L["96"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["96"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Darkness.UIStroke
- G2L["97"] = Instance.new("UIStroke", G2L["94"]);
- G2L["97"]["Enabled"] = false;
- G2L["97"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["97"]["Thickness"] = 3;
- G2L["97"]["Color"] = Color3.fromRGB(255, 255, 255);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Darkness.Info
- G2L["98"] = Instance.new("Frame", G2L["94"]);
- G2L["98"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["98"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["98"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["98"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["98"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["98"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["98"]["Name"] = [[Info]];
- G2L["98"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Darkness.Info.UIListLayout
- G2L["99"] = Instance.new("UIListLayout", G2L["98"]);
- G2L["99"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["99"]["Padding"] = UDim.new(0.01, 0);
- G2L["99"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["99"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["99"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Darkness.Info.NoRevive
- G2L["9a"] = Instance.new("ImageLabel", G2L["98"]);
- G2L["9a"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["9a"]["ZIndex"] = 8;
- G2L["9a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["9a"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["9a"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["9a"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["9a"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["9a"]["Visible"] = false;
- G2L["9a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["9a"]["BackgroundTransparency"] = 1;
- G2L["9a"]["LayoutOrder"] = 1;
- G2L["9a"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Darkness.Info.New
- G2L["9b"] = Instance.new("ImageLabel", G2L["98"]);
- G2L["9b"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["9b"]["ZIndex"] = 8;
- G2L["9b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["9b"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["9b"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["9b"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["9b"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["9b"]["Visible"] = false;
- G2L["9b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["9b"]["BackgroundTransparency"] = 1;
- G2L["9b"]["LayoutOrder"] = 3;
- G2L["9b"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Darkness.Info.Sprint
- G2L["9c"] = Instance.new("ImageLabel", G2L["98"]);
- G2L["9c"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["9c"]["ZIndex"] = 8;
- G2L["9c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["9c"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["9c"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["9c"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["9c"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["9c"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["9c"]["Visible"] = false;
- G2L["9c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["9c"]["BackgroundTransparency"] = 1;
- G2L["9c"]["LayoutOrder"] = 1;
- G2L["9c"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore
- G2L["9d"] = Instance.new("TextButton", G2L["43"]);
- G2L["9d"]["TextWrapped"] = true;
- G2L["9d"]["LineHeight"] = 1.1;
- G2L["9d"]["BorderSizePixel"] = 0;
- G2L["9d"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["9d"]["AutoButtonColor"] = false;
- G2L["9d"]["TextSize"] = 35;
- G2L["9d"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["9d"]["TextScaled"] = true;
- G2L["9d"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["9d"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["9d"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["9d"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["9d"]["BackgroundTransparency"] = 0.9;
- G2L["9d"]["LayoutOrder"] = -100;
- G2L["9d"]["Name"] = [[Hardcore]];
- G2L["9d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["9d"]["Text"] = [[Hardcore]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.UICorner
- G2L["9e"] = Instance.new("UICorner", G2L["9d"]);
- G2L["9e"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.UIPadding
- G2L["9f"] = Instance.new("UIPadding", G2L["9d"]);
- G2L["9f"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["9f"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.UIStroke
- G2L["a0"] = Instance.new("UIStroke", G2L["9d"]);
- G2L["a0"]["Enabled"] = false;
- G2L["a0"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["a0"]["Thickness"] = 3;
- G2L["a0"]["Color"] = Color3.fromRGB(255, 0, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.Info
- G2L["a1"] = Instance.new("Frame", G2L["9d"]);
- G2L["a1"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["a1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["a1"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["a1"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["a1"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["a1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["a1"]["Name"] = [[Info]];
- G2L["a1"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.Info.UIListLayout
- G2L["a2"] = Instance.new("UIListLayout", G2L["a1"]);
- G2L["a2"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["a2"]["Padding"] = UDim.new(0.01, 0);
- G2L["a2"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["a2"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["a2"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.Info.NoRevive
- G2L["a3"] = Instance.new("ImageLabel", G2L["a1"]);
- G2L["a3"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["a3"]["ZIndex"] = 8;
- G2L["a3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["a3"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["a3"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["a3"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["a3"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["a3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["a3"]["BackgroundTransparency"] = 1;
- G2L["a3"]["LayoutOrder"] = 1;
- G2L["a3"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.Info.New
- G2L["a4"] = Instance.new("ImageLabel", G2L["a1"]);
- G2L["a4"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["a4"]["ZIndex"] = 8;
- G2L["a4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["a4"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["a4"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["a4"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["a4"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["a4"]["Visible"] = false;
- G2L["a4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["a4"]["BackgroundTransparency"] = 1;
- G2L["a4"]["LayoutOrder"] = 3;
- G2L["a4"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.Info.Sprint
- G2L["a5"] = Instance.new("ImageLabel", G2L["a1"]);
- G2L["a5"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["a5"]["ZIndex"] = 8;
- G2L["a5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["a5"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["a5"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["a5"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["a5"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["a5"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["a5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["a5"]["BackgroundTransparency"] = 1;
- G2L["a5"]["LayoutOrder"] = 1;
- G2L["a5"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.LocalScript
- G2L["a6"] = Instance.new("LocalScript", G2L["9d"]);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Impossible
- G2L["a7"] = Instance.new("TextButton", G2L["43"]);
- G2L["a7"]["TextWrapped"] = true;
- G2L["a7"]["LineHeight"] = 1.1;
- G2L["a7"]["BorderSizePixel"] = 0;
- G2L["a7"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["a7"]["TextSize"] = 35;
- G2L["a7"]["TextColor3"] = Color3.fromRGB(252, 255, 2);
- G2L["a7"]["TextScaled"] = true;
- G2L["a7"]["BackgroundColor3"] = Color3.fromRGB(252, 255, 2);
- G2L["a7"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["a7"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["a7"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["a7"]["BackgroundTransparency"] = 0.9;
- G2L["a7"]["LayoutOrder"] = 1;
- G2L["a7"]["Name"] = [[Impossible]];
- G2L["a7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["a7"]["Text"] = [[Impossible]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Impossible.UICorner
- G2L["a8"] = Instance.new("UICorner", G2L["a7"]);
- G2L["a8"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Impossible.UIPadding
- G2L["a9"] = Instance.new("UIPadding", G2L["a7"]);
- G2L["a9"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["a9"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Impossible.UIStroke
- G2L["aa"] = Instance.new("UIStroke", G2L["a7"]);
- G2L["aa"]["Enabled"] = false;
- G2L["aa"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["aa"]["Thickness"] = 3;
- G2L["aa"]["Color"] = Color3.fromRGB(252, 255, 2);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Impossible.Info
- G2L["ab"] = Instance.new("Frame", G2L["a7"]);
- G2L["ab"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["ab"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["ab"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["ab"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["ab"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["ab"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["ab"]["Name"] = [[Info]];
- G2L["ab"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Impossible.Info.UIListLayout
- G2L["ac"] = Instance.new("UIListLayout", G2L["ab"]);
- G2L["ac"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["ac"]["Padding"] = UDim.new(0.01, 0);
- G2L["ac"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["ac"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["ac"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Impossible.Info.NoRevive
- G2L["ad"] = Instance.new("ImageLabel", G2L["ab"]);
- G2L["ad"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["ad"]["ZIndex"] = 8;
- G2L["ad"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["ad"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["ad"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["ad"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["ad"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["ad"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["ad"]["BackgroundTransparency"] = 1;
- G2L["ad"]["LayoutOrder"] = 1;
- G2L["ad"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Impossible.Info.New
- G2L["ae"] = Instance.new("ImageLabel", G2L["ab"]);
- G2L["ae"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["ae"]["ZIndex"] = 8;
- G2L["ae"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["ae"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["ae"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["ae"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["ae"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["ae"]["Visible"] = false;
- G2L["ae"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["ae"]["BackgroundTransparency"] = 1;
- G2L["ae"]["LayoutOrder"] = 3;
- G2L["ae"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Impossible.Info.Sprint
- G2L["af"] = Instance.new("ImageLabel", G2L["ab"]);
- G2L["af"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["af"]["ZIndex"] = 8;
- G2L["af"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["af"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["af"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["af"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["af"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["af"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["af"]["Visible"] = false;
- G2L["af"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["af"]["BackgroundTransparency"] = 1;
- G2L["af"]["LayoutOrder"] = 1;
- G2L["af"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Endless
- G2L["b0"] = Instance.new("TextButton", G2L["43"]);
- G2L["b0"]["TextWrapped"] = true;
- G2L["b0"]["LineHeight"] = 1.1;
- G2L["b0"]["BorderSizePixel"] = 0;
- G2L["b0"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["b0"]["TextSize"] = 35;
- G2L["b0"]["TextColor3"] = Color3.fromRGB(252, 255, 2);
- G2L["b0"]["TextScaled"] = true;
- G2L["b0"]["BackgroundColor3"] = Color3.fromRGB(252, 255, 2);
- G2L["b0"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["b0"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["b0"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["b0"]["BackgroundTransparency"] = 0.9;
- G2L["b0"]["LayoutOrder"] = 5;
- G2L["b0"]["Name"] = [[Endless]];
- G2L["b0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["b0"]["Text"] = [[Endless]];
- G2L["b0"]["Position"] = UDim2.new(0.51163, 0, 0.70907, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Endless.UICorner
- G2L["b1"] = Instance.new("UICorner", G2L["b0"]);
- G2L["b1"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Endless.UIPadding
- G2L["b2"] = Instance.new("UIPadding", G2L["b0"]);
- G2L["b2"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["b2"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Endless.UIStroke
- G2L["b3"] = Instance.new("UIStroke", G2L["b0"]);
- G2L["b3"]["Enabled"] = false;
- G2L["b3"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["b3"]["Thickness"] = 3;
- G2L["b3"]["Color"] = Color3.fromRGB(252, 255, 2);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Endless.Info
- G2L["b4"] = Instance.new("Frame", G2L["b0"]);
- G2L["b4"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["b4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["b4"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["b4"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["b4"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["b4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["b4"]["Name"] = [[Info]];
- G2L["b4"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Endless.Info.UIListLayout
- G2L["b5"] = Instance.new("UIListLayout", G2L["b4"]);
- G2L["b5"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["b5"]["Padding"] = UDim.new(0.01, 0);
- G2L["b5"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["b5"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["b5"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Endless.Info.NoRevive
- G2L["b6"] = Instance.new("ImageLabel", G2L["b4"]);
- G2L["b6"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["b6"]["ZIndex"] = 8;
- G2L["b6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["b6"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["b6"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["b6"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["b6"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["b6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["b6"]["BackgroundTransparency"] = 1;
- G2L["b6"]["LayoutOrder"] = 1;
- G2L["b6"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Endless.Info.New
- G2L["b7"] = Instance.new("ImageLabel", G2L["b4"]);
- G2L["b7"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["b7"]["ZIndex"] = 8;
- G2L["b7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["b7"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["b7"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["b7"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["b7"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["b7"]["Visible"] = false;
- G2L["b7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["b7"]["BackgroundTransparency"] = 1;
- G2L["b7"]["LayoutOrder"] = 3;
- G2L["b7"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Endless.Info.Sprint
- G2L["b8"] = Instance.new("ImageLabel", G2L["b4"]);
- G2L["b8"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["b8"]["ZIndex"] = 8;
- G2L["b8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["b8"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["b8"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["b8"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["b8"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["b8"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["b8"]["Visible"] = false;
- G2L["b8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["b8"]["BackgroundTransparency"] = 1;
- G2L["b8"]["LayoutOrder"] = 1;
- G2L["b8"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Nightmare
- G2L["b9"] = Instance.new("TextButton", G2L["43"]);
- G2L["b9"]["TextWrapped"] = true;
- G2L["b9"]["LineHeight"] = 1.1;
- G2L["b9"]["BorderSizePixel"] = 0;
- G2L["b9"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["b9"]["TextSize"] = 35;
- G2L["b9"]["TextColor3"] = Color3.fromRGB(101, 101, 101);
- G2L["b9"]["TextScaled"] = true;
- G2L["b9"]["BackgroundColor3"] = Color3.fromRGB(101, 101, 101);
- G2L["b9"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["b9"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["b9"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["b9"]["BackgroundTransparency"] = 0.9;
- G2L["b9"]["LayoutOrder"] = -94;
- G2L["b9"]["Name"] = [[Nightmare]];
- G2L["b9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["b9"]["Text"] = [[Nightmare]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Nightmare.UICorner
- G2L["ba"] = Instance.new("UICorner", G2L["b9"]);
- G2L["ba"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Nightmare.UIPadding
- G2L["bb"] = Instance.new("UIPadding", G2L["b9"]);
- G2L["bb"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["bb"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Nightmare.UIStroke
- G2L["bc"] = Instance.new("UIStroke", G2L["b9"]);
- G2L["bc"]["Enabled"] = false;
- G2L["bc"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["bc"]["Thickness"] = 3;
- G2L["bc"]["Color"] = Color3.fromRGB(101, 101, 101);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Nightmare.Info
- G2L["bd"] = Instance.new("Frame", G2L["b9"]);
- G2L["bd"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["bd"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["bd"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["bd"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["bd"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["bd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["bd"]["Name"] = [[Info]];
- G2L["bd"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Nightmare.Info.UIListLayout
- G2L["be"] = Instance.new("UIListLayout", G2L["bd"]);
- G2L["be"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["be"]["Padding"] = UDim.new(0.01, 0);
- G2L["be"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["be"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["be"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Nightmare.Info.NoRevive
- G2L["bf"] = Instance.new("ImageLabel", G2L["bd"]);
- G2L["bf"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["bf"]["ZIndex"] = 8;
- G2L["bf"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["bf"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["bf"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["bf"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["bf"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["bf"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["bf"]["BackgroundTransparency"] = 1;
- G2L["bf"]["LayoutOrder"] = 1;
- G2L["bf"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Nightmare.Info.New
- G2L["c0"] = Instance.new("ImageLabel", G2L["bd"]);
- G2L["c0"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["c0"]["ZIndex"] = 8;
- G2L["c0"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["c0"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["c0"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["c0"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["c0"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["c0"]["Visible"] = false;
- G2L["c0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["c0"]["BackgroundTransparency"] = 1;
- G2L["c0"]["LayoutOrder"] = 3;
- G2L["c0"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Nightmare.Info.Sprint
- G2L["c1"] = Instance.new("ImageLabel", G2L["bd"]);
- G2L["c1"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["c1"]["ZIndex"] = 8;
- G2L["c1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["c1"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["c1"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["c1"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["c1"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["c1"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["c1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["c1"]["BackgroundTransparency"] = 1;
- G2L["c1"]["LayoutOrder"] = 1;
- G2L["c1"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Extreme
- G2L["c2"] = Instance.new("TextButton", G2L["43"]);
- G2L["c2"]["TextWrapped"] = true;
- G2L["c2"]["LineHeight"] = 1.1;
- G2L["c2"]["BorderSizePixel"] = 0;
- G2L["c2"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["c2"]["TextSize"] = 35;
- G2L["c2"]["TextColor3"] = Color3.fromRGB(0, 86, 255);
- G2L["c2"]["TextScaled"] = true;
- G2L["c2"]["BackgroundColor3"] = Color3.fromRGB(0, 86, 255);
- G2L["c2"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["c2"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["c2"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["c2"]["BackgroundTransparency"] = 0.9;
- G2L["c2"]["LayoutOrder"] = 103;
- G2L["c2"]["Name"] = [[Extreme]];
- G2L["c2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["c2"]["Text"] = [[Extreme]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Extreme.UICorner
- G2L["c3"] = Instance.new("UICorner", G2L["c2"]);
- G2L["c3"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Extreme.UIPadding
- G2L["c4"] = Instance.new("UIPadding", G2L["c2"]);
- G2L["c4"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["c4"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Extreme.UIStroke
- G2L["c5"] = Instance.new("UIStroke", G2L["c2"]);
- G2L["c5"]["Enabled"] = false;
- G2L["c5"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["c5"]["Thickness"] = 3;
- G2L["c5"]["Color"] = Color3.fromRGB(0, 86, 255);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Extreme.Info
- G2L["c6"] = Instance.new("Frame", G2L["c2"]);
- G2L["c6"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["c6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["c6"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["c6"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["c6"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["c6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["c6"]["Name"] = [[Info]];
- G2L["c6"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Extreme.Info.UIListLayout
- G2L["c7"] = Instance.new("UIListLayout", G2L["c6"]);
- G2L["c7"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["c7"]["Padding"] = UDim.new(0.01, 0);
- G2L["c7"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["c7"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["c7"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Extreme.Info.NoRevive
- G2L["c8"] = Instance.new("ImageLabel", G2L["c6"]);
- G2L["c8"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["c8"]["ZIndex"] = 8;
- G2L["c8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["c8"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["c8"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["c8"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["c8"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["c8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["c8"]["BackgroundTransparency"] = 1;
- G2L["c8"]["LayoutOrder"] = 1;
- G2L["c8"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Extreme.Info.New
- G2L["c9"] = Instance.new("ImageLabel", G2L["c6"]);
- G2L["c9"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["c9"]["ZIndex"] = 8;
- G2L["c9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["c9"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["c9"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["c9"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["c9"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["c9"]["Visible"] = false;
- G2L["c9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["c9"]["BackgroundTransparency"] = 1;
- G2L["c9"]["LayoutOrder"] = 3;
- G2L["c9"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Extreme.Info.Sprint
- G2L["ca"] = Instance.new("ImageLabel", G2L["c6"]);
- G2L["ca"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["ca"]["ZIndex"] = 8;
- G2L["ca"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["ca"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["ca"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["ca"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["ca"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["ca"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["ca"]["Visible"] = false;
- G2L["ca"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["ca"]["BackgroundTransparency"] = 1;
- G2L["ca"]["LayoutOrder"] = 1;
- G2L["ca"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.UIPadding
- G2L["cb"] = Instance.new("UIPadding", G2L["43"]);
- G2L["cb"]["PaddingTop"] = UDim.new(0, 4);
- G2L["cb"]["PaddingRight"] = UDim.new(0, 6);
- G2L["cb"]["PaddingLeft"] = UDim.new(0, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.UIListLayout
- G2L["cc"] = Instance.new("UIListLayout", G2L["43"]);
- G2L["cc"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
- G2L["cc"]["Padding"] = UDim.new(0, 4);
- G2L["cc"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fear
- G2L["cd"] = Instance.new("TextButton", G2L["43"]);
- G2L["cd"]["TextWrapped"] = true;
- G2L["cd"]["LineHeight"] = 1.1;
- G2L["cd"]["BorderSizePixel"] = 0;
- G2L["cd"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["cd"]["TextSize"] = 35;
- G2L["cd"]["TextColor3"] = Color3.fromRGB(252, 255, 2);
- G2L["cd"]["TextScaled"] = true;
- G2L["cd"]["BackgroundColor3"] = Color3.fromRGB(252, 255, 2);
- G2L["cd"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["cd"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["cd"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["cd"]["BackgroundTransparency"] = 0.9;
- G2L["cd"]["LayoutOrder"] = 104;
- G2L["cd"]["Name"] = [[Fear]];
- G2L["cd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["cd"]["Text"] = [[Fear]];
- G2L["cd"]["Position"] = UDim2.new(0.51163, 0, 0.70907, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fear.UICorner
- G2L["ce"] = Instance.new("UICorner", G2L["cd"]);
- G2L["ce"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fear.UIPadding
- G2L["cf"] = Instance.new("UIPadding", G2L["cd"]);
- G2L["cf"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["cf"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fear.UIStroke
- G2L["d0"] = Instance.new("UIStroke", G2L["cd"]);
- G2L["d0"]["Enabled"] = false;
- G2L["d0"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["d0"]["Thickness"] = 3;
- G2L["d0"]["Color"] = Color3.fromRGB(252, 255, 2);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fear.Info
- G2L["d1"] = Instance.new("Frame", G2L["cd"]);
- G2L["d1"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["d1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["d1"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["d1"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["d1"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["d1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["d1"]["Name"] = [[Info]];
- G2L["d1"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fear.Info.UIListLayout
- G2L["d2"] = Instance.new("UIListLayout", G2L["d1"]);
- G2L["d2"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["d2"]["Padding"] = UDim.new(0.01, 0);
- G2L["d2"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["d2"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["d2"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fear.Info.NoRevive
- G2L["d3"] = Instance.new("ImageLabel", G2L["d1"]);
- G2L["d3"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["d3"]["ZIndex"] = 8;
- G2L["d3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["d3"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["d3"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["d3"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["d3"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["d3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["d3"]["BackgroundTransparency"] = 1;
- G2L["d3"]["LayoutOrder"] = 1;
- G2L["d3"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fear.Info.New
- G2L["d4"] = Instance.new("ImageLabel", G2L["d1"]);
- G2L["d4"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["d4"]["ZIndex"] = 8;
- G2L["d4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["d4"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["d4"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["d4"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["d4"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["d4"]["Visible"] = false;
- G2L["d4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["d4"]["BackgroundTransparency"] = 1;
- G2L["d4"]["LayoutOrder"] = 3;
- G2L["d4"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fear.Info.Sprint
- G2L["d5"] = Instance.new("ImageLabel", G2L["d1"]);
- G2L["d5"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["d5"]["ZIndex"] = 8;
- G2L["d5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["d5"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["d5"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["d5"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["d5"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["d5"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["d5"]["Visible"] = false;
- G2L["d5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["d5"]["BackgroundTransparency"] = 1;
- G2L["d5"]["LayoutOrder"] = 1;
- G2L["d5"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Forgotten
- G2L["d6"] = Instance.new("TextButton", G2L["43"]);
- G2L["d6"]["TextWrapped"] = true;
- G2L["d6"]["LineHeight"] = 1.1;
- G2L["d6"]["BorderSizePixel"] = 0;
- G2L["d6"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["d6"]["TextSize"] = 35;
- G2L["d6"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["d6"]["TextScaled"] = true;
- G2L["d6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["d6"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["d6"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["d6"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["d6"]["BackgroundTransparency"] = 0.9;
- G2L["d6"]["LayoutOrder"] = -93;
- G2L["d6"]["Name"] = [[Forgotten]];
- G2L["d6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["d6"]["Text"] = [[Forgotten]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Forgotten.UICorner
- G2L["d7"] = Instance.new("UICorner", G2L["d6"]);
- G2L["d7"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Forgotten.UIPadding
- G2L["d8"] = Instance.new("UIPadding", G2L["d6"]);
- G2L["d8"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["d8"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Forgotten.UIStroke
- G2L["d9"] = Instance.new("UIStroke", G2L["d6"]);
- G2L["d9"]["Enabled"] = false;
- G2L["d9"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["d9"]["Thickness"] = 3;
- G2L["d9"]["Color"] = Color3.fromRGB(255, 255, 255);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Forgotten.Info
- G2L["da"] = Instance.new("Frame", G2L["d6"]);
- G2L["da"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["da"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["da"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["da"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["da"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["da"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["da"]["Name"] = [[Info]];
- G2L["da"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Forgotten.Info.UIListLayout
- G2L["db"] = Instance.new("UIListLayout", G2L["da"]);
- G2L["db"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["db"]["Padding"] = UDim.new(0.01, 0);
- G2L["db"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["db"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["db"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Forgotten.Info.NoRevive
- G2L["dc"] = Instance.new("ImageLabel", G2L["da"]);
- G2L["dc"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["dc"]["ZIndex"] = 8;
- G2L["dc"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["dc"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["dc"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["dc"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["dc"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["dc"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["dc"]["BackgroundTransparency"] = 1;
- G2L["dc"]["LayoutOrder"] = 1;
- G2L["dc"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Forgotten.Info.New
- G2L["dd"] = Instance.new("ImageLabel", G2L["da"]);
- G2L["dd"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["dd"]["ZIndex"] = 8;
- G2L["dd"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["dd"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["dd"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["dd"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["dd"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["dd"]["Visible"] = false;
- G2L["dd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["dd"]["BackgroundTransparency"] = 1;
- G2L["dd"]["LayoutOrder"] = 3;
- G2L["dd"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Forgotten.Info.Sprint
- G2L["de"] = Instance.new("ImageLabel", G2L["da"]);
- G2L["de"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["de"]["ZIndex"] = 8;
- G2L["de"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["de"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["de"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["de"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["de"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["de"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["de"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["de"]["BackgroundTransparency"] = 1;
- G2L["de"]["LayoutOrder"] = 1;
- G2L["de"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fragmented
- G2L["df"] = Instance.new("TextButton", G2L["43"]);
- G2L["df"]["TextWrapped"] = true;
- G2L["df"]["LineHeight"] = 1.1;
- G2L["df"]["BorderSizePixel"] = 0;
- G2L["df"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["df"]["TextSize"] = 35;
- G2L["df"]["TextColor3"] = Color3.fromRGB(86, 86, 128);
- G2L["df"]["TextScaled"] = true;
- G2L["df"]["BackgroundColor3"] = Color3.fromRGB(86, 86, 128);
- G2L["df"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["df"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["df"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["df"]["BackgroundTransparency"] = 0.9;
- G2L["df"]["LayoutOrder"] = 6;
- G2L["df"]["Name"] = [[Fragmented]];
- G2L["df"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["df"]["Text"] = [[Fragmented]];
- G2L["df"]["Position"] = UDim2.new(0.51163, 0, 0.70907, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fragmented.UICorner
- G2L["e0"] = Instance.new("UICorner", G2L["df"]);
- G2L["e0"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fragmented.UIPadding
- G2L["e1"] = Instance.new("UIPadding", G2L["df"]);
- G2L["e1"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["e1"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fragmented.UIStroke
- G2L["e2"] = Instance.new("UIStroke", G2L["df"]);
- G2L["e2"]["Enabled"] = false;
- G2L["e2"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["e2"]["Thickness"] = 3;
- G2L["e2"]["Color"] = Color3.fromRGB(86, 86, 128);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fragmented.Info
- G2L["e3"] = Instance.new("Frame", G2L["df"]);
- G2L["e3"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["e3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["e3"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["e3"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["e3"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["e3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["e3"]["Name"] = [[Info]];
- G2L["e3"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fragmented.Info.UIListLayout
- G2L["e4"] = Instance.new("UIListLayout", G2L["e3"]);
- G2L["e4"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["e4"]["Padding"] = UDim.new(0.01, 0);
- G2L["e4"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["e4"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["e4"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fragmented.Info.NoRevive
- G2L["e5"] = Instance.new("ImageLabel", G2L["e3"]);
- G2L["e5"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["e5"]["ZIndex"] = 8;
- G2L["e5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["e5"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["e5"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["e5"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["e5"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["e5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["e5"]["BackgroundTransparency"] = 1;
- G2L["e5"]["LayoutOrder"] = 1;
- G2L["e5"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fragmented.Info.New
- G2L["e6"] = Instance.new("ImageLabel", G2L["e3"]);
- G2L["e6"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["e6"]["ZIndex"] = 8;
- G2L["e6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["e6"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["e6"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["e6"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["e6"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["e6"]["Visible"] = false;
- G2L["e6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["e6"]["BackgroundTransparency"] = 1;
- G2L["e6"]["LayoutOrder"] = 3;
- G2L["e6"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fragmented.Info.Sprint
- G2L["e7"] = Instance.new("ImageLabel", G2L["e3"]);
- G2L["e7"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["e7"]["ZIndex"] = 8;
- G2L["e7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["e7"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["e7"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["e7"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["e7"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["e7"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["e7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["e7"]["BackgroundTransparency"] = 1;
- G2L["e7"]["LayoutOrder"] = 1;
- G2L["e7"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Furry
- G2L["e8"] = Instance.new("TextButton", G2L["43"]);
- G2L["e8"]["TextWrapped"] = true;
- G2L["e8"]["LineHeight"] = 1.1;
- G2L["e8"]["BorderSizePixel"] = 0;
- G2L["e8"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["e8"]["TextSize"] = 35;
- G2L["e8"]["TextColor3"] = Color3.fromRGB(255, 0, 128);
- G2L["e8"]["TextScaled"] = true;
- G2L["e8"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 128);
- G2L["e8"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["e8"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["e8"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["e8"]["BackgroundTransparency"] = 0.9;
- G2L["e8"]["LayoutOrder"] = 7;
- G2L["e8"]["Name"] = [[Furry]];
- G2L["e8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["e8"]["Text"] = [[Furry]];
- G2L["e8"]["Position"] = UDim2.new(0.51163, 0, 0.70907, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Furry.UICorner
- G2L["e9"] = Instance.new("UICorner", G2L["e8"]);
- G2L["e9"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Furry.UIPadding
- G2L["ea"] = Instance.new("UIPadding", G2L["e8"]);
- G2L["ea"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["ea"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Furry.UIStroke
- G2L["eb"] = Instance.new("UIStroke", G2L["e8"]);
- G2L["eb"]["Enabled"] = false;
- G2L["eb"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["eb"]["Thickness"] = 3;
- G2L["eb"]["Color"] = Color3.fromRGB(255, 0, 128);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Furry.Info
- G2L["ec"] = Instance.new("Frame", G2L["e8"]);
- G2L["ec"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["ec"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["ec"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["ec"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["ec"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["ec"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["ec"]["Name"] = [[Info]];
- G2L["ec"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Furry.Info.UIListLayout
- G2L["ed"] = Instance.new("UIListLayout", G2L["ec"]);
- G2L["ed"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["ed"]["Padding"] = UDim.new(0.01, 0);
- G2L["ed"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["ed"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["ed"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Furry.Info.NoRevive
- G2L["ee"] = Instance.new("ImageLabel", G2L["ec"]);
- G2L["ee"]["Interactable"] = false;
- G2L["ee"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["ee"]["ZIndex"] = 8;
- G2L["ee"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["ee"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["ee"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["ee"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["ee"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["ee"]["Visible"] = false;
- G2L["ee"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["ee"]["BackgroundTransparency"] = 1;
- G2L["ee"]["LayoutOrder"] = 1;
- G2L["ee"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Furry.Info.New
- G2L["ef"] = Instance.new("ImageLabel", G2L["ec"]);
- G2L["ef"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["ef"]["ZIndex"] = 8;
- G2L["ef"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["ef"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["ef"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["ef"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["ef"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["ef"]["Visible"] = false;
- G2L["ef"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["ef"]["BackgroundTransparency"] = 1;
- G2L["ef"]["LayoutOrder"] = 3;
- G2L["ef"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Furry.Info.Sprint
- G2L["f0"] = Instance.new("ImageLabel", G2L["ec"]);
- G2L["f0"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["f0"]["ZIndex"] = 8;
- G2L["f0"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["f0"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["f0"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["f0"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["f0"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["f0"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["f0"]["Visible"] = false;
- G2L["f0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["f0"]["BackgroundTransparency"] = 1;
- G2L["f0"]["LayoutOrder"] = 1;
- G2L["f0"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Glitch
- G2L["f1"] = Instance.new("TextButton", G2L["43"]);
- G2L["f1"]["TextWrapped"] = true;
- G2L["f1"]["LineHeight"] = 1.1;
- G2L["f1"]["BorderSizePixel"] = 0;
- G2L["f1"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["f1"]["TextSize"] = 35;
- G2L["f1"]["TextColor3"] = Color3.fromRGB(86, 0, 128);
- G2L["f1"]["TextScaled"] = true;
- G2L["f1"]["BackgroundColor3"] = Color3.fromRGB(86, 0, 128);
- G2L["f1"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["f1"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["f1"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["f1"]["BackgroundTransparency"] = 0.9;
- G2L["f1"]["LayoutOrder"] = -92;
- G2L["f1"]["Name"] = [[Glitch]];
- G2L["f1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["f1"]["Text"] = [[Glitch]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Glitch.UICorner
- G2L["f2"] = Instance.new("UICorner", G2L["f1"]);
- G2L["f2"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Glitch.UIPadding
- G2L["f3"] = Instance.new("UIPadding", G2L["f1"]);
- G2L["f3"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["f3"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Glitch.UIStroke
- G2L["f4"] = Instance.new("UIStroke", G2L["f1"]);
- G2L["f4"]["Enabled"] = false;
- G2L["f4"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["f4"]["Thickness"] = 3;
- G2L["f4"]["Color"] = Color3.fromRGB(86, 0, 128);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Glitch.Info
- G2L["f5"] = Instance.new("Frame", G2L["f1"]);
- G2L["f5"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["f5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["f5"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["f5"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["f5"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["f5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["f5"]["Name"] = [[Info]];
- G2L["f5"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Glitch.Info.UIListLayout
- G2L["f6"] = Instance.new("UIListLayout", G2L["f5"]);
- G2L["f6"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["f6"]["Padding"] = UDim.new(0.01, 0);
- G2L["f6"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["f6"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["f6"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Glitch.Info.NoRevive
- G2L["f7"] = Instance.new("ImageLabel", G2L["f5"]);
- G2L["f7"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["f7"]["ZIndex"] = 8;
- G2L["f7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["f7"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["f7"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["f7"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["f7"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["f7"]["Visible"] = false;
- G2L["f7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["f7"]["BackgroundTransparency"] = 1;
- G2L["f7"]["LayoutOrder"] = 1;
- G2L["f7"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Glitch.Info.New
- G2L["f8"] = Instance.new("ImageLabel", G2L["f5"]);
- G2L["f8"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["f8"]["ZIndex"] = 8;
- G2L["f8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["f8"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["f8"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["f8"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["f8"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["f8"]["Visible"] = false;
- G2L["f8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["f8"]["BackgroundTransparency"] = 1;
- G2L["f8"]["LayoutOrder"] = 3;
- G2L["f8"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Glitch.Info.Sprint
- G2L["f9"] = Instance.new("ImageLabel", G2L["f5"]);
- G2L["f9"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["f9"]["ZIndex"] = 8;
- G2L["f9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["f9"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["f9"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["f9"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["f9"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["f9"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["f9"]["Visible"] = false;
- G2L["f9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["f9"]["BackgroundTransparency"] = 1;
- G2L["f9"]["LayoutOrder"] = 1;
- G2L["f9"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad
- G2L["fa"] = Instance.new("TextButton", G2L["43"]);
- G2L["fa"]["TextWrapped"] = true;
- G2L["fa"]["LineHeight"] = 1.1;
- G2L["fa"]["BorderSizePixel"] = 0;
- G2L["fa"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["fa"]["AutoButtonColor"] = false;
- G2L["fa"]["TextSize"] = 35;
- G2L["fa"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["fa"]["TextScaled"] = true;
- G2L["fa"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["fa"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["fa"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["fa"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["fa"]["BackgroundTransparency"] = 0.9;
- G2L["fa"]["LayoutOrder"] = -97;
- G2L["fa"]["Name"] = [[HardcoreBad]];
- G2L["fa"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["fa"]["Text"] = [[Hell]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.UICorner
- G2L["fb"] = Instance.new("UICorner", G2L["fa"]);
- G2L["fb"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.UIPadding
- G2L["fc"] = Instance.new("UIPadding", G2L["fa"]);
- G2L["fc"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["fc"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.UIStroke
- G2L["fd"] = Instance.new("UIStroke", G2L["fa"]);
- G2L["fd"]["Enabled"] = false;
- G2L["fd"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["fd"]["Thickness"] = 3;
- G2L["fd"]["Color"] = Color3.fromRGB(255, 0, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info
- G2L["fe"] = Instance.new("Frame", G2L["fa"]);
- G2L["fe"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["fe"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["fe"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["fe"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["fe"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["fe"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["fe"]["Name"] = [[Info]];
- G2L["fe"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info.UIListLayout
- G2L["ff"] = Instance.new("UIListLayout", G2L["fe"]);
- G2L["ff"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["ff"]["Padding"] = UDim.new(0.01, 0);
- G2L["ff"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["ff"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["ff"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info.NoRevive
- G2L["100"] = Instance.new("ImageLabel", G2L["fe"]);
- G2L["100"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["100"]["ZIndex"] = 8;
- G2L["100"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["100"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["100"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["100"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["100"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["100"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["100"]["BackgroundTransparency"] = 1;
- G2L["100"]["LayoutOrder"] = 1;
- G2L["100"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info.New
- G2L["101"] = Instance.new("ImageLabel", G2L["fe"]);
- G2L["101"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["101"]["ZIndex"] = 8;
- G2L["101"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["101"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["101"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["101"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["101"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["101"]["Visible"] = false;
- G2L["101"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["101"]["BackgroundTransparency"] = 1;
- G2L["101"]["LayoutOrder"] = 3;
- G2L["101"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info.Sprint
- G2L["102"] = Instance.new("ImageLabel", G2L["fe"]);
- G2L["102"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["102"]["ZIndex"] = 8;
- G2L["102"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["102"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["102"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["102"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["102"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["102"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["102"]["Visible"] = false;
- G2L["102"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["102"]["BackgroundTransparency"] = 1;
- G2L["102"]["LayoutOrder"] = 1;
- G2L["102"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hard
- G2L["103"] = Instance.new("TextButton", G2L["43"]);
- G2L["103"]["TextWrapped"] = true;
- G2L["103"]["LineHeight"] = 1.1;
- G2L["103"]["BorderSizePixel"] = 0;
- G2L["103"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["103"]["TextSize"] = 35;
- G2L["103"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["103"]["TextScaled"] = true;
- G2L["103"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["103"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["103"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["103"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["103"]["BackgroundTransparency"] = 0.9;
- G2L["103"]["LayoutOrder"] = 9;
- G2L["103"]["Name"] = [[Hard]];
- G2L["103"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["103"]["Text"] = [[Hard]];
- G2L["103"]["Position"] = UDim2.new(0.5, 0, 0.64779, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hard.UICorner
- G2L["104"] = Instance.new("UICorner", G2L["103"]);
- G2L["104"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hard.UIPadding
- G2L["105"] = Instance.new("UIPadding", G2L["103"]);
- G2L["105"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["105"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hard.UIStroke
- G2L["106"] = Instance.new("UIStroke", G2L["103"]);
- G2L["106"]["Enabled"] = false;
- G2L["106"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["106"]["Thickness"] = 3;
- G2L["106"]["Color"] = Color3.fromRGB(255, 0, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hard.Info
- G2L["107"] = Instance.new("Frame", G2L["103"]);
- G2L["107"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["107"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["107"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["107"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["107"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["107"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["107"]["Name"] = [[Info]];
- G2L["107"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hard.Info.UIListLayout
- G2L["108"] = Instance.new("UIListLayout", G2L["107"]);
- G2L["108"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["108"]["Padding"] = UDim.new(0.01, 0);
- G2L["108"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["108"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["108"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hard.Info.NoRevive
- G2L["109"] = Instance.new("ImageLabel", G2L["107"]);
- G2L["109"]["Interactable"] = false;
- G2L["109"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["109"]["ZIndex"] = 8;
- G2L["109"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["109"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["109"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["109"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["109"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["109"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["109"]["BackgroundTransparency"] = 1;
- G2L["109"]["LayoutOrder"] = 1;
- G2L["109"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hard.Info.New
- G2L["10a"] = Instance.new("ImageLabel", G2L["107"]);
- G2L["10a"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["10a"]["ZIndex"] = 8;
- G2L["10a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["10a"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["10a"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["10a"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["10a"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["10a"]["Visible"] = false;
- G2L["10a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["10a"]["BackgroundTransparency"] = 1;
- G2L["10a"]["LayoutOrder"] = 3;
- G2L["10a"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hard.Info.Sprint
- G2L["10b"] = Instance.new("ImageLabel", G2L["107"]);
- G2L["10b"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["10b"]["ZIndex"] = 8;
- G2L["10b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["10b"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["10b"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["10b"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["10b"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["10b"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["10b"]["Visible"] = false;
- G2L["10b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["10b"]["BackgroundTransparency"] = 1;
- G2L["10b"]["LayoutOrder"] = 1;
- G2L["10b"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreRemake
- G2L["10c"] = Instance.new("TextButton", G2L["43"]);
- G2L["10c"]["TextWrapped"] = true;
- G2L["10c"]["LineHeight"] = 1.1;
- G2L["10c"]["BorderSizePixel"] = 0;
- G2L["10c"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["10c"]["AutoButtonColor"] = false;
- G2L["10c"]["TextSize"] = 35;
- G2L["10c"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["10c"]["TextScaled"] = true;
- G2L["10c"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["10c"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["10c"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["10c"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["10c"]["BackgroundTransparency"] = 0.9;
- G2L["10c"]["LayoutOrder"] = -99;
- G2L["10c"]["Name"] = [[HardcoreRemake]];
- G2L["10c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["10c"]["Text"] = [[Hardcore(Remake)]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreRemake.UICorner
- G2L["10d"] = Instance.new("UICorner", G2L["10c"]);
- G2L["10d"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreRemake.UIPadding
- G2L["10e"] = Instance.new("UIPadding", G2L["10c"]);
- G2L["10e"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["10e"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreRemake.UIStroke
- G2L["10f"] = Instance.new("UIStroke", G2L["10c"]);
- G2L["10f"]["Enabled"] = false;
- G2L["10f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["10f"]["Thickness"] = 3;
- G2L["10f"]["Color"] = Color3.fromRGB(255, 0, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreRemake.Info
- G2L["110"] = Instance.new("Frame", G2L["10c"]);
- G2L["110"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["110"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["110"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["110"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["110"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["110"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["110"]["Name"] = [[Info]];
- G2L["110"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreRemake.Info.UIListLayout
- G2L["111"] = Instance.new("UIListLayout", G2L["110"]);
- G2L["111"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["111"]["Padding"] = UDim.new(0.01, 0);
- G2L["111"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["111"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["111"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreRemake.Info.NoRevive
- G2L["112"] = Instance.new("ImageLabel", G2L["110"]);
- G2L["112"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["112"]["ZIndex"] = 8;
- G2L["112"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["112"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["112"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["112"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["112"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["112"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["112"]["BackgroundTransparency"] = 1;
- G2L["112"]["LayoutOrder"] = 1;
- G2L["112"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreRemake.Info.New
- G2L["113"] = Instance.new("ImageLabel", G2L["110"]);
- G2L["113"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["113"]["ZIndex"] = 8;
- G2L["113"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["113"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["113"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["113"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["113"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["113"]["Visible"] = false;
- G2L["113"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["113"]["BackgroundTransparency"] = 1;
- G2L["113"]["LayoutOrder"] = 3;
- G2L["113"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreRemake.Info.Sprint
- G2L["114"] = Instance.new("ImageLabel", G2L["110"]);
- G2L["114"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["114"]["ZIndex"] = 8;
- G2L["114"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["114"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["114"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["114"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["114"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["114"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["114"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["114"]["BackgroundTransparency"] = 1;
- G2L["114"]["LayoutOrder"] = 1;
- G2L["114"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad
- G2L["115"] = Instance.new("TextButton", G2L["43"]);
- G2L["115"]["TextWrapped"] = true;
- G2L["115"]["LineHeight"] = 1.1;
- G2L["115"]["BorderSizePixel"] = 0;
- G2L["115"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["115"]["AutoButtonColor"] = false;
- G2L["115"]["TextSize"] = 35;
- G2L["115"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["115"]["TextScaled"] = true;
- G2L["115"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["115"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["115"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["115"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["115"]["BackgroundTransparency"] = 0.9;
- G2L["115"]["LayoutOrder"] = -98;
- G2L["115"]["Name"] = [[HardcoreBad]];
- G2L["115"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["115"]["Text"] = [[Hardcore But Bad]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.UICorner
- G2L["116"] = Instance.new("UICorner", G2L["115"]);
- G2L["116"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.UIPadding
- G2L["117"] = Instance.new("UIPadding", G2L["115"]);
- G2L["117"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["117"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.UIStroke
- G2L["118"] = Instance.new("UIStroke", G2L["115"]);
- G2L["118"]["Enabled"] = false;
- G2L["118"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["118"]["Thickness"] = 3;
- G2L["118"]["Color"] = Color3.fromRGB(255, 0, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info
- G2L["119"] = Instance.new("Frame", G2L["115"]);
- G2L["119"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["119"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["119"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["119"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["119"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["119"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["119"]["Name"] = [[Info]];
- G2L["119"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info.UIListLayout
- G2L["11a"] = Instance.new("UIListLayout", G2L["119"]);
- G2L["11a"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["11a"]["Padding"] = UDim.new(0.01, 0);
- G2L["11a"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["11a"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["11a"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info.NoRevive
- G2L["11b"] = Instance.new("ImageLabel", G2L["119"]);
- G2L["11b"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["11b"]["ZIndex"] = 8;
- G2L["11b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["11b"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["11b"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["11b"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["11b"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["11b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["11b"]["BackgroundTransparency"] = 1;
- G2L["11b"]["LayoutOrder"] = 1;
- G2L["11b"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info.New
- G2L["11c"] = Instance.new("ImageLabel", G2L["119"]);
- G2L["11c"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["11c"]["ZIndex"] = 8;
- G2L["11c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["11c"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["11c"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["11c"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["11c"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["11c"]["Visible"] = false;
- G2L["11c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["11c"]["BackgroundTransparency"] = 1;
- G2L["11c"]["LayoutOrder"] = 3;
- G2L["11c"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info.Sprint
- G2L["11d"] = Instance.new("ImageLabel", G2L["119"]);
- G2L["11d"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["11d"]["ZIndex"] = 8;
- G2L["11d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["11d"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["11d"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["11d"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["11d"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["11d"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["11d"]["Visible"] = false;
- G2L["11d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["11d"]["BackgroundTransparency"] = 1;
- G2L["11d"]["LayoutOrder"] = 1;
- G2L["11d"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hazy
- G2L["11e"] = Instance.new("TextButton", G2L["43"]);
- G2L["11e"]["TextWrapped"] = true;
- G2L["11e"]["LineHeight"] = 1.1;
- G2L["11e"]["BorderSizePixel"] = 0;
- G2L["11e"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["11e"]["TextSize"] = 35;
- G2L["11e"]["TextColor3"] = Color3.fromRGB(255, 255, 128);
- G2L["11e"]["TextScaled"] = true;
- G2L["11e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 128);
- G2L["11e"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["11e"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["11e"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["11e"]["BackgroundTransparency"] = 0.9;
- G2L["11e"]["LayoutOrder"] = 8;
- G2L["11e"]["Name"] = [[Hazy]];
- G2L["11e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["11e"]["Text"] = [[Hazy]];
- G2L["11e"]["Position"] = UDim2.new(0.49776, 0, 0.45256, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hazy.UICorner
- G2L["11f"] = Instance.new("UICorner", G2L["11e"]);
- G2L["11f"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hazy.UIPadding
- G2L["120"] = Instance.new("UIPadding", G2L["11e"]);
- G2L["120"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["120"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hazy.UIStroke
- G2L["121"] = Instance.new("UIStroke", G2L["11e"]);
- G2L["121"]["Enabled"] = false;
- G2L["121"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["121"]["Thickness"] = 3;
- G2L["121"]["Color"] = Color3.fromRGB(255, 255, 128);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hazy.Info
- G2L["122"] = Instance.new("Frame", G2L["11e"]);
- G2L["122"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["122"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["122"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["122"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["122"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["122"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["122"]["Name"] = [[Info]];
- G2L["122"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hazy.Info.UIListLayout
- G2L["123"] = Instance.new("UIListLayout", G2L["122"]);
- G2L["123"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["123"]["Padding"] = UDim.new(0.01, 0);
- G2L["123"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["123"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["123"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hazy.Info.NoRevive
- G2L["124"] = Instance.new("ImageLabel", G2L["122"]);
- G2L["124"]["Interactable"] = false;
- G2L["124"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["124"]["ZIndex"] = 8;
- G2L["124"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["124"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["124"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["124"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["124"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["124"]["Visible"] = false;
- G2L["124"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["124"]["BackgroundTransparency"] = 1;
- G2L["124"]["LayoutOrder"] = 1;
- G2L["124"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hazy.Info.New
- G2L["125"] = Instance.new("ImageLabel", G2L["122"]);
- G2L["125"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["125"]["ZIndex"] = 8;
- G2L["125"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["125"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["125"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["125"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["125"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["125"]["Visible"] = false;
- G2L["125"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["125"]["BackgroundTransparency"] = 1;
- G2L["125"]["LayoutOrder"] = 3;
- G2L["125"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hazy.Info.Sprint
- G2L["126"] = Instance.new("ImageLabel", G2L["122"]);
- G2L["126"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["126"]["ZIndex"] = 8;
- G2L["126"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["126"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["126"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["126"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["126"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["126"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["126"]["Visible"] = false;
- G2L["126"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["126"]["BackgroundTransparency"] = 1;
- G2L["126"]["LayoutOrder"] = 1;
- G2L["126"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hamor
- G2L["127"] = Instance.new("TextButton", G2L["43"]);
- G2L["127"]["TextWrapped"] = true;
- G2L["127"]["LineHeight"] = 1.1;
- G2L["127"]["BorderSizePixel"] = 0;
- G2L["127"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["127"]["TextSize"] = 35;
- G2L["127"]["TextColor3"] = Color3.fromRGB(113, 0, 169);
- G2L["127"]["TextScaled"] = true;
- G2L["127"]["BackgroundColor3"] = Color3.fromRGB(113, 0, 169);
- G2L["127"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["127"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["127"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["127"]["BackgroundTransparency"] = 0.9;
- G2L["127"]["LayoutOrder"] = 10;
- G2L["127"]["Name"] = [[Hamor]];
- G2L["127"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["127"]["Text"] = [[Hamor]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hamor.UICorner
- G2L["128"] = Instance.new("UICorner", G2L["127"]);
- G2L["128"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hamor.UIPadding
- G2L["129"] = Instance.new("UIPadding", G2L["127"]);
- G2L["129"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["129"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hamor.UIStroke
- G2L["12a"] = Instance.new("UIStroke", G2L["127"]);
- G2L["12a"]["Enabled"] = false;
- G2L["12a"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["12a"]["Thickness"] = 3;
- G2L["12a"]["Color"] = Color3.fromRGB(113, 0, 169);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hamor.Info
- G2L["12b"] = Instance.new("Frame", G2L["127"]);
- G2L["12b"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["12b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["12b"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["12b"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["12b"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["12b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["12b"]["Name"] = [[Info]];
- G2L["12b"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hamor.Info.UIListLayout
- G2L["12c"] = Instance.new("UIListLayout", G2L["12b"]);
- G2L["12c"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["12c"]["Padding"] = UDim.new(0.01, 0);
- G2L["12c"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["12c"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["12c"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hamor.Info.NoRevive
- G2L["12d"] = Instance.new("ImageLabel", G2L["12b"]);
- G2L["12d"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["12d"]["ZIndex"] = 8;
- G2L["12d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["12d"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["12d"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["12d"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["12d"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["12d"]["Visible"] = false;
- G2L["12d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["12d"]["BackgroundTransparency"] = 1;
- G2L["12d"]["LayoutOrder"] = 1;
- G2L["12d"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hamor.Info.New
- G2L["12e"] = Instance.new("ImageLabel", G2L["12b"]);
- G2L["12e"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["12e"]["ZIndex"] = 8;
- G2L["12e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["12e"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["12e"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["12e"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["12e"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["12e"]["Visible"] = false;
- G2L["12e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["12e"]["BackgroundTransparency"] = 1;
- G2L["12e"]["LayoutOrder"] = 3;
- G2L["12e"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hamor.Info.Sprint
- G2L["12f"] = Instance.new("ImageLabel", G2L["12b"]);
- G2L["12f"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["12f"]["ZIndex"] = 8;
- G2L["12f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["12f"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["12f"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["12f"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["12f"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["12f"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["12f"]["Visible"] = false;
- G2L["12f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["12f"]["BackgroundTransparency"] = 1;
- G2L["12f"]["LayoutOrder"] = 1;
- G2L["12f"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Immersive
- G2L["130"] = Instance.new("TextButton", G2L["43"]);
- G2L["130"]["TextWrapped"] = true;
- G2L["130"]["LineHeight"] = 1.1;
- G2L["130"]["BorderSizePixel"] = 0;
- G2L["130"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["130"]["TextSize"] = 35;
- G2L["130"]["TextColor3"] = Color3.fromRGB(0, 86, 0);
- G2L["130"]["TextScaled"] = true;
- G2L["130"]["BackgroundColor3"] = Color3.fromRGB(0, 86, 0);
- G2L["130"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["130"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["130"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["130"]["BackgroundTransparency"] = 0.9;
- G2L["130"]["LayoutOrder"] = -89;
- G2L["130"]["Name"] = [[Immersive]];
- G2L["130"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["130"]["Text"] = [[Immersive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Immersive.UICorner
- G2L["131"] = Instance.new("UICorner", G2L["130"]);
- G2L["131"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Immersive.UIPadding
- G2L["132"] = Instance.new("UIPadding", G2L["130"]);
- G2L["132"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["132"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Immersive.UIStroke
- G2L["133"] = Instance.new("UIStroke", G2L["130"]);
- G2L["133"]["Enabled"] = false;
- G2L["133"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["133"]["Thickness"] = 3;
- G2L["133"]["Color"] = Color3.fromRGB(0, 86, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Immersive.Info
- G2L["134"] = Instance.new("Frame", G2L["130"]);
- G2L["134"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["134"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["134"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["134"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["134"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["134"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["134"]["Name"] = [[Info]];
- G2L["134"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Immersive.Info.UIListLayout
- G2L["135"] = Instance.new("UIListLayout", G2L["134"]);
- G2L["135"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["135"]["Padding"] = UDim.new(0.01, 0);
- G2L["135"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["135"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["135"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Immersive.Info.NoRevive
- G2L["136"] = Instance.new("ImageLabel", G2L["134"]);
- G2L["136"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["136"]["ZIndex"] = 8;
- G2L["136"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["136"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["136"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["136"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["136"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["136"]["Visible"] = false;
- G2L["136"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["136"]["BackgroundTransparency"] = 1;
- G2L["136"]["LayoutOrder"] = 1;
- G2L["136"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Immersive.Info.New
- G2L["137"] = Instance.new("ImageLabel", G2L["134"]);
- G2L["137"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["137"]["ZIndex"] = 8;
- G2L["137"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["137"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["137"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["137"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["137"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["137"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["137"]["BackgroundTransparency"] = 1;
- G2L["137"]["LayoutOrder"] = 3;
- G2L["137"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Immersive.Info.Sprint
- G2L["138"] = Instance.new("ImageLabel", G2L["134"]);
- G2L["138"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["138"]["ZIndex"] = 8;
- G2L["138"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["138"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["138"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["138"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["138"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["138"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["138"]["Visible"] = false;
- G2L["138"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["138"]["BackgroundTransparency"] = 1;
- G2L["138"]["LayoutOrder"] = 1;
- G2L["138"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Interminable
- G2L["139"] = Instance.new("TextButton", G2L["43"]);
- G2L["139"]["TextWrapped"] = true;
- G2L["139"]["LineHeight"] = 1.1;
- G2L["139"]["BorderSizePixel"] = 0;
- G2L["139"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["139"]["TextSize"] = 35;
- G2L["139"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["139"]["TextScaled"] = true;
- G2L["139"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["139"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["139"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["139"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["139"]["BackgroundTransparency"] = 0.9;
- G2L["139"]["LayoutOrder"] = -88;
- G2L["139"]["Name"] = [[Interminable]];
- G2L["139"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["139"]["Text"] = [[Interminable]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Interminable.UICorner
- G2L["13a"] = Instance.new("UICorner", G2L["139"]);
- G2L["13a"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Interminable.UIPadding
- G2L["13b"] = Instance.new("UIPadding", G2L["139"]);
- G2L["13b"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["13b"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Interminable.UIStroke
- G2L["13c"] = Instance.new("UIStroke", G2L["139"]);
- G2L["13c"]["Enabled"] = false;
- G2L["13c"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["13c"]["Thickness"] = 3;
- G2L["13c"]["Color"] = Color3.fromRGB(255, 255, 255);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Interminable.Info
- G2L["13d"] = Instance.new("Frame", G2L["139"]);
- G2L["13d"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["13d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["13d"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["13d"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["13d"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["13d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["13d"]["Name"] = [[Info]];
- G2L["13d"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Interminable.Info.UIListLayout
- G2L["13e"] = Instance.new("UIListLayout", G2L["13d"]);
- G2L["13e"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["13e"]["Padding"] = UDim.new(0.01, 0);
- G2L["13e"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["13e"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["13e"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Interminable.Info.NoRevive
- G2L["13f"] = Instance.new("ImageLabel", G2L["13d"]);
- G2L["13f"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["13f"]["ZIndex"] = 8;
- G2L["13f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["13f"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["13f"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["13f"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["13f"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["13f"]["Visible"] = false;
- G2L["13f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["13f"]["BackgroundTransparency"] = 1;
- G2L["13f"]["LayoutOrder"] = 1;
- G2L["13f"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Interminable.Info.New
- G2L["140"] = Instance.new("ImageLabel", G2L["13d"]);
- G2L["140"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["140"]["ZIndex"] = 8;
- G2L["140"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["140"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["140"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["140"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["140"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["140"]["Visible"] = false;
- G2L["140"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["140"]["BackgroundTransparency"] = 1;
- G2L["140"]["LayoutOrder"] = 3;
- G2L["140"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Interminable.Info.Sprint
- G2L["141"] = Instance.new("ImageLabel", G2L["13d"]);
- G2L["141"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["141"]["ZIndex"] = 8;
- G2L["141"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["141"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["141"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["141"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["141"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["141"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["141"]["Visible"] = false;
- G2L["141"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["141"]["BackgroundTransparency"] = 1;
- G2L["141"]["LayoutOrder"] = 1;
- G2L["141"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined
- G2L["142"] = Instance.new("TextButton", G2L["43"]);
- G2L["142"]["TextWrapped"] = true;
- G2L["142"]["LineHeight"] = 1.1;
- G2L["142"]["BorderSizePixel"] = 0;
- G2L["142"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["142"]["TextSize"] = 35;
- G2L["142"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["142"]["TextScaled"] = true;
- G2L["142"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["142"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["142"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["142"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["142"]["BackgroundTransparency"] = 0.9;
- G2L["142"]["LayoutOrder"] = -87;
- G2L["142"]["Name"] = [[Combined]];
- G2L["142"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["142"]["Text"] = [[Isolation]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.UICorner
- G2L["143"] = Instance.new("UICorner", G2L["142"]);
- G2L["143"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.UIPadding
- G2L["144"] = Instance.new("UIPadding", G2L["142"]);
- G2L["144"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["144"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.UIStroke
- G2L["145"] = Instance.new("UIStroke", G2L["142"]);
- G2L["145"]["Enabled"] = false;
- G2L["145"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["145"]["Thickness"] = 3;
- G2L["145"]["Color"] = Color3.fromRGB(255, 255, 255);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info
- G2L["146"] = Instance.new("Frame", G2L["142"]);
- G2L["146"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["146"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["146"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["146"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["146"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["146"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["146"]["Name"] = [[Info]];
- G2L["146"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info.UIListLayout
- G2L["147"] = Instance.new("UIListLayout", G2L["146"]);
- G2L["147"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["147"]["Padding"] = UDim.new(0.01, 0);
- G2L["147"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["147"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["147"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info.NoRevive
- G2L["148"] = Instance.new("ImageLabel", G2L["146"]);
- G2L["148"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["148"]["ZIndex"] = 8;
- G2L["148"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["148"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["148"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["148"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["148"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["148"]["Visible"] = false;
- G2L["148"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["148"]["BackgroundTransparency"] = 1;
- G2L["148"]["LayoutOrder"] = 1;
- G2L["148"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info.New
- G2L["149"] = Instance.new("ImageLabel", G2L["146"]);
- G2L["149"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["149"]["ZIndex"] = 8;
- G2L["149"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["149"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["149"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["149"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["149"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["149"]["Visible"] = false;
- G2L["149"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["149"]["BackgroundTransparency"] = 1;
- G2L["149"]["LayoutOrder"] = 3;
- G2L["149"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info.Sprint
- G2L["14a"] = Instance.new("ImageLabel", G2L["146"]);
- G2L["14a"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["14a"]["ZIndex"] = 8;
- G2L["14a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["14a"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["14a"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["14a"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["14a"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["14a"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["14a"]["Visible"] = false;
- G2L["14a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["14a"]["BackgroundTransparency"] = 1;
- G2L["14a"]["LayoutOrder"] = 1;
- G2L["14a"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Mayhem
- G2L["14b"] = Instance.new("TextButton", G2L["43"]);
- G2L["14b"]["TextWrapped"] = true;
- G2L["14b"]["LineHeight"] = 1.1;
- G2L["14b"]["BorderSizePixel"] = 0;
- G2L["14b"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["14b"]["TextSize"] = 35;
- G2L["14b"]["TextColor3"] = Color3.fromRGB(0, 0, 128);
- G2L["14b"]["TextScaled"] = true;
- G2L["14b"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 128);
- G2L["14b"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["14b"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["14b"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["14b"]["BackgroundTransparency"] = 0.9;
- G2L["14b"]["LayoutOrder"] = -86;
- G2L["14b"]["Name"] = [[Mayhem]];
- G2L["14b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["14b"]["Text"] = [[Mayhem]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Mayhem.UICorner
- G2L["14c"] = Instance.new("UICorner", G2L["14b"]);
- G2L["14c"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Mayhem.UIPadding
- G2L["14d"] = Instance.new("UIPadding", G2L["14b"]);
- G2L["14d"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["14d"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Mayhem.UIStroke
- G2L["14e"] = Instance.new("UIStroke", G2L["14b"]);
- G2L["14e"]["Enabled"] = false;
- G2L["14e"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["14e"]["Thickness"] = 3;
- G2L["14e"]["Color"] = Color3.fromRGB(0, 0, 128);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Mayhem.Info
- G2L["14f"] = Instance.new("Frame", G2L["14b"]);
- G2L["14f"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["14f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["14f"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["14f"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["14f"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["14f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["14f"]["Name"] = [[Info]];
- G2L["14f"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Mayhem.Info.UIListLayout
- G2L["150"] = Instance.new("UIListLayout", G2L["14f"]);
- G2L["150"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["150"]["Padding"] = UDim.new(0.01, 0);
- G2L["150"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["150"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["150"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Mayhem.Info.NoRevive
- G2L["151"] = Instance.new("ImageLabel", G2L["14f"]);
- G2L["151"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["151"]["ZIndex"] = 8;
- G2L["151"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["151"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["151"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["151"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["151"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["151"]["Visible"] = false;
- G2L["151"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["151"]["BackgroundTransparency"] = 1;
- G2L["151"]["LayoutOrder"] = 1;
- G2L["151"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Mayhem.Info.New
- G2L["152"] = Instance.new("ImageLabel", G2L["14f"]);
- G2L["152"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["152"]["ZIndex"] = 8;
- G2L["152"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["152"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["152"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["152"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["152"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["152"]["Visible"] = false;
- G2L["152"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["152"]["BackgroundTransparency"] = 1;
- G2L["152"]["LayoutOrder"] = 3;
- G2L["152"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Mayhem.Info.Sprint
- G2L["153"] = Instance.new("ImageLabel", G2L["14f"]);
- G2L["153"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["153"]["ZIndex"] = 8;
- G2L["153"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["153"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["153"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["153"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["153"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["153"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["153"]["Visible"] = false;
- G2L["153"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["153"]["BackgroundTransparency"] = 1;
- G2L["153"]["LayoutOrder"] = 1;
- G2L["153"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Psychotic
- G2L["154"] = Instance.new("TextButton", G2L["43"]);
- G2L["154"]["TextWrapped"] = true;
- G2L["154"]["LineHeight"] = 1.1;
- G2L["154"]["BorderSizePixel"] = 0;
- G2L["154"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["154"]["TextSize"] = 35;
- G2L["154"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["154"]["TextScaled"] = true;
- G2L["154"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["154"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["154"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["154"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["154"]["BackgroundTransparency"] = 0.9;
- G2L["154"]["LayoutOrder"] = 11;
- G2L["154"]["Name"] = [[Psychotic]];
- G2L["154"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["154"]["Text"] = [[Psychotic]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Psychotic.UICorner
- G2L["155"] = Instance.new("UICorner", G2L["154"]);
- G2L["155"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Psychotic.UIPadding
- G2L["156"] = Instance.new("UIPadding", G2L["154"]);
- G2L["156"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["156"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Psychotic.UIStroke
- G2L["157"] = Instance.new("UIStroke", G2L["154"]);
- G2L["157"]["Enabled"] = false;
- G2L["157"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["157"]["Thickness"] = 3;
- G2L["157"]["Color"] = Color3.fromRGB(255, 255, 255);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Psychotic.Info
- G2L["158"] = Instance.new("Frame", G2L["154"]);
- G2L["158"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["158"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["158"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["158"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["158"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["158"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["158"]["Name"] = [[Info]];
- G2L["158"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Psychotic.Info.UIListLayout
- G2L["159"] = Instance.new("UIListLayout", G2L["158"]);
- G2L["159"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["159"]["Padding"] = UDim.new(0.01, 0);
- G2L["159"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["159"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["159"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Psychotic.Info.NoRevive
- G2L["15a"] = Instance.new("ImageLabel", G2L["158"]);
- G2L["15a"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["15a"]["ZIndex"] = 8;
- G2L["15a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["15a"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["15a"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["15a"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["15a"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["15a"]["Visible"] = false;
- G2L["15a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["15a"]["BackgroundTransparency"] = 1;
- G2L["15a"]["LayoutOrder"] = 1;
- G2L["15a"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Psychotic.Info.New
- G2L["15b"] = Instance.new("ImageLabel", G2L["158"]);
- G2L["15b"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["15b"]["ZIndex"] = 8;
- G2L["15b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["15b"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["15b"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["15b"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["15b"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["15b"]["Visible"] = false;
- G2L["15b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["15b"]["BackgroundTransparency"] = 1;
- G2L["15b"]["LayoutOrder"] = 3;
- G2L["15b"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Psychotic.Info.Sprint
- G2L["15c"] = Instance.new("ImageLabel", G2L["158"]);
- G2L["15c"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["15c"]["ZIndex"] = 8;
- G2L["15c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["15c"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["15c"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["15c"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["15c"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["15c"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["15c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["15c"]["BackgroundTransparency"] = 1;
- G2L["15c"]["LayoutOrder"] = 1;
- G2L["15c"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Sorrowlight
- G2L["15d"] = Instance.new("TextButton", G2L["43"]);
- G2L["15d"]["TextWrapped"] = true;
- G2L["15d"]["LineHeight"] = 1.1;
- G2L["15d"]["BorderSizePixel"] = 0;
- G2L["15d"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["15d"]["TextSize"] = 35;
- G2L["15d"]["TextColor3"] = Color3.fromRGB(0, 86, 128);
- G2L["15d"]["TextScaled"] = true;
- G2L["15d"]["BackgroundColor3"] = Color3.fromRGB(0, 86, 128);
- G2L["15d"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["15d"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["15d"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["15d"]["BackgroundTransparency"] = 0.9;
- G2L["15d"]["LayoutOrder"] = 104;
- G2L["15d"]["Name"] = [[Sorrowlight]];
- G2L["15d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["15d"]["Text"] = [[Sorrowlight]];
- G2L["15d"]["Position"] = UDim2.new(0.51163, 0, 0.70907, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Sorrowlight.UICorner
- G2L["15e"] = Instance.new("UICorner", G2L["15d"]);
- G2L["15e"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Sorrowlight.UIPadding
- G2L["15f"] = Instance.new("UIPadding", G2L["15d"]);
- G2L["15f"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["15f"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Sorrowlight.UIStroke
- G2L["160"] = Instance.new("UIStroke", G2L["15d"]);
- G2L["160"]["Enabled"] = false;
- G2L["160"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["160"]["Thickness"] = 3;
- G2L["160"]["Color"] = Color3.fromRGB(0, 86, 128);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Sorrowlight.Info
- G2L["161"] = Instance.new("Frame", G2L["15d"]);
- G2L["161"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["161"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["161"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["161"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["161"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["161"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["161"]["Name"] = [[Info]];
- G2L["161"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Sorrowlight.Info.UIListLayout
- G2L["162"] = Instance.new("UIListLayout", G2L["161"]);
- G2L["162"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["162"]["Padding"] = UDim.new(0.01, 0);
- G2L["162"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["162"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["162"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Sorrowlight.Info.NoRevive
- G2L["163"] = Instance.new("ImageLabel", G2L["161"]);
- G2L["163"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["163"]["ZIndex"] = 8;
- G2L["163"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["163"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["163"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["163"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["163"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["163"]["Visible"] = false;
- G2L["163"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["163"]["BackgroundTransparency"] = 1;
- G2L["163"]["LayoutOrder"] = 1;
- G2L["163"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Sorrowlight.Info.New
- G2L["164"] = Instance.new("ImageLabel", G2L["161"]);
- G2L["164"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["164"]["ZIndex"] = 8;
- G2L["164"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["164"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["164"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["164"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["164"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["164"]["Visible"] = false;
- G2L["164"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["164"]["BackgroundTransparency"] = 1;
- G2L["164"]["LayoutOrder"] = 3;
- G2L["164"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Sorrowlight.Info.Sprint
- G2L["165"] = Instance.new("ImageLabel", G2L["161"]);
- G2L["165"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["165"]["ZIndex"] = 8;
- G2L["165"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["165"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["165"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["165"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["165"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["165"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["165"]["Visible"] = false;
- G2L["165"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["165"]["BackgroundTransparency"] = 1;
- G2L["165"]["LayoutOrder"] = 1;
- G2L["165"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Troll
- G2L["166"] = Instance.new("TextButton", G2L["43"]);
- G2L["166"]["TextWrapped"] = true;
- G2L["166"]["LineHeight"] = 1.1;
- G2L["166"]["BorderSizePixel"] = 0;
- G2L["166"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["166"]["TextSize"] = 35;
- G2L["166"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["166"]["TextScaled"] = true;
- G2L["166"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["166"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["166"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["166"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["166"]["BackgroundTransparency"] = 0.9;
- G2L["166"]["LayoutOrder"] = 104;
- G2L["166"]["Name"] = [[Troll]];
- G2L["166"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["166"]["Text"] = [[Troll]];
- G2L["166"]["Position"] = UDim2.new(0.51163, 0, 0.70907, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Troll.UICorner
- G2L["167"] = Instance.new("UICorner", G2L["166"]);
- G2L["167"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Troll.UIPadding
- G2L["168"] = Instance.new("UIPadding", G2L["166"]);
- G2L["168"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["168"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Troll.UIStroke
- G2L["169"] = Instance.new("UIStroke", G2L["166"]);
- G2L["169"]["Enabled"] = false;
- G2L["169"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["169"]["Thickness"] = 3;
- G2L["169"]["Color"] = Color3.fromRGB(255, 255, 255);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Troll.Info
- G2L["16a"] = Instance.new("Frame", G2L["166"]);
- G2L["16a"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["16a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["16a"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["16a"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["16a"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["16a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["16a"]["Name"] = [[Info]];
- G2L["16a"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Troll.Info.UIListLayout
- G2L["16b"] = Instance.new("UIListLayout", G2L["16a"]);
- G2L["16b"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["16b"]["Padding"] = UDim.new(0.01, 0);
- G2L["16b"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["16b"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["16b"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Troll.Info.NoRevive
- G2L["16c"] = Instance.new("ImageLabel", G2L["16a"]);
- G2L["16c"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["16c"]["ZIndex"] = 8;
- G2L["16c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["16c"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["16c"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["16c"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["16c"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["16c"]["Visible"] = false;
- G2L["16c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["16c"]["BackgroundTransparency"] = 1;
- G2L["16c"]["LayoutOrder"] = 1;
- G2L["16c"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Troll.Info.New
- G2L["16d"] = Instance.new("ImageLabel", G2L["16a"]);
- G2L["16d"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["16d"]["ZIndex"] = 8;
- G2L["16d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["16d"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["16d"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["16d"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["16d"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["16d"]["Visible"] = false;
- G2L["16d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["16d"]["BackgroundTransparency"] = 1;
- G2L["16d"]["LayoutOrder"] = 3;
- G2L["16d"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Troll.Info.Sprint
- G2L["16e"] = Instance.new("ImageLabel", G2L["16a"]);
- G2L["16e"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["16e"]["ZIndex"] = 8;
- G2L["16e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["16e"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["16e"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["16e"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["16e"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["16e"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["16e"]["Visible"] = false;
- G2L["16e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["16e"]["BackgroundTransparency"] = 1;
- G2L["16e"]["LayoutOrder"] = 1;
- G2L["16e"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Unpleasant
- G2L["16f"] = Instance.new("TextButton", G2L["43"]);
- G2L["16f"]["TextWrapped"] = true;
- G2L["16f"]["LineHeight"] = 1.1;
- G2L["16f"]["BorderSizePixel"] = 0;
- G2L["16f"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["16f"]["TextSize"] = 35;
- G2L["16f"]["TextColor3"] = Color3.fromRGB(86, 86, 0);
- G2L["16f"]["TextScaled"] = true;
- G2L["16f"]["BackgroundColor3"] = Color3.fromRGB(86, 86, 0);
- G2L["16f"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["16f"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["16f"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["16f"]["BackgroundTransparency"] = 0.9;
- G2L["16f"]["LayoutOrder"] = -85;
- G2L["16f"]["Name"] = [[Unpleasant]];
- G2L["16f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["16f"]["Text"] = [[Unpleasant]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Unpleasant.UICorner
- G2L["170"] = Instance.new("UICorner", G2L["16f"]);
- G2L["170"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Unpleasant.UIPadding
- G2L["171"] = Instance.new("UIPadding", G2L["16f"]);
- G2L["171"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["171"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Unpleasant.UIStroke
- G2L["172"] = Instance.new("UIStroke", G2L["16f"]);
- G2L["172"]["Enabled"] = false;
- G2L["172"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["172"]["Thickness"] = 3;
- G2L["172"]["Color"] = Color3.fromRGB(86, 86, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Unpleasant.Info
- G2L["173"] = Instance.new("Frame", G2L["16f"]);
- G2L["173"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["173"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["173"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["173"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["173"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["173"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["173"]["Name"] = [[Info]];
- G2L["173"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Unpleasant.Info.UIListLayout
- G2L["174"] = Instance.new("UIListLayout", G2L["173"]);
- G2L["174"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["174"]["Padding"] = UDim.new(0.01, 0);
- G2L["174"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["174"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["174"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Unpleasant.Info.NoRevive
- G2L["175"] = Instance.new("ImageLabel", G2L["173"]);
- G2L["175"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["175"]["ZIndex"] = 8;
- G2L["175"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["175"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["175"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["175"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["175"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["175"]["Visible"] = false;
- G2L["175"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["175"]["BackgroundTransparency"] = 1;
- G2L["175"]["LayoutOrder"] = 1;
- G2L["175"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Unpleasant.Info.New
- G2L["176"] = Instance.new("ImageLabel", G2L["173"]);
- G2L["176"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["176"]["ZIndex"] = 8;
- G2L["176"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["176"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["176"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["176"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["176"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["176"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["176"]["BackgroundTransparency"] = 1;
- G2L["176"]["LayoutOrder"] = 3;
- G2L["176"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Unpleasant.Info.Sprint
- G2L["177"] = Instance.new("ImageLabel", G2L["173"]);
- G2L["177"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["177"]["ZIndex"] = 8;
- G2L["177"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["177"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["177"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["177"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["177"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["177"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["177"]["Visible"] = false;
- G2L["177"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["177"]["BackgroundTransparency"] = 1;
- G2L["177"]["LayoutOrder"] = 1;
- G2L["177"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Veryhard
- G2L["178"] = Instance.new("TextButton", G2L["43"]);
- G2L["178"]["TextWrapped"] = true;
- G2L["178"]["LineHeight"] = 1.1;
- G2L["178"]["BorderSizePixel"] = 0;
- G2L["178"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["178"]["TextSize"] = 35;
- G2L["178"]["TextColor3"] = Color3.fromRGB(214, 0, 5);
- G2L["178"]["TextScaled"] = true;
- G2L["178"]["BackgroundColor3"] = Color3.fromRGB(214, 0, 5);
- G2L["178"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["178"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["178"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["178"]["BackgroundTransparency"] = 0.9;
- G2L["178"]["LayoutOrder"] = -84;
- G2L["178"]["Name"] = [[Veryhard]];
- G2L["178"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["178"]["Text"] = [[Very hard]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Veryhard.UICorner
- G2L["179"] = Instance.new("UICorner", G2L["178"]);
- G2L["179"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Veryhard.UIPadding
- G2L["17a"] = Instance.new("UIPadding", G2L["178"]);
- G2L["17a"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["17a"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Veryhard.UIStroke
- G2L["17b"] = Instance.new("UIStroke", G2L["178"]);
- G2L["17b"]["Enabled"] = false;
- G2L["17b"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["17b"]["Thickness"] = 3;
- G2L["17b"]["Color"] = Color3.fromRGB(214, 0, 5);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Veryhard.Info
- G2L["17c"] = Instance.new("Frame", G2L["178"]);
- G2L["17c"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["17c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["17c"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["17c"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["17c"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["17c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["17c"]["Name"] = [[Info]];
- G2L["17c"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Veryhard.Info.UIListLayout
- G2L["17d"] = Instance.new("UIListLayout", G2L["17c"]);
- G2L["17d"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["17d"]["Padding"] = UDim.new(0.01, 0);
- G2L["17d"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["17d"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["17d"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Veryhard.Info.NoRevive
- G2L["17e"] = Instance.new("ImageLabel", G2L["17c"]);
- G2L["17e"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["17e"]["ZIndex"] = 8;
- G2L["17e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["17e"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["17e"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["17e"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["17e"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["17e"]["Visible"] = false;
- G2L["17e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["17e"]["BackgroundTransparency"] = 1;
- G2L["17e"]["LayoutOrder"] = 1;
- G2L["17e"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Veryhard.Info.New
- G2L["17f"] = Instance.new("ImageLabel", G2L["17c"]);
- G2L["17f"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["17f"]["ZIndex"] = 8;
- G2L["17f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["17f"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["17f"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["17f"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["17f"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["17f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["17f"]["BackgroundTransparency"] = 1;
- G2L["17f"]["LayoutOrder"] = 3;
- G2L["17f"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Veryhard.Info.Sprint
- G2L["180"] = Instance.new("ImageLabel", G2L["17c"]);
- G2L["180"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["180"]["ZIndex"] = 8;
- G2L["180"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["180"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["180"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["180"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["180"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["180"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["180"]["Visible"] = false;
- G2L["180"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["180"]["BackgroundTransparency"] = 1;
- G2L["180"]["LayoutOrder"] = 1;
- G2L["180"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.limit
- G2L["181"] = Instance.new("TextButton", G2L["43"]);
- G2L["181"]["TextWrapped"] = true;
- G2L["181"]["LineHeight"] = 1.1;
- G2L["181"]["BorderSizePixel"] = 0;
- G2L["181"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["181"]["TextSize"] = 35;
- G2L["181"]["TextColor3"] = Color3.fromRGB(255, 0, 5);
- G2L["181"]["TextScaled"] = true;
- G2L["181"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 5);
- G2L["181"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["181"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["181"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["181"]["BackgroundTransparency"] = 0.9;
- G2L["181"]["LayoutOrder"] = 105;
- G2L["181"]["Name"] = [[limit]];
- G2L["181"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["181"]["Text"] = [[limit]];
- G2L["181"]["Position"] = UDim2.new(0.51163, 0, 0.70907, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.limit.UICorner
- G2L["182"] = Instance.new("UICorner", G2L["181"]);
- G2L["182"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.limit.UIPadding
- G2L["183"] = Instance.new("UIPadding", G2L["181"]);
- G2L["183"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["183"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.limit.UIStroke
- G2L["184"] = Instance.new("UIStroke", G2L["181"]);
- G2L["184"]["Enabled"] = false;
- G2L["184"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["184"]["Thickness"] = 3;
- G2L["184"]["Color"] = Color3.fromRGB(255, 0, 5);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.limit.Info
- G2L["185"] = Instance.new("Frame", G2L["181"]);
- G2L["185"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["185"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["185"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["185"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["185"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["185"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["185"]["Name"] = [[Info]];
- G2L["185"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.limit.Info.UIListLayout
- G2L["186"] = Instance.new("UIListLayout", G2L["185"]);
- G2L["186"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["186"]["Padding"] = UDim.new(0.01, 0);
- G2L["186"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["186"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["186"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.limit.Info.NoRevive
- G2L["187"] = Instance.new("ImageLabel", G2L["185"]);
- G2L["187"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["187"]["ZIndex"] = 8;
- G2L["187"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["187"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["187"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["187"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["187"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["187"]["Visible"] = false;
- G2L["187"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["187"]["BackgroundTransparency"] = 1;
- G2L["187"]["LayoutOrder"] = 1;
- G2L["187"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.limit.Info.New
- G2L["188"] = Instance.new("ImageLabel", G2L["185"]);
- G2L["188"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["188"]["ZIndex"] = 8;
- G2L["188"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["188"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["188"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["188"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["188"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["188"]["Visible"] = false;
- G2L["188"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["188"]["BackgroundTransparency"] = 1;
- G2L["188"]["LayoutOrder"] = 3;
- G2L["188"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.limit.Info.Sprint
- G2L["189"] = Instance.new("ImageLabel", G2L["185"]);
- G2L["189"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["189"]["ZIndex"] = 8;
- G2L["189"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["189"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["189"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["189"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["189"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["189"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["189"]["Visible"] = false;
- G2L["189"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["189"]["BackgroundTransparency"] = 1;
- G2L["189"]["LayoutOrder"] = 1;
- G2L["189"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.lnsanity
- G2L["18a"] = Instance.new("TextButton", G2L["43"]);
- G2L["18a"]["TextWrapped"] = true;
- G2L["18a"]["LineHeight"] = 1.1;
- G2L["18a"]["BorderSizePixel"] = 0;
- G2L["18a"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["18a"]["TextSize"] = 35;
- G2L["18a"]["TextColor3"] = Color3.fromRGB(214, 0, 5);
- G2L["18a"]["TextScaled"] = true;
- G2L["18a"]["BackgroundColor3"] = Color3.fromRGB(214, 0, 5);
- G2L["18a"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["18a"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["18a"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["18a"]["BackgroundTransparency"] = 0.9;
- G2L["18a"]["LayoutOrder"] = -84;
- G2L["18a"]["Name"] = [[lnsanity]];
- G2L["18a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["18a"]["Text"] = [[lnsanity]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.lnsanity.UICorner
- G2L["18b"] = Instance.new("UICorner", G2L["18a"]);
- G2L["18b"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.lnsanity.UIPadding
- G2L["18c"] = Instance.new("UIPadding", G2L["18a"]);
- G2L["18c"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["18c"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.lnsanity.UIStroke
- G2L["18d"] = Instance.new("UIStroke", G2L["18a"]);
- G2L["18d"]["Enabled"] = false;
- G2L["18d"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["18d"]["Thickness"] = 3;
- G2L["18d"]["Color"] = Color3.fromRGB(214, 0, 5);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.lnsanity.Info
- G2L["18e"] = Instance.new("Frame", G2L["18a"]);
- G2L["18e"]["BorderSizePixel"] = 0;
- -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
- G2L["18e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["18e"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["18e"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
- G2L["18e"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
- G2L["18e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["18e"]["Name"] = [[Info]];
- G2L["18e"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.lnsanity.Info.UIListLayout
- G2L["18f"] = Instance.new("UIListLayout", G2L["18e"]);
- G2L["18f"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
- G2L["18f"]["Padding"] = UDim.new(0.01, 0);
- G2L["18f"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["18f"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["18f"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.lnsanity.Info.NoRevive
- G2L["190"] = Instance.new("ImageLabel", G2L["18e"]);
- G2L["190"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["190"]["ZIndex"] = 8;
- G2L["190"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["190"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["190"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["190"]["Image"] = [[rbxassetid://116165443812933]];
- G2L["190"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["190"]["Visible"] = false;
- G2L["190"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["190"]["BackgroundTransparency"] = 1;
- G2L["190"]["LayoutOrder"] = 1;
- G2L["190"]["Name"] = [[NoRevive]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.lnsanity.Info.New
- G2L["191"] = Instance.new("ImageLabel", G2L["18e"]);
- G2L["191"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["191"]["ZIndex"] = 8;
- G2L["191"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["191"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["191"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["191"]["Image"] = [[rbxassetid://92782478969567]];
- G2L["191"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["191"]["Visible"] = false;
- G2L["191"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["191"]["BackgroundTransparency"] = 1;
- G2L["191"]["LayoutOrder"] = 3;
- G2L["191"]["Name"] = [[New]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.lnsanity.Info.Sprint
- G2L["192"] = Instance.new("ImageLabel", G2L["18e"]);
- G2L["192"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
- G2L["192"]["ZIndex"] = 8;
- G2L["192"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["192"]["ScaleType"] = Enum.ScaleType.Fit;
- G2L["192"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
- G2L["192"]["AnchorPoint"] = Vector2.new(1, 0.5);
- G2L["192"]["Image"] = [[rbxassetid://80639010689297]];
- G2L["192"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
- G2L["192"]["Visible"] = false;
- G2L["192"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["192"]["BackgroundTransparency"] = 1;
- G2L["192"]["LayoutOrder"] = 1;
- G2L["192"]["Name"] = [[Sprint]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Item
- G2L["193"] = Instance.new("Frame", G2L["3b"]);
- G2L["193"]["Visible"] = false;
- G2L["193"]["BorderSizePixel"] = 0;
- G2L["193"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["193"]["Size"] = UDim2.new(1, 0, 1, 0);
- G2L["193"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["193"]["Name"] = [[Item]];
- G2L["193"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.UICorner
- G2L["194"] = Instance.new("UICorner", G2L["193"]);
- G2L["194"]["CornerRadius"] = UDim.new(0.23, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.UIPadding
- G2L["195"] = Instance.new("UIPadding", G2L["193"]);
- G2L["195"]["PaddingTop"] = UDim.new(0.025, 0);
- G2L["195"]["PaddingRight"] = UDim.new(0.025, 0);
- G2L["195"]["PaddingLeft"] = UDim.new(0.025, 0);
- G2L["195"]["PaddingBottom"] = UDim.new(0.025, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Preview
- G2L["196"] = Instance.new("Frame", G2L["193"]);
- G2L["196"]["BorderSizePixel"] = 0;
- G2L["196"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["196"]["Size"] = UDim2.new(0.88817, 0, 0.25, 0);
- G2L["196"]["Position"] = UDim2.new(0.05483, 0, -0.01096, 0);
- G2L["196"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["196"]["Name"] = [[Preview]];
- G2L["196"]["BackgroundTransparency"] = 0.95;
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Preview.Title
- G2L["197"] = Instance.new("TextLabel", G2L["196"]);
- G2L["197"]["TextWrapped"] = true;
- G2L["197"]["BorderSizePixel"] = 0;
- G2L["197"]["TextScaled"] = true;
- G2L["197"]["BackgroundColor3"] = Color3.fromRGB(86, 255, 255);
- G2L["197"]["TextSize"] = 14;
- G2L["197"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["197"]["TextColor3"] = Color3.fromRGB(86, 255, 255);
- G2L["197"]["BackgroundTransparency"] = 1;
- G2L["197"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
- G2L["197"]["Size"] = UDim2.new(1, 0, 0.5, 0);
- G2L["197"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["197"]["Text"] = [[Item]];
- G2L["197"]["Name"] = [[Title]];
- G2L["197"]["Position"] = UDim2.new(0.5, 0, 0.28, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Preview.Desc
- G2L["198"] = Instance.new("TextLabel", G2L["196"]);
- G2L["198"]["TextWrapped"] = true;
- G2L["198"]["BorderSizePixel"] = 0;
- G2L["198"]["TextScaled"] = true;
- G2L["198"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["198"]["TextSize"] = 14;
- G2L["198"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["198"]["TextColor3"] = Color3.fromRGB(86, 255, 255);
- G2L["198"]["BackgroundTransparency"] = 1;
- G2L["198"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
- G2L["198"]["Size"] = UDim2.new(1, 0, 0.4, 0);
- G2L["198"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["198"]["Text"] = [[Make your game easier!]];
- G2L["198"]["Name"] = [[Desc]];
- G2L["198"]["Position"] = UDim2.new(0.5, 0, 0.72604, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Preview.UICorner
- G2L["199"] = Instance.new("UICorner", G2L["196"]);
- G2L["199"]["CornerRadius"] = UDim.new(0.23, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item
- G2L["19a"] = Instance.new("ScrollingFrame", G2L["193"]);
- G2L["19a"]["Active"] = true;
- G2L["19a"]["ScrollingDirection"] = Enum.ScrollingDirection.Y;
- G2L["19a"]["BorderSizePixel"] = 0;
- G2L["19a"]["CanvasSize"] = UDim2.new(0, 0, 3, 0);
- G2L["19a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["19a"]["Name"] = [[Item]];
- G2L["19a"]["ScrollBarImageTransparency"] = 1;
- G2L["19a"]["HorizontalScrollBarInset"] = Enum.ScrollBarInset.Always;
- G2L["19a"]["AnchorPoint"] = Vector2.new(1, 1);
- G2L["19a"]["AutomaticCanvasSize"] = Enum.AutomaticSize.Y;
- G2L["19a"]["Size"] = UDim2.new(1, 0, 0.74, 0);
- G2L["19a"]["ScrollBarImageColor3"] = Color3.fromRGB(255, 223, 190);
- G2L["19a"]["Position"] = UDim2.new(1, 0, 1, 0);
- G2L["19a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["19a"]["ScrollBarThickness"] = 0;
- G2L["19a"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Separator
- G2L["19b"] = Instance.new("Frame", G2L["19a"]);
- G2L["19b"]["ZIndex"] = 6;
- G2L["19b"]["BorderSizePixel"] = 0;
- G2L["19b"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
- G2L["19b"]["Size"] = UDim2.new(0.975, 0, 0, 6);
- G2L["19b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["19b"]["Name"] = [[Separator]];
- G2L["19b"]["LayoutOrder"] = 100;
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Separator.Line
- G2L["19c"] = Instance.new("Frame", G2L["19b"]);
- G2L["19c"]["BorderSizePixel"] = 0;
- G2L["19c"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
- G2L["19c"]["AnchorPoint"] = Vector2.new(0, 0.5);
- G2L["19c"]["Size"] = UDim2.new(1, 0, 0, 4);
- G2L["19c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["19c"]["Name"] = [[Line]];
- G2L["19c"]["LayoutOrder"] = 5;
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Separator.Line.UICorner
- G2L["19d"] = Instance.new("UICorner", G2L["19c"]);
- G2L["19d"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Separator.UICorner
- G2L["19e"] = Instance.new("UICorner", G2L["19b"]);
- G2L["19e"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Separator
- G2L["19f"] = Instance.new("Frame", G2L["19a"]);
- G2L["19f"]["ZIndex"] = 6;
- G2L["19f"]["BorderSizePixel"] = 0;
- G2L["19f"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
- G2L["19f"]["Size"] = UDim2.new(0.975, 0, 0, 6);
- G2L["19f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["19f"]["Name"] = [[Separator]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Separator.Line
- G2L["1a0"] = Instance.new("Frame", G2L["19f"]);
- G2L["1a0"]["BorderSizePixel"] = 0;
- G2L["1a0"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
- G2L["1a0"]["AnchorPoint"] = Vector2.new(0, 0.5);
- G2L["1a0"]["Size"] = UDim2.new(1, 0, 0, 4);
- G2L["1a0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1a0"]["Name"] = [[Line]];
- G2L["1a0"]["LayoutOrder"] = 5;
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Separator.Line.UICorner
- G2L["1a1"] = Instance.new("UICorner", G2L["1a0"]);
- G2L["1a1"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Separator.UICorner
- G2L["1a2"] = Instance.new("UICorner", G2L["19f"]);
- G2L["1a2"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.GuidingCandle
- G2L["1a3"] = Instance.new("TextButton", G2L["19a"]);
- G2L["1a3"]["TextWrapped"] = true;
- G2L["1a3"]["LineHeight"] = 1.1;
- G2L["1a3"]["BorderSizePixel"] = 0;
- G2L["1a3"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["1a3"]["TextSize"] = 35;
- G2L["1a3"]["TextColor3"] = Color3.fromRGB(0, 255, 255);
- G2L["1a3"]["TextScaled"] = true;
- G2L["1a3"]["BackgroundColor3"] = Color3.fromRGB(0, 255, 255);
- G2L["1a3"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["1a3"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["1a3"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["1a3"]["BackgroundTransparency"] = 0.9;
- G2L["1a3"]["LayoutOrder"] = -1;
- G2L["1a3"]["Name"] = [[GuidingCandle]];
- G2L["1a3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1a3"]["Text"] = [[Guiding Candle]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.GuidingCandle.UICorner
- G2L["1a4"] = Instance.new("UICorner", G2L["1a3"]);
- G2L["1a4"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.GuidingCandle.UIPadding
- G2L["1a5"] = Instance.new("UIPadding", G2L["1a3"]);
- G2L["1a5"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["1a5"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.GuidingCandle.Value
- G2L["1a6"] = Instance.new("BoolValue", G2L["1a3"]);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.UIPadding
- G2L["1a7"] = Instance.new("UIPadding", G2L["19a"]);
- G2L["1a7"]["PaddingTop"] = UDim.new(0, 4);
- G2L["1a7"]["PaddingRight"] = UDim.new(0, 6);
- G2L["1a7"]["PaddingLeft"] = UDim.new(0, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.UIListLayout
- G2L["1a8"] = Instance.new("UIListLayout", G2L["19a"]);
- G2L["1a8"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
- G2L["1a8"]["Padding"] = UDim.new(0, 4);
- G2L["1a8"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Purpleflashlight
- G2L["1a9"] = Instance.new("TextButton", G2L["19a"]);
- G2L["1a9"]["TextWrapped"] = true;
- G2L["1a9"]["LineHeight"] = 1.1;
- G2L["1a9"]["BorderSizePixel"] = 0;
- G2L["1a9"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["1a9"]["TextSize"] = 35;
- G2L["1a9"]["TextColor3"] = Color3.fromRGB(171, 0, 128);
- G2L["1a9"]["TextScaled"] = true;
- G2L["1a9"]["BackgroundColor3"] = Color3.fromRGB(171, 0, 128);
- G2L["1a9"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["1a9"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["1a9"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["1a9"]["BackgroundTransparency"] = 0.9;
- G2L["1a9"]["LayoutOrder"] = -1;
- G2L["1a9"]["Name"] = [[Purpleflashlight]];
- G2L["1a9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1a9"]["Text"] = [[Purple Flashlight]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Purpleflashlight.UICorner
- G2L["1aa"] = Instance.new("UICorner", G2L["1a9"]);
- G2L["1aa"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Purpleflashlight.UIPadding
- G2L["1ab"] = Instance.new("UIPadding", G2L["1a9"]);
- G2L["1ab"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["1ab"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Purpleflashlight.Value
- G2L["1ac"] = Instance.new("BoolValue", G2L["1a9"]);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Scanner
- G2L["1ad"] = Instance.new("TextButton", G2L["19a"]);
- G2L["1ad"]["TextWrapped"] = true;
- G2L["1ad"]["LineHeight"] = 1.1;
- G2L["1ad"]["BorderSizePixel"] = 0;
- G2L["1ad"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["1ad"]["TextSize"] = 35;
- G2L["1ad"]["TextColor3"] = Color3.fromRGB(0, 86, 0);
- G2L["1ad"]["TextScaled"] = true;
- G2L["1ad"]["BackgroundColor3"] = Color3.fromRGB(0, 86, 0);
- G2L["1ad"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["1ad"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["1ad"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["1ad"]["BackgroundTransparency"] = 0.9;
- G2L["1ad"]["LayoutOrder"] = -1;
- G2L["1ad"]["Name"] = [[Scanner]];
- G2L["1ad"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1ad"]["Text"] = [[Scanner]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Scanner.UICorner
- G2L["1ae"] = Instance.new("UICorner", G2L["1ad"]);
- G2L["1ae"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Scanner.UIPadding
- G2L["1af"] = Instance.new("UIPadding", G2L["1ad"]);
- G2L["1af"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["1af"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Scanner.Value
- G2L["1b0"] = Instance.new("BoolValue", G2L["1ad"]);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.BarrelStarlight
- G2L["1b1"] = Instance.new("TextButton", G2L["19a"]);
- G2L["1b1"]["TextWrapped"] = true;
- G2L["1b1"]["LineHeight"] = 1.1;
- G2L["1b1"]["BorderSizePixel"] = 0;
- G2L["1b1"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["1b1"]["TextSize"] = 35;
- G2L["1b1"]["TextColor3"] = Color3.fromRGB(255, 255, 0);
- G2L["1b1"]["TextScaled"] = true;
- G2L["1b1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 0);
- G2L["1b1"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["1b1"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["1b1"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["1b1"]["BackgroundTransparency"] = 0.9;
- G2L["1b1"]["LayoutOrder"] = 101;
- G2L["1b1"]["Name"] = [[BarrelStarlight]];
- G2L["1b1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1b1"]["Text"] = [[Barrel Starlight]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.BarrelStarlight.UIPadding
- G2L["1b2"] = Instance.new("UIPadding", G2L["1b1"]);
- G2L["1b2"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["1b2"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.BarrelStarlight.Value
- G2L["1b3"] = Instance.new("BoolValue", G2L["1b1"]);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.BarrelStarlight.UICorner
- G2L["1b4"] = Instance.new("UICorner", G2L["1b1"]);
- G2L["1b4"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.GlitchFragment
- G2L["1b5"] = Instance.new("TextButton", G2L["19a"]);
- G2L["1b5"]["TextWrapped"] = true;
- G2L["1b5"]["LineHeight"] = 1.1;
- G2L["1b5"]["BorderSizePixel"] = 0;
- G2L["1b5"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["1b5"]["TextSize"] = 35;
- G2L["1b5"]["TextColor3"] = Color3.fromRGB(171, 0, 128);
- G2L["1b5"]["TextScaled"] = true;
- G2L["1b5"]["BackgroundColor3"] = Color3.fromRGB(171, 0, 128);
- G2L["1b5"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["1b5"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["1b5"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["1b5"]["BackgroundTransparency"] = 0.9;
- G2L["1b5"]["LayoutOrder"] = 1;
- G2L["1b5"]["Name"] = [[GlitchFragment]];
- G2L["1b5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1b5"]["Text"] = [[Glitch Fragment]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.GlitchFragment.UIPadding
- G2L["1b6"] = Instance.new("UIPadding", G2L["1b5"]);
- G2L["1b6"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["1b6"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.GlitchFragment.Value
- G2L["1b7"] = Instance.new("BoolValue", G2L["1b5"]);
- -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.GlitchFragment.UICorner
- G2L["1b8"] = Instance.new("UICorner", G2L["1b5"]);
- G2L["1b8"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.UIStroke
- G2L["1b9"] = Instance.new("UIStroke", G2L["3b"]);
- G2L["1b9"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["1b9"]["Thickness"] = 3;
- G2L["1b9"]["Color"] = Color3.fromRGB(255, 166, 167);
- -- StarterGui.Sciptmode.Main.Modifier.List.UICorner
- G2L["1ba"] = Instance.new("UICorner", G2L["3b"]);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place
- G2L["1bb"] = Instance.new("Frame", G2L["3b"]);
- G2L["1bb"]["Visible"] = false;
- G2L["1bb"]["BorderSizePixel"] = 0;
- G2L["1bb"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1bb"]["Size"] = UDim2.new(1, 0, 1, 0);
- G2L["1bb"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1bb"]["Name"] = [[Place]];
- G2L["1bb"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.UICorner
- G2L["1bc"] = Instance.new("UICorner", G2L["1bb"]);
- G2L["1bc"]["CornerRadius"] = UDim.new(0.23, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.UIPadding
- G2L["1bd"] = Instance.new("UIPadding", G2L["1bb"]);
- G2L["1bd"]["PaddingTop"] = UDim.new(0.025, 0);
- G2L["1bd"]["PaddingRight"] = UDim.new(0.025, 0);
- G2L["1bd"]["PaddingLeft"] = UDim.new(0.025, 0);
- G2L["1bd"]["PaddingBottom"] = UDim.new(0.025, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Preview
- G2L["1be"] = Instance.new("Frame", G2L["1bb"]);
- G2L["1be"]["BorderSizePixel"] = 0;
- G2L["1be"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1be"]["Size"] = UDim2.new(0.88817, 0, 0.25, 0);
- G2L["1be"]["Position"] = UDim2.new(0.05483, 0, -0.01096, 0);
- G2L["1be"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1be"]["Name"] = [[Preview]];
- G2L["1be"]["BackgroundTransparency"] = 0.95;
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Preview.Title
- G2L["1bf"] = Instance.new("TextLabel", G2L["1be"]);
- G2L["1bf"]["TextWrapped"] = true;
- G2L["1bf"]["BorderSizePixel"] = 0;
- G2L["1bf"]["TextScaled"] = true;
- G2L["1bf"]["BackgroundColor3"] = Color3.fromRGB(86, 255, 255);
- G2L["1bf"]["TextSize"] = 14;
- G2L["1bf"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["1bf"]["TextColor3"] = Color3.fromRGB(0, 171, 0);
- G2L["1bf"]["BackgroundTransparency"] = 1;
- G2L["1bf"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
- G2L["1bf"]["Size"] = UDim2.new(1, 0, 0.5, 0);
- G2L["1bf"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1bf"]["Text"] = [[Place]];
- G2L["1bf"]["Name"] = [[Title]];
- G2L["1bf"]["Position"] = UDim2.new(0.5, 0, 0.28, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Preview.Desc
- G2L["1c0"] = Instance.new("TextLabel", G2L["1be"]);
- G2L["1c0"]["TextWrapped"] = true;
- G2L["1c0"]["BorderSizePixel"] = 0;
- G2L["1c0"]["TextScaled"] = true;
- G2L["1c0"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1c0"]["TextSize"] = 14;
- G2L["1c0"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["1c0"]["TextColor3"] = Color3.fromRGB(0, 171, 0);
- G2L["1c0"]["BackgroundTransparency"] = 1;
- G2L["1c0"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
- G2L["1c0"]["Size"] = UDim2.new(1, 0, 0.4, 0);
- G2L["1c0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1c0"]["Text"] = [[Change the game!]];
- G2L["1c0"]["Name"] = [[Desc]];
- G2L["1c0"]["Position"] = UDim2.new(0.5, 0, 0.72604, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Preview.UICorner
- G2L["1c1"] = Instance.new("UICorner", G2L["1be"]);
- G2L["1c1"]["CornerRadius"] = UDim.new(0.23, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place
- G2L["1c2"] = Instance.new("ScrollingFrame", G2L["1bb"]);
- G2L["1c2"]["Active"] = true;
- G2L["1c2"]["ScrollingDirection"] = Enum.ScrollingDirection.Y;
- G2L["1c2"]["BorderSizePixel"] = 0;
- G2L["1c2"]["CanvasSize"] = UDim2.new(0, 0, 3, 0);
- G2L["1c2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1c2"]["Name"] = [[Place]];
- G2L["1c2"]["ScrollBarImageTransparency"] = 1;
- G2L["1c2"]["HorizontalScrollBarInset"] = Enum.ScrollBarInset.Always;
- G2L["1c2"]["AnchorPoint"] = Vector2.new(1, 1);
- G2L["1c2"]["AutomaticCanvasSize"] = Enum.AutomaticSize.Y;
- G2L["1c2"]["Size"] = UDim2.new(1, 0, 0.74, 0);
- G2L["1c2"]["ScrollBarImageColor3"] = Color3.fromRGB(255, 223, 190);
- G2L["1c2"]["Position"] = UDim2.new(1, 0, 1, 0);
- G2L["1c2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1c2"]["ScrollBarThickness"] = 0;
- G2L["1c2"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Separator
- G2L["1c3"] = Instance.new("Frame", G2L["1c2"]);
- G2L["1c3"]["Visible"] = false;
- G2L["1c3"]["ZIndex"] = 6;
- G2L["1c3"]["BorderSizePixel"] = 0;
- G2L["1c3"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
- G2L["1c3"]["Size"] = UDim2.new(0.975, 0, 0, 6);
- G2L["1c3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1c3"]["Name"] = [[Separator]];
- G2L["1c3"]["LayoutOrder"] = 100;
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Separator.Line
- G2L["1c4"] = Instance.new("Frame", G2L["1c3"]);
- G2L["1c4"]["BorderSizePixel"] = 0;
- G2L["1c4"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
- G2L["1c4"]["AnchorPoint"] = Vector2.new(0, 0.5);
- G2L["1c4"]["Size"] = UDim2.new(1, 0, 0, 4);
- G2L["1c4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1c4"]["Name"] = [[Line]];
- G2L["1c4"]["LayoutOrder"] = 5;
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Separator.Line.UICorner
- G2L["1c5"] = Instance.new("UICorner", G2L["1c4"]);
- G2L["1c5"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Separator.UICorner
- G2L["1c6"] = Instance.new("UICorner", G2L["1c3"]);
- G2L["1c6"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Separator
- G2L["1c7"] = Instance.new("Frame", G2L["1c2"]);
- G2L["1c7"]["Visible"] = false;
- G2L["1c7"]["ZIndex"] = 6;
- G2L["1c7"]["BorderSizePixel"] = 0;
- G2L["1c7"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
- G2L["1c7"]["Size"] = UDim2.new(0.975, 0, 0, 6);
- G2L["1c7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1c7"]["Name"] = [[Separator]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Separator.Line
- G2L["1c8"] = Instance.new("Frame", G2L["1c7"]);
- G2L["1c8"]["BorderSizePixel"] = 0;
- G2L["1c8"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
- G2L["1c8"]["AnchorPoint"] = Vector2.new(0, 0.5);
- G2L["1c8"]["Size"] = UDim2.new(1, 0, 0, 4);
- G2L["1c8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1c8"]["Name"] = [[Line]];
- G2L["1c8"]["LayoutOrder"] = 5;
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Separator.Line.UICorner
- G2L["1c9"] = Instance.new("UICorner", G2L["1c8"]);
- G2L["1c9"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Separator.UICorner
- G2L["1ca"] = Instance.new("UICorner", G2L["1c7"]);
- G2L["1ca"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.UIPadding
- G2L["1cb"] = Instance.new("UIPadding", G2L["1c2"]);
- G2L["1cb"]["PaddingTop"] = UDim.new(0, 4);
- G2L["1cb"]["PaddingRight"] = UDim.new(0, 6);
- G2L["1cb"]["PaddingLeft"] = UDim.new(0, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.UIListLayout
- G2L["1cc"] = Instance.new("UIListLayout", G2L["1c2"]);
- G2L["1cc"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
- G2L["1cc"]["Padding"] = UDim.new(0, 4);
- G2L["1cc"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Christmas
- G2L["1cd"] = Instance.new("TextButton", G2L["1c2"]);
- G2L["1cd"]["TextWrapped"] = true;
- G2L["1cd"]["LineHeight"] = 1.1;
- G2L["1cd"]["BorderSizePixel"] = 0;
- G2L["1cd"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["1cd"]["TextSize"] = 35;
- G2L["1cd"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1cd"]["TextScaled"] = true;
- G2L["1cd"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1cd"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["1cd"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["1cd"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["1cd"]["BackgroundTransparency"] = 0.9;
- G2L["1cd"]["LayoutOrder"] = 1;
- G2L["1cd"]["Name"] = [[Christmas]];
- G2L["1cd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1cd"]["Text"] = [[Christmas Theme]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Christmas.UIPadding
- G2L["1ce"] = Instance.new("UIPadding", G2L["1cd"]);
- G2L["1ce"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["1ce"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Christmas.Value
- G2L["1cf"] = Instance.new("BoolValue", G2L["1cd"]);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Christmas.UICorner
- G2L["1d0"] = Instance.new("UICorner", G2L["1cd"]);
- G2L["1d0"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Mines
- G2L["1d1"] = Instance.new("TextButton", G2L["1c2"]);
- G2L["1d1"]["TextWrapped"] = true;
- G2L["1d1"]["LineHeight"] = 1.1;
- G2L["1d1"]["BorderSizePixel"] = 0;
- G2L["1d1"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["1d1"]["TextSize"] = 35;
- G2L["1d1"]["TextColor3"] = Color3.fromRGB(151, 151, 151);
- G2L["1d1"]["TextScaled"] = true;
- G2L["1d1"]["BackgroundColor3"] = Color3.fromRGB(151, 151, 151);
- G2L["1d1"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["1d1"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["1d1"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["1d1"]["BackgroundTransparency"] = 0.9;
- G2L["1d1"]["LayoutOrder"] = 1;
- G2L["1d1"]["Name"] = [[Mines]];
- G2L["1d1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1d1"]["Text"] = [[The Mines Theme]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Mines.UIPadding
- G2L["1d2"] = Instance.new("UIPadding", G2L["1d1"]);
- G2L["1d2"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["1d2"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Mines.Value
- G2L["1d3"] = Instance.new("BoolValue", G2L["1d1"]);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Mines.UICorner
- G2L["1d4"] = Instance.new("UICorner", G2L["1d1"]);
- G2L["1d4"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Corroded
- G2L["1d5"] = Instance.new("TextButton", G2L["1c2"]);
- G2L["1d5"]["TextWrapped"] = true;
- G2L["1d5"]["LineHeight"] = 1.1;
- G2L["1d5"]["BorderSizePixel"] = 0;
- G2L["1d5"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["1d5"]["TextSize"] = 35;
- G2L["1d5"]["TextColor3"] = Color3.fromRGB(255, 171, 0);
- G2L["1d5"]["TextScaled"] = true;
- G2L["1d5"]["BackgroundColor3"] = Color3.fromRGB(255, 171, 0);
- G2L["1d5"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["1d5"]["AnchorPoint"] = Vector2.new(0.5, 0);
- G2L["1d5"]["Size"] = UDim2.new(1, 0, 0, 32);
- G2L["1d5"]["BackgroundTransparency"] = 0.9;
- G2L["1d5"]["LayoutOrder"] = 1;
- G2L["1d5"]["Name"] = [[Corroded]];
- G2L["1d5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1d5"]["Text"] = [[Corroded]];
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Corroded.UIPadding
- G2L["1d6"] = Instance.new("UIPadding", G2L["1d5"]);
- G2L["1d6"]["PaddingRight"] = UDim.new(0.02, 6);
- G2L["1d6"]["PaddingLeft"] = UDim.new(0.02, 6);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Corroded.Value
- G2L["1d7"] = Instance.new("BoolValue", G2L["1d5"]);
- -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Corroded.UICorner
- G2L["1d8"] = Instance.new("UICorner", G2L["1d5"]);
- G2L["1d8"]["CornerRadius"] = UDim.new(1, 0);
- -- StarterGui.Sciptmode.Main.Title
- G2L["1d9"] = Instance.new("TextLabel", G2L["2"]);
- G2L["1d9"]["TextWrapped"] = true;
- G2L["1d9"]["BorderSizePixel"] = 0;
- G2L["1d9"]["TextScaled"] = true;
- G2L["1d9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1d9"]["TextSize"] = 14;
- G2L["1d9"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["1d9"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
- G2L["1d9"]["BackgroundTransparency"] = 1;
- G2L["1d9"]["Size"] = UDim2.new(0.15215, 0, 0.08355, 0);
- G2L["1d9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1d9"]["Text"] = [[Scrpts Mode V5]];
- G2L["1d9"]["Name"] = [[Title]];
- G2L["1d9"]["Position"] = UDim2.new(0.63689, 0, 0.0851, 0);
- -- StarterGui.Sciptmode.Main.Title.Title
- G2L["1da"] = Instance.new("TextLabel", G2L["1d9"]);
- G2L["1da"]["TextWrapped"] = true;
- G2L["1da"]["BorderSizePixel"] = 0;
- G2L["1da"]["TextScaled"] = true;
- G2L["1da"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1da"]["TextSize"] = 14;
- G2L["1da"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["1da"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
- G2L["1da"]["BackgroundTransparency"] = 1;
- G2L["1da"]["Size"] = UDim2.new(0.69127, 0, 0.8573, 0);
- G2L["1da"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1da"]["Text"] = [[Coming soon]];
- G2L["1da"]["Name"] = [[Title]];
- G2L["1da"]["Position"] = UDim2.new(0.32441, 0, 1, 0);
- -- StarterGui.Sciptmode.Main.Button
- G2L["1db"] = Instance.new("Frame", G2L["2"]);
- G2L["1db"]["BorderSizePixel"] = 0;
- G2L["1db"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1db"]["Size"] = UDim2.new(1, 0, 0, 36);
- G2L["1db"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1db"]["Name"] = [[Button]];
- G2L["1db"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Button.Old
- G2L["1dc"] = Instance.new("Frame", G2L["1db"]);
- G2L["1dc"]["BorderSizePixel"] = 0;
- G2L["1dc"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1dc"]["Size"] = UDim2.new(0.5, -16, 1, 0);
- G2L["1dc"]["Position"] = UDim2.new(0, 16, 0, 20);
- G2L["1dc"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1dc"]["Name"] = [[Old]];
- G2L["1dc"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Button.Old.MenuButton
- G2L["1dd"] = Instance.new("Frame", G2L["1dc"]);
- G2L["1dd"]["BorderSizePixel"] = 0;
- G2L["1dd"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1dd"]["Size"] = UDim2.new(0, 32, 1, 0);
- G2L["1dd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1dd"]["Name"] = [[MenuButton]];
- G2L["1dd"]["BackgroundTransparency"] = 1;
- -- StarterGui.Sciptmode.Main.Button.Old.MenuButton.ImageButton
- G2L["1de"] = Instance.new("ImageButton", G2L["1dd"]);
- G2L["1de"]["BorderSizePixel"] = 0;
- G2L["1de"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1de"]["AnchorPoint"] = Vector2.new(0, 1);
- G2L["1de"]["Image"] = [[rbxasset://textures/ui/TopBar/iconBase.png]];
- G2L["1de"]["Size"] = UDim2.new(0, 32, 0, 32);
- G2L["1de"]["BackgroundTransparency"] = 1;
- G2L["1de"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1de"]["Position"] = UDim2.new(0, 0, 1, 0);
- -- StarterGui.Sciptmode.Main.Button.Old.MenuButton.ImageButton.ImageLabel
- G2L["1df"] = Instance.new("ImageLabel", G2L["1de"]);
- G2L["1df"]["BorderSizePixel"] = 0;
- G2L["1df"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1df"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
- G2L["1df"]["Image"] = [[rbxassetid://115694489311157]];
- G2L["1df"]["Size"] = UDim2.new(0, 24, 0, 24);
- G2L["1df"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1df"]["BackgroundTransparency"] = 1;
- G2L["1df"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
- -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.LocalScript
- local function C_a6()
- local script = G2L["a6"];
- local Hardocre = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore
- local UIStroke = Hardocre.UIStroke
- local Select = false
- Hardocre.MouseButton1Click:Connect(function()
- if Select == false then
- Hardocre.BackgroundTransparency = 0.7
- UIStroke.Enabled = true
- Select = true
- else
- Hardocre.BackgroundTransparency = 0.9
- UIStroke.Enabled = false
- Select = false
- end
- end)
- end;
- task.spawn(C_a6);
- return G2L["1"], require;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement