--[=[
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: 566 | Scripts: 98 | Modules: 0 | Tags: 0
local G2L = {};
-- ReplicatedStorage.MainModule.Dex
G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
G2L["1"]["IgnoreGuiInset"] = true;
G2L["1"]["ScreenInsets"] = Enum.ScreenInsets.DeviceSafeInsets;
G2L["1"]["Name"] = [[Dex]];
G2L["1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling;
G2L["1"]["ResetOnSpawn"] = false;
-- ReplicatedStorage.MainModule.Dex.main
G2L["2"] = Instance.new("LocalScript", G2L["1"]);
G2L["2"]["Name"] = [[main]];
-- ReplicatedStorage.MainModule.Dex.main.Entry
G2L["3"] = Instance.new("TextButton", G2L["2"]);
G2L["3"]["TextSize"] = 14;
G2L["3"]["AutoButtonColor"] = false;
G2L["3"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
G2L["3"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["3"]["BackgroundTransparency"] = 1;
G2L["3"]["Size"] = UDim2.new(0, 346, 0, 20);
G2L["3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["3"]["Text"] = [[]];
G2L["3"]["Name"] = [[Entry]];
G2L["3"]["Position"] = UDim2.new(0, 0, 0, 100);
-- ReplicatedStorage.MainModule.Dex.main.Entry.Indent
G2L["4"] = Instance.new("Frame", G2L["3"]);
G2L["4"]["BorderSizePixel"] = 0;
G2L["4"]["BackgroundColor3"] = Color3.fromRGB(61, 61, 61);
G2L["4"]["Size"] = UDim2.new(1, -20, 1, 0);
G2L["4"]["Position"] = UDim2.new(0, 20, 0, 0);
G2L["4"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["4"]["Name"] = [[Indent]];
G2L["4"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.main.Entry.Indent.EntryName
G2L["5"] = Instance.new("TextLabel", G2L["4"]);
G2L["5"]["TextTruncate"] = Enum.TextTruncate.AtEnd;
G2L["5"]["TextSize"] = 14;
G2L["5"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["5"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["5"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["5"]["BackgroundTransparency"] = 1;
G2L["5"]["Size"] = UDim2.new(1, -26, 1, 0);
G2L["5"]["Text"] = [[TestEntry]];
G2L["5"]["Name"] = [[EntryName]];
G2L["5"]["Position"] = UDim2.new(0, 26, 0, 0);
-- ReplicatedStorage.MainModule.Dex.main.Entry.Indent.Expand
G2L["6"] = Instance.new("TextButton", G2L["4"]);
G2L["6"]["TextSize"] = 14;
G2L["6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["6"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["6"]["BackgroundTransparency"] = 1;
G2L["6"]["Size"] = UDim2.new(0, 20, 0, 20);
G2L["6"]["ClipsDescendants"] = true;
G2L["6"]["Text"] = [[]];
G2L["6"]["Name"] = [[Expand]];
G2L["6"]["Visible"] = false;
G2L["6"]["Position"] = UDim2.new(0, -20, 0, 0);
-- ReplicatedStorage.MainModule.Dex.main.Entry.Indent.Expand.Icon
G2L["7"] = Instance.new("ImageLabel", G2L["6"]);
G2L["7"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["7"]["Image"] = [[rbxassetid://6511490623]];
G2L["7"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["7"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["7"]["BackgroundTransparency"] = 1;
G2L["7"]["ImageRectOffset"] = Vector2.new(144, 16);
G2L["7"]["Name"] = [[Icon]];
G2L["7"]["Position"] = UDim2.new(0, 2, 0, 2);
-- ReplicatedStorage.MainModule.Dex.main.Entry.Indent.Icon
G2L["8"] = Instance.new("ImageLabel", G2L["4"]);
G2L["8"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["8"]["Image"] = [[rbxasset://textures/ClassImages.png]];
G2L["8"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["8"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["8"]["BackgroundTransparency"] = 1;
G2L["8"]["Name"] = [[Icon]];
G2L["8"]["Position"] = UDim2.new(0, 4, 0, 2);
-- ReplicatedStorage.MainModule.Dex.explorer
G2L["9"] = Instance.new("Frame", G2L["1"]);
G2L["9"]["BorderSizePixel"] = 0;
G2L["9"]["BackgroundColor3"] = Color3.fromRGB(55, 55, 55);
G2L["9"]["Size"] = UDim2.new(0, 300, 0, 293);
G2L["9"]["Position"] = UDim2.new(1, -300, 0, 57);
G2L["9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["9"]["Name"] = [[explorer]];
-- ReplicatedStorage.MainModule.Dex.explorer.view
G2L["a"] = Instance.new("ScrollingFrame", G2L["9"]);
G2L["a"]["Active"] = true;
G2L["a"]["BorderSizePixel"] = 0;
G2L["a"]["CanvasSize"] = UDim2.new(0, 0, 9999, 0);
G2L["a"]["TopImage"] = [[]];
G2L["a"]["MidImage"] = [[]];
G2L["a"]["BackgroundColor3"] = Color3.fromRGB(46, 46, 46);
G2L["a"]["Name"] = [[view]];
G2L["a"]["BottomImage"] = [[]];
G2L["a"]["Size"] = UDim2.new(1, 0, 0.86019, 0);
G2L["a"]["ScrollBarImageColor3"] = Color3.fromRGB(62, 62, 62);
G2L["a"]["Position"] = UDim2.new(0, 0, 0.12867, 0);
G2L["a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["a"]["ScrollBarThickness"] = 16;
-- ReplicatedStorage.MainModule.Dex.explorer.view.UIListLayout
G2L["b"] = Instance.new("UIListLayout", G2L["a"]);
G2L["b"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
-- ReplicatedStorage.MainModule.Dex.explorer.view.Entry
G2L["c"] = Instance.new("TextButton", G2L["a"]);
G2L["c"]["TextSize"] = 14;
G2L["c"]["AutoButtonColor"] = false;
G2L["c"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
G2L["c"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["c"]["BackgroundTransparency"] = 1;
G2L["c"]["Size"] = UDim2.new(0, 346, 0, 20);
G2L["c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["c"]["Text"] = [[]];
G2L["c"]["Name"] = [[Entry]];
G2L["c"]["Position"] = UDim2.new(0, 0, 0, 100);
-- ReplicatedStorage.MainModule.Dex.explorer.view.Entry.Indent
G2L["d"] = Instance.new("Frame", G2L["c"]);
G2L["d"]["BorderSizePixel"] = 0;
G2L["d"]["BackgroundColor3"] = Color3.fromRGB(61, 61, 61);
G2L["d"]["Size"] = UDim2.new(1, -20, 1, 0);
G2L["d"]["Position"] = UDim2.new(0, 20, 0, 0);
G2L["d"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["d"]["Name"] = [[Indent]];
G2L["d"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.explorer.view.Entry.Indent.EntryName
G2L["e"] = Instance.new("TextLabel", G2L["d"]);
G2L["e"]["TextTruncate"] = Enum.TextTruncate.AtEnd;
G2L["e"]["TextSize"] = 14;
G2L["e"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["e"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["e"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["e"]["BackgroundTransparency"] = 1;
G2L["e"]["Size"] = UDim2.new(1, -26, 1, 0);
G2L["e"]["Text"] = [[TestEntry]];
G2L["e"]["Name"] = [[EntryName]];
G2L["e"]["Position"] = UDim2.new(0, 26, 0, 0);
-- ReplicatedStorage.MainModule.Dex.explorer.view.Entry.Indent.Expand
G2L["f"] = Instance.new("TextButton", G2L["d"]);
G2L["f"]["TextSize"] = 14;
G2L["f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["f"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["f"]["BackgroundTransparency"] = 1;
G2L["f"]["Size"] = UDim2.new(0, 20, 0, 20);
G2L["f"]["ClipsDescendants"] = true;
G2L["f"]["Text"] = [[]];
G2L["f"]["Name"] = [[Expand]];
G2L["f"]["Visible"] = false;
G2L["f"]["Position"] = UDim2.new(0, -20, 0, 0);
-- ReplicatedStorage.MainModule.Dex.explorer.view.Entry.Indent.Expand.Icon
G2L["10"] = Instance.new("ImageLabel", G2L["f"]);
G2L["10"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["10"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["10"]["Image"] = [[rbxassetid://6511490623]];
G2L["10"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["10"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["10"]["BackgroundTransparency"] = 1;
G2L["10"]["ImageRectOffset"] = Vector2.new(144, 16);
G2L["10"]["Name"] = [[Icon]];
G2L["10"]["Position"] = UDim2.new(0, 2, 0, 2);
-- ReplicatedStorage.MainModule.Dex.explorer.view.Entry.Indent.Icon
G2L["11"] = Instance.new("ImageLabel", G2L["d"]);
G2L["11"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["11"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["11"]["Image"] = [[rbxasset://textures/ClassImages.png]];
G2L["11"]["ImageRectSize"] = Vector2.new(1328, 1328);
G2L["11"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["11"]["BackgroundTransparency"] = 1;
G2L["11"]["Name"] = [[Icon]];
G2L["11"]["Position"] = UDim2.new(0, 4, 0, 2);
-- ReplicatedStorage.MainModule.Dex.explorer.view.dex/explorer/view - resize
G2L["12"] = Instance.new("LocalScript", G2L["a"]);
G2L["12"]["Name"] = [[dex/explorer/view - resize]];
-- ReplicatedStorage.MainModule.Dex.explorer.searchbarrrr
G2L["13"] = Instance.new("Frame", G2L["9"]);
G2L["13"]["BorderSizePixel"] = 0;
G2L["13"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["13"]["Size"] = UDim2.new(0, 300, 0, 22);
G2L["13"]["Position"] = UDim2.new(0, 0, 0.057, 0);
G2L["13"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["13"]["Name"] = [[searchbarrrr]];
-- ReplicatedStorage.MainModule.Dex.explorer.searchbarrrr.LocalScript
G2L["14"] = Instance.new("LocalScript", G2L["13"]);
-- ReplicatedStorage.MainModule.Dex.explorer.searchbarrrr.Frame
G2L["15"] = Instance.new("Frame", G2L["13"]);
G2L["15"]["BorderSizePixel"] = 0;
G2L["15"]["BackgroundColor3"] = Color3.fromRGB(39, 39, 39);
G2L["15"]["Size"] = UDim2.new(1, 0, 0, 18);
G2L["15"]["Position"] = UDim2.new(0.009, 0, 0.09, 0);
G2L["15"]["BorderColor3"] = Color3.fromRGB(31, 31, 31);
-- ReplicatedStorage.MainModule.Dex.explorer.searchbarrrr.Frame.UICorner
G2L["16"] = Instance.new("UICorner", G2L["15"]);
G2L["16"]["CornerRadius"] = UDim.new(0, 2);
-- ReplicatedStorage.MainModule.Dex.explorer.searchbarrrr.Frame.Reset
G2L["17"] = Instance.new("TextButton", G2L["15"]);
G2L["17"]["BorderSizePixel"] = 0;
G2L["17"]["TextSize"] = 14;
G2L["17"]["AutoButtonColor"] = false;
G2L["17"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["17"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
G2L["17"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["17"]["BackgroundTransparency"] = 1;
G2L["17"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["17"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["17"]["Text"] = [[]];
G2L["17"]["Name"] = [[Reset]];
G2L["17"]["Position"] = UDim2.new(1, -17, 0, 1);
-- ReplicatedStorage.MainModule.Dex.explorer.searchbarrrr.Frame.Reset.ImageLabel
G2L["18"] = Instance.new("ImageLabel", G2L["17"]);
G2L["18"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["18"]["ImageColor3"] = Color3.fromRGB(101, 101, 101);
G2L["18"]["Image"] = [[rbxassetid://5034718129]];
G2L["18"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["18"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["18"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.explorer.searchbarrrr.Frame.Searchbar
G2L["19"] = Instance.new("Frame", G2L["15"]);
G2L["19"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["19"]["ClipsDescendants"] = true;
G2L["19"]["Size"] = UDim2.new(1, -24, 0, 18);
G2L["19"]["Position"] = UDim2.new(0, 4, 0, 0);
G2L["19"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["19"]["Name"] = [[Searchbar]];
G2L["19"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.explorer.searchbarrrr.Frame.Searchbar.Input
G2L["1a"] = Instance.new("TextBox", G2L["19"]);
G2L["1a"]["Name"] = [[Input]];
G2L["1a"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["1a"]["PlaceholderColor3"] = Color3.fromRGB(101, 101, 101);
G2L["1a"]["TextSize"] = 14;
G2L["1a"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1a"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1a"]["ClearTextOnFocus"] = false;
G2L["1a"]["PlaceholderText"] = [[Search workspace]];
G2L["1a"]["Size"] = UDim2.new(0.996, 0, 1, 0);
G2L["1a"]["Position"] = UDim2.new(0.002, 0, 0, 0);
G2L["1a"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["1a"]["Text"] = [[]];
G2L["1a"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.explorer.TitleWindow
G2L["1b"] = Instance.new("TextLabel", G2L["9"]);
G2L["1b"]["BorderSizePixel"] = 0;
G2L["1b"]["TextSize"] = 14;
G2L["1b"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["1b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1b"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1b"]["BackgroundTransparency"] = 1;
G2L["1b"]["Size"] = UDim2.new(0.99725, 0, -0.0082, 18);
G2L["1b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["1b"]["Text"] = [[Explorer]];
G2L["1b"]["Name"] = [[TitleWindow]];
G2L["1b"]["Position"] = UDim2.new(0, 3, 0, 3);
-- ReplicatedStorage.MainModule.Dex.explorer.Resizer
G2L["1c"] = Instance.new("TextButton", G2L["9"]);
G2L["1c"]["BorderSizePixel"] = 0;
G2L["1c"]["TextSize"] = 14;
G2L["1c"]["AutoButtonColor"] = false;
G2L["1c"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
G2L["1c"]["BackgroundColor3"] = Color3.fromRGB(61, 61, 61);
G2L["1c"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1c"]["Size"] = UDim2.new(0, 5, 1, 0);
G2L["1c"]["Text"] = [[]];
G2L["1c"]["Name"] = [[Resizer]];
G2L["1c"]["Position"] = UDim2.new(0, -5, 0, 0);
-- ReplicatedStorage.MainModule.Dex.explorer.Resizer.Line
G2L["1d"] = Instance.new("Frame", G2L["1c"]);
G2L["1d"]["BorderSizePixel"] = 0;
G2L["1d"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37);
G2L["1d"]["Size"] = UDim2.new(0, 1, 1, 0);
G2L["1d"]["Position"] = UDim2.new(0, 4, 0, 0);
G2L["1d"]["Name"] = [[Line]];
-- ReplicatedStorage.MainModule.Dex.oreo
G2L["1e"] = Instance.new("Frame", G2L["1"]);
G2L["1e"]["BorderSizePixel"] = 0;
G2L["1e"]["BackgroundColor3"] = Color3.fromRGB(46, 46, 46);
G2L["1e"]["Size"] = UDim2.new(0, 32, 0, 32);
G2L["1e"]["Position"] = UDim2.new(0.5, 0, 0, 2);
G2L["1e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["1e"]["Name"] = [[oreo]];
G2L["1e"]["BackgroundTransparency"] = 0.2;
-- ReplicatedStorage.MainModule.Dex.oreo.UICorner
G2L["1f"] = Instance.new("UICorner", G2L["1e"]);
G2L["1f"]["CornerRadius"] = UDim.new(0, 3);
-- ReplicatedStorage.MainModule.Dex.oreo.openeer
G2L["20"] = Instance.new("TextButton", G2L["1e"]);
G2L["20"]["BorderSizePixel"] = 0;
G2L["20"]["TextTransparency"] = 0.2;
G2L["20"]["TextSize"] = 16;
G2L["20"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["20"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["20"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["20"]["BackgroundTransparency"] = 1;
G2L["20"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["20"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["20"]["Text"] = [[Dex]];
G2L["20"]["Name"] = [[openeer]];
-- ReplicatedStorage.MainModule.Dex.oreo.openeer.LocalScript
G2L["21"] = Instance.new("LocalScript", G2L["20"]);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame
G2L["22"] = Instance.new("Frame", G2L["1e"]);
G2L["22"]["Visible"] = false;
G2L["22"]["BackgroundColor3"] = Color3.fromRGB(46, 46, 46);
G2L["22"]["AnchorPoint"] = Vector2.new(0.5, 0);
G2L["22"]["ClipsDescendants"] = true;
G2L["22"]["Size"] = UDim2.new(0, 224, 0, 0);
G2L["22"]["Position"] = UDim2.new(0.5, 0, 1, -4);
G2L["22"]["Name"] = [[MainFrame]];
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.UICorner
G2L["23"] = Instance.new("UICorner", G2L["22"]);
G2L["23"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.BottomFrame
G2L["24"] = Instance.new("Frame", G2L["22"]);
G2L["24"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["24"]["Size"] = UDim2.new(1, 0, 0, 24);
G2L["24"]["Position"] = UDim2.new(0, 0, 1, -24);
G2L["24"]["Name"] = [[BottomFrame]];
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.BottomFrame.UICorner
G2L["25"] = Instance.new("UICorner", G2L["24"]);
G2L["25"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.BottomFrame.CoverFrame
G2L["26"] = Instance.new("Frame", G2L["24"]);
G2L["26"]["BorderSizePixel"] = 0;
G2L["26"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["26"]["Size"] = UDim2.new(1, 0, 0, 4);
G2L["26"]["Name"] = [[CoverFrame]];
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.BottomFrame.CoverFrame.Line
G2L["27"] = Instance.new("Frame", G2L["26"]);
G2L["27"]["BorderSizePixel"] = 0;
G2L["27"]["BackgroundColor3"] = Color3.fromRGB(34, 34, 34);
G2L["27"]["Size"] = UDim2.new(1, 0, 0, 1);
G2L["27"]["Position"] = UDim2.new(0, 0, 0, -1);
G2L["27"]["Name"] = [[Line]];
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.BottomFrame.Settings
G2L["28"] = Instance.new("TextButton", G2L["24"]);
G2L["28"]["TextSize"] = 14;
G2L["28"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["28"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["28"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["28"]["BackgroundTransparency"] = 1;
G2L["28"]["Size"] = UDim2.new(0, 24, 1, 0);
G2L["28"]["Text"] = [[]];
G2L["28"]["Name"] = [[Settings]];
G2L["28"]["Position"] = UDim2.new(1, -48, 0, 0);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.BottomFrame.Settings.Icon
G2L["29"] = Instance.new("ImageLabel", G2L["28"]);
G2L["29"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["29"]["ImageTransparency"] = 0.2;
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["29"]["Image"] = [[rbxassetid://6578871732]];
G2L["29"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["29"]["BackgroundTransparency"] = 1;
G2L["29"]["Name"] = [[Icon]];
G2L["29"]["Position"] = UDim2.new(0, 4, 0, 4);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.BottomFrame.Information
G2L["2a"] = Instance.new("TextButton", G2L["24"]);
G2L["2a"]["TextSize"] = 14;
G2L["2a"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["2a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["2a"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["2a"]["BackgroundTransparency"] = 1;
G2L["2a"]["Size"] = UDim2.new(0, 24, 1, 0);
G2L["2a"]["Text"] = [[]];
G2L["2a"]["Name"] = [[Information]];
G2L["2a"]["Position"] = UDim2.new(1, -24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.BottomFrame.Information.Icon
G2L["2b"] = Instance.new("ImageLabel", G2L["2a"]);
G2L["2b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["2b"]["ImageTransparency"] = 0.2;
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["2b"]["Image"] = [[rbxassetid://6578933307]];
G2L["2b"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["2b"]["BackgroundTransparency"] = 1;
G2L["2b"]["Name"] = [[Icon]];
G2L["2b"]["Position"] = UDim2.new(0, 4, 0, 4);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame
G2L["2c"] = Instance.new("ScrollingFrame", G2L["22"]);
G2L["2c"]["Active"] = true;
G2L["2c"]["BorderSizePixel"] = 0;
G2L["2c"]["CanvasSize"] = UDim2.new(0, 0, 0, 90);
G2L["2c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["2c"]["Name"] = [[AppsFrame]];
G2L["2c"]["AnchorPoint"] = Vector2.new(0.5, 0);
G2L["2c"]["Size"] = UDim2.new(0, 222, 1, -25);
G2L["2c"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
G2L["2c"]["Position"] = UDim2.new(0.5, 0, 0, 0);
G2L["2c"]["BorderColor3"] = Color3.fromRGB(34, 34, 34);
G2L["2c"]["ScrollBarThickness"] = 4;
G2L["2c"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container
G2L["2d"] = Instance.new("Frame", G2L["2c"]);
G2L["2d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["2d"]["Size"] = UDim2.new(1, -14, 0, 2);
G2L["2d"]["Position"] = UDim2.new(0, 7, 0, 8);
G2L["2d"]["Name"] = [[Container]];
G2L["2d"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.UIGridLayout
G2L["2e"] = Instance.new("UIGridLayout", G2L["2d"]);
G2L["2e"]["CellSize"] = UDim2.new(0, 66, 0, 74);
G2L["2e"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppExplorer
G2L["2f"] = Instance.new("Frame", G2L["2d"]);
G2L["2f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["2f"]["Size"] = UDim2.new(0, 100, 0, 100);
G2L["2f"]["Name"] = [[AppExplorer]];
G2L["2f"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppExplorer.Main
G2L["30"] = Instance.new("TextButton", G2L["2f"]);
G2L["30"]["BorderSizePixel"] = 0;
G2L["30"]["TextSize"] = 14;
G2L["30"]["AutoButtonColor"] = false;
G2L["30"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
G2L["30"]["BackgroundColor3"] = Color3.fromRGB(61, 61, 61);
G2L["30"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["30"]["BackgroundTransparency"] = 1;
G2L["30"]["Size"] = UDim2.new(1, 0, 0, 60);
G2L["30"]["Text"] = [[]];
G2L["30"]["Name"] = [[Main]];
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppExplorer.Main.Icon
G2L["31"] = Instance.new("ImageLabel", G2L["30"]);
G2L["31"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["31"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["31"]["Image"] = [[rbxassetid://6579106223]];
G2L["31"]["ImageRectSize"] = Vector2.new(32, 32);
G2L["31"]["Size"] = UDim2.new(0, 32, 0, 32);
G2L["31"]["BackgroundTransparency"] = 1;
G2L["31"]["Name"] = [[Icon]];
G2L["31"]["Position"] = UDim2.new(0.5, -16, 0, 4);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppExplorer.Main.AppName
G2L["32"] = Instance.new("TextLabel", G2L["30"]);
G2L["32"]["TextWrapped"] = true;
G2L["32"]["TextTruncate"] = Enum.TextTruncate.AtEnd;
G2L["32"]["BorderSizePixel"] = 0;
G2L["32"]["TextSize"] = 14;
G2L["32"]["TextTransparency"] = 0.1;
G2L["32"]["TextYAlignment"] = Enum.TextYAlignment.Top;
G2L["32"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["32"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["32"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["32"]["BackgroundTransparency"] = 1;
G2L["32"]["Size"] = UDim2.new(1, -4, 1, -40);
G2L["32"]["Text"] = [[Explorer]];
G2L["32"]["Name"] = [[AppName]];
G2L["32"]["Position"] = UDim2.new(0, 2, 0, 38);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppExplorer.Main.Highlight
G2L["33"] = Instance.new("Frame", G2L["30"]);
G2L["33"]["Visible"] = false;
G2L["33"]["BorderSizePixel"] = 0;
G2L["33"]["BackgroundColor3"] = Color3.fromRGB(0, 171, 255);
G2L["33"]["Size"] = UDim2.new(1, 0, 0, 2);
G2L["33"]["Position"] = UDim2.new(0, 0, 1, -2);
G2L["33"]["Name"] = [[Highlight]];
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppProperties
G2L["34"] = Instance.new("Frame", G2L["2d"]);
G2L["34"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["34"]["Size"] = UDim2.new(0, 100, 0, 100);
G2L["34"]["Name"] = [[AppProperties]];
G2L["34"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppProperties.Main
G2L["35"] = Instance.new("TextButton", G2L["34"]);
G2L["35"]["BorderSizePixel"] = 0;
G2L["35"]["TextSize"] = 14;
G2L["35"]["AutoButtonColor"] = false;
G2L["35"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
G2L["35"]["BackgroundColor3"] = Color3.fromRGB(61, 61, 61);
G2L["35"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["35"]["BackgroundTransparency"] = 1;
G2L["35"]["Size"] = UDim2.new(1, 0, 0, 60);
G2L["35"]["Text"] = [[]];
G2L["35"]["Name"] = [[Main]];
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppProperties.Main.Icon
G2L["36"] = Instance.new("ImageLabel", G2L["35"]);
G2L["36"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["36"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["36"]["Image"] = [[rbxassetid://6579106223]];
G2L["36"]["ImageRectSize"] = Vector2.new(32, 32);
G2L["36"]["Size"] = UDim2.new(0, 32, 0, 32);
G2L["36"]["BackgroundTransparency"] = 1;
G2L["36"]["ImageRectOffset"] = Vector2.new(32, 0);
G2L["36"]["Name"] = [[Icon]];
G2L["36"]["Position"] = UDim2.new(0.5, -16, 0, 4);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppProperties.Main.AppName
G2L["37"] = Instance.new("TextLabel", G2L["35"]);
G2L["37"]["TextWrapped"] = true;
G2L["37"]["TextTruncate"] = Enum.TextTruncate.AtEnd;
G2L["37"]["BorderSizePixel"] = 0;
G2L["37"]["TextSize"] = 14;
G2L["37"]["TextTransparency"] = 0.1;
G2L["37"]["TextYAlignment"] = Enum.TextYAlignment.Top;
G2L["37"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["37"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["37"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["37"]["BackgroundTransparency"] = 1;
G2L["37"]["Size"] = UDim2.new(1, -4, 1, -40);
G2L["37"]["Text"] = [[Properties]];
G2L["37"]["Name"] = [[AppName]];
G2L["37"]["Position"] = UDim2.new(0, 2, 0, 38);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppProperties.Main.Highlight
G2L["38"] = Instance.new("Frame", G2L["35"]);
G2L["38"]["Visible"] = false;
G2L["38"]["BorderSizePixel"] = 0;
G2L["38"]["BackgroundColor3"] = Color3.fromRGB(0, 171, 255);
G2L["38"]["Size"] = UDim2.new(1, 0, 0, 2);
G2L["38"]["Position"] = UDim2.new(0, 0, 1, -2);
G2L["38"]["Name"] = [[Highlight]];
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppSSPanel
G2L["39"] = Instance.new("Frame", G2L["2d"]);
G2L["39"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["39"]["Size"] = UDim2.new(0, 100, 0, 100);
G2L["39"]["Name"] = [[AppSSPanel]];
G2L["39"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppSSPanel.Main
G2L["3a"] = Instance.new("TextButton", G2L["39"]);
G2L["3a"]["BorderSizePixel"] = 0;
G2L["3a"]["TextSize"] = 14;
G2L["3a"]["AutoButtonColor"] = false;
G2L["3a"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
G2L["3a"]["BackgroundColor3"] = Color3.fromRGB(61, 61, 61);
G2L["3a"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["3a"]["BackgroundTransparency"] = 1;
G2L["3a"]["Size"] = UDim2.new(1, 0, 0, 60);
G2L["3a"]["Text"] = [[]];
G2L["3a"]["Name"] = [[Main]];
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppSSPanel.Main.Icon
G2L["3b"] = Instance.new("ImageLabel", G2L["3a"]);
G2L["3b"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["3b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["3b"]["Image"] = [[rbxassetid://105415921116234]];
G2L["3b"]["ImageRectSize"] = Vector2.new(32, 32);
G2L["3b"]["Size"] = UDim2.new(0, 32, 0, 32);
G2L["3b"]["BackgroundTransparency"] = 1;
G2L["3b"]["ImageRectOffset"] = Vector2.new(191, 0);
G2L["3b"]["Name"] = [[Icon]];
G2L["3b"]["Position"] = UDim2.new(0.5, -16, 0, 4);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppSSPanel.Main.AppName
G2L["3c"] = Instance.new("TextLabel", G2L["3a"]);
G2L["3c"]["TextWrapped"] = true;
G2L["3c"]["TextTruncate"] = Enum.TextTruncate.AtEnd;
G2L["3c"]["BorderSizePixel"] = 0;
G2L["3c"]["TextSize"] = 14;
G2L["3c"]["TextTransparency"] = 0.1;
G2L["3c"]["TextYAlignment"] = Enum.TextYAlignment.Top;
G2L["3c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["3c"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["3c"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["3c"]["BackgroundTransparency"] = 1;
G2L["3c"]["Size"] = UDim2.new(1, -4, 1, -40);
G2L["3c"]["Text"] = [[SS Panel]];
G2L["3c"]["Name"] = [[AppName]];
G2L["3c"]["Position"] = UDim2.new(0, 2, 0, 38);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppSSPanel.Main.Highlight
G2L["3d"] = Instance.new("Frame", G2L["3a"]);
G2L["3d"]["Visible"] = false;
G2L["3d"]["BorderSizePixel"] = 0;
G2L["3d"]["BackgroundColor3"] = Color3.fromRGB(0, 171, 255);
G2L["3d"]["Size"] = UDim2.new(1, 0, 0, 2);
G2L["3d"]["Position"] = UDim2.new(0, 0, 1, -2);
G2L["3d"]["Name"] = [[Highlight]];
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppHoney
G2L["3e"] = Instance.new("Frame", G2L["2d"]);
G2L["3e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["3e"]["Size"] = UDim2.new(0, 100, 0, 100);
G2L["3e"]["Name"] = [[AppHoney]];
G2L["3e"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppHoney.Main
G2L["3f"] = Instance.new("TextButton", G2L["3e"]);
G2L["3f"]["BorderSizePixel"] = 0;
G2L["3f"]["TextSize"] = 14;
G2L["3f"]["AutoButtonColor"] = false;
G2L["3f"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
G2L["3f"]["BackgroundColor3"] = Color3.fromRGB(61, 61, 61);
G2L["3f"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["3f"]["BackgroundTransparency"] = 1;
G2L["3f"]["Size"] = UDim2.new(1, 0, 0, 60);
G2L["3f"]["Text"] = [[]];
G2L["3f"]["Name"] = [[Main]];
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppHoney.Main.Icon
G2L["40"] = Instance.new("ImageLabel", G2L["3f"]);
G2L["40"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["40"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["40"]["Image"] = [[rbxassetid://132125731577153]];
G2L["40"]["Size"] = UDim2.new(0, 32, 0, 32);
G2L["40"]["BackgroundTransparency"] = 1;
G2L["40"]["Name"] = [[Icon]];
G2L["40"]["Position"] = UDim2.new(0.5, -16, 0, 4);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppHoney.Main.AppName
G2L["41"] = Instance.new("TextLabel", G2L["3f"]);
G2L["41"]["TextWrapped"] = true;
G2L["41"]["TextTruncate"] = Enum.TextTruncate.AtEnd;
G2L["41"]["BorderSizePixel"] = 0;
G2L["41"]["TextSize"] = 14;
G2L["41"]["TextTransparency"] = 0.1;
G2L["41"]["TextYAlignment"] = Enum.TextYAlignment.Top;
G2L["41"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["41"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["41"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["41"]["BackgroundTransparency"] = 1;
G2L["41"]["Size"] = UDim2.new(1, -4, 1, -40);
G2L["41"]["Text"] = [[Dex Honey]];
G2L["41"]["Name"] = [[AppName]];
G2L["41"]["Position"] = UDim2.new(0, 2, 0, 38);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppHoney.Main.Highlight
G2L["42"] = Instance.new("Frame", G2L["3f"]);
G2L["42"]["Visible"] = false;
G2L["42"]["BorderSizePixel"] = 0;
G2L["42"]["BackgroundColor3"] = Color3.fromRGB(0, 171, 255);
G2L["42"]["Size"] = UDim2.new(1, 0, 0, 2);
G2L["42"]["Position"] = UDim2.new(0, 0, 1, -2);
G2L["42"]["Name"] = [[Highlight]];
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.App3DViewer
G2L["43"] = Instance.new("Frame", G2L["2d"]);
G2L["43"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["43"]["Size"] = UDim2.new(0, 100, 0, 100);
G2L["43"]["Name"] = [[App3DViewer]];
G2L["43"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.App3DViewer.Main
G2L["44"] = Instance.new("TextButton", G2L["43"]);
G2L["44"]["BorderSizePixel"] = 0;
G2L["44"]["TextSize"] = 14;
G2L["44"]["AutoButtonColor"] = false;
G2L["44"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
G2L["44"]["BackgroundColor3"] = Color3.fromRGB(61, 61, 61);
G2L["44"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["44"]["BackgroundTransparency"] = 1;
G2L["44"]["Size"] = UDim2.new(1, 0, 0, 60);
G2L["44"]["Text"] = [[]];
G2L["44"]["Name"] = [[Main]];
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.App3DViewer.Main.Icon
G2L["45"] = Instance.new("ImageLabel", G2L["44"]);
G2L["45"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["45"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["45"]["Image"] = [[rbxassetid://105415921116234]];
G2L["45"]["ImageRectSize"] = Vector2.new(32, 32);
G2L["45"]["Size"] = UDim2.new(0, 32, 0, 32);
G2L["45"]["BackgroundTransparency"] = 1;
G2L["45"]["ImageRectOffset"] = Vector2.new(128, 0);
G2L["45"]["Name"] = [[Icon]];
G2L["45"]["Position"] = UDim2.new(0.5, -16, 0, 4);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.App3DViewer.Main.AppName
G2L["46"] = Instance.new("TextLabel", G2L["44"]);
G2L["46"]["TextWrapped"] = true;
G2L["46"]["TextTruncate"] = Enum.TextTruncate.AtEnd;
G2L["46"]["BorderSizePixel"] = 0;
G2L["46"]["TextSize"] = 14;
G2L["46"]["TextTransparency"] = 0.1;
G2L["46"]["TextYAlignment"] = Enum.TextYAlignment.Top;
G2L["46"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["46"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["46"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["46"]["BackgroundTransparency"] = 1;
G2L["46"]["Size"] = UDim2.new(1, -4, 1, -40);
G2L["46"]["Text"] = [[3D Viewer]];
G2L["46"]["Name"] = [[AppName]];
G2L["46"]["Position"] = UDim2.new(0, 2, 0, 38);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.App3DViewer.Main.Highlight
G2L["47"] = Instance.new("Frame", G2L["44"]);
G2L["47"]["Visible"] = false;
G2L["47"]["BorderSizePixel"] = 0;
G2L["47"]["BackgroundColor3"] = Color3.fromRGB(0, 171, 255);
G2L["47"]["Size"] = UDim2.new(1, 0, 0, 2);
G2L["47"]["Position"] = UDim2.new(0, 0, 1, -2);
G2L["47"]["Name"] = [[Highlight]];
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppConsole
G2L["48"] = Instance.new("Frame", G2L["2d"]);
G2L["48"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["48"]["Size"] = UDim2.new(0, 100, 0, 100);
G2L["48"]["Name"] = [[AppConsole]];
G2L["48"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppConsole.Main
G2L["49"] = Instance.new("TextButton", G2L["48"]);
G2L["49"]["BorderSizePixel"] = 0;
G2L["49"]["TextSize"] = 14;
G2L["49"]["AutoButtonColor"] = false;
G2L["49"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
G2L["49"]["BackgroundColor3"] = Color3.fromRGB(61, 61, 61);
G2L["49"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["49"]["BackgroundTransparency"] = 1;
G2L["49"]["Size"] = UDim2.new(1, 0, 0, 60);
G2L["49"]["Text"] = [[]];
G2L["49"]["Name"] = [[Main]];
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppConsole.Main.Icon
G2L["4a"] = Instance.new("ImageLabel", G2L["49"]);
G2L["4a"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["4a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["4a"]["Image"] = [[rbxassetid://6579106223]];
G2L["4a"]["ImageRectSize"] = Vector2.new(32, 32);
G2L["4a"]["Size"] = UDim2.new(0, 32, 0, 32);
G2L["4a"]["BackgroundTransparency"] = 1;
G2L["4a"]["ImageRectOffset"] = Vector2.new(128, 0);
G2L["4a"]["Name"] = [[Icon]];
G2L["4a"]["Position"] = UDim2.new(0.5, -16, 0, 4);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppConsole.Main.AppName
G2L["4b"] = Instance.new("TextLabel", G2L["49"]);
G2L["4b"]["TextWrapped"] = true;
G2L["4b"]["TextTruncate"] = Enum.TextTruncate.AtEnd;
G2L["4b"]["BorderSizePixel"] = 0;
G2L["4b"]["TextSize"] = 14;
G2L["4b"]["TextTransparency"] = 0.1;
G2L["4b"]["TextYAlignment"] = Enum.TextYAlignment.Top;
G2L["4b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["4b"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["4b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["4b"]["BackgroundTransparency"] = 1;
G2L["4b"]["Size"] = UDim2.new(1, -4, 1, -40);
G2L["4b"]["Text"] = [[Console]];
G2L["4b"]["Name"] = [[AppName]];
G2L["4b"]["Position"] = UDim2.new(0, 2, 0, 38);
-- ReplicatedStorage.MainModule.Dex.oreo.MainFrame.AppsFrame.Container.AppConsole.Main.Highlight
G2L["4c"] = Instance.new("Frame", G2L["49"]);
G2L["4c"]["Visible"] = false;
G2L["4c"]["BorderSizePixel"] = 0;
G2L["4c"]["BackgroundColor3"] = Color3.fromRGB(0, 171, 255);
G2L["4c"]["Size"] = UDim2.new(1, 0, 0, 2);
G2L["4c"]["Position"] = UDim2.new(0, 0, 1, -2);
G2L["4c"]["Name"] = [[Highlight]];
-- ReplicatedStorage.MainModule.Dex.Apps
G2L["4d"] = Instance.new("Folder", G2L["1"]);
G2L["4d"]["Name"] = [[Apps]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel
G2L["4e"] = Instance.new("Folder", G2L["4d"]);
G2L["4e"]["Name"] = [[SSPanel]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main
G2L["4f"] = Instance.new("Frame", G2L["4e"]);
G2L["4f"]["Visible"] = false;
G2L["4f"]["BorderSizePixel"] = 0;
G2L["4f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["4f"]["Size"] = UDim2.new(0, 500, 0, 345);
G2L["4f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["4f"]["Name"] = [[Main]];
G2L["4f"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Outlines
G2L["50"] = Instance.new("ImageLabel", G2L["4f"]);
G2L["50"]["BorderSizePixel"] = 0;
G2L["50"]["SliceCenter"] = Rect.new(6, 6, 25, 25);
G2L["50"]["ScaleType"] = Enum.ScaleType.Slice;
G2L["50"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["50"]["Image"] = [[rbxassetid://1427967925]];
G2L["50"]["TileSize"] = UDim2.new(0, 20, 0, 20);
G2L["50"]["Size"] = UDim2.new(1, 9, 1, 9);
G2L["50"]["BackgroundTransparency"] = 1;
G2L["50"]["Name"] = [[Outlines]];
G2L["50"]["Position"] = UDim2.new(0, -5, 0, -5);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Outlines.LocalScript
G2L["51"] = Instance.new("LocalScript", G2L["50"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.TopBar
G2L["52"] = Instance.new("Frame", G2L["4f"]);
G2L["52"]["BorderSizePixel"] = 0;
G2L["52"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["52"]["Size"] = UDim2.new(1, 0, 0, 20);
G2L["52"]["Name"] = [[TopBar]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.TopBar.Title
G2L["53"] = Instance.new("TextLabel", G2L["52"]);
G2L["53"]["TextSize"] = 14;
G2L["53"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["53"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["53"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["53"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["53"]["BackgroundTransparency"] = 1;
G2L["53"]["Size"] = UDim2.new(1, -10, 0, 20);
G2L["53"]["Text"] = [[Secret Service Panel]];
G2L["53"]["Name"] = [[Title]];
G2L["53"]["Position"] = UDim2.new(0, 5, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.TopBar.Close
G2L["54"] = Instance.new("TextButton", G2L["52"]);
G2L["54"]["BorderSizePixel"] = 0;
G2L["54"]["TextSize"] = 14;
G2L["54"]["AutoButtonColor"] = false;
G2L["54"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["54"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
G2L["54"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["54"]["BackgroundTransparency"] = 1;
G2L["54"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["54"]["Text"] = [[]];
G2L["54"]["Name"] = [[Close]];
G2L["54"]["Position"] = UDim2.new(1, -18, 0, 2);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.TopBar.Close.ImageLabel
G2L["55"] = Instance.new("ImageLabel", G2L["54"]);
G2L["55"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["55"]["Image"] = [[rbxassetid://5054663650]];
G2L["55"]["Size"] = UDim2.new(0, 10, 0, 10);
G2L["55"]["BackgroundTransparency"] = 1;
G2L["55"]["Position"] = UDim2.new(0, 3, 0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.TopBar.Close.UICorner
G2L["56"] = Instance.new("UICorner", G2L["54"]);
G2L["56"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.TopBar.Close.LocalScript
G2L["57"] = Instance.new("LocalScript", G2L["54"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.TopBar.Close.Frame
G2L["58"] = Instance.new("Frame", G2L["54"]);
G2L["58"]["Visible"] = false;
G2L["58"]["BorderSizePixel"] = 0;
G2L["58"]["BackgroundColor3"] = Color3.fromRGB(41, 41, 41);
G2L["58"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["58"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.TopBar.Close.Frame.UICorner
G2L["59"] = Instance.new("UICorner", G2L["58"]);
G2L["59"]["CornerRadius"] = UDim.new(0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.TopBar.Close.Frame.ImageLabel
G2L["5a"] = Instance.new("ImageLabel", G2L["58"]);
G2L["5a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["5a"]["Image"] = [[rbxassetid://5054663650]];
G2L["5a"]["Size"] = UDim2.new(0, 10, 0, 10);
G2L["5a"]["BackgroundTransparency"] = 1;
G2L["5a"]["Position"] = UDim2.new(0, 3, 0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.TopBar.Minimize
G2L["5b"] = Instance.new("TextButton", G2L["52"]);
G2L["5b"]["BorderSizePixel"] = 0;
G2L["5b"]["TextSize"] = 14;
G2L["5b"]["AutoButtonColor"] = false;
G2L["5b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["5b"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
G2L["5b"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["5b"]["BackgroundTransparency"] = 1;
G2L["5b"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["5b"]["Text"] = [[]];
G2L["5b"]["Name"] = [[Minimize]];
G2L["5b"]["Position"] = UDim2.new(1, -36, 0, 2);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.TopBar.Minimize.ImageLabel
G2L["5c"] = Instance.new("ImageLabel", G2L["5b"]);
G2L["5c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["5c"]["Image"] = [[rbxassetid://5034768003]];
G2L["5c"]["Size"] = UDim2.new(0, 10, 0, 10);
G2L["5c"]["BackgroundTransparency"] = 1;
G2L["5c"]["Position"] = UDim2.new(0, 3, 0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.TopBar.Minimize.UICorner
G2L["5d"] = Instance.new("UICorner", G2L["5b"]);
G2L["5d"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.TopBar.Minimize.Frame
G2L["5e"] = Instance.new("Frame", G2L["5b"]);
G2L["5e"]["Visible"] = false;
G2L["5e"]["BorderSizePixel"] = 0;
G2L["5e"]["BackgroundColor3"] = Color3.fromRGB(41, 41, 41);
G2L["5e"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["5e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.TopBar.Minimize.Frame.UICorner
G2L["5f"] = Instance.new("UICorner", G2L["5e"]);
G2L["5f"]["CornerRadius"] = UDim.new(0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.TopBar.Minimize.Frame.ImageLabel
G2L["60"] = Instance.new("ImageLabel", G2L["5e"]);
G2L["60"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["60"]["Image"] = [[rbxassetid://5034768003]];
G2L["60"]["Size"] = UDim2.new(0, 10, 0, 10);
G2L["60"]["BackgroundTransparency"] = 1;
G2L["60"]["Position"] = UDim2.new(0, 3, 0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.TopBar.Minimize.LocalScript
G2L["61"] = Instance.new("LocalScript", G2L["5b"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content
G2L["62"] = Instance.new("Frame", G2L["4f"]);
G2L["62"]["BorderSizePixel"] = 0;
G2L["62"]["BackgroundColor3"] = Color3.fromRGB(46, 46, 46);
G2L["62"]["ClipsDescendants"] = true;
G2L["62"]["Size"] = UDim2.new(0, 500, 0, 325);
G2L["62"]["Position"] = UDim2.new(0, 0, 0.05797, 0);
G2L["62"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["62"]["Name"] = [[Content]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.Line
G2L["63"] = Instance.new("Frame", G2L["62"]);
G2L["63"]["BorderSizePixel"] = 0;
G2L["63"]["BackgroundColor3"] = Color3.fromRGB(34, 34, 34);
G2L["63"]["Size"] = UDim2.new(1, 0, 0, 1);
G2L["63"]["Name"] = [[Line]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.console
G2L["64"] = Instance.new("Frame", G2L["62"]);
G2L["64"]["Visible"] = false;
G2L["64"]["BorderSizePixel"] = 0;
G2L["64"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["64"]["Size"] = UDim2.new(0, 500, 0, 305);
G2L["64"]["Position"] = UDim2.new(0, 0, 0.06154, 0);
G2L["64"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["64"]["Name"] = [[console]];
G2L["64"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.console.upd
G2L["65"] = Instance.new("TextButton", G2L["64"]);
G2L["65"]["TextColor3"] = Color3.fromRGB(142, 142, 142);
G2L["65"]["BackgroundTransparency"] = 1;
G2L["65"]["Size"] = UDim2.new(0.58245, -32, 0.00689, 20);
G2L["65"]["Text"] = [[Update]];
G2L["65"]["Name"] = [[upd]];
G2L["65"]["Position"] = UDim2.new(0.4808, 0, 0.92459, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.console.tog
G2L["66"] = Instance.new("TextButton", G2L["64"]);
G2L["66"]["TextColor3"] = Color3.fromRGB(142, 142, 142);
G2L["66"]["BackgroundTransparency"] = 1;
G2L["66"]["Size"] = UDim2.new(0.55555, -32, 0.00689, 20);
G2L["66"]["Text"] = [[Toggle]];
G2L["66"]["Name"] = [[tog]];
G2L["66"]["Position"] = UDim2.new(-0.01075, 0, 0.92459, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.console.ScrollingFrame
G2L["67"] = Instance.new("ScrollingFrame", G2L["64"]);
G2L["67"]["Active"] = true;
G2L["67"]["BorderSizePixel"] = 0;
G2L["67"]["CanvasSize"] = UDim2.new(0, 0, 0, 0);
G2L["67"]["TopImage"] = [[rbxassetid://0]];
G2L["67"]["MidImage"] = [[rbxassetid://0]];
G2L["67"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37);
G2L["67"]["BottomImage"] = [[rbxassetid://0]];
G2L["67"]["Size"] = UDim2.new(0, 500, 0, 279);
G2L["67"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
G2L["67"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.console.ScrollingFrame.LocalScript
G2L["68"] = Instance.new("LocalScript", G2L["67"]);
G2L["68"]["Enabled"] = false;
G2L["68"]["Disabled"] = true;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.console.ScrollingFrame.TextBox
G2L["69"] = Instance.new("TextBox", G2L["67"]);
G2L["69"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["69"]["BorderSizePixel"] = 0;
G2L["69"]["TextEditable"] = false;
G2L["69"]["TextWrapped"] = true;
G2L["69"]["TextSize"] = 15;
G2L["69"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["69"]["TextYAlignment"] = Enum.TextYAlignment.Top;
G2L["69"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37);
G2L["69"]["RichText"] = true;
G2L["69"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["69"]["MultiLine"] = true;
G2L["69"]["ClearTextOnFocus"] = false;
G2L["69"]["Size"] = UDim2.new(0, 500, 0, 281);
G2L["69"]["Position"] = UDim2.new(0, 0, 0, 0);
G2L["69"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["69"]["Text"] = [[]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.console.LocalScript
G2L["6a"] = Instance.new("LocalScript", G2L["64"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor
G2L["6b"] = Instance.new("Frame", G2L["62"]);
G2L["6b"]["BorderSizePixel"] = 0;
G2L["6b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["6b"]["Size"] = UDim2.new(0, 500, 0, 305);
G2L["6b"]["Position"] = UDim2.new(0, 0, 0.06154, 0);
G2L["6b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["6b"]["Name"] = [[executor]];
G2L["6b"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.TextBox
G2L["6c"] = Instance.new("TextBox", G2L["6b"]);
G2L["6c"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["6c"]["BorderSizePixel"] = 0;
G2L["6c"]["TextWrapped"] = true;
G2L["6c"]["TextTransparency"] = 1;
G2L["6c"]["TextSize"] = 15;
G2L["6c"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["6c"]["TextYAlignment"] = Enum.TextYAlignment.Top;
G2L["6c"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37);
G2L["6c"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.ExtraLight, Enum.FontStyle.Normal);
G2L["6c"]["MultiLine"] = true;
G2L["6c"]["ClearTextOnFocus"] = false;
G2L["6c"]["Size"] = UDim2.new(0, 460, 0, 281);
G2L["6c"]["Position"] = UDim2.new(0.07615, 0, 0, 0);
G2L["6c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["6c"]["Text"] = [[]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.TextBox.TextLabel
G2L["6d"] = Instance.new("TextLabel", G2L["6c"]);
G2L["6d"]["BorderSizePixel"] = 0;
G2L["6d"]["TextSize"] = 15;
G2L["6d"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["6d"]["TextYAlignment"] = Enum.TextYAlignment.Top;
G2L["6d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["6d"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Light, Enum.FontStyle.Normal);
G2L["6d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["6d"]["BackgroundTransparency"] = 1;
G2L["6d"]["RichText"] = true;
G2L["6d"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["6d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["6d"]["Text"] = [[]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.TextBox.TextLabel.LocalScript
G2L["6e"] = Instance.new("LocalScript", G2L["6d"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.TextBox.cursor
G2L["6f"] = Instance.new("Frame", G2L["6c"]);
G2L["6f"]["BorderSizePixel"] = 0;
G2L["6f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["6f"]["Size"] = UDim2.new(0, 1, 0, 17);
G2L["6f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["6f"]["Name"] = [[cursor]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.TextBox.cursor.loop
G2L["70"] = Instance.new("LocalScript", G2L["6f"]);
G2L["70"]["Name"] = [[loop]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.TextBox.cursor.pos
G2L["71"] = Instance.new("LocalScript", G2L["6f"]);
G2L["71"]["Name"] = [[pos]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.cls
G2L["72"] = Instance.new("TextButton", G2L["6b"]);
G2L["72"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["72"]["BackgroundTransparency"] = 1;
G2L["72"]["Size"] = UDim2.new(0.4, -32, 0.00689, 20);
G2L["72"]["Text"] = [[Clear]];
G2L["72"]["Name"] = [[cls]];
G2L["72"]["Position"] = UDim2.new(0.65725, 0, 0.92459, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.cls.LocalScript
G2L["73"] = Instance.new("LocalScript", G2L["72"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.enc
G2L["74"] = Instance.new("TextButton", G2L["6b"]);
G2L["74"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["74"]["BackgroundTransparency"] = 1;
G2L["74"]["Size"] = UDim2.new(0.4, -32, 0.00689, 20);
G2L["74"]["Text"] = [[Execute & Console]];
G2L["74"]["Name"] = [[enc]];
G2L["74"]["Position"] = UDim2.new(0.30725, 0, 0.92459, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.enc.LocalScript
G2L["75"] = Instance.new("LocalScript", G2L["74"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.exe
G2L["76"] = Instance.new("TextButton", G2L["6b"]);
G2L["76"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["76"]["BackgroundTransparency"] = 1;
G2L["76"]["Size"] = UDim2.new(0.4, -32, 0.00689, 20);
G2L["76"]["Text"] = [[Execute]];
G2L["76"]["Name"] = [[exe]];
G2L["76"]["Position"] = UDim2.new(-0.01075, 0, 0.92459, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.exe.LocalScript
G2L["77"] = Instance.new("LocalScript", G2L["76"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.lines
G2L["78"] = Instance.new("TextLabel", G2L["6b"]);
G2L["78"]["BorderSizePixel"] = 0;
G2L["78"]["TextSize"] = 15;
G2L["78"]["TextYAlignment"] = Enum.TextYAlignment.Top;
G2L["78"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37);
G2L["78"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Light, Enum.FontStyle.Normal);
G2L["78"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["78"]["Size"] = UDim2.new(0, 38, 0, 281);
G2L["78"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["78"]["Text"] = [[1]];
G2L["78"]["Name"] = [[lines]];
G2L["78"]["Position"] = UDim2.new(0, 0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.lines.LocalScript
G2L["79"] = Instance.new("LocalScript", G2L["78"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel
G2L["7a"] = Instance.new("Frame", G2L["62"]);
G2L["7a"]["Visible"] = false;
G2L["7a"]["BorderSizePixel"] = 0;
G2L["7a"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37);
G2L["7a"]["Size"] = UDim2.new(0, 500, 0, 305);
G2L["7a"]["Position"] = UDim2.new(0, 0, 0.06154, 0);
G2L["7a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["7a"]["Name"] = [[admin panel]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.ops
G2L["7b"] = Instance.new("Frame", G2L["7a"]);
G2L["7b"]["BorderSizePixel"] = 0;
G2L["7b"]["BackgroundColor3"] = Color3.fromRGB(46, 46, 46);
G2L["7b"]["Size"] = UDim2.new(0, 100, 0, 305);
G2L["7b"]["Position"] = UDim2.new(0, 0, 0.00013, 0);
G2L["7b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["7b"]["Name"] = [[ops]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.ops.r6
G2L["7c"] = Instance.new("TextButton", G2L["7b"]);
G2L["7c"]["BorderSizePixel"] = 0;
G2L["7c"]["TextSize"] = 23;
G2L["7c"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["7c"]["BackgroundColor3"] = Color3.fromRGB(34, 34, 34);
G2L["7c"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["7c"]["Size"] = UDim2.new(1, 0, 0.036, 20);
G2L["7c"]["Text"] = [[Output]];
G2L["7c"]["Name"] = [[r6]];
G2L["7c"]["Position"] = UDim2.new(0, 0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.ops.r6.LocalScript
G2L["7d"] = Instance.new("LocalScript", G2L["7c"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.ops.UIListLayout
G2L["7e"] = Instance.new("UIListLayout", G2L["7b"]);
G2L["7e"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.ops.r6
G2L["7f"] = Instance.new("TextButton", G2L["7b"]);
G2L["7f"]["BorderSizePixel"] = 0;
G2L["7f"]["TextSize"] = 23;
G2L["7f"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["7f"]["BackgroundColor3"] = Color3.fromRGB(46, 46, 46);
G2L["7f"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["7f"]["Size"] = UDim2.new(1, 0, 0.036, 20);
G2L["7f"]["Text"] = [[Player]];
G2L["7f"]["Name"] = [[r6]];
G2L["7f"]["Position"] = UDim2.new(0, 0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.ops.r6.LocalScript
G2L["80"] = Instance.new("LocalScript", G2L["7f"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.ops.r6
G2L["81"] = Instance.new("TextButton", G2L["7b"]);
G2L["81"]["BorderSizePixel"] = 0;
G2L["81"]["TextSize"] = 23;
G2L["81"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["81"]["BackgroundColor3"] = Color3.fromRGB(46, 46, 46);
G2L["81"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["81"]["Size"] = UDim2.new(1, 0, 0.036, 20);
G2L["81"]["Text"] = [[Extra]];
G2L["81"]["Name"] = [[r6]];
G2L["81"]["Position"] = UDim2.new(0, 0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.ops.r6.LocalScript
G2L["82"] = Instance.new("LocalScript", G2L["81"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.ops.r6
G2L["83"] = Instance.new("TextButton", G2L["7b"]);
G2L["83"]["BorderSizePixel"] = 0;
G2L["83"]["TextSize"] = 23;
G2L["83"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["83"]["BackgroundColor3"] = Color3.fromRGB(46, 46, 46);
G2L["83"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["83"]["Size"] = UDim2.new(1, 0, 0.036, 20);
G2L["83"]["Text"] = [[Packages]];
G2L["83"]["Name"] = [[r6]];
G2L["83"]["Position"] = UDim2.new(0, 0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.ops.r6.LocalScript
G2L["84"] = Instance.new("LocalScript", G2L["83"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.output
G2L["85"] = Instance.new("Frame", G2L["7a"]);
G2L["85"]["BorderSizePixel"] = 0;
G2L["85"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["85"]["Size"] = UDim2.new(0, 398, 0, 303);
G2L["85"]["Position"] = UDim2.new(0.2, 0, 0.00656, 0);
G2L["85"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["85"]["Name"] = [[output]];
G2L["85"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.output.logs
G2L["86"] = Instance.new("ScrollingFrame", G2L["85"]);
G2L["86"]["Active"] = true;
G2L["86"]["BorderSizePixel"] = 0;
G2L["86"]["CanvasSize"] = UDim2.new(0, 0, 200, 0);
G2L["86"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["86"]["Name"] = [[logs]];
G2L["86"]["ScrollBarImageTransparency"] = 1;
G2L["86"]["Size"] = UDim2.new(1, 0, 1.00647, 0);
G2L["86"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
G2L["86"]["Position"] = UDim2.new(0, 0, -0.00647, 0);
G2L["86"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["86"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.output.logs.UIListLayout
G2L["87"] = Instance.new("UIListLayout", G2L["86"]);
G2L["87"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player
G2L["88"] = Instance.new("Frame", G2L["7a"]);
G2L["88"]["Visible"] = false;
G2L["88"]["BorderSizePixel"] = 0;
G2L["88"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["88"]["Size"] = UDim2.new(0, 398, 0, 303);
G2L["88"]["Position"] = UDim2.new(0.2, 0, 0.00656, 0);
G2L["88"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["88"]["Name"] = [[player]];
G2L["88"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame
G2L["89"] = Instance.new("Frame", G2L["88"]);
G2L["89"]["BorderSizePixel"] = 0;
G2L["89"]["BackgroundColor3"] = Color3.fromRGB(39, 39, 39);
G2L["89"]["Size"] = UDim2.new(0, 396, 0, 146);
G2L["89"]["Position"] = UDim2.new(0.00961, 0, -0.00671, 0);
G2L["89"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.R6
G2L["8a"] = Instance.new("TextButton", G2L["89"]);
G2L["8a"]["TextWrapped"] = true;
G2L["8a"]["RichText"] = true;
G2L["8a"]["BorderSizePixel"] = 0;
G2L["8a"]["TextSize"] = 23;
G2L["8a"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["8a"]["BackgroundColor3"] = Color3.fromRGB(55, 55, 55);
G2L["8a"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["8a"]["Size"] = UDim2.new(0, 107, 0, 27);
G2L["8a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["8a"]["Text"] = [[R6]];
G2L["8a"]["Name"] = [[R6]];
G2L["8a"]["Position"] = UDim2.new(0.36586, 0, 0.08474, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.R6.LocalScript
G2L["8b"] = Instance.new("LocalScript", G2L["8a"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.Hidden
G2L["8c"] = Instance.new("TextButton", G2L["89"]);
G2L["8c"]["TextWrapped"] = true;
G2L["8c"]["BorderSizePixel"] = 0;
G2L["8c"]["TextSize"] = 23;
G2L["8c"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["8c"]["BackgroundColor3"] = Color3.fromRGB(55, 55, 55);
G2L["8c"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["8c"]["Size"] = UDim2.new(0, 107, 0, 27);
G2L["8c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["8c"]["Text"] = [[Hidden]];
G2L["8c"]["Name"] = [[Hidden]];
G2L["8c"]["Position"] = UDim2.new(0.71423, 0, 0.08474, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.Hidden.LocalScript
G2L["8d"] = Instance.new("LocalScript", G2L["8c"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.Hidden.LocalScript.mask
G2L["8e"] = Instance.new("ImageLabel", G2L["8d"]);
G2L["8e"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["8e"]["Image"] = [[rbxassetid://190465916]];
G2L["8e"]["Size"] = UDim2.new(9.98955, 0, 33.25792, 0);
G2L["8e"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["8e"]["BackgroundTransparency"] = 1;
G2L["8e"]["Name"] = [[mask]];
G2L["8e"]["Position"] = UDim2.new(-2.24279, 0, -17.67853, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.Hidden.LocalScript.mask.hahahaha
G2L["8f"] = Instance.new("Frame", G2L["8e"]);
G2L["8f"]["Visible"] = false;
G2L["8f"]["BorderSizePixel"] = 0;
G2L["8f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["8f"]["Size"] = UDim2.new(0, 837, 0, 741);
G2L["8f"]["Position"] = UDim2.new(0.10946, 0, 0.15368, 0);
G2L["8f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["8f"]["Name"] = [[hahahaha]];
G2L["8f"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.Hidden.LocalScript.mask.hahahaha.TextLabel
G2L["90"] = Instance.new("TextLabel", G2L["8f"]);
G2L["90"]["BorderSizePixel"] = 0;
G2L["90"]["TextSize"] = 100;
G2L["90"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["90"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["90"]["TextColor3"] = Color3.fromRGB(192, 99, 6);
G2L["90"]["BackgroundTransparency"] = 1;
G2L["90"]["Size"] = UDim2.new(0, 182, 0, 124);
G2L["90"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["90"]["Text"] = [[HAHAHAHAH]];
G2L["90"]["Position"] = UDim2.new(0.40263, 0, 0.92578, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.Hidden.LocalScript.mask.hahahaha.TextLabel
G2L["91"] = Instance.new("TextLabel", G2L["8f"]);
G2L["91"]["BorderSizePixel"] = 0;
G2L["91"]["TextSize"] = 100;
G2L["91"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["91"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["91"]["TextColor3"] = Color3.fromRGB(192, 99, 6);
G2L["91"]["BackgroundTransparency"] = 1;
G2L["91"]["Size"] = UDim2.new(0, 182, 0, 124);
G2L["91"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["91"]["Text"] = [[HAHAHAHAH]];
G2L["91"]["Rotation"] = -40;
G2L["91"]["Position"] = UDim2.new(-0.02748, 0, 0.06343, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.Hidden.LocalScript.mask.hahahaha.TextLabel
G2L["92"] = Instance.new("TextLabel", G2L["8f"]);
G2L["92"]["BorderSizePixel"] = 0;
G2L["92"]["TextSize"] = 100;
G2L["92"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["92"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["92"]["TextColor3"] = Color3.fromRGB(192, 99, 6);
G2L["92"]["BackgroundTransparency"] = 1;
G2L["92"]["Size"] = UDim2.new(0, 182, 0, 124);
G2L["92"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["92"]["Text"] = [[HAHAHAHAH]];
G2L["92"]["Rotation"] = 40;
G2L["92"]["Position"] = UDim2.new(0.82796, 0, 0.05128, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.Hidden.LocalScript.mask.HUHH
G2L["93"] = Instance.new("Frame", G2L["8e"]);
G2L["93"]["Visible"] = false;
G2L["93"]["BorderSizePixel"] = 0;
G2L["93"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["93"]["Size"] = UDim2.new(0, 837, 0, 741);
G2L["93"]["Position"] = UDim2.new(0.10946, 0, 0.15368, 0);
G2L["93"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["93"]["Name"] = [[HUHH]];
G2L["93"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.Hidden.LocalScript.mask.HUHH.TextLabel
G2L["94"] = Instance.new("TextLabel", G2L["93"]);
G2L["94"]["BorderSizePixel"] = 0;
G2L["94"]["TextSize"] = 100;
G2L["94"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["94"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["94"]["TextColor3"] = Color3.fromRGB(192, 99, 6);
G2L["94"]["BackgroundTransparency"] = 1;
G2L["94"]["Size"] = UDim2.new(0, 182, 0, 124);
G2L["94"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["94"]["Text"] = [[???]];
G2L["94"]["Rotation"] = -120;
G2L["94"]["Position"] = UDim2.new(-0.07407, 0, 0.67206, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.Hidden.LocalScript.mask.HUHH.TextLabel
G2L["95"] = Instance.new("TextLabel", G2L["93"]);
G2L["95"]["BorderSizePixel"] = 0;
G2L["95"]["TextSize"] = 100;
G2L["95"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["95"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["95"]["TextColor3"] = Color3.fromRGB(192, 99, 6);
G2L["95"]["BackgroundTransparency"] = 1;
G2L["95"]["Size"] = UDim2.new(0, 182, 0, 124);
G2L["95"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["95"]["Text"] = [[???]];
G2L["95"]["Rotation"] = 120;
G2L["95"]["Position"] = UDim2.new(0.95579, 0, 0.63158, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.Hidden.LocalScript.mask.HUHH.TextLabel
G2L["96"] = Instance.new("TextLabel", G2L["93"]);
G2L["96"]["BorderSizePixel"] = 0;
G2L["96"]["TextSize"] = 100;
G2L["96"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["96"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["96"]["TextColor3"] = Color3.fromRGB(192, 99, 6);
G2L["96"]["BackgroundTransparency"] = 1;
G2L["96"]["Size"] = UDim2.new(0, 182, 0, 124);
G2L["96"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["96"]["Text"] = [[???]];
G2L["96"]["Rotation"] = 180;
G2L["96"]["Position"] = UDim2.new(0.4098, 0, 0.87989, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.Hidden.LocalScript.mask.HUHH.TextLabel
G2L["97"] = Instance.new("TextLabel", G2L["93"]);
G2L["97"]["BorderSizePixel"] = 0;
G2L["97"]["TextSize"] = 100;
G2L["97"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["97"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["97"]["TextColor3"] = Color3.fromRGB(192, 99, 6);
G2L["97"]["BackgroundTransparency"] = 1;
G2L["97"]["Size"] = UDim2.new(0, 182, 0, 124);
G2L["97"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["97"]["Text"] = [[???]];
G2L["97"]["Position"] = UDim2.new(0.38949, 0, -0.04858, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.Hidden.LocalScript.mask.HUHH.TextLabel
G2L["98"] = Instance.new("TextLabel", G2L["93"]);
G2L["98"]["BorderSizePixel"] = 0;
G2L["98"]["TextSize"] = 100;
G2L["98"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["98"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["98"]["TextColor3"] = Color3.fromRGB(192, 99, 6);
G2L["98"]["BackgroundTransparency"] = 1;
G2L["98"]["Size"] = UDim2.new(0, 182, 0, 124);
G2L["98"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["98"]["Text"] = [[???]];
G2L["98"]["Rotation"] = -40;
G2L["98"]["Position"] = UDim2.new(-0.04182, 0, 0.05128, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.Hidden.LocalScript.mask.HUHH.TextLabel
G2L["99"] = Instance.new("TextLabel", G2L["93"]);
G2L["99"]["BorderSizePixel"] = 0;
G2L["99"]["TextSize"] = 100;
G2L["99"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["99"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["99"]["TextColor3"] = Color3.fromRGB(192, 99, 6);
G2L["99"]["BackgroundTransparency"] = 1;
G2L["99"]["Size"] = UDim2.new(0, 182, 0, 124);
G2L["99"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["99"]["Text"] = [[???]];
G2L["99"]["Rotation"] = 40;
G2L["99"]["Position"] = UDim2.new(0.82796, 0, 0.05128, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.Dex
G2L["9a"] = Instance.new("TextButton", G2L["89"]);
G2L["9a"]["TextWrapped"] = true;
G2L["9a"]["BorderSizePixel"] = 0;
G2L["9a"]["TextSize"] = 23;
G2L["9a"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["9a"]["BackgroundColor3"] = Color3.fromRGB(55, 55, 55);
G2L["9a"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["9a"]["Size"] = UDim2.new(0, 107, 0, 27);
G2L["9a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["9a"]["Text"] = [[Dex]];
G2L["9a"]["Name"] = [[Dex]];
G2L["9a"]["Position"] = UDim2.new(0.01749, 0, 0.08474, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.Dex.LocalScript
G2L["9b"] = Instance.new("LocalScript", G2L["9a"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe
G2L["9c"] = Instance.new("ScrollingFrame", G2L["88"]);
G2L["9c"]["Active"] = true;
G2L["9c"]["BorderSizePixel"] = 0;
G2L["9c"]["CanvasSize"] = UDim2.new(0, 0, 0, 180);
G2L["9c"]["TopImage"] = [[rbxassetid://0]];
G2L["9c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["9c"]["Name"] = [[scrollingframe]];
G2L["9c"]["BottomImage"] = [[rbxassetid://0]];
G2L["9c"]["Size"] = UDim2.new(0, 395, 0, 134);
G2L["9c"]["ScrollBarImageColor3"] = Color3.fromRGB(85, 85, 85);
G2L["9c"]["Position"] = UDim2.new(0.01, 0, 0.52, 0);
G2L["9c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["9c"]["ScrollBarThickness"] = 16;
G2L["9c"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.UIListLayout
G2L["9d"] = Instance.new("UIListLayout", G2L["9c"]);
G2L["9d"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton
G2L["9e"] = Instance.new("TextButton", G2L["9c"]);
G2L["9e"]["TextWrapped"] = true;
G2L["9e"]["BorderSizePixel"] = 0;
G2L["9e"]["TextSize"] = 14;
G2L["9e"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["9e"]["BackgroundColor3"] = Color3.fromRGB(62, 62, 62);
G2L["9e"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["9e"]["Size"] = UDim2.new(0, 386, 0, 20);
G2L["9e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["9e"]["Text"] = [[doggoarmy.txt]];
G2L["9e"]["Position"] = UDim2.new(0, 0, -0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton.LocalScript
G2L["9f"] = Instance.new("LocalScript", G2L["9e"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton
G2L["a0"] = Instance.new("TextButton", G2L["9c"]);
G2L["a0"]["TextWrapped"] = true;
G2L["a0"]["BorderSizePixel"] = 0;
G2L["a0"]["TextSize"] = 14;
G2L["a0"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["a0"]["BackgroundColor3"] = Color3.fromRGB(62, 62, 62);
G2L["a0"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["a0"]["Size"] = UDim2.new(0, 386, 0, 20);
G2L["a0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["a0"]["Text"] = [[Fenrier Painsis.txt]];
G2L["a0"]["Position"] = UDim2.new(0, 0, 0.14925, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton.LocalScript
G2L["a1"] = Instance.new("LocalScript", G2L["a0"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton
G2L["a2"] = Instance.new("TextButton", G2L["9c"]);
G2L["a2"]["TextWrapped"] = true;
G2L["a2"]["BorderSizePixel"] = 0;
G2L["a2"]["TextSize"] = 14;
G2L["a2"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["a2"]["BackgroundColor3"] = Color3.fromRGB(62, 62, 62);
G2L["a2"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["a2"]["Size"] = UDim2.new(0, 386, 0, 20);
G2L["a2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["a2"]["Text"] = [[message.txt]];
G2L["a2"]["Position"] = UDim2.new(0, 0, 0.29851, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton.LocalScript
G2L["a3"] = Instance.new("LocalScript", G2L["a2"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton
G2L["a4"] = Instance.new("TextButton", G2L["9c"]);
G2L["a4"]["TextWrapped"] = true;
G2L["a4"]["BorderSizePixel"] = 0;
G2L["a4"]["TextSize"] = 14;
G2L["a4"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["a4"]["BackgroundColor3"] = Color3.fromRGB(62, 62, 62);
G2L["a4"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["a4"]["Size"] = UDim2.new(0, 386, 0, 20);
G2L["a4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["a4"]["Text"] = [[n00t noot.txt]];
G2L["a4"]["Position"] = UDim2.new(0, 0, 0.44776, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton
G2L["a5"] = Instance.new("TextButton", G2L["9c"]);
G2L["a5"]["TextWrapped"] = true;
G2L["a5"]["BorderSizePixel"] = 0;
G2L["a5"]["TextSize"] = 14;
G2L["a5"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["a5"]["BackgroundColor3"] = Color3.fromRGB(62, 62, 62);
G2L["a5"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["a5"]["Size"] = UDim2.new(0, 386, 0, 20);
G2L["a5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["a5"]["Text"] = [[ss_steve.txt]];
G2L["a5"]["Position"] = UDim2.new(0, 0, 0.59701, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton.LocalScript
G2L["a6"] = Instance.new("LocalScript", G2L["a5"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton
G2L["a7"] = Instance.new("TextButton", G2L["9c"]);
G2L["a7"]["TextWrapped"] = true;
G2L["a7"]["BorderSizePixel"] = 0;
G2L["a7"]["TextSize"] = 14;
G2L["a7"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["a7"]["BackgroundColor3"] = Color3.fromRGB(62, 62, 62);
G2L["a7"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["a7"]["Size"] = UDim2.new(0, 386, 0, 20);
G2L["a7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["a7"]["Text"] = [[wdqd.txt]];
G2L["a7"]["Position"] = UDim2.new(-0, 0, 0.74627, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton
G2L["a8"] = Instance.new("TextButton", G2L["9c"]);
G2L["a8"]["TextWrapped"] = true;
G2L["a8"]["BorderSizePixel"] = 0;
G2L["a8"]["TextSize"] = 14;
G2L["a8"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["a8"]["BackgroundColor3"] = Color3.fromRGB(62, 62, 62);
G2L["a8"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["a8"]["Size"] = UDim2.new(0, 386, 0, 20);
G2L["a8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["a8"]["Text"] = [[primadon.txt]];
G2L["a8"]["Position"] = UDim2.new(0, 0, 0.44776, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton.LocalScript
G2L["a9"] = Instance.new("LocalScript", G2L["a8"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton
G2L["aa"] = Instance.new("TextButton", G2L["9c"]);
G2L["aa"]["TextWrapped"] = true;
G2L["aa"]["BorderSizePixel"] = 0;
G2L["aa"]["TextSize"] = 14;
G2L["aa"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["aa"]["BackgroundColor3"] = Color3.fromRGB(62, 62, 62);
G2L["aa"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["aa"]["Size"] = UDim2.new(0, 386, 0, 20);
G2L["aa"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["aa"]["Text"] = [[mystic.txt]];
G2L["aa"]["Position"] = UDim2.new(-0, 0, 0.74627, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton.LocalScript
G2L["ab"] = Instance.new("LocalScript", G2L["aa"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton
G2L["ac"] = Instance.new("TextButton", G2L["9c"]);
G2L["ac"]["TextWrapped"] = true;
G2L["ac"]["BorderSizePixel"] = 0;
G2L["ac"]["TextSize"] = 14;
G2L["ac"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["ac"]["BackgroundColor3"] = Color3.fromRGB(62, 62, 62);
G2L["ac"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["ac"]["Size"] = UDim2.new(0, 386, 0, 20);
G2L["ac"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["ac"]["Text"] = [[grandsola.txt]];
G2L["ac"]["Position"] = UDim2.new(-0, 0, 0.74627, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton.LocalScript
G2L["ad"] = Instance.new("LocalScript", G2L["ac"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages
G2L["ae"] = Instance.new("Frame", G2L["7a"]);
G2L["ae"]["Visible"] = false;
G2L["ae"]["BorderSizePixel"] = 0;
G2L["ae"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["ae"]["Size"] = UDim2.new(0, 398, 0, 303);
G2L["ae"]["Position"] = UDim2.new(0.2, 0, 0.00656, 0);
G2L["ae"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["ae"]["Name"] = [[packages]];
G2L["ae"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe
G2L["af"] = Instance.new("ScrollingFrame", G2L["ae"]);
G2L["af"]["Active"] = true;
G2L["af"]["BorderSizePixel"] = 0;
G2L["af"]["CanvasSize"] = UDim2.new(0, 0, 0, 0);
G2L["af"]["TopImage"] = [[rbxassetid://0]];
G2L["af"]["MidImage"] = [[]];
G2L["af"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["af"]["Name"] = [[scriptsframe]];
G2L["af"]["BottomImage"] = [[rbxassetid://0]];
G2L["af"]["Size"] = UDim2.new(0, 400, 0, 262);
G2L["af"]["ScrollBarImageColor3"] = Color3.fromRGB(100, 100, 100);
G2L["af"]["Position"] = UDim2.new(0, 0, 0.06274, 0);
G2L["af"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["af"]["ScrollBarThickness"] = 17;
G2L["af"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.UIListLayout
G2L["b0"] = Instance.new("UIListLayout", G2L["af"]);
G2L["b0"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.r6
G2L["b1"] = Instance.new("Frame", G2L["af"]);
G2L["b1"]["BorderSizePixel"] = 0;
G2L["b1"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["b1"]["Size"] = UDim2.new(1, 0, 0, 25);
G2L["b1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["b1"]["Name"] = [[r6]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.r6.TextButton
G2L["b2"] = Instance.new("TextButton", G2L["b1"]);
G2L["b2"]["BorderSizePixel"] = 0;
G2L["b2"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["b2"]["TextSize"] = 14;
G2L["b2"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["b2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["b2"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["b2"]["BackgroundTransparency"] = 1;
G2L["b2"]["Size"] = UDim2.new(0, 389, 0, 25);
G2L["b2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["b2"]["Text"] = [[r6]];
G2L["b2"]["Position"] = UDim2.new(0.014, 0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.r6.TextButton.LocalScript
G2L["b3"] = Instance.new("LocalScript", G2L["b2"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.r6.ImageButton
G2L["b4"] = Instance.new("ImageButton", G2L["b1"]);
G2L["b4"]["BorderSizePixel"] = 0;
G2L["b4"]["BackgroundTransparency"] = 1;
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["b4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["b4"]["Image"] = [[rbxassetid://127075876244307]];
G2L["b4"]["Size"] = UDim2.new(0, 20, 0, 20);
G2L["b4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["b4"]["Rotation"] = 90;
G2L["b4"]["Position"] = UDim2.new(0.94978, 0, 0.09584, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.primadon
G2L["b5"] = Instance.new("Frame", G2L["af"]);
G2L["b5"]["BorderSizePixel"] = 0;
G2L["b5"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["b5"]["Size"] = UDim2.new(1, 0, 0, 25);
G2L["b5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["b5"]["Name"] = [[primadon]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.primadon.TextButton
G2L["b6"] = Instance.new("TextButton", G2L["b5"]);
G2L["b6"]["BorderSizePixel"] = 0;
G2L["b6"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["b6"]["TextSize"] = 14;
G2L["b6"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["b6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["b6"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["b6"]["BackgroundTransparency"] = 1;
G2L["b6"]["Size"] = UDim2.new(0, 389, 0, 25);
G2L["b6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["b6"]["Text"] = [[primadon]];
G2L["b6"]["Position"] = UDim2.new(0.014, 0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.primadon.TextButton.LocalScript
G2L["b7"] = Instance.new("LocalScript", G2L["b6"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.primadon.ImageButton
G2L["b8"] = Instance.new("ImageButton", G2L["b5"]);
G2L["b8"]["BorderSizePixel"] = 0;
G2L["b8"]["BackgroundTransparency"] = 1;
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["b8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["b8"]["Image"] = [[rbxassetid://127075876244307]];
G2L["b8"]["Size"] = UDim2.new(0, 20, 0, 20);
G2L["b8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["b8"]["Rotation"] = 90;
G2L["b8"]["Position"] = UDim2.new(0.94978, 0, 0.09584, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.sledgehammer
G2L["b9"] = Instance.new("Frame", G2L["af"]);
G2L["b9"]["BorderSizePixel"] = 0;
G2L["b9"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["b9"]["Size"] = UDim2.new(1, 0, 0, 25);
G2L["b9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["b9"]["Name"] = [[sledgehammer]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.sledgehammer.TextButton
G2L["ba"] = Instance.new("TextButton", G2L["b9"]);
G2L["ba"]["BorderSizePixel"] = 0;
G2L["ba"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["ba"]["TextSize"] = 14;
G2L["ba"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["ba"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["ba"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["ba"]["BackgroundTransparency"] = 1;
G2L["ba"]["Size"] = UDim2.new(0, 389, 0, 25);
G2L["ba"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["ba"]["Text"] = [[sledgehammer]];
G2L["ba"]["Position"] = UDim2.new(0.014, 0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.sledgehammer.TextButton.LocalScript
G2L["bb"] = Instance.new("LocalScript", G2L["ba"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.sledgehammer.ImageButton
G2L["bc"] = Instance.new("ImageButton", G2L["b9"]);
G2L["bc"]["BorderSizePixel"] = 0;
G2L["bc"]["BackgroundTransparency"] = 1;
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["bc"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["bc"]["Image"] = [[rbxassetid://127075876244307]];
G2L["bc"]["Size"] = UDim2.new(0, 20, 0, 20);
G2L["bc"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["bc"]["Rotation"] = 90;
G2L["bc"]["Position"] = UDim2.new(0.94978, 0, 0.09584, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.grand_pivot
G2L["bd"] = Instance.new("Frame", G2L["af"]);
G2L["bd"]["BorderSizePixel"] = 0;
G2L["bd"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["bd"]["Size"] = UDim2.new(1, 0, 0, 25);
G2L["bd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["bd"]["Name"] = [[grand_pivot]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.grand_pivot.TextButton
G2L["be"] = Instance.new("TextButton", G2L["bd"]);
G2L["be"]["BorderSizePixel"] = 0;
G2L["be"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["be"]["TextSize"] = 14;
G2L["be"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["be"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["be"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["be"]["BackgroundTransparency"] = 1;
G2L["be"]["Size"] = UDim2.new(0, 389, 0, 25);
G2L["be"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["be"]["Text"] = [[grand_pivot]];
G2L["be"]["Position"] = UDim2.new(0.014, 0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.grand_pivot.TextButton.LocalScript
G2L["bf"] = Instance.new("LocalScript", G2L["be"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.grand_pivot.ImageButton
G2L["c0"] = Instance.new("ImageButton", G2L["bd"]);
G2L["c0"]["BorderSizePixel"] = 0;
G2L["c0"]["BackgroundTransparency"] = 1;
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["c0"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["c0"]["Image"] = [[rbxassetid://127075876244307]];
G2L["c0"]["Size"] = UDim2.new(0, 20, 0, 20);
G2L["c0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["c0"]["Rotation"] = 90;
G2L["c0"]["Position"] = UDim2.new(0.94978, 0, 0.09584, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.mljonhr
G2L["c1"] = Instance.new("Frame", G2L["af"]);
G2L["c1"]["BorderSizePixel"] = 0;
G2L["c1"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["c1"]["Size"] = UDim2.new(1, 0, 0, 25);
G2L["c1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["c1"]["Name"] = [[mljonhr]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.mljonhr.TextButton
G2L["c2"] = Instance.new("TextButton", G2L["c1"]);
G2L["c2"]["BorderSizePixel"] = 0;
G2L["c2"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["c2"]["TextSize"] = 14;
G2L["c2"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["c2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["c2"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["c2"]["BackgroundTransparency"] = 1;
G2L["c2"]["Size"] = UDim2.new(0, 389, 0, 25);
G2L["c2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["c2"]["Text"] = [[mljonhr]];
G2L["c2"]["Position"] = UDim2.new(0.014, 0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.mljonhr.TextButton.LocalScript
G2L["c3"] = Instance.new("LocalScript", G2L["c2"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.mljonhr.ImageButton
G2L["c4"] = Instance.new("ImageButton", G2L["c1"]);
G2L["c4"]["BorderSizePixel"] = 0;
G2L["c4"]["BackgroundTransparency"] = 1;
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["c4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["c4"]["Image"] = [[rbxassetid://127075876244307]];
G2L["c4"]["Size"] = UDim2.new(0, 20, 0, 20);
G2L["c4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["c4"]["Rotation"] = 90;
G2L["c4"]["Position"] = UDim2.new(0.94978, 0, 0.09584, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.mystic
G2L["c5"] = Instance.new("Frame", G2L["af"]);
G2L["c5"]["BorderSizePixel"] = 0;
G2L["c5"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["c5"]["Size"] = UDim2.new(1, 0, 0, 25);
G2L["c5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["c5"]["Name"] = [[mystic]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.mystic.TextButton
G2L["c6"] = Instance.new("TextButton", G2L["c5"]);
G2L["c6"]["BorderSizePixel"] = 0;
G2L["c6"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["c6"]["TextSize"] = 14;
G2L["c6"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["c6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["c6"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["c6"]["BackgroundTransparency"] = 1;
G2L["c6"]["Size"] = UDim2.new(0, 389, 0, 25);
G2L["c6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["c6"]["Text"] = [[mystic]];
G2L["c6"]["Position"] = UDim2.new(0.014, 0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.mystic.TextButton.LocalScript
G2L["c7"] = Instance.new("LocalScript", G2L["c6"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.mystic.ImageButton
G2L["c8"] = Instance.new("ImageButton", G2L["c5"]);
G2L["c8"]["BorderSizePixel"] = 0;
G2L["c8"]["BackgroundTransparency"] = 1;
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["c8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["c8"]["Image"] = [[rbxassetid://127075876244307]];
G2L["c8"]["Size"] = UDim2.new(0, 20, 0, 20);
G2L["c8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["c8"]["Rotation"] = 90;
G2L["c8"]["Position"] = UDim2.new(0.94978, 0, 0.09584, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.ta
G2L["c9"] = Instance.new("Frame", G2L["af"]);
G2L["c9"]["BorderSizePixel"] = 0;
G2L["c9"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["c9"]["Size"] = UDim2.new(1, 0, 0, 25);
G2L["c9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["c9"]["Name"] = [[ta]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.ta.TextButton
G2L["ca"] = Instance.new("TextButton", G2L["c9"]);
G2L["ca"]["BorderSizePixel"] = 0;
G2L["ca"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["ca"]["TextSize"] = 14;
G2L["ca"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["ca"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["ca"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["ca"]["BackgroundTransparency"] = 1;
G2L["ca"]["Size"] = UDim2.new(0, 389, 0, 25);
G2L["ca"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["ca"]["Text"] = [[ta]];
G2L["ca"]["Position"] = UDim2.new(0.014, 0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.ta.TextButton.LocalScript
G2L["cb"] = Instance.new("LocalScript", G2L["ca"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.ta.ImageButton
G2L["cc"] = Instance.new("ImageButton", G2L["c9"]);
G2L["cc"]["BorderSizePixel"] = 0;
G2L["cc"]["BackgroundTransparency"] = 1;
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["cc"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["cc"]["Image"] = [[rbxassetid://127075876244307]];
G2L["cc"]["Size"] = UDim2.new(0, 20, 0, 20);
G2L["cc"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["cc"]["Rotation"] = 90;
G2L["cc"]["Position"] = UDim2.new(0.94978, 0, 0.09584, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.devoy
G2L["cd"] = Instance.new("Frame", G2L["af"]);
G2L["cd"]["BorderSizePixel"] = 0;
G2L["cd"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["cd"]["Size"] = UDim2.new(1, 0, 0, 25);
G2L["cd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["cd"]["Name"] = [[devoy]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.devoy.TextButton
G2L["ce"] = Instance.new("TextButton", G2L["cd"]);
G2L["ce"]["BorderSizePixel"] = 0;
G2L["ce"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["ce"]["TextSize"] = 14;
G2L["ce"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["ce"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["ce"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["ce"]["BackgroundTransparency"] = 1;
G2L["ce"]["Size"] = UDim2.new(0, 389, 0, 25);
G2L["ce"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["ce"]["Text"] = [[devoy]];
G2L["ce"]["Position"] = UDim2.new(0.014, 0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.devoy.TextButton.LocalScript
G2L["cf"] = Instance.new("LocalScript", G2L["ce"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.devoy.ImageButton
G2L["d0"] = Instance.new("ImageButton", G2L["cd"]);
G2L["d0"]["BorderSizePixel"] = 0;
G2L["d0"]["BackgroundTransparency"] = 1;
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["d0"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["d0"]["Image"] = [[rbxassetid://127075876244307]];
G2L["d0"]["Size"] = UDim2.new(0, 20, 0, 20);
G2L["d0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["d0"]["Rotation"] = 90;
G2L["d0"]["Position"] = UDim2.new(0.94978, 0, 0.09584, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.grand
G2L["d1"] = Instance.new("Frame", G2L["af"]);
G2L["d1"]["BorderSizePixel"] = 0;
G2L["d1"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["d1"]["Size"] = UDim2.new(1, 0, 0, 25);
G2L["d1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["d1"]["Name"] = [[grand]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.grand.TextButton
G2L["d2"] = Instance.new("TextButton", G2L["d1"]);
G2L["d2"]["BorderSizePixel"] = 0;
G2L["d2"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["d2"]["TextSize"] = 14;
G2L["d2"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["d2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["d2"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["d2"]["BackgroundTransparency"] = 1;
G2L["d2"]["Size"] = UDim2.new(0, 389, 0, 25);
G2L["d2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["d2"]["Text"] = [[grand]];
G2L["d2"]["Position"] = UDim2.new(0.014, 0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.grand.TextButton.LocalScript
G2L["d3"] = Instance.new("LocalScript", G2L["d2"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.grand.ImageButton
G2L["d4"] = Instance.new("ImageButton", G2L["d1"]);
G2L["d4"]["BorderSizePixel"] = 0;
G2L["d4"]["BackgroundTransparency"] = 1;
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["d4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["d4"]["Image"] = [[rbxassetid://127075876244307]];
G2L["d4"]["Size"] = UDim2.new(0, 20, 0, 20);
G2L["d4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["d4"]["Rotation"] = 90;
G2L["d4"]["Position"] = UDim2.new(0.94978, 0, 0.09584, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.searchbarrrr
G2L["d5"] = Instance.new("Frame", G2L["ae"]);
G2L["d5"]["BorderSizePixel"] = 0;
G2L["d5"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["d5"]["Size"] = UDim2.new(0, 400, 0, 22);
G2L["d5"]["Position"] = UDim2.new(0, 0, -0.00987, 0);
G2L["d5"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["d5"]["Name"] = [[searchbarrrr]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.searchbarrrr.LocalScript
G2L["d6"] = Instance.new("LocalScript", G2L["d5"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.searchbarrrr.Frame
G2L["d7"] = Instance.new("Frame", G2L["d5"]);
G2L["d7"]["BorderSizePixel"] = 0;
G2L["d7"]["BackgroundColor3"] = Color3.fromRGB(39, 39, 39);
G2L["d7"]["Size"] = UDim2.new(0, 375, 0, 18);
G2L["d7"]["Position"] = UDim2.new(0.009, 0, 0.09, 0);
G2L["d7"]["BorderColor3"] = Color3.fromRGB(31, 31, 31);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.searchbarrrr.Frame.UICorner
G2L["d8"] = Instance.new("UICorner", G2L["d7"]);
G2L["d8"]["CornerRadius"] = UDim.new(0, 2);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.searchbarrrr.Frame.Reset
G2L["d9"] = Instance.new("TextButton", G2L["d7"]);
G2L["d9"]["BorderSizePixel"] = 0;
G2L["d9"]["TextSize"] = 14;
G2L["d9"]["AutoButtonColor"] = false;
G2L["d9"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["d9"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
G2L["d9"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["d9"]["BackgroundTransparency"] = 1;
G2L["d9"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["d9"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["d9"]["Text"] = [[]];
G2L["d9"]["Name"] = [[Reset]];
G2L["d9"]["Position"] = UDim2.new(1, -17, 0, 1);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.searchbarrrr.Frame.Reset.ImageLabel
G2L["da"] = Instance.new("ImageLabel", G2L["d9"]);
G2L["da"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["da"]["ImageColor3"] = Color3.fromRGB(101, 101, 101);
G2L["da"]["Image"] = [[rbxassetid://5034718129]];
G2L["da"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["da"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["da"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.searchbarrrr.Frame.Searchbar
G2L["db"] = Instance.new("Frame", G2L["d7"]);
G2L["db"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["db"]["ClipsDescendants"] = true;
G2L["db"]["Size"] = UDim2.new(1, -24, 0, 18);
G2L["db"]["Position"] = UDim2.new(0, 4, 0, 0);
G2L["db"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["db"]["Name"] = [[Searchbar]];
G2L["db"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.searchbarrrr.Frame.Searchbar.Input
G2L["dc"] = Instance.new("TextBox", G2L["db"]);
G2L["dc"]["Name"] = [[Input]];
G2L["dc"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["dc"]["PlaceholderColor3"] = Color3.fromRGB(101, 101, 101);
G2L["dc"]["TextSize"] = 14;
G2L["dc"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["dc"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["dc"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["dc"]["ClearTextOnFocus"] = false;
G2L["dc"]["PlaceholderText"] = [[Search]];
G2L["dc"]["Size"] = UDim2.new(0.996, 0, 1, 0);
G2L["dc"]["Position"] = UDim2.new(0.002, 0, 0, 0);
G2L["dc"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["dc"]["Text"] = [[]];
G2L["dc"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.searchbarrrr.Frame.ImageButton
G2L["dd"] = Instance.new("ImageButton", G2L["d7"]);
G2L["dd"]["BackgroundTransparency"] = 1;
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["dd"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["dd"]["Image"] = [[rbxassetid://13435207580]];
G2L["dd"]["Size"] = UDim2.new(0, 13, 0, 13);
G2L["dd"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["dd"]["Position"] = UDim2.new(1.006, 0, 0.1, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra
G2L["de"] = Instance.new("Frame", G2L["7a"]);
G2L["de"]["Visible"] = false;
G2L["de"]["BorderSizePixel"] = 0;
G2L["de"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["de"]["Size"] = UDim2.new(0, 398, 0, 303);
G2L["de"]["Position"] = UDim2.new(0.2, 0, 0.00656, 0);
G2L["de"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["de"]["Name"] = [[extra]];
G2L["de"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME
G2L["df"] = Instance.new("Frame", G2L["de"]);
G2L["df"]["BorderSizePixel"] = 0;
G2L["df"]["BackgroundColor3"] = Color3.fromRGB(38, 38, 38);
G2L["df"]["Size"] = UDim2.new(0, 397, 0, 281);
G2L["df"]["Position"] = UDim2.new(0, 0, 0, 0);
G2L["df"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["df"]["Name"] = [[EXTRA_FRAME]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics
G2L["e0"] = Instance.new("Frame", G2L["df"]);
G2L["e0"]["BorderSizePixel"] = 0;
G2L["e0"]["BackgroundColor3"] = Color3.fromRGB(35, 35, 35);
G2L["e0"]["Size"] = UDim2.new(0, 133, 0, 234);
G2L["e0"]["Position"] = UDim2.new(0.36429, 0, 0.15162, 0);
G2L["e0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["e0"]["Name"] = [[Classics]];
G2L["e0"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.DecalSpam
G2L["e1"] = Instance.new("TextButton", G2L["e0"]);
G2L["e1"]["TextWrapped"] = true;
G2L["e1"]["BorderSizePixel"] = 0;
G2L["e1"]["TextSize"] = 20;
G2L["e1"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["e1"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["e1"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["e1"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["e1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["e1"]["Text"] = [[Decal spam]];
G2L["e1"]["Name"] = [[DecalSpam]];
G2L["e1"]["Position"] = UDim2.new(0.19549, 0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.DecalSpam.TextBox
G2L["e2"] = Instance.new("TextBox", G2L["e1"]);
G2L["e2"]["BorderSizePixel"] = 0;
G2L["e2"]["TextWrapped"] = true;
G2L["e2"]["TextSize"] = 14;
G2L["e2"]["TextColor3"] = Color3.fromRGB(177, 177, 177);
G2L["e2"]["TextScaled"] = true;
G2L["e2"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["e2"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["e2"]["Size"] = UDim2.new(0, 20, 0, 28);
G2L["e2"]["Position"] = UDim2.new(1.05, 0, 0.03571, 0);
G2L["e2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["e2"]["Text"] = [[]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.DecalSpam.LocalScript
G2L["e3"] = Instance.new("LocalScript", G2L["e1"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.UIListLayout
G2L["e4"] = Instance.new("UIListLayout", G2L["e0"]);
G2L["e4"]["Padding"] = UDim.new(0, 5);
G2L["e4"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.Play
G2L["e5"] = Instance.new("TextButton", G2L["e0"]);
G2L["e5"]["TextWrapped"] = true;
G2L["e5"]["BorderSizePixel"] = 0;
G2L["e5"]["TextSize"] = 20;
G2L["e5"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["e5"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["e5"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["e5"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["e5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["e5"]["Text"] = [[Play audio]];
G2L["e5"]["Name"] = [[Play]];
G2L["e5"]["Position"] = UDim2.new(0.19549, 0, 0.14103, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.Play.TextBox
G2L["e6"] = Instance.new("TextBox", G2L["e5"]);
G2L["e6"]["BorderSizePixel"] = 0;
G2L["e6"]["TextWrapped"] = true;
G2L["e6"]["TextSize"] = 14;
G2L["e6"]["TextColor3"] = Color3.fromRGB(177, 177, 177);
G2L["e6"]["TextScaled"] = true;
G2L["e6"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["e6"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["e6"]["Size"] = UDim2.new(0, 20, 0, 28);
G2L["e6"]["Position"] = UDim2.new(1.05, 0, 0, 0);
G2L["e6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["e6"]["Text"] = [[]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.Play.LocalScript
G2L["e7"] = Instance.new("LocalScript", G2L["e5"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.Duck rain
G2L["e8"] = Instance.new("TextButton", G2L["e0"]);
G2L["e8"]["TextWrapped"] = true;
G2L["e8"]["BorderSizePixel"] = 0;
G2L["e8"]["TextSize"] = 20;
G2L["e8"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["e8"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["e8"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["e8"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["e8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["e8"]["Text"] = [[Duck rain]];
G2L["e8"]["Name"] = [[Duck rain]];
G2L["e8"]["Position"] = UDim2.new(0.19549, 0, 0.28205, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.Duck rain.LocalScript
G2L["e9"] = Instance.new("LocalScript", G2L["e8"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.Taco rain
G2L["ea"] = Instance.new("TextButton", G2L["e0"]);
G2L["ea"]["TextWrapped"] = true;
G2L["ea"]["BorderSizePixel"] = 0;
G2L["ea"]["TextSize"] = 20;
G2L["ea"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["ea"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["ea"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["ea"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["ea"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["ea"]["Text"] = [[Taco rain]];
G2L["ea"]["Name"] = [[Taco rain]];
G2L["ea"]["Position"] = UDim2.new(0.19549, 0, 0.42308, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.Taco rain.LocalScript
G2L["eb"] = Instance.new("LocalScript", G2L["ea"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.c00lkidd
G2L["ec"] = Instance.new("TextButton", G2L["e0"]);
G2L["ec"]["TextWrapped"] = true;
G2L["ec"]["BorderSizePixel"] = 0;
G2L["ec"]["TextSize"] = 20;
G2L["ec"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["ec"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["ec"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["ec"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["ec"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["ec"]["Text"] = [[c00lkidd]];
G2L["ec"]["Name"] = [[c00lkidd]];
G2L["ec"]["Position"] = UDim2.new(0.19549, 0, 0.5641, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.c00lkidd.LocalScript
G2L["ed"] = Instance.new("LocalScript", G2L["ec"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.Inferno
G2L["ee"] = Instance.new("TextButton", G2L["e0"]);
G2L["ee"]["TextWrapped"] = true;
G2L["ee"]["BorderSizePixel"] = 0;
G2L["ee"]["TextSize"] = 20;
G2L["ee"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["ee"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["ee"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["ee"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["ee"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["ee"]["Text"] = [[Inferno]];
G2L["ee"]["Name"] = [[Inferno]];
G2L["ee"]["Position"] = UDim2.new(0.19549, 0, 0.70513, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.Announce
G2L["ef"] = Instance.new("TextButton", G2L["e0"]);
G2L["ef"]["TextWrapped"] = true;
G2L["ef"]["BorderSizePixel"] = 0;
G2L["ef"]["TextSize"] = 20;
G2L["ef"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["ef"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["ef"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["ef"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["ef"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["ef"]["Text"] = [[Announce]];
G2L["ef"]["Name"] = [[Announce]];
G2L["ef"]["Position"] = UDim2.new(0.19549, 0, 0.84615, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.Announce.TextBox
G2L["f0"] = Instance.new("TextBox", G2L["ef"]);
G2L["f0"]["BorderSizePixel"] = 0;
G2L["f0"]["TextWrapped"] = true;
G2L["f0"]["TextSize"] = 14;
G2L["f0"]["TextColor3"] = Color3.fromRGB(177, 177, 177);
G2L["f0"]["TextScaled"] = true;
G2L["f0"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["f0"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["f0"]["Size"] = UDim2.new(0, 20, 0, 28);
G2L["f0"]["Position"] = UDim2.new(1.05, 0, 0.03571, 0);
G2L["f0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["f0"]["Text"] = [[]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.Announce.LocalScript
G2L["f1"] = Instance.new("LocalScript", G2L["ef"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment
G2L["f2"] = Instance.new("Frame", G2L["df"]);
G2L["f2"]["BorderSizePixel"] = 0;
G2L["f2"]["BackgroundColor3"] = Color3.fromRGB(35, 35, 35);
G2L["f2"]["Size"] = UDim2.new(0, 133, 0, 234);
G2L["f2"]["Position"] = UDim2.new(0.01429, 0, 0.15523, 0);
G2L["f2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["f2"]["Name"] = [[Environment]];
G2L["f2"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Fog End
G2L["f3"] = Instance.new("TextButton", G2L["f2"]);
G2L["f3"]["TextWrapped"] = true;
G2L["f3"]["BorderSizePixel"] = 0;
G2L["f3"]["TextSize"] = 20;
G2L["f3"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["f3"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["f3"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["f3"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["f3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["f3"]["Text"] = [[Fog end]];
G2L["f3"]["Name"] = [[Fog End]];
G2L["f3"]["Position"] = UDim2.new(0.05263, 0, 0.09274, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Fog End.TextBox
G2L["f4"] = Instance.new("TextBox", G2L["f3"]);
G2L["f4"]["BorderSizePixel"] = 0;
G2L["f4"]["TextWrapped"] = true;
G2L["f4"]["TextSize"] = 14;
G2L["f4"]["TextColor3"] = Color3.fromRGB(177, 177, 177);
G2L["f4"]["TextScaled"] = true;
G2L["f4"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["f4"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["f4"]["Size"] = UDim2.new(0, 20, 0, 28);
G2L["f4"]["Position"] = UDim2.new(1.05, 0, 0, 0);
G2L["f4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["f4"]["Text"] = [[]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Fog End.LocalScript
G2L["f5"] = Instance.new("LocalScript", G2L["f3"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.UIListLayout
G2L["f6"] = Instance.new("UIListLayout", G2L["f2"]);
G2L["f6"]["Padding"] = UDim.new(0, 5);
G2L["f6"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Fog color
G2L["f7"] = Instance.new("TextButton", G2L["f2"]);
G2L["f7"]["TextWrapped"] = true;
G2L["f7"]["BorderSizePixel"] = 0;
G2L["f7"]["TextSize"] = 20;
G2L["f7"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["f7"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["f7"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["f7"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["f7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["f7"]["Text"] = [[Fog color]];
G2L["f7"]["Name"] = [[Fog color]];
G2L["f7"]["Position"] = UDim2.new(0.05263, 0, 0.09274, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Fog color.TextBox
G2L["f8"] = Instance.new("TextBox", G2L["f7"]);
G2L["f8"]["BorderSizePixel"] = 0;
G2L["f8"]["TextWrapped"] = true;
G2L["f8"]["TextSize"] = 14;
G2L["f8"]["TextColor3"] = Color3.fromRGB(177, 177, 177);
G2L["f8"]["TextScaled"] = true;
G2L["f8"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["f8"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["f8"]["Size"] = UDim2.new(0, 20, 0, 28);
G2L["f8"]["Position"] = UDim2.new(1.05, 0, 0, 0);
G2L["f8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["f8"]["Text"] = [[]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Fog color.LocalScript
G2L["f9"] = Instance.new("LocalScript", G2L["f7"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Time
G2L["fa"] = Instance.new("TextButton", G2L["f2"]);
G2L["fa"]["TextWrapped"] = true;
G2L["fa"]["BorderSizePixel"] = 0;
G2L["fa"]["TextSize"] = 20;
G2L["fa"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["fa"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["fa"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["fa"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["fa"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["fa"]["Text"] = [[Time]];
G2L["fa"]["Name"] = [[Time]];
G2L["fa"]["Position"] = UDim2.new(0.05263, 0, 0.09274, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Time.TextBox
G2L["fb"] = Instance.new("TextBox", G2L["fa"]);
G2L["fb"]["BorderSizePixel"] = 0;
G2L["fb"]["TextWrapped"] = true;
G2L["fb"]["TextSize"] = 14;
G2L["fb"]["TextColor3"] = Color3.fromRGB(177, 177, 177);
G2L["fb"]["TextScaled"] = true;
G2L["fb"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["fb"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["fb"]["Size"] = UDim2.new(0, 20, 0, 28);
G2L["fb"]["Position"] = UDim2.new(1.05, 0, 0, 0);
G2L["fb"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["fb"]["Text"] = [[]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Time.LocalScript
G2L["fc"] = Instance.new("LocalScript", G2L["fa"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Light color
G2L["fd"] = Instance.new("TextButton", G2L["f2"]);
G2L["fd"]["TextWrapped"] = true;
G2L["fd"]["BorderSizePixel"] = 0;
G2L["fd"]["TextSize"] = 20;
G2L["fd"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["fd"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["fd"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["fd"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["fd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["fd"]["Text"] = [[Light color]];
G2L["fd"]["Name"] = [[Light color]];
G2L["fd"]["Position"] = UDim2.new(0.05263, 0, 0.09274, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Light color.TextBox
G2L["fe"] = Instance.new("TextBox", G2L["fd"]);
G2L["fe"]["BorderSizePixel"] = 0;
G2L["fe"]["TextWrapped"] = true;
G2L["fe"]["TextSize"] = 14;
G2L["fe"]["TextColor3"] = Color3.fromRGB(177, 177, 177);
G2L["fe"]["TextScaled"] = true;
G2L["fe"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["fe"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["fe"]["Size"] = UDim2.new(0, 20, 0, 28);
G2L["fe"]["Position"] = UDim2.new(1.05, 0, 0, 0);
G2L["fe"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["fe"]["Text"] = [[]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Light color.LocalScript
G2L["ff"] = Instance.new("LocalScript", G2L["fd"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Brightness
G2L["100"] = Instance.new("TextButton", G2L["f2"]);
G2L["100"]["TextWrapped"] = true;
G2L["100"]["BorderSizePixel"] = 0;
G2L["100"]["TextSize"] = 20;
G2L["100"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["100"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["100"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["100"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["100"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["100"]["Text"] = [[Brightness]];
G2L["100"]["Name"] = [[Brightness]];
G2L["100"]["Position"] = UDim2.new(0.05263, 0, 0.09274, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Brightness.TextBox
G2L["101"] = Instance.new("TextBox", G2L["100"]);
G2L["101"]["BorderSizePixel"] = 0;
G2L["101"]["TextWrapped"] = true;
G2L["101"]["TextSize"] = 14;
G2L["101"]["TextColor3"] = Color3.fromRGB(177, 177, 177);
G2L["101"]["TextScaled"] = true;
G2L["101"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["101"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["101"]["Size"] = UDim2.new(0, 20, 0, 28);
G2L["101"]["Position"] = UDim2.new(1.05, 0, 0, 0);
G2L["101"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["101"]["Text"] = [[]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Brightness.LocalScript
G2L["102"] = Instance.new("LocalScript", G2L["100"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Flood
G2L["103"] = Instance.new("TextButton", G2L["f2"]);
G2L["103"]["TextWrapped"] = true;
G2L["103"]["BorderSizePixel"] = 0;
G2L["103"]["TextSize"] = 20;
G2L["103"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["103"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["103"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["103"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["103"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["103"]["Text"] = [[Flood]];
G2L["103"]["Name"] = [[Flood]];
G2L["103"]["Position"] = UDim2.new(0.05263, 0, 0.09274, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Flood.LocalScript
G2L["104"] = Instance.new("LocalScript", G2L["103"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.ClearTerrain
G2L["105"] = Instance.new("TextButton", G2L["f2"]);
G2L["105"]["TextWrapped"] = true;
G2L["105"]["BorderSizePixel"] = 0;
G2L["105"]["TextSize"] = 20;
G2L["105"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["105"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["105"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["105"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["105"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["105"]["Text"] = [[Clear Terrain]];
G2L["105"]["Name"] = [[ClearTerrain]];
G2L["105"]["Position"] = UDim2.new(0.05263, 0, 0.09274, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.ClearTerrain.LocalScript
G2L["106"] = Instance.new("LocalScript", G2L["105"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc
G2L["107"] = Instance.new("Frame", G2L["df"]);
G2L["107"]["BorderSizePixel"] = 0;
G2L["107"]["BackgroundColor3"] = Color3.fromRGB(35, 35, 35);
G2L["107"]["Size"] = UDim2.new(0, 120, 0, 234);
G2L["107"]["Position"] = UDim2.new(0.71429, 0, 0.15162, 0);
G2L["107"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["107"]["Name"] = [[Misc]];
G2L["107"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.Baseplate
G2L["108"] = Instance.new("TextButton", G2L["107"]);
G2L["108"]["TextWrapped"] = true;
G2L["108"]["BorderSizePixel"] = 0;
G2L["108"]["TextSize"] = 20;
G2L["108"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["108"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["108"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["108"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["108"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["108"]["Text"] = [[Baseplate]];
G2L["108"]["Name"] = [[Baseplate]];
G2L["108"]["Position"] = UDim2.new(0.03333, 0, -0.00427, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.Baseplate.LocalScript
G2L["109"] = Instance.new("LocalScript", G2L["108"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.Trump
G2L["10a"] = Instance.new("TextButton", G2L["107"]);
G2L["10a"]["TextWrapped"] = true;
G2L["10a"]["BorderSizePixel"] = 0;
G2L["10a"]["TextSize"] = 20;
G2L["10a"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["10a"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["10a"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["10a"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["10a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["10a"]["Text"] = [[Trump]];
G2L["10a"]["Name"] = [[Trump]];
G2L["10a"]["Position"] = UDim2.new(0.03333, 0, 0.13675, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.zerogravity
G2L["10b"] = Instance.new("TextButton", G2L["107"]);
G2L["10b"]["TextWrapped"] = true;
G2L["10b"]["BorderSizePixel"] = 0;
G2L["10b"]["TextSize"] = 20;
G2L["10b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["10b"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["10b"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["10b"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["10b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["10b"]["Text"] = [[Zero Gravity]];
G2L["10b"]["Name"] = [[zerogravity]];
G2L["10b"]["Position"] = UDim2.new(0.03333, 0, 0.27778, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.zerogravity.LocalScript
G2L["10c"] = Instance.new("LocalScript", G2L["10b"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.Unanchor
G2L["10d"] = Instance.new("TextButton", G2L["107"]);
G2L["10d"]["TextWrapped"] = true;
G2L["10d"]["BorderSizePixel"] = 0;
G2L["10d"]["TextSize"] = 20;
G2L["10d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["10d"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["10d"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["10d"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["10d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["10d"]["Text"] = [[Unanchor]];
G2L["10d"]["Name"] = [[Unanchor]];
G2L["10d"]["Position"] = UDim2.new(0.03333, 0, 0.4188, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.Unanchor.LocalScript
G2L["10e"] = Instance.new("LocalScript", G2L["10d"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.shutdown
G2L["10f"] = Instance.new("TextButton", G2L["107"]);
G2L["10f"]["TextWrapped"] = true;
G2L["10f"]["BorderSizePixel"] = 0;
G2L["10f"]["TextSize"] = 20;
G2L["10f"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["10f"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["10f"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["10f"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["10f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["10f"]["Text"] = [[Shutdown]];
G2L["10f"]["Name"] = [[shutdown]];
G2L["10f"]["Position"] = UDim2.new(0.03333, 0, 0.55983, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.shutdown.LocalScript
G2L["110"] = Instance.new("LocalScript", G2L["10f"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.burgerking
G2L["111"] = Instance.new("TextButton", G2L["107"]);
G2L["111"]["TextWrapped"] = true;
G2L["111"]["BorderSizePixel"] = 0;
G2L["111"]["TextSize"] = 20;
G2L["111"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["111"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["111"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["111"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["111"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["111"]["Text"] = [[Burger King]];
G2L["111"]["Name"] = [[burgerking]];
G2L["111"]["Position"] = UDim2.new(0.03333, 0, 0.70085, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.burgerking.LocalScript
G2L["112"] = Instance.new("LocalScript", G2L["111"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.Mcdonalds
G2L["113"] = Instance.new("TextButton", G2L["107"]);
G2L["113"]["TextWrapped"] = true;
G2L["113"]["BorderSizePixel"] = 0;
G2L["113"]["TextSize"] = 20;
G2L["113"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["113"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["113"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["113"]["Size"] = UDim2.new(0, 104, 0, 28);
G2L["113"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["113"]["Text"] = [[McDonalds]];
G2L["113"]["Name"] = [[Mcdonalds]];
G2L["113"]["Position"] = UDim2.new(0.03333, 0, 0.84188, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.Mcdonalds.LocalScript
G2L["114"] = Instance.new("LocalScript", G2L["113"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.TextLabel
G2L["115"] = Instance.new("TextLabel", G2L["df"]);
G2L["115"]["TextWrapped"] = true;
G2L["115"]["BorderSizePixel"] = 0;
G2L["115"]["TextSize"] = 25;
G2L["115"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["115"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["115"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["115"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["115"]["BackgroundTransparency"] = 1;
G2L["115"]["Size"] = UDim2.new(0, 115, 0, 33);
G2L["115"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["115"]["Text"] = [[Environment]];
G2L["115"]["Position"] = UDim2.new(0.009, 0, 0.035, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.TextLabel
G2L["116"] = Instance.new("TextLabel", G2L["df"]);
G2L["116"]["TextWrapped"] = true;
G2L["116"]["BorderSizePixel"] = 0;
G2L["116"]["TextSize"] = 25;
G2L["116"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["116"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["116"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["116"]["BackgroundTransparency"] = 1;
G2L["116"]["Size"] = UDim2.new(0, 92, 0, 33);
G2L["116"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["116"]["Text"] = [[Classics]];
G2L["116"]["Position"] = UDim2.new(0.37857, 0, 0.03139, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.TextLabel
G2L["117"] = Instance.new("TextLabel", G2L["df"]);
G2L["117"]["TextWrapped"] = true;
G2L["117"]["BorderSizePixel"] = 0;
G2L["117"]["TextSize"] = 25;
G2L["117"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["117"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["117"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["117"]["BackgroundTransparency"] = 1;
G2L["117"]["Size"] = UDim2.new(0, 92, 0, 33);
G2L["117"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["117"]["Text"] = [[Misc]];
G2L["117"]["Position"] = UDim2.new(0.73878, 0, 0.02788, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.bar
G2L["118"] = Instance.new("TextBox", G2L["7a"]);
G2L["118"]["Name"] = [[bar]];
G2L["118"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["118"]["PlaceholderColor3"] = Color3.fromRGB(233, 233, 233);
G2L["118"]["BorderSizePixel"] = 0;
G2L["118"]["TextSize"] = 14;
G2L["118"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["118"]["BackgroundColor3"] = Color3.fromRGB(43, 43, 43);
G2L["118"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["118"]["PlaceholderText"] = [[Click or press ; to enter a command.]];
G2L["118"]["Size"] = UDim2.new(0, 486, 0, 24);
G2L["118"]["Position"] = UDim2.new(0.028, 0, 0.91932, 0);
G2L["118"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["118"]["Text"] = [[]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.bar.LocalScript
G2L["119"] = Instance.new("LocalScript", G2L["118"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.bar.LocalScript.template
G2L["11a"] = Instance.new("TextLabel", G2L["119"]);
G2L["11a"]["TextWrapped"] = true;
G2L["11a"]["TextSize"] = 14;
G2L["11a"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["11a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["11a"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["11a"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["11a"]["BackgroundTransparency"] = 1;
G2L["11a"]["Size"] = UDim2.new(1, 0, 0, 20);
G2L["11a"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["11a"]["Text"] = [[> telek - x]];
G2L["11a"]["Name"] = [[template]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.barlabel
G2L["11b"] = Instance.new("TextLabel", G2L["7a"]);
G2L["11b"]["BorderSizePixel"] = 0;
G2L["11b"]["TextSize"] = 15;
G2L["11b"]["BackgroundColor3"] = Color3.fromRGB(46, 46, 46);
G2L["11b"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["11b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["11b"]["Size"] = UDim2.new(0, 14, 0, 23);
G2L["11b"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["11b"]["Text"] = [[>]];
G2L["11b"]["Name"] = [[barlabel]];
G2L["11b"]["Position"] = UDim2.new(0, 0, 0.9229, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.Console
G2L["11c"] = Instance.new("TextButton", G2L["62"]);
G2L["11c"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["11c"]["BackgroundTransparency"] = 1;
G2L["11c"]["Size"] = UDim2.new(0.34275, 0, -0.00637, 20);
G2L["11c"]["Text"] = [[Console]];
G2L["11c"]["Name"] = [[Console]];
G2L["11c"]["Position"] = UDim2.new(0.31332, 0, 0.00637, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.Console.LocalScript
G2L["11d"] = Instance.new("LocalScript", G2L["11c"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.Admin Panel
G2L["11e"] = Instance.new("TextButton", G2L["62"]);
G2L["11e"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["11e"]["BackgroundTransparency"] = 1;
G2L["11e"]["Size"] = UDim2.new(0.34275, 0, -0.00637, 20);
G2L["11e"]["Text"] = [[Admin Panel]];
G2L["11e"]["Name"] = [[Admin Panel]];
G2L["11e"]["Position"] = UDim2.new(0.65525, 0, 0.0033, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.Admin Panel.LocalScript
G2L["11f"] = Instance.new("LocalScript", G2L["11e"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.Executor
G2L["120"] = Instance.new("TextButton", G2L["62"]);
G2L["120"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["120"]["BackgroundTransparency"] = 1;
G2L["120"]["Size"] = UDim2.new(0.32532, 0, -0.00637, 20);
G2L["120"]["Text"] = [[Executor]];
G2L["120"]["Name"] = [[Executor]];
G2L["120"]["Position"] = UDim2.new(-0.012, 0, 0.00637, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.Executor.LocalScript
G2L["121"] = Instance.new("LocalScript", G2L["120"]);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.UI DRAG
G2L["122"] = Instance.new("LocalScript", G2L["4f"]);
G2L["122"]["Name"] = [[UI DRAG]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.getgenv() Remove Credits Controller
G2L["123"] = Instance.new("LocalScript", G2L["4e"]);
G2L["123"]["Name"] = [[getgenv() Remove Credits Controller]];
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.SSP Loading Script
G2L["124"] = Instance.new("LocalScript", G2L["4e"]);
G2L["124"]["Name"] = [[SSP Loading Script]];
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney
G2L["125"] = Instance.new("Folder", G2L["4d"]);
G2L["125"]["Name"] = [[DexHoney]];
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main
G2L["126"] = Instance.new("Frame", G2L["125"]);
G2L["126"]["Visible"] = false;
G2L["126"]["BorderSizePixel"] = 0;
G2L["126"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["126"]["Size"] = UDim2.new(0, 348, 0, 346);
G2L["126"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["126"]["Name"] = [[Main]];
G2L["126"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Outlines
G2L["127"] = Instance.new("ImageLabel", G2L["126"]);
G2L["127"]["BorderSizePixel"] = 0;
G2L["127"]["SliceCenter"] = Rect.new(6, 6, 25, 25);
G2L["127"]["ScaleType"] = Enum.ScaleType.Slice;
G2L["127"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["127"]["Image"] = [[rbxassetid://1427967925]];
G2L["127"]["TileSize"] = UDim2.new(0, 20, 0, 20);
G2L["127"]["Size"] = UDim2.new(1, 9, 1.095, 9);
G2L["127"]["BackgroundTransparency"] = 1;
G2L["127"]["Name"] = [[Outlines]];
G2L["127"]["Position"] = UDim2.new(0, -5, 0, -6);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Outlines.LocalScript
G2L["128"] = Instance.new("LocalScript", G2L["127"]);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.TopBar
G2L["129"] = Instance.new("Frame", G2L["126"]);
G2L["129"]["BorderSizePixel"] = 0;
G2L["129"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["129"]["Size"] = UDim2.new(1, 0, 0, 20);
G2L["129"]["Name"] = [[TopBar]];
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.TopBar.Title
G2L["12a"] = Instance.new("TextLabel", G2L["129"]);
G2L["12a"]["TextSize"] = 14;
G2L["12a"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["12a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["12a"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["12a"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["12a"]["BackgroundTransparency"] = 1;
G2L["12a"]["Size"] = UDim2.new(1, -10, 0, 20);
G2L["12a"]["Text"] = [[Dex Honey]];
G2L["12a"]["Name"] = [[Title]];
G2L["12a"]["Position"] = UDim2.new(0, 5, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.TopBar.Close
G2L["12b"] = Instance.new("TextButton", G2L["129"]);
G2L["12b"]["BorderSizePixel"] = 0;
G2L["12b"]["TextSize"] = 14;
G2L["12b"]["AutoButtonColor"] = false;
G2L["12b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["12b"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
G2L["12b"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["12b"]["BackgroundTransparency"] = 1;
G2L["12b"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["12b"]["Text"] = [[]];
G2L["12b"]["Name"] = [[Close]];
G2L["12b"]["Position"] = UDim2.new(1, -18, 0, 2);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.TopBar.Close.ImageLabel
G2L["12c"] = Instance.new("ImageLabel", G2L["12b"]);
G2L["12c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["12c"]["Image"] = [[rbxassetid://5054663650]];
G2L["12c"]["Size"] = UDim2.new(0, 10, 0, 10);
G2L["12c"]["BackgroundTransparency"] = 1;
G2L["12c"]["Position"] = UDim2.new(0, 3, 0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.TopBar.Close.UICorner
G2L["12d"] = Instance.new("UICorner", G2L["12b"]);
G2L["12d"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.TopBar.Close.LocalScript
G2L["12e"] = Instance.new("LocalScript", G2L["12b"]);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.TopBar.Close.Frame
G2L["12f"] = Instance.new("Frame", G2L["12b"]);
G2L["12f"]["Visible"] = false;
G2L["12f"]["BorderSizePixel"] = 0;
G2L["12f"]["BackgroundColor3"] = Color3.fromRGB(41, 41, 41);
G2L["12f"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["12f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.TopBar.Close.Frame.UICorner
G2L["130"] = Instance.new("UICorner", G2L["12f"]);
G2L["130"]["CornerRadius"] = UDim.new(0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.TopBar.Close.Frame.ImageLabel
G2L["131"] = Instance.new("ImageLabel", G2L["12f"]);
G2L["131"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["131"]["Image"] = [[rbxassetid://5054663650]];
G2L["131"]["Size"] = UDim2.new(0, 10, 0, 10);
G2L["131"]["BackgroundTransparency"] = 1;
G2L["131"]["Position"] = UDim2.new(0, 3, 0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.TopBar.Minimize
G2L["132"] = Instance.new("TextButton", G2L["129"]);
G2L["132"]["BorderSizePixel"] = 0;
G2L["132"]["TextSize"] = 14;
G2L["132"]["AutoButtonColor"] = false;
G2L["132"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["132"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
G2L["132"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["132"]["BackgroundTransparency"] = 1;
G2L["132"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["132"]["Text"] = [[]];
G2L["132"]["Name"] = [[Minimize]];
G2L["132"]["Position"] = UDim2.new(1, -36, 0, 2);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.TopBar.Minimize.ImageLabel
G2L["133"] = Instance.new("ImageLabel", G2L["132"]);
G2L["133"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["133"]["Image"] = [[rbxassetid://5034768003]];
G2L["133"]["Size"] = UDim2.new(0, 10, 0, 10);
G2L["133"]["BackgroundTransparency"] = 1;
G2L["133"]["Position"] = UDim2.new(0, 3, 0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.TopBar.Minimize.UICorner
G2L["134"] = Instance.new("UICorner", G2L["132"]);
G2L["134"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.TopBar.Minimize.Frame
G2L["135"] = Instance.new("Frame", G2L["132"]);
G2L["135"]["Visible"] = false;
G2L["135"]["BorderSizePixel"] = 0;
G2L["135"]["BackgroundColor3"] = Color3.fromRGB(41, 41, 41);
G2L["135"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["135"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.TopBar.Minimize.Frame.UICorner
G2L["136"] = Instance.new("UICorner", G2L["135"]);
G2L["136"]["CornerRadius"] = UDim.new(0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.TopBar.Minimize.Frame.ImageLabel
G2L["137"] = Instance.new("ImageLabel", G2L["135"]);
G2L["137"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["137"]["Image"] = [[rbxassetid://5034768003]];
G2L["137"]["Size"] = UDim2.new(0, 10, 0, 10);
G2L["137"]["BackgroundTransparency"] = 1;
G2L["137"]["Position"] = UDim2.new(0, 3, 0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.TopBar.Minimize.LocalScript
G2L["138"] = Instance.new("LocalScript", G2L["132"]);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content
G2L["139"] = Instance.new("Frame", G2L["126"]);
G2L["139"]["BorderSizePixel"] = 0;
G2L["139"]["BackgroundColor3"] = Color3.fromRGB(46, 46, 46);
G2L["139"]["ClipsDescendants"] = true;
G2L["139"]["Size"] = UDim2.new(0, 348, 0, 358);
G2L["139"]["Position"] = UDim2.new(0, 0, 0.05797, 0);
G2L["139"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["139"]["Name"] = [[Content]];
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.Line
G2L["13a"] = Instance.new("Frame", G2L["139"]);
G2L["13a"]["BorderSizePixel"] = 0;
G2L["13a"]["BackgroundColor3"] = Color3.fromRGB(34, 34, 34);
G2L["13a"]["Size"] = UDim2.new(1, 0, 0, 1);
G2L["13a"]["Name"] = [[Line]];
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt1
G2L["13b"] = Instance.new("Frame", G2L["139"]);
G2L["13b"]["BorderSizePixel"] = 0;
G2L["13b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["13b"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["13b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["13b"]["Name"] = [[pt1]];
G2L["13b"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt1.coin1
G2L["13c"] = Instance.new("ImageLabel", G2L["13b"]);
G2L["13c"]["BorderSizePixel"] = 0;
G2L["13c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["13c"]["Image"] = [[rbxassetid://129847875381174]];
G2L["13c"]["Size"] = UDim2.new(0, 150, 0, 150);
G2L["13c"]["BorderColor3"] = Color3.fromRGB(255, 255, 255);
G2L["13c"]["BackgroundTransparency"] = 1;
G2L["13c"]["Name"] = [[coin1]];
G2L["13c"]["Position"] = UDim2.new(0.28448, 0, 0.42381, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt1.coin1.LocalScript
G2L["13d"] = Instance.new("LocalScript", G2L["13c"]);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt1.TextLabel
G2L["13e"] = Instance.new("TextLabel", G2L["13b"]);
G2L["13e"]["TextWrapped"] = true;
G2L["13e"]["BorderSizePixel"] = 0;
G2L["13e"]["TextSize"] = 14;
G2L["13e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["13e"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["13e"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["13e"]["BackgroundTransparency"] = 1;
G2L["13e"]["Size"] = UDim2.new(0, 348, 0, 22);
G2L["13e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["13e"]["Text"] = [[Welcome to Dex Honey]];
G2L["13e"]["Position"] = UDim2.new(0, 0, 0.22492, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt1.TextLabel
G2L["13f"] = Instance.new("TextLabel", G2L["13b"]);
G2L["13f"]["TextWrapped"] = true;
G2L["13f"]["BorderSizePixel"] = 0;
G2L["13f"]["TextSize"] = 14;
G2L["13f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["13f"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["13f"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["13f"]["BackgroundTransparency"] = 1;
G2L["13f"]["Size"] = UDim2.new(0, 348, 0, 64);
G2L["13f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["13f"]["Text"] = [[DexHoney is the result of a partnership with the Secret Service and PayPal Inc. Using a revolutionary AI solution, DexHoney helps the user find all redeemable in-game codes, or client script bytecode hiding in memory]];
G2L["13f"]["Position"] = UDim2.new(0, 0, 0.29179, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt1.logo
G2L["140"] = Instance.new("ImageLabel", G2L["13b"]);
G2L["140"]["BorderSizePixel"] = 0;
G2L["140"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["140"]["Image"] = [[rbxassetid://132125731577153]];
G2L["140"]["Size"] = UDim2.new(0, 65, 0, 65);
G2L["140"]["BorderColor3"] = Color3.fromRGB(255, 255, 255);
G2L["140"]["BackgroundTransparency"] = 1;
G2L["140"]["Name"] = [[logo]];
G2L["140"]["Position"] = UDim2.new(0.40517, 0, 0.02736, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt1.figc
G2L["141"] = Instance.new("TextButton", G2L["13b"]);
G2L["141"]["BorderSizePixel"] = 0;
G2L["141"]["TextSize"] = 14;
G2L["141"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["141"]["BackgroundColor3"] = Color3.fromRGB(0, 171, 255);
G2L["141"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["141"]["Size"] = UDim2.new(0, 192, 0, 26);
G2L["141"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["141"]["Text"] = [[Find In-Game Codes]];
G2L["141"]["Name"] = [[figc]];
G2L["141"]["Position"] = UDim2.new(0.22126, 0, 0.80473, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt1.figc.UICorner
G2L["142"] = Instance.new("UICorner", G2L["141"]);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt1.fcsb
G2L["143"] = Instance.new("TextButton", G2L["13b"]);
G2L["143"]["BorderSizePixel"] = 0;
G2L["143"]["TextSize"] = 14;
G2L["143"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["143"]["BackgroundColor3"] = Color3.fromRGB(0, 171, 255);
G2L["143"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["143"]["Size"] = UDim2.new(0, 192, 0, 26);
G2L["143"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["143"]["Text"] = [[Find Client-Script Bytecode]];
G2L["143"]["Name"] = [[fcsb]];
G2L["143"]["Position"] = UDim2.new(0.22126, 0, 0.90274, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt1.fcsb.UICorner
G2L["144"] = Instance.new("UICorner", G2L["143"]);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt1.LocalScript
G2L["145"] = Instance.new("LocalScript", G2L["13b"]);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_csb
G2L["146"] = Instance.new("Frame", G2L["139"]);
G2L["146"]["Visible"] = false;
G2L["146"]["BorderSizePixel"] = 0;
G2L["146"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["146"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["146"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["146"]["Name"] = [[pt2_csb]];
G2L["146"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_csb.coin2
G2L["147"] = Instance.new("ImageLabel", G2L["146"]);
G2L["147"]["BorderSizePixel"] = 0;
G2L["147"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["147"]["Image"] = [[rbxassetid://129847875381174]];
G2L["147"]["Size"] = UDim2.new(0, 150, 0, 150);
G2L["147"]["BorderColor3"] = Color3.fromRGB(255, 255, 255);
G2L["147"]["BackgroundTransparency"] = 1;
G2L["147"]["Name"] = [[coin2]];
G2L["147"]["Position"] = UDim2.new(0.28448, 0, 0.42381, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_csb.coin2.LocalScript
G2L["148"] = Instance.new("LocalScript", G2L["147"]);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_csb.TextLabel
G2L["149"] = Instance.new("TextLabel", G2L["146"]);
G2L["149"]["TextWrapped"] = true;
G2L["149"]["BorderSizePixel"] = 0;
G2L["149"]["TextSize"] = 14;
G2L["149"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["149"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["149"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["149"]["BackgroundTransparency"] = 1;
G2L["149"]["Size"] = UDim2.new(0, 348, 0, 22);
G2L["149"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["149"]["Text"] = [[Finding Client Script Bytecode]];
G2L["149"]["Position"] = UDim2.new(0, 0, 0.22492, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_csb.TextLabel
G2L["14a"] = Instance.new("TextLabel", G2L["146"]);
G2L["14a"]["TextWrapped"] = true;
G2L["14a"]["BorderSizePixel"] = 0;
G2L["14a"]["TextSize"] = 14;
G2L["14a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["14a"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["14a"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["14a"]["BackgroundTransparency"] = 1;
G2L["14a"]["Size"] = UDim2.new(0, 348, 0, 64);
G2L["14a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["14a"]["Text"] = [[We will now retrieve a certain amount of available client memory
using our 0day memory reading method before processing it with
our Al engine to find traces of client script bytecode.]];
G2L["14a"]["Position"] = UDim2.new(0, 0, 0.28621, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_csb.logo
G2L["14b"] = Instance.new("ImageLabel", G2L["146"]);
G2L["14b"]["BorderSizePixel"] = 0;
G2L["14b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["14b"]["Image"] = [[rbxassetid://132125731577153]];
G2L["14b"]["Size"] = UDim2.new(0, 65, 0, 65);
G2L["14b"]["BorderColor3"] = Color3.fromRGB(255, 255, 255);
G2L["14b"]["BackgroundTransparency"] = 1;
G2L["14b"]["Name"] = [[logo]];
G2L["14b"]["Position"] = UDim2.new(0.40517, 0, 0.02736, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_csb.stat
G2L["14c"] = Instance.new("TextLabel", G2L["146"]);
G2L["14c"]["TextWrapped"] = true;
G2L["14c"]["BorderSizePixel"] = 0;
G2L["14c"]["TextSize"] = 14;
G2L["14c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["14c"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["14c"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["14c"]["BackgroundTransparency"] = 1;
G2L["14c"]["Size"] = UDim2.new(0, 348, 0, 32);
G2L["14c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["14c"]["Text"] = [[Initializing AI Engine]];
G2L["14c"]["Name"] = [[stat]];
G2L["14c"]["Position"] = UDim2.new(-0.00287, 0, 0.90911, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_csb.LocalScript
G2L["14d"] = Instance.new("LocalScript", G2L["146"]);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_csb.LocalScript.TextButton
G2L["14e"] = Instance.new("TextButton", G2L["14d"]);
G2L["14e"]["TextWrapped"] = true;
G2L["14e"]["TextSize"] = 14;
G2L["14e"]["TextScaled"] = true;
G2L["14e"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["14e"]["BackgroundColor3"] = Color3.fromRGB(63, 63, 63);
G2L["14e"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["14e"]["Size"] = UDim2.new(1, 0, 0, 30);
G2L["14e"]["BorderColor3"] = Color3.fromRGB(82, 81, 82);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_csb
G2L["14f"] = Instance.new("Frame", G2L["139"]);
G2L["14f"]["Visible"] = false;
G2L["14f"]["BorderSizePixel"] = 0;
G2L["14f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["14f"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["14f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["14f"]["Name"] = [[pt3_csb]];
G2L["14f"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_csb.coin2
G2L["150"] = Instance.new("ImageLabel", G2L["14f"]);
G2L["150"]["BorderSizePixel"] = 0;
G2L["150"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["150"]["Image"] = [[rbxassetid://129847875381174]];
G2L["150"]["Size"] = UDim2.new(0, 150, 0, 150);
G2L["150"]["BorderColor3"] = Color3.fromRGB(255, 255, 255);
G2L["150"]["BackgroundTransparency"] = 1;
G2L["150"]["Name"] = [[coin2]];
G2L["150"]["Position"] = UDim2.new(-0.02586, 0, 0.43219, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_csb.coin2.LocalScript
G2L["151"] = Instance.new("LocalScript", G2L["150"]);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_csb.title
G2L["152"] = Instance.new("TextLabel", G2L["14f"]);
G2L["152"]["TextWrapped"] = true;
G2L["152"]["BorderSizePixel"] = 0;
G2L["152"]["TextSize"] = 14;
G2L["152"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["152"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["152"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["152"]["BackgroundTransparency"] = 1;
G2L["152"]["Size"] = UDim2.new(0, 348, 0, 22);
G2L["152"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["152"]["Text"] = [[num Client Scripts Reconstructed!]];
G2L["152"]["Name"] = [[title]];
G2L["152"]["Position"] = UDim2.new(0, 0, 0.22492, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_csb.text
G2L["153"] = Instance.new("TextLabel", G2L["14f"]);
G2L["153"]["TextWrapped"] = true;
G2L["153"]["BorderSizePixel"] = 0;
G2L["153"]["TextSize"] = 14;
G2L["153"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["153"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["153"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["153"]["BackgroundTransparency"] = 1;
G2L["153"]["Size"] = UDim2.new(0, 348, 0, 64);
G2L["153"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["153"]["Text"] = [[Here are the clientscripts that Dex Honey was able to reconstruct
bytecode for, Click them to view the script! Please note that it
may not contain all scripts, results may vary perserver and you may
have to repeat this in different servers if you want all client scripts.]];
G2L["153"]["Name"] = [[text]];
G2L["153"]["Position"] = UDim2.new(0, 0, 0.28621, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_csb.logo
G2L["154"] = Instance.new("ImageLabel", G2L["14f"]);
G2L["154"]["BorderSizePixel"] = 0;
G2L["154"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["154"]["Image"] = [[rbxassetid://132125731577153]];
G2L["154"]["Size"] = UDim2.new(0, 65, 0, 65);
G2L["154"]["BorderColor3"] = Color3.fromRGB(255, 255, 255);
G2L["154"]["BackgroundTransparency"] = 1;
G2L["154"]["Name"] = [[logo]];
G2L["154"]["Position"] = UDim2.new(0.40517, 0, 0.02736, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_csb.text
G2L["155"] = Instance.new("TextLabel", G2L["14f"]);
G2L["155"]["TextWrapped"] = true;
G2L["155"]["BorderSizePixel"] = 0;
G2L["155"]["TextSize"] = 14;
G2L["155"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["155"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["155"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["155"]["BackgroundTransparency"] = 1;
G2L["155"]["Size"] = UDim2.new(0, 348, 0, 64);
G2L["155"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["155"]["Text"] = [[Support Dex Honey by
making an in-game
purchase!]];
G2L["155"]["Name"] = [[text]];
G2L["155"]["Position"] = UDim2.new(-0.31034, 0, 0.83369, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_csb.bth
G2L["156"] = Instance.new("TextButton", G2L["14f"]);
G2L["156"]["BorderSizePixel"] = 0;
G2L["156"]["TextSize"] = 14;
G2L["156"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["156"]["BackgroundColor3"] = Color3.fromRGB(0, 171, 255);
G2L["156"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["156"]["Size"] = UDim2.new(0, 192, 0, 26);
G2L["156"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["156"]["Text"] = [[Back to Home]];
G2L["156"]["Name"] = [[bth]];
G2L["156"]["Position"] = UDim2.new(0.38218, 0, 0.90553, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_csb.bth.UICorner
G2L["157"] = Instance.new("UICorner", G2L["156"]);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_csb.scriptsReconstructed
G2L["158"] = Instance.new("ScrollingFrame", G2L["14f"]);
G2L["158"]["Active"] = true;
G2L["158"]["BackgroundColor3"] = Color3.fromRGB(63, 63, 63);
G2L["158"]["Name"] = [[scriptsReconstructed]];
G2L["158"]["Size"] = UDim2.new(0, 192, 0, 142);
G2L["158"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
G2L["158"]["Position"] = UDim2.new(0.38218, 0, 0.48324, 0);
G2L["158"]["BorderColor3"] = Color3.fromRGB(82, 81, 82);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_csb.scriptsReconstructed.UIListLayout
G2L["159"] = Instance.new("UIListLayout", G2L["158"]);
G2L["159"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_csb.scriptsReconstructed.LocalScript
G2L["15a"] = Instance.new("LocalScript", G2L["158"]);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_gc
G2L["15b"] = Instance.new("Frame", G2L["139"]);
G2L["15b"]["Visible"] = false;
G2L["15b"]["BorderSizePixel"] = 0;
G2L["15b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["15b"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["15b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["15b"]["Name"] = [[pt2_gc]];
G2L["15b"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_gc.coin2
G2L["15c"] = Instance.new("ImageLabel", G2L["15b"]);
G2L["15c"]["BorderSizePixel"] = 0;
G2L["15c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["15c"]["Image"] = [[rbxassetid://129847875381174]];
G2L["15c"]["Size"] = UDim2.new(0, 150, 0, 150);
G2L["15c"]["BorderColor3"] = Color3.fromRGB(255, 255, 255);
G2L["15c"]["BackgroundTransparency"] = 1;
G2L["15c"]["Name"] = [[coin2]];
G2L["15c"]["Position"] = UDim2.new(0.28448, 0, 0.42381, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_gc.coin2.LocalScript
G2L["15d"] = Instance.new("LocalScript", G2L["15c"]);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_gc.TextLabel
G2L["15e"] = Instance.new("TextLabel", G2L["15b"]);
G2L["15e"]["TextWrapped"] = true;
G2L["15e"]["BorderSizePixel"] = 0;
G2L["15e"]["TextSize"] = 14;
G2L["15e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["15e"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["15e"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["15e"]["BackgroundTransparency"] = 1;
G2L["15e"]["Size"] = UDim2.new(0, 348, 0, 22);
G2L["15e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["15e"]["Text"] = [[Finding Client Script Bytecode]];
G2L["15e"]["Position"] = UDim2.new(0, 0, 0.22492, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_gc.TextLabel
G2L["15f"] = Instance.new("TextLabel", G2L["15b"]);
G2L["15f"]["TextWrapped"] = true;
G2L["15f"]["BorderSizePixel"] = 0;
G2L["15f"]["TextSize"] = 14;
G2L["15f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["15f"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["15f"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["15f"]["BackgroundTransparency"] = 1;
G2L["15f"]["Size"] = UDim2.new(0, 348, 0, 64);
G2L["15f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["15f"]["Text"] = [[Please wait while our AI engine processes the available data on the client to find all in-game codes.]];
G2L["15f"]["Position"] = UDim2.new(0, 0, 0.28621, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_gc.logo
G2L["160"] = Instance.new("ImageLabel", G2L["15b"]);
G2L["160"]["BorderSizePixel"] = 0;
G2L["160"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["160"]["Image"] = [[rbxassetid://132125731577153]];
G2L["160"]["Size"] = UDim2.new(0, 65, 0, 65);
G2L["160"]["BorderColor3"] = Color3.fromRGB(255, 255, 255);
G2L["160"]["BackgroundTransparency"] = 1;
G2L["160"]["Name"] = [[logo]];
G2L["160"]["Position"] = UDim2.new(0.40517, 0, 0.02736, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_gc.stat
G2L["161"] = Instance.new("TextLabel", G2L["15b"]);
G2L["161"]["TextWrapped"] = true;
G2L["161"]["BorderSizePixel"] = 0;
G2L["161"]["TextSize"] = 14;
G2L["161"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["161"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["161"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["161"]["BackgroundTransparency"] = 1;
G2L["161"]["Size"] = UDim2.new(0, 348, 0, 32);
G2L["161"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["161"]["Text"] = [[Initializing AI Engine]];
G2L["161"]["Name"] = [[stat]];
G2L["161"]["Position"] = UDim2.new(-0.00287, 0, 0.90911, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_gc.LocalScript
G2L["162"] = Instance.new("LocalScript", G2L["15b"]);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_gc.LocalScript.TextButton
G2L["163"] = Instance.new("TextButton", G2L["162"]);
G2L["163"]["TextWrapped"] = true;
G2L["163"]["TextSize"] = 14;
G2L["163"]["TextScaled"] = true;
G2L["163"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["163"]["BackgroundColor3"] = Color3.fromRGB(63, 63, 63);
G2L["163"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["163"]["Size"] = UDim2.new(1, 0, 0, 30);
G2L["163"]["BorderColor3"] = Color3.fromRGB(82, 81, 82);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_gc
G2L["164"] = Instance.new("Frame", G2L["139"]);
G2L["164"]["Visible"] = false;
G2L["164"]["BorderSizePixel"] = 0;
G2L["164"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["164"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["164"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["164"]["Name"] = [[pt3_gc]];
G2L["164"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_gc.coin2
G2L["165"] = Instance.new("ImageLabel", G2L["164"]);
G2L["165"]["BorderSizePixel"] = 0;
G2L["165"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["165"]["Image"] = [[rbxassetid://129847875381174]];
G2L["165"]["Size"] = UDim2.new(0, 150, 0, 150);
G2L["165"]["BorderColor3"] = Color3.fromRGB(255, 255, 255);
G2L["165"]["BackgroundTransparency"] = 1;
G2L["165"]["Name"] = [[coin2]];
G2L["165"]["Position"] = UDim2.new(-0.02586, 0, 0.43219, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_gc.coin2.LocalScript
G2L["166"] = Instance.new("LocalScript", G2L["165"]);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_gc.title
G2L["167"] = Instance.new("TextLabel", G2L["164"]);
G2L["167"]["TextWrapped"] = true;
G2L["167"]["BorderSizePixel"] = 0;
G2L["167"]["TextSize"] = 14;
G2L["167"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["167"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["167"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["167"]["BackgroundTransparency"] = 1;
G2L["167"]["Size"] = UDim2.new(0, 348, 0, 22);
G2L["167"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["167"]["Text"] = [[num Client Scripts Reconstructed!]];
G2L["167"]["Name"] = [[title]];
G2L["167"]["Position"] = UDim2.new(0, 0, 0.22492, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_gc.text
G2L["168"] = Instance.new("TextLabel", G2L["164"]);
G2L["168"]["TextWrapped"] = true;
G2L["168"]["BorderSizePixel"] = 0;
G2L["168"]["TextSize"] = 14;
G2L["168"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["168"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["168"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["168"]["BackgroundTransparency"] = 1;
G2L["168"]["Size"] = UDim2.new(0, 348, 0, 64);
G2L["168"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["168"]["Text"] = [[Here are the codes that DexHoney has found in this game. Click to copy! Please note that DexHoney may have found non-public codes as well.]];
G2L["168"]["Name"] = [[text]];
G2L["168"]["Position"] = UDim2.new(0, 0, 0.28621, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_gc.logo
G2L["169"] = Instance.new("ImageLabel", G2L["164"]);
G2L["169"]["BorderSizePixel"] = 0;
G2L["169"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["169"]["Image"] = [[rbxassetid://132125731577153]];
G2L["169"]["Size"] = UDim2.new(0, 65, 0, 65);
G2L["169"]["BorderColor3"] = Color3.fromRGB(255, 255, 255);
G2L["169"]["BackgroundTransparency"] = 1;
G2L["169"]["Name"] = [[logo]];
G2L["169"]["Position"] = UDim2.new(0.40517, 0, 0.02736, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_gc.text
G2L["16a"] = Instance.new("TextLabel", G2L["164"]);
G2L["16a"]["TextWrapped"] = true;
G2L["16a"]["BorderSizePixel"] = 0;
G2L["16a"]["TextSize"] = 14;
G2L["16a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["16a"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["16a"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["16a"]["BackgroundTransparency"] = 1;
G2L["16a"]["Size"] = UDim2.new(0, 348, 0, 64);
G2L["16a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["16a"]["Text"] = [[Support Dex Honey by
making an in-game
purchase!]];
G2L["16a"]["Name"] = [[text]];
G2L["16a"]["Position"] = UDim2.new(-0.31034, 0, 0.83369, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_gc.bth
G2L["16b"] = Instance.new("TextButton", G2L["164"]);
G2L["16b"]["BorderSizePixel"] = 0;
G2L["16b"]["TextSize"] = 14;
G2L["16b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["16b"]["BackgroundColor3"] = Color3.fromRGB(0, 171, 255);
G2L["16b"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["16b"]["Size"] = UDim2.new(0, 192, 0, 26);
G2L["16b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["16b"]["Text"] = [[Back to Home]];
G2L["16b"]["Name"] = [[bth]];
G2L["16b"]["Position"] = UDim2.new(0.38218, 0, 0.90553, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_gc.bth.UICorner
G2L["16c"] = Instance.new("UICorner", G2L["16b"]);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_gc.scriptsReconstructed
G2L["16d"] = Instance.new("ScrollingFrame", G2L["164"]);
G2L["16d"]["Active"] = true;
G2L["16d"]["BackgroundColor3"] = Color3.fromRGB(63, 63, 63);
G2L["16d"]["Name"] = [[scriptsReconstructed]];
G2L["16d"]["Size"] = UDim2.new(0, 192, 0, 142);
G2L["16d"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
G2L["16d"]["Position"] = UDim2.new(0.38218, 0, 0.48324, 0);
G2L["16d"]["BorderColor3"] = Color3.fromRGB(82, 81, 82);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_gc.scriptsReconstructed.UIListLayout
G2L["16e"] = Instance.new("UIListLayout", G2L["16d"]);
G2L["16e"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_gc.scriptsReconstructed.LocalScript
G2L["16f"] = Instance.new("LocalScript", G2L["16d"]);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.UI DRAG
G2L["170"] = Instance.new("LocalScript", G2L["126"]);
G2L["170"]["Name"] = [[UI DRAG]];
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer
G2L["171"] = Instance.new("Folder", G2L["4d"]);
G2L["171"]["Name"] = [[3DViewer]];
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main
G2L["172"] = Instance.new("Frame", G2L["171"]);
G2L["172"]["Visible"] = false;
G2L["172"]["BorderSizePixel"] = 0;
G2L["172"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["172"]["Size"] = UDim2.new(0, 500, 0, 345);
G2L["172"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["172"]["Name"] = [[Main]];
G2L["172"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.Outlines
G2L["173"] = Instance.new("ImageLabel", G2L["172"]);
G2L["173"]["BorderSizePixel"] = 0;
G2L["173"]["SliceCenter"] = Rect.new(6, 6, 25, 25);
G2L["173"]["ScaleType"] = Enum.ScaleType.Slice;
G2L["173"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["173"]["Image"] = [[rbxassetid://1427967925]];
G2L["173"]["TileSize"] = UDim2.new(0, 20, 0, 20);
G2L["173"]["Size"] = UDim2.new(1, 9, 1, 9);
G2L["173"]["BackgroundTransparency"] = 1;
G2L["173"]["Name"] = [[Outlines]];
G2L["173"]["Position"] = UDim2.new(0, -5, 0, -5);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.Outlines.LocalScript
G2L["174"] = Instance.new("LocalScript", G2L["173"]);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.TopBar
G2L["175"] = Instance.new("Frame", G2L["172"]);
G2L["175"]["BorderSizePixel"] = 0;
G2L["175"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["175"]["Size"] = UDim2.new(1, 0, 0, 20);
G2L["175"]["Name"] = [[TopBar]];
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.TopBar.Title
G2L["176"] = Instance.new("TextLabel", G2L["175"]);
G2L["176"]["TextSize"] = 14;
G2L["176"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["176"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["176"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["176"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["176"]["BackgroundTransparency"] = 1;
G2L["176"]["Size"] = UDim2.new(1, -10, 0, 20);
G2L["176"]["Text"] = [[3D Viewer]];
G2L["176"]["Name"] = [[Title]];
G2L["176"]["Position"] = UDim2.new(0, 5, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.TopBar.Close
G2L["177"] = Instance.new("TextButton", G2L["175"]);
G2L["177"]["BorderSizePixel"] = 0;
G2L["177"]["TextSize"] = 14;
G2L["177"]["AutoButtonColor"] = false;
G2L["177"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["177"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
G2L["177"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["177"]["BackgroundTransparency"] = 1;
G2L["177"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["177"]["Text"] = [[]];
G2L["177"]["Name"] = [[Close]];
G2L["177"]["Position"] = UDim2.new(1, -18, 0, 2);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.TopBar.Close.ImageLabel
G2L["178"] = Instance.new("ImageLabel", G2L["177"]);
G2L["178"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["178"]["Image"] = [[rbxassetid://5054663650]];
G2L["178"]["Size"] = UDim2.new(0, 10, 0, 10);
G2L["178"]["BackgroundTransparency"] = 1;
G2L["178"]["Position"] = UDim2.new(0, 3, 0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.TopBar.Close.UICorner
G2L["179"] = Instance.new("UICorner", G2L["177"]);
G2L["179"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.TopBar.Close.LocalScript
G2L["17a"] = Instance.new("LocalScript", G2L["177"]);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.TopBar.Close.Frame
G2L["17b"] = Instance.new("Frame", G2L["177"]);
G2L["17b"]["Visible"] = false;
G2L["17b"]["BorderSizePixel"] = 0;
G2L["17b"]["BackgroundColor3"] = Color3.fromRGB(41, 41, 41);
G2L["17b"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["17b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.TopBar.Close.Frame.UICorner
G2L["17c"] = Instance.new("UICorner", G2L["17b"]);
G2L["17c"]["CornerRadius"] = UDim.new(0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.TopBar.Close.Frame.ImageLabel
G2L["17d"] = Instance.new("ImageLabel", G2L["17b"]);
G2L["17d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["17d"]["Image"] = [[rbxassetid://5054663650]];
G2L["17d"]["Size"] = UDim2.new(0, 10, 0, 10);
G2L["17d"]["BackgroundTransparency"] = 1;
G2L["17d"]["Position"] = UDim2.new(0, 3, 0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.TopBar.Minimize
G2L["17e"] = Instance.new("TextButton", G2L["175"]);
G2L["17e"]["BorderSizePixel"] = 0;
G2L["17e"]["TextSize"] = 14;
G2L["17e"]["AutoButtonColor"] = false;
G2L["17e"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["17e"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
G2L["17e"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["17e"]["BackgroundTransparency"] = 1;
G2L["17e"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["17e"]["Text"] = [[]];
G2L["17e"]["Name"] = [[Minimize]];
G2L["17e"]["Position"] = UDim2.new(1, -36, 0, 2);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.TopBar.Minimize.ImageLabel
G2L["17f"] = Instance.new("ImageLabel", G2L["17e"]);
G2L["17f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["17f"]["Image"] = [[rbxassetid://5034768003]];
G2L["17f"]["Size"] = UDim2.new(0, 10, 0, 10);
G2L["17f"]["BackgroundTransparency"] = 1;
G2L["17f"]["Position"] = UDim2.new(0, 3, 0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.TopBar.Minimize.UICorner
G2L["180"] = Instance.new("UICorner", G2L["17e"]);
G2L["180"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.TopBar.Minimize.LocalScript
G2L["181"] = Instance.new("LocalScript", G2L["17e"]);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.TopBar.Minimize.Frame
G2L["182"] = Instance.new("Frame", G2L["17e"]);
G2L["182"]["Visible"] = false;
G2L["182"]["BorderSizePixel"] = 0;
G2L["182"]["BackgroundColor3"] = Color3.fromRGB(41, 41, 41);
G2L["182"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["182"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.TopBar.Minimize.Frame.UICorner
G2L["183"] = Instance.new("UICorner", G2L["182"]);
G2L["183"]["CornerRadius"] = UDim.new(0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.TopBar.Minimize.Frame.ImageLabel
G2L["184"] = Instance.new("ImageLabel", G2L["182"]);
G2L["184"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["184"]["Image"] = [[rbxassetid://5034768003]];
G2L["184"]["Size"] = UDim2.new(0, 10, 0, 10);
G2L["184"]["BackgroundTransparency"] = 1;
G2L["184"]["Position"] = UDim2.new(0, 3, 0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.Content
G2L["185"] = Instance.new("Frame", G2L["172"]);
G2L["185"]["BorderSizePixel"] = 0;
G2L["185"]["BackgroundColor3"] = Color3.fromRGB(46, 46, 46);
G2L["185"]["ClipsDescendants"] = true;
G2L["185"]["Size"] = UDim2.new(0, 500, 0, 325);
G2L["185"]["Position"] = UDim2.new(0, 0, 0.05797, 0);
G2L["185"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["185"]["Name"] = [[Content]];
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.Content.Line
G2L["186"] = Instance.new("Frame", G2L["185"]);
G2L["186"]["BorderSizePixel"] = 0;
G2L["186"]["BackgroundColor3"] = Color3.fromRGB(34, 34, 34);
G2L["186"]["Size"] = UDim2.new(1, 0, 0, 1);
G2L["186"]["Name"] = [[Line]];
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.Content.Viewport
G2L["187"] = Instance.new("ViewportFrame", G2L["185"]);
-- [ERROR] cannot convert CurrentCamera, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["187"]["BorderSizePixel"] = 0;
G2L["187"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["187"]["ClipsDescendants"] = true;
G2L["187"]["Size"] = UDim2.new(1, 0, 0.99692, 0);
G2L["187"]["Position"] = UDim2.new(0, 0, 0.00308, 0);
G2L["187"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["187"]["Name"] = [[Viewport]];
G2L["187"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.Content.Viewport.model
G2L["188"] = Instance.new("Model", G2L["187"]);
G2L["188"]["Name"] = [[model]];
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.Content.Viewport.Camera
G2L["189"] = Instance.new("Camera", G2L["187"]);
G2L["189"]["CameraType"] = Enum.CameraType.Scriptable;
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.Content.P
G2L["18a"] = Instance.new("Frame", G2L["185"]);
G2L["18a"]["BorderSizePixel"] = 0;
G2L["18a"]["BackgroundColor3"] = Color3.fromRGB(46, 46, 46);
G2L["18a"]["Size"] = UDim2.new(1, 0, 0.99692, 0);
G2L["18a"]["Position"] = UDim2.new(0, 0, 0.00308, 0);
G2L["18a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["18a"]["Name"] = [[P]];
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.Content.P.TextLabel
G2L["18b"] = Instance.new("TextLabel", G2L["18a"]);
G2L["18b"]["BorderSizePixel"] = 0;
G2L["18b"]["TextSize"] = 25;
G2L["18b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["18b"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["18b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["18b"]["BackgroundTransparency"] = 1;
G2L["18b"]["Size"] = UDim2.new(0, 200, 0, 50);
G2L["18b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["18b"]["Text"] = [[3D Viewer]];
G2L["18b"]["Position"] = UDim2.new(0.3, 0, -0.04, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.Content.P.TextLabel
G2L["18c"] = Instance.new("TextLabel", G2L["18a"]);
G2L["18c"]["BorderSizePixel"] = 0;
G2L["18c"]["TextSize"] = 14;
G2L["18c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["18c"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["18c"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["18c"]["BackgroundTransparency"] = 1;
G2L["18c"]["Size"] = UDim2.new(0, 200, 0, 50);
G2L["18c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["18c"]["Text"] = [[To get started, use the explorer to find the Model/Part you wish to preview, right click it
and select '3D Preview', and experience a high detailed 3D Preview of the content you
wish to see that only the most powerful explorer got for you!
Be completely free and explore in detail any content of the game, in game, without having
to download it and open it on Roblox Studio, having complete control of the view with the
camera controls that it has integrated, think twice before competing with Dexl
Camera Controls:
Hold Right Click= Rotating Camera
Y=Move Forward
G =Move Left
J = Move Right
H = Move Backward]];
G2L["18c"]["Position"] = UDim2.new(0.3, 0, 0.31117, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.Content.P.TextLabel
G2L["18d"] = Instance.new("TextLabel", G2L["18a"]);
G2L["18d"]["BorderSizePixel"] = 0;
G2L["18d"]["TextSize"] = 16;
G2L["18d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["18d"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["18d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["18d"]["BackgroundTransparency"] = 1;
G2L["18d"]["Size"] = UDim2.new(0, 200, 0, 50);
G2L["18d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["18d"]["Text"] = [[Welcome to Agency's most powerful utility, 3D Viewer!]];
G2L["18d"]["Position"] = UDim2.new(0.3, 0, 0.01852, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.UI DRAG
G2L["18e"] = Instance.new("LocalScript", G2L["172"]);
G2L["18e"]["Name"] = [[UI DRAG]];
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.getgenv() Remove Credits Controller
G2L["18f"] = Instance.new("LocalScript", G2L["171"]);
G2L["18f"]["Name"] = [[getgenv() Remove Credits Controller]];
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.a
G2L["190"] = Instance.new("LocalScript", G2L["171"]);
G2L["190"]["Name"] = [[a]];
-- ReplicatedStorage.MainModule.Dex.Apps.Console
G2L["191"] = Instance.new("Folder", G2L["4d"]);
G2L["191"]["Name"] = [[Console]];
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main
G2L["192"] = Instance.new("Frame", G2L["191"]);
G2L["192"]["Visible"] = false;
G2L["192"]["BorderSizePixel"] = 0;
G2L["192"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["192"]["Size"] = UDim2.new(0, 500, 0, 345);
G2L["192"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["192"]["Name"] = [[Main]];
G2L["192"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Outlines
G2L["193"] = Instance.new("ImageLabel", G2L["192"]);
G2L["193"]["BorderSizePixel"] = 0;
G2L["193"]["SliceCenter"] = Rect.new(6, 6, 25, 25);
G2L["193"]["ScaleType"] = Enum.ScaleType.Slice;
G2L["193"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["193"]["Image"] = [[rbxassetid://1427967925]];
G2L["193"]["TileSize"] = UDim2.new(0, 20, 0, 20);
G2L["193"]["Size"] = UDim2.new(1, 9, 1, 9);
G2L["193"]["BackgroundTransparency"] = 1;
G2L["193"]["Name"] = [[Outlines]];
G2L["193"]["Position"] = UDim2.new(0, -5, 0, -5);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Outlines.LocalScript
G2L["194"] = Instance.new("LocalScript", G2L["193"]);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.TopBar
G2L["195"] = Instance.new("Frame", G2L["192"]);
G2L["195"]["BorderSizePixel"] = 0;
G2L["195"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["195"]["Size"] = UDim2.new(1, 0, 0, 20);
G2L["195"]["Name"] = [[TopBar]];
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.TopBar.Title
G2L["196"] = Instance.new("TextLabel", G2L["195"]);
G2L["196"]["TextSize"] = 14;
G2L["196"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["196"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["196"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["196"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["196"]["BackgroundTransparency"] = 1;
G2L["196"]["Size"] = UDim2.new(1, -10, 0, 20);
G2L["196"]["Text"] = [[Console]];
G2L["196"]["Name"] = [[Title]];
G2L["196"]["Position"] = UDim2.new(0, 5, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.TopBar.Close
G2L["197"] = Instance.new("TextButton", G2L["195"]);
G2L["197"]["BorderSizePixel"] = 0;
G2L["197"]["TextSize"] = 14;
G2L["197"]["AutoButtonColor"] = false;
G2L["197"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["197"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
G2L["197"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["197"]["BackgroundTransparency"] = 1;
G2L["197"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["197"]["Text"] = [[]];
G2L["197"]["Name"] = [[Close]];
G2L["197"]["Position"] = UDim2.new(1, -18, 0, 2);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.TopBar.Close.ImageLabel
G2L["198"] = Instance.new("ImageLabel", G2L["197"]);
G2L["198"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["198"]["Image"] = [[rbxassetid://5054663650]];
G2L["198"]["Size"] = UDim2.new(0, 10, 0, 10);
G2L["198"]["BackgroundTransparency"] = 1;
G2L["198"]["Position"] = UDim2.new(0, 3, 0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.TopBar.Close.UICorner
G2L["199"] = Instance.new("UICorner", G2L["197"]);
G2L["199"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.TopBar.Close.LocalScript
G2L["19a"] = Instance.new("LocalScript", G2L["197"]);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.TopBar.Close.Frame
G2L["19b"] = Instance.new("Frame", G2L["197"]);
G2L["19b"]["Visible"] = false;
G2L["19b"]["BorderSizePixel"] = 0;
G2L["19b"]["BackgroundColor3"] = Color3.fromRGB(41, 41, 41);
G2L["19b"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["19b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.TopBar.Close.Frame.UICorner
G2L["19c"] = Instance.new("UICorner", G2L["19b"]);
G2L["19c"]["CornerRadius"] = UDim.new(0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.TopBar.Close.Frame.ImageLabel
G2L["19d"] = Instance.new("ImageLabel", G2L["19b"]);
G2L["19d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["19d"]["Image"] = [[rbxassetid://5054663650]];
G2L["19d"]["Size"] = UDim2.new(0, 10, 0, 10);
G2L["19d"]["BackgroundTransparency"] = 1;
G2L["19d"]["Position"] = UDim2.new(0, 3, 0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.TopBar.Minimize
G2L["19e"] = Instance.new("TextButton", G2L["195"]);
G2L["19e"]["BorderSizePixel"] = 0;
G2L["19e"]["TextSize"] = 14;
G2L["19e"]["AutoButtonColor"] = false;
G2L["19e"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["19e"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
G2L["19e"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["19e"]["BackgroundTransparency"] = 1;
G2L["19e"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["19e"]["Text"] = [[]];
G2L["19e"]["Name"] = [[Minimize]];
G2L["19e"]["Position"] = UDim2.new(1, -36, 0, 2);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.TopBar.Minimize.ImageLabel
G2L["19f"] = Instance.new("ImageLabel", G2L["19e"]);
G2L["19f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["19f"]["Image"] = [[rbxassetid://5034768003]];
G2L["19f"]["Size"] = UDim2.new(0, 10, 0, 10);
G2L["19f"]["BackgroundTransparency"] = 1;
G2L["19f"]["Position"] = UDim2.new(0, 3, 0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.TopBar.Minimize.UICorner
G2L["1a0"] = Instance.new("UICorner", G2L["19e"]);
G2L["1a0"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.TopBar.Minimize.Frame
G2L["1a1"] = Instance.new("Frame", G2L["19e"]);
G2L["1a1"]["Visible"] = false;
G2L["1a1"]["BorderSizePixel"] = 0;
G2L["1a1"]["BackgroundColor3"] = Color3.fromRGB(41, 41, 41);
G2L["1a1"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["1a1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.TopBar.Minimize.Frame.UICorner
G2L["1a2"] = Instance.new("UICorner", G2L["1a1"]);
G2L["1a2"]["CornerRadius"] = UDim.new(0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.TopBar.Minimize.Frame.ImageLabel
G2L["1a3"] = Instance.new("ImageLabel", G2L["1a1"]);
G2L["1a3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["1a3"]["Image"] = [[rbxassetid://5034768003]];
G2L["1a3"]["Size"] = UDim2.new(0, 10, 0, 10);
G2L["1a3"]["BackgroundTransparency"] = 1;
G2L["1a3"]["Position"] = UDim2.new(0, 3, 0, 3);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.TopBar.Minimize.LocalScript
G2L["1a4"] = Instance.new("LocalScript", G2L["19e"]);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content
G2L["1a5"] = Instance.new("Frame", G2L["192"]);
G2L["1a5"]["BorderSizePixel"] = 0;
G2L["1a5"]["BackgroundColor3"] = Color3.fromRGB(46, 46, 46);
G2L["1a5"]["ClipsDescendants"] = true;
G2L["1a5"]["Size"] = UDim2.new(0, 500, 0, 400);
G2L["1a5"]["Position"] = UDim2.new(0, 0, 0.05797, 0);
G2L["1a5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["1a5"]["Name"] = [[Content]];
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.Line
G2L["1a6"] = Instance.new("Frame", G2L["1a5"]);
G2L["1a6"]["BorderSizePixel"] = 0;
G2L["1a6"]["BackgroundColor3"] = Color3.fromRGB(34, 34, 34);
G2L["1a6"]["Size"] = UDim2.new(1, 0, 0, 1);
G2L["1a6"]["Name"] = [[Line]];
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.TextSize
G2L["1a7"] = Instance.new("TextBox", G2L["1a5"]);
G2L["1a7"]["Name"] = [[TextSize]];
G2L["1a7"]["PlaceholderColor3"] = Color3.fromRGB(104, 104, 104);
G2L["1a7"]["BorderSizePixel"] = 0;
G2L["1a7"]["TextWrapped"] = true;
G2L["1a7"]["TextSize"] = 15;
G2L["1a7"]["TextColor3"] = Color3.fromRGB(212, 212, 212);
G2L["1a7"]["TextScaled"] = true;
G2L["1a7"]["BackgroundColor3"] = Color3.fromRGB(38, 38, 38);
G2L["1a7"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1a7"]["PlaceholderText"] = [[Size]];
G2L["1a7"]["Size"] = UDim2.new(0, 37, 0, 15);
G2L["1a7"]["Position"] = UDim2.new(0, 4, 0, 4);
G2L["1a7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["1a7"]["Text"] = [[]];
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.TextSize.UIStroke
G2L["1a8"] = Instance.new("UIStroke", G2L["1a7"]);
G2L["1a8"]["Transparency"] = 0.65;
G2L["1a8"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
G2L["1a8"]["Thickness"] = 1.25;
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.TextSize.UIPadding
G2L["1a9"] = Instance.new("UIPadding", G2L["1a7"]);
G2L["1a9"]["PaddingTop"] = UDim.new(0, 2);
G2L["1a9"]["PaddingRight"] = UDim.new(0, 5);
G2L["1a9"]["PaddingLeft"] = UDim.new(0, 5);
G2L["1a9"]["PaddingBottom"] = UDim.new(0, 2);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.TextSize.LocalScript
G2L["1aa"] = Instance.new("LocalScript", G2L["1a7"]);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.Output
G2L["1ab"] = Instance.new("ScrollingFrame", G2L["1a5"]);
G2L["1ab"]["Active"] = true;
G2L["1ab"]["BorderSizePixel"] = 0;
G2L["1ab"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37);
G2L["1ab"]["Name"] = [[Output]];
G2L["1ab"]["Size"] = UDim2.new(1, -8, 1, -55);
G2L["1ab"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
G2L["1ab"]["Position"] = UDim2.new(0, 4, 0, 23);
G2L["1ab"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["1ab"]["ScrollBarThickness"] = 0;
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.Output.TextLabel
G2L["1ac"] = Instance.new("TextLabel", G2L["1ab"]);
G2L["1ac"]["TextWrapped"] = true;
G2L["1ac"]["BorderSizePixel"] = 0;
G2L["1ac"]["TextSize"] = 15;
G2L["1ac"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["1ac"]["TextYAlignment"] = Enum.TextYAlignment.Top;
G2L["1ac"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1ac"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1ac"]["TextColor3"] = Color3.fromRGB(172, 172, 172);
G2L["1ac"]["BackgroundTransparency"] = 1;
G2L["1ac"]["RichText"] = true;
G2L["1ac"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["1ac"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["1ac"]["Text"] = [[]];
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.Output.UIStroke
G2L["1ad"] = Instance.new("UIStroke", G2L["1ab"]);
G2L["1ad"]["Transparency"] = 0.7;
G2L["1ad"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
G2L["1ad"]["Thickness"] = 1.25;
G2L["1ad"]["Color"] = Color3.fromRGB(13, 13, 13);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.Output.LocalScript
G2L["1ae"] = Instance.new("LocalScript", G2L["1ab"]);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.CodeBox
G2L["1af"] = Instance.new("Frame", G2L["1a5"]);
G2L["1af"]["BorderSizePixel"] = 0;
G2L["1af"]["BackgroundColor3"] = Color3.fromRGB(38, 38, 38);
G2L["1af"]["AnchorPoint"] = Vector2.new(0.5, 1);
G2L["1af"]["Size"] = UDim2.new(1, -8, 0, 22);
G2L["1af"]["Position"] = UDim2.new(0.5, 0, 1, -5);
G2L["1af"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["1af"]["Name"] = [[CodeBox]];
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.CodeBox.UIStroke
G2L["1b0"] = Instance.new("UIStroke", G2L["1af"]);
G2L["1b0"]["Transparency"] = 0.65;
G2L["1b0"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
G2L["1b0"]["Thickness"] = 1.25;
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.CodeBox.Box
G2L["1b1"] = Instance.new("TextBox", G2L["1af"]);
G2L["1b1"]["Name"] = [[Box]];
G2L["1b1"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["1b1"]["BorderSizePixel"] = 0;
G2L["1b1"]["TextSize"] = 14;
G2L["1b1"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1b1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1b1"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1b1"]["ClearTextOnFocus"] = false;
G2L["1b1"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["1b1"]["Position"] = UDim2.new(0, 5, 0, 0);
G2L["1b1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["1b1"]["Text"] = [[]];
G2L["1b1"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.CodeBox.Box.LocalScript
G2L["1b2"] = Instance.new("LocalScript", G2L["1b1"]);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.CodeBox.Box.TextLabel
G2L["1b3"] = Instance.new("TextLabel", G2L["1b1"]);
G2L["1b3"]["BorderSizePixel"] = 0;
G2L["1b3"]["TextSize"] = 14;
G2L["1b3"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["1b3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1b3"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1b3"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1b3"]["BackgroundTransparency"] = 1;
G2L["1b3"]["RichText"] = true;
G2L["1b3"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["1b3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["1b3"]["Text"] = [[]];
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.sel
G2L["1b4"] = Instance.new("TextButton", G2L["1a5"]);
G2L["1b4"]["BorderSizePixel"] = 0;
G2L["1b4"]["TextSize"] = 14;
G2L["1b4"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1b4"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["1b4"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1b4"]["Size"] = UDim2.new(0, 61, 0, 15);
G2L["1b4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["1b4"]["Text"] = [[Ctrl Scroll]];
G2L["1b4"]["Name"] = [[sel]];
G2L["1b4"]["Position"] = UDim2.new(0.1, 0, 0.01, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.sel.LocalScript
G2L["1b5"] = Instance.new("LocalScript", G2L["1b4"]);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.sel
G2L["1b6"] = Instance.new("TextButton", G2L["1a5"]);
G2L["1b6"]["BorderSizePixel"] = 0;
G2L["1b6"]["TextSize"] = 14;
G2L["1b6"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1b6"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["1b6"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1b6"]["Size"] = UDim2.new(0, 61, 0, 15);
G2L["1b6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["1b6"]["Text"] = [[Auto Scroll]];
G2L["1b6"]["Name"] = [[sel]];
G2L["1b6"]["Position"] = UDim2.new(0.236, 0, 0.01, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.sel.LocalScript
G2L["1b7"] = Instance.new("LocalScript", G2L["1b6"]);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.sel
G2L["1b8"] = Instance.new("TextButton", G2L["1a5"]);
G2L["1b8"]["BorderSizePixel"] = 0;
G2L["1b8"]["TextSize"] = 14;
G2L["1b8"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1b8"]["BackgroundColor3"] = Color3.fromRGB(57, 57, 57);
G2L["1b8"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1b8"]["Size"] = UDim2.new(0, 45, 0, 15);
G2L["1b8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
G2L["1b8"]["Text"] = [[Clear]];
G2L["1b8"]["Name"] = [[sel]];
G2L["1b8"]["Position"] = UDim2.new(0.9, 0, 0.01, 0);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.sel.LocalScript
G2L["1b9"] = Instance.new("LocalScript", G2L["1b8"]);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.UI DRAG
G2L["1ba"] = Instance.new("LocalScript", G2L["192"]);
G2L["1ba"]["Name"] = [[UI DRAG]];
-- ReplicatedStorage.MainModule.Dex.Apps.Console.getgenv() Remove Credits Controller
G2L["1bb"] = Instance.new("LocalScript", G2L["191"]);
G2L["1bb"]["Name"] = [[getgenv() Remove Credits Controller]];
-- ReplicatedStorage.MainModule.Dex.Apps.Console.a
G2L["1bc"] = Instance.new("LocalScript", G2L["191"]);
G2L["1bc"]["Name"] = [[a]];
-- ReplicatedStorage.MainModule.Dex.RightToggle
G2L["1bd"] = Instance.new("TextButton", G2L["1"]);
G2L["1bd"]["TextSize"] = 14;
G2L["1bd"]["AutoButtonColor"] = false;
G2L["1bd"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1bd"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["1bd"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1bd"]["BorderMode"] = Enum.BorderMode.Inset;
G2L["1bd"]["Size"] = UDim2.new(0, 16, 0, 36);
G2L["1bd"]["BorderColor3"] = Color3.fromRGB(37, 37, 37);
G2L["1bd"]["Text"] = [[>]];
G2L["1bd"]["Name"] = [[RightToggle]];
G2L["1bd"]["Position"] = UDim2.new(1, -16, 0, 21);
-- ReplicatedStorage.MainModule.Dex.context
G2L["1be"] = Instance.new("Frame", G2L["1"]);
G2L["1be"]["Visible"] = false;
G2L["1be"]["Active"] = true;
G2L["1be"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
G2L["1be"]["Size"] = UDim2.new(0, 200, 0, 467);
G2L["1be"]["Position"] = UDim2.new(0, 701, 0, 0);
G2L["1be"]["BorderColor3"] = Color3.fromRGB(37, 37, 37);
G2L["1be"]["Name"] = [[context]];
-- ReplicatedStorage.MainModule.Dex.context.UICorner
G2L["1bf"] = Instance.new("UICorner", G2L["1be"]);
G2L["1bf"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container
G2L["1c0"] = Instance.new("Frame", G2L["1be"]);
G2L["1c0"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
G2L["1c0"]["Size"] = UDim2.new(1, -2, 1, -2);
G2L["1c0"]["Position"] = UDim2.new(0, 1, 0, 1);
G2L["1c0"]["Name"] = [[Container]];
-- ReplicatedStorage.MainModule.Dex.context.Container.UICorner
G2L["1c1"] = Instance.new("UICorner", G2L["1c0"]);
G2L["1c1"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List
G2L["1c2"] = Instance.new("ScrollingFrame", G2L["1c0"]);
G2L["1c2"]["Active"] = true;
G2L["1c2"]["BorderSizePixel"] = 0;
G2L["1c2"]["CanvasSize"] = UDim2.new(0, 0, 0, 0);
G2L["1c2"]["VerticalScrollBarInset"] = Enum.ScrollBarInset.ScrollBar;
G2L["1c2"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["1c2"]["Name"] = [[List]];
G2L["1c2"]["Size"] = UDim2.new(1, -4, 1, -4);
G2L["1c2"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
G2L["1c2"]["Position"] = UDim2.new(0, 2, 0, 2);
G2L["1c2"]["ScrollBarThickness"] = 4;
G2L["1c2"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.context.Container.List.UIListLayout
G2L["1c3"] = Instance.new("UIListLayout", G2L["1c2"]);
G2L["1c3"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCut
G2L["1c4"] = Instance.new("TextButton", G2L["1c2"]);
G2L["1c4"]["BorderSizePixel"] = 0;
G2L["1c4"]["TextSize"] = 14;
G2L["1c4"]["AutoButtonColor"] = false;
G2L["1c4"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["1c4"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1c4"]["BackgroundTransparency"] = 1;
G2L["1c4"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["1c4"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["1c4"]["Text"] = [[]];
G2L["1c4"]["Name"] = [[EntryCut]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCut.EntryName
G2L["1c5"] = Instance.new("TextLabel", G2L["1c4"]);
G2L["1c5"]["BorderSizePixel"] = 0;
G2L["1c5"]["TextSize"] = 14;
G2L["1c5"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["1c5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1c5"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1c5"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1c5"]["BackgroundTransparency"] = 1;
G2L["1c5"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["1c5"]["Text"] = [[Cut]];
G2L["1c5"]["Name"] = [[EntryName]];
G2L["1c5"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCut.Shortcut
G2L["1c6"] = Instance.new("TextLabel", G2L["1c4"]);
G2L["1c6"]["TextSize"] = 14;
G2L["1c6"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["1c6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1c6"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1c6"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["1c6"]["BackgroundTransparency"] = 1;
G2L["1c6"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["1c6"]["Text"] = [[Ctrl+Z]];
G2L["1c6"]["Name"] = [[Shortcut]];
G2L["1c6"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCut.Icon
G2L["1c7"] = Instance.new("ImageLabel", G2L["1c4"]);
G2L["1c7"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["1c7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["1c7"]["Image"] = [[rbxassetid://6511490623]];
G2L["1c7"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["1c7"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["1c7"]["BackgroundTransparency"] = 1;
G2L["1c7"]["ImageRectOffset"] = Vector2.new(16, 0);
G2L["1c7"]["Name"] = [[Icon]];
G2L["1c7"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCut.UICorner
G2L["1c8"] = Instance.new("UICorner", G2L["1c4"]);
G2L["1c8"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCopy
G2L["1c9"] = Instance.new("TextButton", G2L["1c2"]);
G2L["1c9"]["BorderSizePixel"] = 0;
G2L["1c9"]["TextSize"] = 14;
G2L["1c9"]["AutoButtonColor"] = false;
G2L["1c9"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["1c9"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1c9"]["BackgroundTransparency"] = 1;
G2L["1c9"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["1c9"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["1c9"]["Text"] = [[]];
G2L["1c9"]["Name"] = [[EntryCopy]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCopy.EntryName
G2L["1ca"] = Instance.new("TextLabel", G2L["1c9"]);
G2L["1ca"]["BorderSizePixel"] = 0;
G2L["1ca"]["TextSize"] = 14;
G2L["1ca"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["1ca"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1ca"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1ca"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1ca"]["BackgroundTransparency"] = 1;
G2L["1ca"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["1ca"]["Text"] = [[Copy]];
G2L["1ca"]["Name"] = [[EntryName]];
G2L["1ca"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCopy.Shortcut
G2L["1cb"] = Instance.new("TextLabel", G2L["1c9"]);
G2L["1cb"]["TextSize"] = 14;
G2L["1cb"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["1cb"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1cb"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1cb"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["1cb"]["BackgroundTransparency"] = 1;
G2L["1cb"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["1cb"]["Text"] = [[Ctrl+C]];
G2L["1cb"]["Name"] = [[Shortcut]];
G2L["1cb"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCopy.Icon
G2L["1cc"] = Instance.new("ImageLabel", G2L["1c9"]);
G2L["1cc"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["1cc"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["1cc"]["Image"] = [[rbxassetid://6511490623]];
G2L["1cc"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["1cc"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["1cc"]["BackgroundTransparency"] = 1;
G2L["1cc"]["ImageRectOffset"] = Vector2.new(48, 0);
G2L["1cc"]["Name"] = [[Icon]];
G2L["1cc"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCopy.UICorner
G2L["1cd"] = Instance.new("UICorner", G2L["1c9"]);
G2L["1cd"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryPasteInto
G2L["1ce"] = Instance.new("TextButton", G2L["1c2"]);
G2L["1ce"]["BorderSizePixel"] = 0;
G2L["1ce"]["TextSize"] = 14;
G2L["1ce"]["AutoButtonColor"] = false;
G2L["1ce"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["1ce"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1ce"]["BackgroundTransparency"] = 1;
G2L["1ce"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["1ce"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["1ce"]["Text"] = [[]];
G2L["1ce"]["Name"] = [[EntryPasteInto]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryPasteInto.EntryName
G2L["1cf"] = Instance.new("TextLabel", G2L["1ce"]);
G2L["1cf"]["BorderSizePixel"] = 0;
G2L["1cf"]["TextSize"] = 14;
G2L["1cf"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["1cf"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1cf"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1cf"]["TextColor3"] = Color3.fromRGB(151, 151, 151);
G2L["1cf"]["BackgroundTransparency"] = 1;
G2L["1cf"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["1cf"]["Text"] = [[Paste Into]];
G2L["1cf"]["Name"] = [[EntryName]];
G2L["1cf"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryPasteInto.Shortcut
G2L["1d0"] = Instance.new("TextLabel", G2L["1ce"]);
G2L["1d0"]["TextSize"] = 14;
G2L["1d0"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["1d0"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1d0"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1d0"]["TextColor3"] = Color3.fromRGB(151, 151, 151);
G2L["1d0"]["BackgroundTransparency"] = 1;
G2L["1d0"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["1d0"]["Text"] = [[Ctrl+Shift+V]];
G2L["1d0"]["Name"] = [[Shortcut]];
G2L["1d0"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryPasteInto.Icon
G2L["1d1"] = Instance.new("ImageLabel", G2L["1ce"]);
G2L["1d1"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["1d1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["1d1"]["Image"] = [[rbxassetid://6511490623]];
G2L["1d1"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["1d1"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["1d1"]["BackgroundTransparency"] = 1;
G2L["1d1"]["ImageRectOffset"] = Vector2.new(96, 0);
G2L["1d1"]["Name"] = [[Icon]];
G2L["1d1"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryPasteInto.UICorner
G2L["1d2"] = Instance.new("UICorner", G2L["1ce"]);
G2L["1d2"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryDupe
G2L["1d3"] = Instance.new("TextButton", G2L["1c2"]);
G2L["1d3"]["BorderSizePixel"] = 0;
G2L["1d3"]["TextSize"] = 14;
G2L["1d3"]["AutoButtonColor"] = false;
G2L["1d3"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["1d3"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1d3"]["BackgroundTransparency"] = 1;
G2L["1d3"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["1d3"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["1d3"]["Text"] = [[]];
G2L["1d3"]["Name"] = [[EntryDupe]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryDupe.EntryName
G2L["1d4"] = Instance.new("TextLabel", G2L["1d3"]);
G2L["1d4"]["BorderSizePixel"] = 0;
G2L["1d4"]["TextSize"] = 14;
G2L["1d4"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["1d4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1d4"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1d4"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1d4"]["BackgroundTransparency"] = 1;
G2L["1d4"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["1d4"]["Text"] = [[Duplicate]];
G2L["1d4"]["Name"] = [[EntryName]];
G2L["1d4"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryDupe.Shortcut
G2L["1d5"] = Instance.new("TextLabel", G2L["1d3"]);
G2L["1d5"]["TextSize"] = 14;
G2L["1d5"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["1d5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1d5"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1d5"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["1d5"]["BackgroundTransparency"] = 1;
G2L["1d5"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["1d5"]["Text"] = [[Ctrl+D]];
G2L["1d5"]["Name"] = [[Shortcut]];
G2L["1d5"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryDupe.Icon
G2L["1d6"] = Instance.new("ImageLabel", G2L["1d3"]);
G2L["1d6"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["1d6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["1d6"]["Image"] = [[rbxassetid://6511490623]];
G2L["1d6"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["1d6"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["1d6"]["BackgroundTransparency"] = 1;
G2L["1d6"]["ImageRectOffset"] = Vector2.new(48, 0);
G2L["1d6"]["Name"] = [[Icon]];
G2L["1d6"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryDupe.UICorner
G2L["1d7"] = Instance.new("UICorner", G2L["1d3"]);
G2L["1d7"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryDel
G2L["1d8"] = Instance.new("TextButton", G2L["1c2"]);
G2L["1d8"]["BorderSizePixel"] = 0;
G2L["1d8"]["TextSize"] = 14;
G2L["1d8"]["AutoButtonColor"] = false;
G2L["1d8"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["1d8"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1d8"]["BackgroundTransparency"] = 1;
G2L["1d8"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["1d8"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["1d8"]["Text"] = [[]];
G2L["1d8"]["Name"] = [[EntryDel]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryDel.EntryName
G2L["1d9"] = Instance.new("TextLabel", G2L["1d8"]);
G2L["1d9"]["BorderSizePixel"] = 0;
G2L["1d9"]["TextSize"] = 14;
G2L["1d9"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["1d9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1d9"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1d9"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1d9"]["BackgroundTransparency"] = 1;
G2L["1d9"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["1d9"]["Text"] = [[Delete]];
G2L["1d9"]["Name"] = [[EntryName]];
G2L["1d9"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryDel.Shortcut
G2L["1da"] = Instance.new("TextLabel", G2L["1d8"]);
G2L["1da"]["TextSize"] = 14;
G2L["1da"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["1da"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1da"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1da"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["1da"]["BackgroundTransparency"] = 1;
G2L["1da"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["1da"]["Text"] = [[Del]];
G2L["1da"]["Name"] = [[Shortcut]];
G2L["1da"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryDel.Icon
G2L["1db"] = Instance.new("ImageLabel", G2L["1d8"]);
G2L["1db"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["1db"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["1db"]["Image"] = [[rbxassetid://6511490623]];
G2L["1db"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["1db"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["1db"]["BackgroundTransparency"] = 1;
G2L["1db"]["ImageRectOffset"] = Vector2.new(112, 0);
G2L["1db"]["Name"] = [[Icon]];
G2L["1db"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryDel.UICorner
G2L["1dc"] = Instance.new("UICorner", G2L["1d8"]);
G2L["1dc"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryRename
G2L["1dd"] = Instance.new("TextButton", G2L["1c2"]);
G2L["1dd"]["BorderSizePixel"] = 0;
G2L["1dd"]["TextSize"] = 14;
G2L["1dd"]["AutoButtonColor"] = false;
G2L["1dd"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["1dd"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1dd"]["BackgroundTransparency"] = 1;
G2L["1dd"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["1dd"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["1dd"]["Text"] = [[]];
G2L["1dd"]["Name"] = [[EntryRename]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryRename.EntryName
G2L["1de"] = Instance.new("TextLabel", G2L["1dd"]);
G2L["1de"]["BorderSizePixel"] = 0;
G2L["1de"]["TextSize"] = 14;
G2L["1de"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["1de"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1de"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1de"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1de"]["BackgroundTransparency"] = 1;
G2L["1de"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["1de"]["Text"] = [[Rename]];
G2L["1de"]["Name"] = [[EntryName]];
G2L["1de"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryRename.Shortcut
G2L["1df"] = Instance.new("TextLabel", G2L["1dd"]);
G2L["1df"]["TextSize"] = 14;
G2L["1df"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["1df"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1df"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1df"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["1df"]["BackgroundTransparency"] = 1;
G2L["1df"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["1df"]["Text"] = [[F2]];
G2L["1df"]["Name"] = [[Shortcut]];
G2L["1df"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryRename.Icon
G2L["1e0"] = Instance.new("ImageLabel", G2L["1dd"]);
G2L["1e0"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["1e0"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["1e0"]["Image"] = [[rbxassetid://6511490623]];
G2L["1e0"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["1e0"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["1e0"]["BackgroundTransparency"] = 1;
G2L["1e0"]["ImageRectOffset"] = Vector2.new(224, 0);
G2L["1e0"]["Name"] = [[Icon]];
G2L["1e0"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryRename.UICorner
G2L["1e1"] = Instance.new("UICorner", G2L["1dd"]);
G2L["1e1"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.Divider
G2L["1e2"] = Instance.new("Frame", G2L["1c2"]);
G2L["1e2"]["BorderSizePixel"] = 0;
G2L["1e2"]["BackgroundColor3"] = Color3.fromRGB(56, 56, 56);
G2L["1e2"]["Size"] = UDim2.new(1, 0, 0, 7);
G2L["1e2"]["Position"] = UDim2.new(0, 0, 0, 20);
G2L["1e2"]["Name"] = [[Divider]];
G2L["1e2"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.context.Container.List.Divider.Line
G2L["1e3"] = Instance.new("Frame", G2L["1e2"]);
G2L["1e3"]["BorderSizePixel"] = 0;
G2L["1e3"]["BackgroundColor3"] = Color3.fromRGB(56, 56, 56);
G2L["1e3"]["Size"] = UDim2.new(1, 0, 0, 1);
G2L["1e3"]["Position"] = UDim2.new(0, 0, 0.5, 0);
G2L["1e3"]["Name"] = [[Line]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.Divider.DividerName
G2L["1e4"] = Instance.new("TextLabel", G2L["1e2"]);
G2L["1e4"]["BorderSizePixel"] = 0;
G2L["1e4"]["TextSize"] = 14;
G2L["1e4"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["1e4"]["TextTransparency"] = 0.6;
G2L["1e4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1e4"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1e4"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1e4"]["BackgroundTransparency"] = 1;
G2L["1e4"]["AnchorPoint"] = Vector2.new(0, 0.5);
G2L["1e4"]["Size"] = UDim2.new(1, -4, 1, 0);
G2L["1e4"]["Visible"] = false;
G2L["1e4"]["Text"] = [[Objects]];
G2L["1e4"]["Name"] = [[DividerName]];
G2L["1e4"]["Position"] = UDim2.new(0, 2, 0.5, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryGroup
G2L["1e5"] = Instance.new("TextButton", G2L["1c2"]);
G2L["1e5"]["BorderSizePixel"] = 0;
G2L["1e5"]["TextSize"] = 14;
G2L["1e5"]["AutoButtonColor"] = false;
G2L["1e5"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["1e5"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1e5"]["BackgroundTransparency"] = 1;
G2L["1e5"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["1e5"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["1e5"]["Text"] = [[]];
G2L["1e5"]["Name"] = [[EntryGroup]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryGroup.EntryName
G2L["1e6"] = Instance.new("TextLabel", G2L["1e5"]);
G2L["1e6"]["BorderSizePixel"] = 0;
G2L["1e6"]["TextSize"] = 14;
G2L["1e6"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["1e6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1e6"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1e6"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1e6"]["BackgroundTransparency"] = 1;
G2L["1e6"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["1e6"]["Text"] = [[Group]];
G2L["1e6"]["Name"] = [[EntryName]];
G2L["1e6"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryGroup.Shortcut
G2L["1e7"] = Instance.new("TextLabel", G2L["1e5"]);
G2L["1e7"]["TextSize"] = 14;
G2L["1e7"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["1e7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1e7"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1e7"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["1e7"]["BackgroundTransparency"] = 1;
G2L["1e7"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["1e7"]["Text"] = [[Ctrl+G]];
G2L["1e7"]["Name"] = [[Shortcut]];
G2L["1e7"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryGroup.Icon
G2L["1e8"] = Instance.new("ImageLabel", G2L["1e5"]);
G2L["1e8"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["1e8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["1e8"]["Image"] = [[rbxassetid://6511490623]];
G2L["1e8"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["1e8"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["1e8"]["BackgroundTransparency"] = 1;
G2L["1e8"]["ImageRectOffset"] = Vector2.new(144, 0);
G2L["1e8"]["Name"] = [[Icon]];
G2L["1e8"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryGroup.UICorner
G2L["1e9"] = Instance.new("UICorner", G2L["1e5"]);
G2L["1e9"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryUnGroup
G2L["1ea"] = Instance.new("TextButton", G2L["1c2"]);
G2L["1ea"]["BorderSizePixel"] = 0;
G2L["1ea"]["TextSize"] = 14;
G2L["1ea"]["AutoButtonColor"] = false;
G2L["1ea"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["1ea"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1ea"]["BackgroundTransparency"] = 1;
G2L["1ea"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["1ea"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["1ea"]["Text"] = [[]];
G2L["1ea"]["Name"] = [[EntryUnGroup]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryUnGroup.EntryName
G2L["1eb"] = Instance.new("TextLabel", G2L["1ea"]);
G2L["1eb"]["BorderSizePixel"] = 0;
G2L["1eb"]["TextSize"] = 14;
G2L["1eb"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["1eb"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1eb"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1eb"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1eb"]["BackgroundTransparency"] = 1;
G2L["1eb"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["1eb"]["Text"] = [[Ungroup]];
G2L["1eb"]["Name"] = [[EntryName]];
G2L["1eb"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryUnGroup.Shortcut
G2L["1ec"] = Instance.new("TextLabel", G2L["1ea"]);
G2L["1ec"]["TextSize"] = 14;
G2L["1ec"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["1ec"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1ec"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1ec"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["1ec"]["BackgroundTransparency"] = 1;
G2L["1ec"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["1ec"]["Text"] = [[Ctrl+U]];
G2L["1ec"]["Name"] = [[Shortcut]];
G2L["1ec"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryUnGroup.Icon
G2L["1ed"] = Instance.new("ImageLabel", G2L["1ea"]);
G2L["1ed"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["1ed"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["1ed"]["Image"] = [[rbxassetid://6511490623]];
G2L["1ed"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["1ed"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["1ed"]["BackgroundTransparency"] = 1;
G2L["1ed"]["ImageRectOffset"] = Vector2.new(176, 0);
G2L["1ed"]["Name"] = [[Icon]];
G2L["1ed"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryUnGroup.UICorner
G2L["1ee"] = Instance.new("UICorner", G2L["1ea"]);
G2L["1ee"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntrySelectChildren
G2L["1ef"] = Instance.new("TextButton", G2L["1c2"]);
G2L["1ef"]["BorderSizePixel"] = 0;
G2L["1ef"]["TextSize"] = 14;
G2L["1ef"]["AutoButtonColor"] = false;
G2L["1ef"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["1ef"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1ef"]["BackgroundTransparency"] = 1;
G2L["1ef"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["1ef"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["1ef"]["Text"] = [[]];
G2L["1ef"]["Name"] = [[EntrySelectChildren]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntrySelectChildren.EntryName
G2L["1f0"] = Instance.new("TextLabel", G2L["1ef"]);
G2L["1f0"]["BorderSizePixel"] = 0;
G2L["1f0"]["TextSize"] = 14;
G2L["1f0"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["1f0"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1f0"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1f0"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1f0"]["BackgroundTransparency"] = 1;
G2L["1f0"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["1f0"]["Text"] = [[Select Children]];
G2L["1f0"]["Name"] = [[EntryName]];
G2L["1f0"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntrySelectChildren.Shortcut
G2L["1f1"] = Instance.new("TextLabel", G2L["1ef"]);
G2L["1f1"]["TextSize"] = 14;
G2L["1f1"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["1f1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1f1"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1f1"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["1f1"]["BackgroundTransparency"] = 1;
G2L["1f1"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["1f1"]["Text"] = [[]];
G2L["1f1"]["Name"] = [[Shortcut]];
G2L["1f1"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntrySelectChildren.Icon
G2L["1f2"] = Instance.new("ImageLabel", G2L["1ef"]);
G2L["1f2"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["1f2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["1f2"]["Image"] = [[rbxassetid://6511490623]];
G2L["1f2"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["1f2"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["1f2"]["BackgroundTransparency"] = 1;
G2L["1f2"]["ImageRectOffset"] = Vector2.new(192, 16);
G2L["1f2"]["Name"] = [[Icon]];
G2L["1f2"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntrySelectChildren.UICorner
G2L["1f3"] = Instance.new("UICorner", G2L["1ef"]);
G2L["1f3"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryJumpToParent
G2L["1f4"] = Instance.new("TextButton", G2L["1c2"]);
G2L["1f4"]["BorderSizePixel"] = 0;
G2L["1f4"]["TextSize"] = 14;
G2L["1f4"]["AutoButtonColor"] = false;
G2L["1f4"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["1f4"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1f4"]["BackgroundTransparency"] = 1;
G2L["1f4"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["1f4"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["1f4"]["Text"] = [[]];
G2L["1f4"]["Name"] = [[EntryJumpToParent]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryJumpToParent.EntryName
G2L["1f5"] = Instance.new("TextLabel", G2L["1f4"]);
G2L["1f5"]["BorderSizePixel"] = 0;
G2L["1f5"]["TextSize"] = 14;
G2L["1f5"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["1f5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1f5"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1f5"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1f5"]["BackgroundTransparency"] = 1;
G2L["1f5"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["1f5"]["Text"] = [[Jump to Parent]];
G2L["1f5"]["Name"] = [[EntryName]];
G2L["1f5"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryJumpToParent.Shortcut
G2L["1f6"] = Instance.new("TextLabel", G2L["1f4"]);
G2L["1f6"]["TextSize"] = 14;
G2L["1f6"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["1f6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1f6"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1f6"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["1f6"]["BackgroundTransparency"] = 1;
G2L["1f6"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["1f6"]["Text"] = [[]];
G2L["1f6"]["Name"] = [[Shortcut]];
G2L["1f6"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryJumpToParent.Icon
G2L["1f7"] = Instance.new("ImageLabel", G2L["1f4"]);
G2L["1f7"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["1f7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["1f7"]["Image"] = [[rbxassetid://6511490623]];
G2L["1f7"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["1f7"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["1f7"]["BackgroundTransparency"] = 1;
G2L["1f7"]["ImageRectOffset"] = Vector2.new(240, 0);
G2L["1f7"]["Name"] = [[Icon]];
G2L["1f7"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryJumpToParent.UICorner
G2L["1f8"] = Instance.new("UICorner", G2L["1f4"]);
G2L["1f8"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryExpandAll
G2L["1f9"] = Instance.new("TextButton", G2L["1c2"]);
G2L["1f9"]["BorderSizePixel"] = 0;
G2L["1f9"]["TextSize"] = 14;
G2L["1f9"]["AutoButtonColor"] = false;
G2L["1f9"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["1f9"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1f9"]["BackgroundTransparency"] = 1;
G2L["1f9"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["1f9"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["1f9"]["Text"] = [[]];
G2L["1f9"]["Name"] = [[EntryExpandAll]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryExpandAll.EntryName
G2L["1fa"] = Instance.new("TextLabel", G2L["1f9"]);
G2L["1fa"]["BorderSizePixel"] = 0;
G2L["1fa"]["TextSize"] = 14;
G2L["1fa"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["1fa"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1fa"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1fa"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1fa"]["BackgroundTransparency"] = 1;
G2L["1fa"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["1fa"]["Text"] = [[Expand All]];
G2L["1fa"]["Name"] = [[EntryName]];
G2L["1fa"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryExpandAll.Shortcut
G2L["1fb"] = Instance.new("TextLabel", G2L["1f9"]);
G2L["1fb"]["TextSize"] = 14;
G2L["1fb"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["1fb"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1fb"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1fb"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["1fb"]["BackgroundTransparency"] = 1;
G2L["1fb"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["1fb"]["Text"] = [[]];
G2L["1fb"]["Name"] = [[Shortcut]];
G2L["1fb"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryExpandAll.Icon
G2L["1fc"] = Instance.new("ImageLabel", G2L["1f9"]);
G2L["1fc"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["1fc"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1fc"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["1fc"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["1fc"]["BackgroundTransparency"] = 1;
G2L["1fc"]["ImageRectOffset"] = Vector2.new(304, 0);
G2L["1fc"]["Name"] = [[Icon]];
G2L["1fc"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryExpandAll.UICorner
G2L["1fd"] = Instance.new("UICorner", G2L["1f9"]);
G2L["1fd"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCollapseAll
G2L["1fe"] = Instance.new("TextButton", G2L["1c2"]);
G2L["1fe"]["BorderSizePixel"] = 0;
G2L["1fe"]["TextSize"] = 14;
G2L["1fe"]["AutoButtonColor"] = false;
G2L["1fe"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["1fe"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1fe"]["BackgroundTransparency"] = 1;
G2L["1fe"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["1fe"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["1fe"]["Text"] = [[]];
G2L["1fe"]["Name"] = [[EntryCollapseAll]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCollapseAll.EntryName
G2L["1ff"] = Instance.new("TextLabel", G2L["1fe"]);
G2L["1ff"]["BorderSizePixel"] = 0;
G2L["1ff"]["TextSize"] = 14;
G2L["1ff"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["1ff"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1ff"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["1ff"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["1ff"]["BackgroundTransparency"] = 1;
G2L["1ff"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["1ff"]["Text"] = [[Collapse All]];
G2L["1ff"]["Name"] = [[EntryName]];
G2L["1ff"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCollapseAll.Shortcut
G2L["200"] = Instance.new("TextLabel", G2L["1fe"]);
G2L["200"]["TextSize"] = 14;
G2L["200"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["200"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["200"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["200"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["200"]["BackgroundTransparency"] = 1;
G2L["200"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["200"]["Text"] = [[]];
G2L["200"]["Name"] = [[Shortcut]];
G2L["200"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCollapseAll.Icon
G2L["201"] = Instance.new("ImageLabel", G2L["1fe"]);
G2L["201"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["201"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["201"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["201"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["201"]["BackgroundTransparency"] = 1;
G2L["201"]["ImageRectOffset"] = Vector2.new(304, 0);
G2L["201"]["Name"] = [[Icon]];
G2L["201"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCollapseAll.UICorner
G2L["202"] = Instance.new("UICorner", G2L["1fe"]);
G2L["202"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.Divider
G2L["203"] = Instance.new("Frame", G2L["1c2"]);
G2L["203"]["BorderSizePixel"] = 0;
G2L["203"]["BackgroundColor3"] = Color3.fromRGB(56, 56, 56);
G2L["203"]["Size"] = UDim2.new(1, 0, 0, 7);
G2L["203"]["Position"] = UDim2.new(0, 0, 0, 20);
G2L["203"]["Name"] = [[Divider]];
G2L["203"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.context.Container.List.Divider.Line
G2L["204"] = Instance.new("Frame", G2L["203"]);
G2L["204"]["BorderSizePixel"] = 0;
G2L["204"]["BackgroundColor3"] = Color3.fromRGB(56, 56, 56);
G2L["204"]["Size"] = UDim2.new(1, 0, 0, 1);
G2L["204"]["Position"] = UDim2.new(0, 0, 0.5, 0);
G2L["204"]["Name"] = [[Line]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.Divider.DividerName
G2L["205"] = Instance.new("TextLabel", G2L["203"]);
G2L["205"]["BorderSizePixel"] = 0;
G2L["205"]["TextSize"] = 14;
G2L["205"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["205"]["TextTransparency"] = 0.6;
G2L["205"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["205"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["205"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["205"]["BackgroundTransparency"] = 1;
G2L["205"]["AnchorPoint"] = Vector2.new(0, 0.5);
G2L["205"]["Size"] = UDim2.new(1, -4, 1, 0);
G2L["205"]["Visible"] = false;
G2L["205"]["Text"] = [[Objects]];
G2L["205"]["Name"] = [[DividerName]];
G2L["205"]["Position"] = UDim2.new(0, 2, 0.5, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryInsertObject
G2L["206"] = Instance.new("TextButton", G2L["1c2"]);
G2L["206"]["BorderSizePixel"] = 0;
G2L["206"]["TextSize"] = 14;
G2L["206"]["AutoButtonColor"] = false;
G2L["206"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["206"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["206"]["BackgroundTransparency"] = 1;
G2L["206"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["206"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["206"]["Text"] = [[]];
G2L["206"]["Name"] = [[EntryInsertObject]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryInsertObject.EntryName
G2L["207"] = Instance.new("TextLabel", G2L["206"]);
G2L["207"]["BorderSizePixel"] = 0;
G2L["207"]["TextSize"] = 14;
G2L["207"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["207"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["207"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["207"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["207"]["BackgroundTransparency"] = 1;
G2L["207"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["207"]["Text"] = [[Insert Object]];
G2L["207"]["Name"] = [[EntryName]];
G2L["207"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryInsertObject.Shortcut
G2L["208"] = Instance.new("TextLabel", G2L["206"]);
G2L["208"]["TextSize"] = 14;
G2L["208"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["208"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["208"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["208"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["208"]["BackgroundTransparency"] = 1;
G2L["208"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["208"]["Text"] = [[]];
G2L["208"]["Name"] = [[Shortcut]];
G2L["208"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryInsertObject.Icon
G2L["209"] = Instance.new("ImageLabel", G2L["206"]);
G2L["209"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["209"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["209"]["Image"] = [[rbxassetid://6511490623]];
G2L["209"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["209"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["209"]["BackgroundTransparency"] = 1;
G2L["209"]["ImageRectOffset"] = Vector2.new(224, 16);
G2L["209"]["Name"] = [[Icon]];
G2L["209"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryInsertObject.UICorner
G2L["20a"] = Instance.new("UICorner", G2L["206"]);
G2L["20a"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntrySaveToFile
G2L["20b"] = Instance.new("TextButton", G2L["1c2"]);
G2L["20b"]["BorderSizePixel"] = 0;
G2L["20b"]["TextSize"] = 14;
G2L["20b"]["AutoButtonColor"] = false;
G2L["20b"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["20b"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["20b"]["BackgroundTransparency"] = 1;
G2L["20b"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["20b"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["20b"]["Text"] = [[]];
G2L["20b"]["Name"] = [[EntrySaveToFile]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntrySaveToFile.EntryName
G2L["20c"] = Instance.new("TextLabel", G2L["20b"]);
G2L["20c"]["BorderSizePixel"] = 0;
G2L["20c"]["TextSize"] = 14;
G2L["20c"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["20c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["20c"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["20c"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["20c"]["BackgroundTransparency"] = 1;
G2L["20c"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["20c"]["Text"] = [[Save to File]];
G2L["20c"]["Name"] = [[EntryName]];
G2L["20c"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntrySaveToFile.Shortcut
G2L["20d"] = Instance.new("TextLabel", G2L["20b"]);
G2L["20d"]["TextSize"] = 14;
G2L["20d"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["20d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["20d"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["20d"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["20d"]["BackgroundTransparency"] = 1;
G2L["20d"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["20d"]["Text"] = [[]];
G2L["20d"]["Name"] = [[Shortcut]];
G2L["20d"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntrySaveToFile.Icon
G2L["20e"] = Instance.new("ImageLabel", G2L["20b"]);
G2L["20e"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["20e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["20e"]["Image"] = [[rbxassetid://6511490623]];
G2L["20e"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["20e"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["20e"]["BackgroundTransparency"] = 1;
G2L["20e"]["ImageRectOffset"] = Vector2.new(16, 16);
G2L["20e"]["Name"] = [[Icon]];
G2L["20e"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntrySaveToFile.UICorner
G2L["20f"] = Instance.new("UICorner", G2L["20b"]);
G2L["20f"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCallFunc
G2L["210"] = Instance.new("TextButton", G2L["1c2"]);
G2L["210"]["BorderSizePixel"] = 0;
G2L["210"]["TextSize"] = 14;
G2L["210"]["AutoButtonColor"] = false;
G2L["210"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["210"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["210"]["BackgroundTransparency"] = 1;
G2L["210"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["210"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["210"]["Text"] = [[]];
G2L["210"]["Name"] = [[EntryCallFunc]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCallFunc.EntryName
G2L["211"] = Instance.new("TextLabel", G2L["210"]);
G2L["211"]["BorderSizePixel"] = 0;
G2L["211"]["TextSize"] = 14;
G2L["211"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["211"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["211"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["211"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["211"]["BackgroundTransparency"] = 1;
G2L["211"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["211"]["Text"] = [[Call Function]];
G2L["211"]["Name"] = [[EntryName]];
G2L["211"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCallFunc.Shortcut
G2L["212"] = Instance.new("TextLabel", G2L["210"]);
G2L["212"]["TextSize"] = 14;
G2L["212"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["212"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["212"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["212"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["212"]["BackgroundTransparency"] = 1;
G2L["212"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["212"]["Text"] = [[]];
G2L["212"]["Name"] = [[Shortcut]];
G2L["212"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCallFunc.Icon
G2L["213"] = Instance.new("ImageLabel", G2L["210"]);
G2L["213"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["213"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["213"]["Image"] = [[rbxasset://textures/ClassImages.png]];
G2L["213"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["213"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["213"]["BackgroundTransparency"] = 1;
G2L["213"]["ImageRectOffset"] = Vector2.new(1056, 0);
G2L["213"]["Name"] = [[Icon]];
G2L["213"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryCallFunc.UICorner
G2L["214"] = Instance.new("UICorner", G2L["210"]);
G2L["214"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryViewConnect
G2L["215"] = Instance.new("TextButton", G2L["1c2"]);
G2L["215"]["BorderSizePixel"] = 0;
G2L["215"]["TextSize"] = 14;
G2L["215"]["AutoButtonColor"] = false;
G2L["215"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["215"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["215"]["BackgroundTransparency"] = 1;
G2L["215"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["215"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["215"]["Text"] = [[]];
G2L["215"]["Name"] = [[EntryViewConnect]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryViewConnect.EntryName
G2L["216"] = Instance.new("TextLabel", G2L["215"]);
G2L["216"]["BorderSizePixel"] = 0;
G2L["216"]["TextSize"] = 14;
G2L["216"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["216"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["216"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["216"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["216"]["BackgroundTransparency"] = 1;
G2L["216"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["216"]["Text"] = [[View Connections]];
G2L["216"]["Name"] = [[EntryName]];
G2L["216"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryViewConnect.Shortcut
G2L["217"] = Instance.new("TextLabel", G2L["215"]);
G2L["217"]["TextSize"] = 14;
G2L["217"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["217"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["217"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["217"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["217"]["BackgroundTransparency"] = 1;
G2L["217"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["217"]["Text"] = [[]];
G2L["217"]["Name"] = [[Shortcut]];
G2L["217"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryViewConnect.Icon
G2L["218"] = Instance.new("ImageLabel", G2L["215"]);
G2L["218"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["218"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["218"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["218"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["218"]["BackgroundTransparency"] = 1;
G2L["218"]["ImageRectOffset"] = Vector2.new(304, 0);
G2L["218"]["Name"] = [[Icon]];
G2L["218"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryViewConnect.UICorner
G2L["219"] = Instance.new("UICorner", G2L["215"]);
G2L["219"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryLuaRef
G2L["21a"] = Instance.new("TextButton", G2L["1c2"]);
G2L["21a"]["BorderSizePixel"] = 0;
G2L["21a"]["TextSize"] = 14;
G2L["21a"]["AutoButtonColor"] = false;
G2L["21a"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["21a"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["21a"]["BackgroundTransparency"] = 1;
G2L["21a"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["21a"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["21a"]["Text"] = [[]];
G2L["21a"]["Name"] = [[EntryLuaRef]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryLuaRef.EntryName
G2L["21b"] = Instance.new("TextLabel", G2L["21a"]);
G2L["21b"]["BorderSizePixel"] = 0;
G2L["21b"]["TextSize"] = 14;
G2L["21b"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["21b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["21b"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["21b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["21b"]["BackgroundTransparency"] = 1;
G2L["21b"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["21b"]["Text"] = [[Get Lua References]];
G2L["21b"]["Name"] = [[EntryName]];
G2L["21b"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryLuaRef.Shortcut
G2L["21c"] = Instance.new("TextLabel", G2L["21a"]);
G2L["21c"]["TextSize"] = 14;
G2L["21c"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["21c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["21c"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["21c"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["21c"]["BackgroundTransparency"] = 1;
G2L["21c"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["21c"]["Text"] = [[]];
G2L["21c"]["Name"] = [[Shortcut]];
G2L["21c"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryLuaRef.Icon
G2L["21d"] = Instance.new("ImageLabel", G2L["21a"]);
G2L["21d"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["21d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["21d"]["Image"] = [[rbxasset://textures/ClassImages.png]];
G2L["21d"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["21d"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["21d"]["BackgroundTransparency"] = 1;
G2L["21d"]["ImageRectOffset"] = Vector2.new(544, 0);
G2L["21d"]["Name"] = [[Icon]];
G2L["21d"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryLuaRef.UICorner
G2L["21e"] = Instance.new("UICorner", G2L["21a"]);
G2L["21e"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryAPIPage
G2L["21f"] = Instance.new("TextButton", G2L["1c2"]);
G2L["21f"]["BorderSizePixel"] = 0;
G2L["21f"]["TextSize"] = 14;
G2L["21f"]["AutoButtonColor"] = false;
G2L["21f"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["21f"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["21f"]["BackgroundTransparency"] = 1;
G2L["21f"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["21f"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["21f"]["Text"] = [[]];
G2L["21f"]["Name"] = [[EntryAPIPage]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryAPIPage.EntryName
G2L["220"] = Instance.new("TextLabel", G2L["21f"]);
G2L["220"]["BorderSizePixel"] = 0;
G2L["220"]["TextSize"] = 14;
G2L["220"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["220"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["220"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["220"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["220"]["BackgroundTransparency"] = 1;
G2L["220"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["220"]["Text"] = [[View API Page]];
G2L["220"]["Name"] = [[EntryName]];
G2L["220"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryAPIPage.Shortcut
G2L["221"] = Instance.new("TextLabel", G2L["21f"]);
G2L["221"]["TextSize"] = 14;
G2L["221"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["221"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["221"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["221"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["221"]["BackgroundTransparency"] = 1;
G2L["221"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["221"]["Text"] = [[]];
G2L["221"]["Name"] = [[Shortcut]];
G2L["221"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryAPIPage.Icon
G2L["222"] = Instance.new("ImageLabel", G2L["21f"]);
G2L["222"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["222"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["222"]["Image"] = [[rbxassetid://6511490623]];
G2L["222"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["222"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["222"]["BackgroundTransparency"] = 1;
G2L["222"]["Name"] = [[Icon]];
G2L["222"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryAPIPage.UICorner
G2L["223"] = Instance.new("UICorner", G2L["21f"]);
G2L["223"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.Divider
G2L["224"] = Instance.new("Frame", G2L["1c2"]);
G2L["224"]["BorderSizePixel"] = 0;
G2L["224"]["BackgroundColor3"] = Color3.fromRGB(56, 56, 56);
G2L["224"]["Size"] = UDim2.new(1, 0, 0, 7);
G2L["224"]["Position"] = UDim2.new(0, 0, 0, 20);
G2L["224"]["Name"] = [[Divider]];
G2L["224"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.context.Container.List.Divider.Line
G2L["225"] = Instance.new("Frame", G2L["224"]);
G2L["225"]["BorderSizePixel"] = 0;
G2L["225"]["BackgroundColor3"] = Color3.fromRGB(56, 56, 56);
G2L["225"]["Size"] = UDim2.new(1, 0, 0, 1);
G2L["225"]["Position"] = UDim2.new(0, 0, 0.5, 0);
G2L["225"]["Name"] = [[Line]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.Divider.DividerName
G2L["226"] = Instance.new("TextLabel", G2L["224"]);
G2L["226"]["BorderSizePixel"] = 0;
G2L["226"]["TextSize"] = 14;
G2L["226"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["226"]["TextTransparency"] = 0.6;
G2L["226"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["226"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["226"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["226"]["BackgroundTransparency"] = 1;
G2L["226"]["AnchorPoint"] = Vector2.new(0, 0.5);
G2L["226"]["Size"] = UDim2.new(1, -4, 1, 0);
G2L["226"]["Visible"] = false;
G2L["226"]["Text"] = [[Objects]];
G2L["226"]["Name"] = [[DividerName]];
G2L["226"]["Position"] = UDim2.new(0, 2, 0.5, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryTpTo
G2L["227"] = Instance.new("TextButton", G2L["1c2"]);
G2L["227"]["BorderSizePixel"] = 0;
G2L["227"]["TextSize"] = 14;
G2L["227"]["AutoButtonColor"] = false;
G2L["227"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["227"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["227"]["BackgroundTransparency"] = 1;
G2L["227"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["227"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["227"]["Text"] = [[]];
G2L["227"]["Name"] = [[EntryTpTo]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryTpTo.EntryName
G2L["228"] = Instance.new("TextLabel", G2L["227"]);
G2L["228"]["BorderSizePixel"] = 0;
G2L["228"]["TextSize"] = 14;
G2L["228"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["228"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["228"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["228"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["228"]["BackgroundTransparency"] = 1;
G2L["228"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["228"]["Text"] = [[Teleport To]];
G2L["228"]["Name"] = [[EntryName]];
G2L["228"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryTpTo.Shortcut
G2L["229"] = Instance.new("TextLabel", G2L["227"]);
G2L["229"]["TextSize"] = 14;
G2L["229"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["229"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["229"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["229"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["229"]["BackgroundTransparency"] = 1;
G2L["229"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["229"]["Text"] = [[]];
G2L["229"]["Name"] = [[Shortcut]];
G2L["229"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryTpTo.Icon
G2L["22a"] = Instance.new("ImageLabel", G2L["227"]);
G2L["22a"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["22a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["22a"]["Image"] = [[rbxassetid://6511490623]];
G2L["22a"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["22a"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["22a"]["BackgroundTransparency"] = 1;
G2L["22a"]["ImageRectOffset"] = Vector2.new(208, 0);
G2L["22a"]["Name"] = [[Icon]];
G2L["22a"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryTpTo.UICorner
G2L["22b"] = Instance.new("UICorner", G2L["227"]);
G2L["22b"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryViewObject
G2L["22c"] = Instance.new("TextButton", G2L["1c2"]);
G2L["22c"]["BorderSizePixel"] = 0;
G2L["22c"]["TextSize"] = 14;
G2L["22c"]["AutoButtonColor"] = false;
G2L["22c"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["22c"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["22c"]["BackgroundTransparency"] = 1;
G2L["22c"]["Size"] = UDim2.new(1, 0, 0, 22);
G2L["22c"]["BorderColor3"] = Color3.fromRGB(87, 126, 189);
G2L["22c"]["Text"] = [[]];
G2L["22c"]["Name"] = [[EntryViewObject]];
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryViewObject.EntryName
G2L["22d"] = Instance.new("TextLabel", G2L["22c"]);
G2L["22d"]["BorderSizePixel"] = 0;
G2L["22d"]["TextSize"] = 14;
G2L["22d"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["22d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["22d"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["22d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["22d"]["BackgroundTransparency"] = 1;
G2L["22d"]["Size"] = UDim2.new(1, -24, 1, 0);
G2L["22d"]["Text"] = [[View Object (Right click to reset)]];
G2L["22d"]["Name"] = [[EntryName]];
G2L["22d"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryViewObject.Shortcut
G2L["22e"] = Instance.new("TextLabel", G2L["22c"]);
G2L["22e"]["TextSize"] = 14;
G2L["22e"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["22e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["22e"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["22e"]["TextColor3"] = Color3.fromRGB(221, 221, 221);
G2L["22e"]["BackgroundTransparency"] = 1;
G2L["22e"]["Size"] = UDim2.new(1, -30, 1, 0);
G2L["22e"]["Text"] = [[]];
G2L["22e"]["Name"] = [[Shortcut]];
G2L["22e"]["Position"] = UDim2.new(0, 24, 0, 0);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryViewObject.Icon
G2L["22f"] = Instance.new("ImageLabel", G2L["22c"]);
G2L["22f"]["ScaleType"] = Enum.ScaleType.Crop;
G2L["22f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["22f"]["Image"] = [[rbxasset://textures/ClassImages.png]];
G2L["22f"]["ImageRectSize"] = Vector2.new(16, 16);
G2L["22f"]["Size"] = UDim2.new(0, 16, 0, 16);
G2L["22f"]["BackgroundTransparency"] = 1;
G2L["22f"]["ImageRectOffset"] = Vector2.new(80, 0);
G2L["22f"]["Name"] = [[Icon]];
G2L["22f"]["Position"] = UDim2.new(0, 2, 0, 3);
-- ReplicatedStorage.MainModule.Dex.context.Container.List.EntryViewObject.UICorner
G2L["230"] = Instance.new("UICorner", G2L["22c"]);
G2L["230"]["CornerRadius"] = UDim.new(0, 4);
-- ReplicatedStorage.MainModule.Dex.context.Container.SearchFrame
G2L["231"] = Instance.new("Frame", G2L["1c0"]);
G2L["231"]["Visible"] = false;
G2L["231"]["BorderSizePixel"] = 0;
G2L["231"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["231"]["Size"] = UDim2.new(1, 0, 0, 24);
G2L["231"]["Name"] = [[SearchFrame]];
-- ReplicatedStorage.MainModule.Dex.context.Container.SearchFrame.SearchContainer
G2L["232"] = Instance.new("Frame", G2L["231"]);
G2L["232"]["BorderSizePixel"] = 0;
G2L["232"]["BackgroundColor3"] = Color3.fromRGB(39, 39, 39);
G2L["232"]["Size"] = UDim2.new(1, -6, 0, 18);
G2L["232"]["Position"] = UDim2.new(0, 3, 0, 3);
G2L["232"]["BorderColor3"] = Color3.fromRGB(31, 31, 31);
G2L["232"]["Name"] = [[SearchContainer]];
-- ReplicatedStorage.MainModule.Dex.context.Container.SearchFrame.SearchContainer.UICorner
G2L["233"] = Instance.new("UICorner", G2L["232"]);
G2L["233"]["CornerRadius"] = UDim.new(0, 2);
-- ReplicatedStorage.MainModule.Dex.context.Container.SearchFrame.SearchContainer.SearchBox
G2L["234"] = Instance.new("Frame", G2L["232"]);
G2L["234"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["234"]["ClipsDescendants"] = true;
G2L["234"]["Size"] = UDim2.new(1, -8, 0, 18);
G2L["234"]["Position"] = UDim2.new(0, 4, 0, 0);
G2L["234"]["Name"] = [[SearchBox]];
G2L["234"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.context.Container.SearchFrame.SearchContainer.SearchBox.Input
G2L["235"] = Instance.new("TextBox", G2L["234"]);
G2L["235"]["Name"] = [[Input]];
G2L["235"]["TextXAlignment"] = Enum.TextXAlignment.Left;
G2L["235"]["PlaceholderColor3"] = Color3.fromRGB(101, 101, 101);
G2L["235"]["TextSize"] = 14;
G2L["235"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["235"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["235"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["235"]["PlaceholderText"] = [[Search]];
G2L["235"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["235"]["Text"] = [[]];
G2L["235"]["BackgroundTransparency"] = 1;
-- ReplicatedStorage.MainModule.Dex.context.Container.SearchFrame.Line
G2L["236"] = Instance.new("Frame", G2L["231"]);
G2L["236"]["BorderSizePixel"] = 0;
G2L["236"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37);
G2L["236"]["Size"] = UDim2.new(1, 0, 0, 1);
G2L["236"]["Position"] = UDim2.new(0, 0, 1, 0);
G2L["236"]["Name"] = [[Line]];
-- ReplicatedStorage.MainModule.Dex.main
local function C_2()
local script = G2L["2"];
--[[
New Dex
Agent Edition
Created by Yhen
For the LuaY Agents
Do not skid
Credit(s) / Copyright(s):
Dex++ : create Function
DexAgentPreview & Cavant : Intro
Alurion's Old Dex Honey : Dex Honey Coins Anim & Images
BackdooredbyJay & anaminus : getproperties & RbxJsonApiTable
ThreeDViewer (3D Preview) : Dex Agent Preview
--]]
local is_std = game:GetService('RunService'):IsStudio()
local dexY_std = {
Assets = game:GetService('ReplicatedStorage'):WaitForChild('DexYAssets', 3) or nil,
RawRbxJsonApiTable = nil :: string,
RbxJsonApiTable = nil :: string,
}
if is_std or dexY_std.Assets ~= nil then
local assets = dexY_std.Assets
dexY_std.RawRbxJsonApiTable = require(assets.RbxJsonApiTbl)
else
dexY_std.RawRbxJsonApiTable = loadstring(game:HttpGet('https://anaminus.github.io/rbx/json/api/latest.json'))()
end
dexY_std.RbxJsonApiTable = game:GetService('HttpService'):JSONDecode(dexY_std.RawRbxJsonApiTable)
local rt = script.Parent.RightToggle
-- Loadstring
local loadstring = (is_std and require(dexY_std.Assets:WaitForChild('Loadstring', 5)) or loadstring)
-- GETGENV
local getgenv = getgenv or function() return _G end
-- SS & SSS
game:GetService('ServerStorage')
game:GetService('ServerScriptService')
Instance.new('Folder',game:GetService('ServerStorage')).Name = 'Unavailable'
Instance.new('Folder',game:GetService('ServerScriptService')).Name = 'Unavailable'
-- GetProperties
local getproperties = getproperties or require(dexY_std.Assets.getproperties) or function(obj)
local json = dexY_std.RbxJsonApiTable
local function getproperties(instance)
local property_structure = {}
for i,v in pairs(json) do
if v.Class == instance.ClassName and v.type == "Property" then
property_structure[v.Name] = instance[v.Name]
end
end
return property_structure
end
return getproperties
end
-- ready
local togSSP = false
local apps_container = script.Parent.Apps
local getgenv = (getgenv and getgenv or getfenv)
local Explorer, Main, service, SSPanel, oreo, env, runNameCallOf, Properties = nil,{},{},{},nil,getgenv(),function(tbl,fnc:string)
if tbl[fnc] then return function(...)
return tbl[fnc](tbl,...)
end
else
return nil
end
end, nil
local oreo = script.Parent.oreo
oreo.Visible = false
local service=setmetatable({},{__index=function(i,s) return game:GetService(s) end})
local TweenService=service.TweenService :: TweenService
local appsframe = script.Parent.oreo.MainFrame.AppsFrame.Container
local apps = {
Explorer = appsframe.AppExplorer,
SSPanel = appsframe.AppSSPanel,
Properties = appsframe.AppProperties,
DexHoney = appsframe.AppHoney,
ThreeDViewer = appsframe.App3DViewer,
Console = appsframe.AppConsole,
}
local appToggle = function(app:Frame,bool:boolean)
local button = app:FindFirstChildWhichIsA('TextButton')
local highlight = button:FindFirstChild('Highlight') :: Frame
button.BackgroundTransparency = (bool and 0 or 1)
highlight.Visible = bool
end
-- end
-- Context
Context = (function()
local module = {}
module.Frame = script.Parent.context
local frame = script.Parent.context
local function getmousepos() : UDim2
return (service.UserInputService:: UserInputService):GetMouseLocation()
end
local uis = game:GetService('UserInputService')
uis.InputBegan:Connect(function(input: InputObject, gameProcessedEvent: boolean)
if input.UserInputType == (Enum.UserInputType.MouseButton1 or Enum.UserInputType.MouseButton2 or Enum.UserInputType.Touch) then
local rawPos = input.Position
local vecPos = Vector2.new(rawPos.X, rawPos.Y)
local pos = UDim2.fromOffset(vecPos.X, vecPos.Y)
local framePos = frame.AbsolutePosition
local frameSize = frame.AbsoluteSize
if vecPos.X < framePos.X
or vecPos.X > framePos.X + frameSize.X
or vecPos.Y < framePos.Y
or vecPos.Y > framePos.Y + frameSize.Y then
frame.Visible = false
end
end
end)
local cuttenObject
local copiedObject
module.Context = function(object: Instance)
frame.Visible =true
frame.Position = getmousepos()
end
return module
end)()
-- end
-- Properties
Properties = (function()
local t = {}
t.ValueToString = function(prop,val)
local typeData = prop.ValueType
local typeName = typeData.Name
if typeName == "Color3" then
return val.R .. ', ' .. val.G .. ', ' .. val.B
elseif typeName == "NumberRange" then
return val.Min..", "..val.Max
end
return tostring(val)
end
t.ToNumberTypes = {
["int"] = true,
["int64"] = true,
["float"] = true,
["double"] = true
}
t.IsService = function(object:Instance)
local s,r = pcall(function()
local serv = object.Name:gsub(' ', '')
return service[serv] ~= nil
end)
return r
end
t.GetIconSquareOfClass = function(object:Instance) : Vector2
local x
local y
local n = 0
local classname = object.ClassName
local name = object.Name
if classname == 'Instance' then
n = 16
elseif classname == 'Part' then
n = 48
elseif classname == 'Model' then
n = 80
elseif classname == 'BoolValue' or classname == 'IntValue' or classname == 'BrickColorValue' or classname == 'StringValue' or classname == 'RayValue' or classname == 'Color3Value' or classname == 'Vector3Value' or classname == 'CFrameValue' then
n = 144
elseif classname == 'Camera' then
n = 176
elseif classname == 'Script' then
n = 208
elseif classname == 'Humanoid' then
n = 304
elseif classname == 'Texture' then
n = 336
elseif classname == 'Sound' then
n = 368
elseif classname == 'Player' then
n = 400
elseif classname == 'Tool' then
n = 559
elseif classname == 'LocalScript' then
n = 591
elseif name == 'SpawnLocation' then
n = 616
elseif name == 'Sky' then
n = 912
elseif name == 'Accessory' then
n = 1040
elseif name == 'Weld' then
n = 1104
elseif name == 'VehicleSeat' then
n = 1133
elseif name == 'ForceField' then
n = 1200
elseif name == 'JointsService' then
n = 1104
elseif name == 'WorldModel' then
n = 624
elseif name == 'Shirt' then
n = 1295
elseif name == 'ClickDetector' then
n = 1328
else
n = 16
end
x,y=n,n
return Vector2.new(x,y)
end
t.GetIconSquareOfService = function(name)
local n = 0
local x,y
if name == 'Lightning' then
n = 432
elseif name == 'Workspace' then
n = 624
elseif name == 'StarterPack' then
n = 656
elseif name == 'Players' then
n = 688
elseif name == 'SoundService' then
n = 1010
elseif name == 'Chat' then
n = 1072
elseif name == 'PhysicsService' then
n = 1200
else
n = 16
end
x,y=n,n
return Vector2.new(x,y)
end
t.ClassImages = "rbxasset://textures/ClassImages.png"
t.StringToValue = function(prop,str)
local typeData = prop.ValueType
local typeName = typeData.Name
if typeName == "string" or typeName == "Content" then
return str
elseif t.ToNumberTypes[typeName] then
return tonumber(str)
elseif typeName == "Vector2" then
local vals = str:split(",")
local x,y = tonumber(vals[1]),tonumber(vals[2])
if x and y and #vals >= 2 then return Vector2.new(x,y) end
elseif typeName == "Vector3" then
local vals = str:split(",")
local x,y,z = tonumber(vals[1]),tonumber(vals[2]),tonumber(vals[3])
if x and y and z and #vals >= 3 then return Vector3.new(x,y,z) end
elseif typeName == "UDim" then
local vals = str:split(",")
local scale,offset = tonumber(vals[1]),tonumber(vals[2])
if scale and offset and #vals >= 2 then return UDim.new(scale,offset) end
elseif typeName == "UDim2" then
local vals = str:gsub("[{}]",""):split(",")
local xScale,xOffset,yScale,yOffset = tonumber(vals[1]),tonumber(vals[2]),tonumber(vals[3]),tonumber(vals[4])
if xScale and xOffset and yScale and yOffset and #vals >= 4 then return UDim2.new(xScale,xOffset,yScale,yOffset) end
elseif typeName == "CFrame" then
local vals = str:split(",")
local s,result = pcall(CFrame.new,unpack(vals))
if s and #vals >= 12 then return result end
elseif typeName == "Rect" then
local vals = str:split(",")
local s,result = pcall(Rect.new,unpack(vals))
if s and #vals >= 4 then return result end
elseif typeName == "Ray" then
local vals = str:gsub("[{}]",""):split(",")
local s,origin = pcall(Vector3.new,unpack(vals,1,3))
local s2,direction = pcall(Vector3.new,unpack(vals,4,6))
if s and s2 and #vals >= 6 then return Ray.new(origin,direction) end
elseif typeName == "NumberRange" then
local vals = str:split(",")
local s,result = pcall(NumberRange.new,unpack(vals))
if s and #vals >= 1 then return result end
elseif typeName == "Color3" then
local vals = str:gsub("[{}]",""):split(",")
local s,result = pcall(Color3.fromRGB,unpack(vals))
if s and #vals >= 3 then return result end
end
return nil
end
t.NewPropertyTable = function(prop: any)
local tq = {}
t.ValueType = {
Name = typeof(prop)
}
return tq
end
return t
end)()
-- end
-- SSPanel
SSPanel = (function()
local s = {}
local SSPanel_Folder = apps_container.SSPanel
s.Folder = SSPanel_Folder
local On = false
function s.ChangeVisible(b)On=b
SSPanel_Folder.Main.Visible = b
end
function s.ShowScript(text)
if togSSP == false then
SSPanel_Folder.Main.Visible = true
togSSP = true
end
appToggle(apps.SSPanel,togSSP)
s.ChangeVisible(true)
SSPanel_Folder.Main.Content.executor.ScrollingFrame.TextBox.Text = text
end
return s
end)()
-- END
-- 3D Viewer
local tog3D = false
_G.ThreeDViewer = (function()
local s = {}
local t3dviewer_folder = apps_container['3DViewer']
s.Folder = t3dviewer_folder
local On = false
local IsOnPreview = false
local mouse: Mouse = service.Players.LocalPlayer:GetMouse()
local uis: UserInputService = service.UserInputService
local function getObjectCenter(target)
if target:IsA("Model") then
local cf, _ = target:GetBoundingBox()
return cf.Position
elseif target:IsA("BasePart") or target:IsA("MeshPart") then
return target.Position
end
end
local function getCameraCFrame(target)
local center = getObjectCenter(target)
local cameraPosition = center + Vector3.new(15, 20, 10)
return CFrame.new(cameraPosition, center)
end
function s.ChangeVisible(b)On=b
t3dviewer_folder.Main.Visible = b
end
function s.Preview(obj:Instance)
IsOnPreview = true
if tog3D == false then
t3dviewer_folder.Main.Visible = true
tog3D = true
end
appToggle(apps.ThreeDViewer,tog3D)
s.ChangeVisible(true)
local f = s.Folder
local o = obj:Clone()
o.Parent = f.Main.Content.ViewportFrame
--init
end
function s.UnPreview()
IsOnPreview = false
end
return s
end)()
local ThreeDViewer = _G.ThreeDViewer
-- explorer
local Explorer = (function()
local explorer = {}
local frame = script.Parent.explorer
explorer.Object = frame
explorer.Init = function()
TweenService:Create(frame, TweenInfo.new(0.4,Enum.EasingStyle.Quad,Enum.EasingDirection.Out),{Position = UDim2.new(1,-300,0,57)}):Play()
end
explorer.Close = function()
TweenService:Create(frame, TweenInfo.new(0.4,Enum.EasingStyle.Quad,Enum.EasingDirection.Out),{Position = UDim2.new(1,14,0,57)}):Play()
end
return explorer
end)()
-- end
-- loading
rt.Visible = false
local Main = { }
--main
Main.OpeningPrepare = function()
local explorer_ = Explorer.Object :: Frame
explorer_.Position = UDim2.new(1,14,0,57)
end
Main.OpeningPrepare()
Main.InitializeEverything = function()
Explorer.Init()
end
--end
Main.GetRandomString=function() return "Intro" end
Main.SecureGui = function(gui)
--warn("Secured: "..gui.Name)
gui.Name = Main.GetRandomString()
-- service already using cloneref
if gethui then
gui.Parent = gethui()
elseif syn and syn.protect_gui then
syn.protect_gui(gui)
gui.Parent = service.Players.LocalPlayer:WaitForChild("PlayerGui")
elseif protect_gui then
protect_gui(gui)
gui.Parent = service.Players.LocalPlayer:WaitForChild("PlayerGui")
elseif protectgui then
protectgui(gui)
gui.Parent = service.Players.LocalPlayer:WaitForChild("PlayerGui")
else
if Main.Elevated then
gui.Parent = service.Players.LocalPlayer:WaitForChild("PlayerGui")
else
gui.Parent = service.Players.LocalPlayer:WaitForChild("PlayerGui")
end
end
end
Main.ShowGui=Main.SecureGui
Main.CreateIntro = function(initStatus) -- TODO: Must theme and show errors
local Deps={
create=function(data)
local insts = {}
for i,v in pairs(data) do insts[v[1]] = Instance.new(v[2]) end
for _,v in pairs(data) do
for prop,val in pairs(v[3]) do
if type(val) == "table" then
insts[v[1]][prop] = insts[val[1]]
else
insts[v[1]][prop] = val
end
end
end
return insts[1]
end
}
local gui = Deps.create({
{1,"ScreenGui",{Name="Intro",ResetOnSpawn = false,}},
{2,"Frame",{Active=true,BackgroundColor3=Color3.new(0.20392157137394,0.20392157137394,0.20392157137394),BorderSizePixel=0,Name="Main",Parent={1},Position=UDim2.new(0.5,-175,0.5,-100),Size=UDim2.new(0,350,0,200),}},
{3,"Frame",{BackgroundColor3=Color3.new(0.17647059261799,0.17647059261799,0.17647059261799),BorderSizePixel=0,ClipsDescendants=true,Name="Holder",Parent={2},Size=UDim2.new(1,0,1,0),}},
{4,"UIGradient",{Parent={3},Rotation=30,Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,1,0),}),}},
{5,"TextLabel",{BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,Font=4,Name="Title",Parent={3},Position=UDim2.new(0,-190,0,15),Size=UDim2.new(0,100,0,50),Text="Dex",TextColor3=Color3.new(1,1,1),TextSize=50,TextTransparency=1,}},
{6,"TextLabel",{BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,Font=3,Name="Desc",Parent={3},Position=UDim2.new(0,-230,0,60),Size=UDim2.new(0,180,0,25),Text="Agent Edition",TextColor3=Color3.new(1,1,1),TextSize=20,TextTransparency=1,}},
{7,"TextLabel",{BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,Font=3,Name="StatusText",Parent={3},Position=UDim2.new(0,20,0,110),Size=UDim2.new(0,180,0,25),Text="Fetching API",TextColor3=Color3.new(1,1,1),TextSize=14,TextTransparency=1,}},
{8,"Frame",{BackgroundColor3=Color3.new(0.20392157137394,0.20392157137394,0.20392157137394),BorderSizePixel=0,Name="ProgressBar",Parent={3},Position=UDim2.new(0,110,0,145),Size=UDim2.new(0,0,0,4),}},
{9,"Frame",{BackgroundColor3=Color3.new(0.2392156869173,0.56078433990479,0.86274510622025),BorderSizePixel=0,Name="Bar",Parent={8},Size=UDim2.new(0,0,1,0),}},
{10,"ImageLabel",{BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,Image="rbxassetid://2764171053",ImageColor3=Color3.new(0.17647059261799,0.17647059261799,0.17647059261799),Parent={8},ScaleType=1,Size=UDim2.new(1,0,1,0),SliceCenter=Rect.new(2,2,254,254),}},
{11,"TextLabel",{BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,Font=3,Name="Creator",Parent={2},Position=UDim2.new(1,-110,1,-20),Size=UDim2.new(0,105,0,20),Text="Developed by Yhen",TextColor3=Color3.new(1,1,1),TextSize=14,TextXAlignment=1,}},
{12,"UIGradient",{Parent={11},Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,1,0),}),}},
{13,"TextLabel",{BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,Font=3,Name="Version",Parent={2},Position=UDim2.new(1,-110,1,-35),Size=UDim2.new(0,105,0,20),Text="V2.0.0",TextColor3=Color3.new(1,1,1),TextSize=14,TextXAlignment=1,}},
{14,"UIGradient",{Parent={13},Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,1,0),}),}},
{15,"ImageLabel",{BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderSizePixel=0,Image="rbxassetid://1427967925",Name="Outlines",Parent={2},Position=UDim2.new(0,-5,0,-5),ScaleType=1,Size=UDim2.new(1,10,1,10),SliceCenter=Rect.new(6,6,25,25),TileSize=UDim2.new(0,20,0,20),}},
{16,"UIGradient",{Parent={15},Rotation=-30,Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,1,0),}),}},
{17,"UIGradient",{Parent={2},Rotation=-30,Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,1,0),}),}},
})
Main.ShowGui(gui)
local backGradient = gui.Main.UIGradient
local outlinesGradient = gui.Main.Outlines.UIGradient
local holderGradient = gui.Main.Holder.UIGradient
local titleText = gui.Main.Holder.Title
local descText = gui.Main.Holder.Desc
local versionText = gui.Main.Version
local versionGradient = versionText.UIGradient
local creatorText = gui.Main.Creator
local creatorGradient = creatorText.UIGradient
local statusText = gui.Main.Holder.StatusText
local progressBar = gui.Main.Holder.ProgressBar
local tweenS = service.TweenService
local renderStepped = service.RunService.RenderStepped
local signalWait = renderStepped.wait
local fastwait = function(s)
if not s then return signalWait(renderStepped) end
local start = tick()
while tick() - start < s do signalWait(renderStepped) end
end
statusText.Text = initStatus
local function tweenNumber(n,ti,func)
local tweenVal = Instance.new("IntValue")
tweenVal.Value = 0
tweenVal.Changed:Connect(func)
local tween = tweenS:Create(tweenVal,ti,{Value = n})
tween:Play()
tween.Completed:Connect(function()
tweenVal:Destroy()
end)
end
local ti = TweenInfo.new(0.4,Enum.EasingStyle.Quad,Enum.EasingDirection.Out)
tweenNumber(100,ti,function(val)
val = val/200
local start = NumberSequenceKeypoint.new(0,0)
local a1 = NumberSequenceKeypoint.new(val,0)
local a2 = NumberSequenceKeypoint.new(math.min(0.5,val+math.min(0.05,val)),1)
if a1.Time == a2.Time then a2 = a1 end
local b1 = NumberSequenceKeypoint.new(1-val,0)
local b2 = NumberSequenceKeypoint.new(math.max(0.5,1-val-math.min(0.05,val)),1)
if b1.Time == b2.Time then b2 = b1 end
local goal = NumberSequenceKeypoint.new(1,0)
backGradient.Transparency = NumberSequence.new({start,a1,a2,b2,b1,goal})
outlinesGradient.Transparency = NumberSequence.new({start,a1,a2,b2,b1,goal})
end)
fastwait(0.4)
tweenNumber(100,ti,function(val)
val = val/166.66
local start = NumberSequenceKeypoint.new(0,0)
local a1 = NumberSequenceKeypoint.new(val,0)
local a2 = NumberSequenceKeypoint.new(val+0.01,1)
local goal = NumberSequenceKeypoint.new(1,1)
holderGradient.Transparency = NumberSequence.new({start,a1,a2,goal})
end)
tweenS:Create(titleText,ti,{Position = UDim2.new(0,60,0,15), TextTransparency = 0}):Play()
tweenS:Create(descText,ti,{Position = UDim2.new(0,20,0,60), TextTransparency = 0}):Play()
local function rightTextTransparency(obj)
tweenNumber(100,ti,function(val)
val = val/100
local a1 = NumberSequenceKeypoint.new(1-val,0)
local a2 = NumberSequenceKeypoint.new(math.max(0,1-val-0.01),1)
if a1.Time == a2.Time then a2 = a1 end
local start = NumberSequenceKeypoint.new(0,a1 == a2 and 0 or 1)
local goal = NumberSequenceKeypoint.new(1,0)
obj.Transparency = NumberSequence.new({start,a2,a1,goal})
end)
end
rightTextTransparency(versionGradient)
rightTextTransparency(creatorGradient)
fastwait(0.9)
local progressTI = TweenInfo.new(0.25,Enum.EasingStyle.Quad,Enum.EasingDirection.Out)
tweenS:Create(statusText,progressTI,{Position = UDim2.new(0,20,0,120), TextTransparency = 0}):Play()
tweenS:Create(progressBar,progressTI,{Position = UDim2.new(0,60,0,145), Size = UDim2.new(0,100,0,4)}):Play()
fastwait(0.25)
local function setProgress(text,n)
statusText.Text = text
tweenS:Create(progressBar.Bar,progressTI,{Size = UDim2.new(n,0,1,0)}):Play()
end
local function close()
-- part of dex Opening
Main.InitializeEverything()
oreo.Visible = true
-- end
tweenS:Create(titleText,progressTI,{TextTransparency = 1}):Play()
tweenS:Create(descText,progressTI,{TextTransparency = 1}):Play()
tweenS:Create(versionText,progressTI,{TextTransparency = 1}):Play()
tweenS:Create(creatorText,progressTI,{TextTransparency = 1}):Play()
tweenS:Create(statusText,progressTI,{TextTransparency = 1}):Play()
tweenS:Create(progressBar,progressTI,{BackgroundTransparency = 1}):Play()
tweenS:Create(progressBar.Bar,progressTI,{BackgroundTransparency = 1}):Play()
tweenS:Create(progressBar.ImageLabel,progressTI,{ImageTransparency = 1}):Play()
tweenNumber(100,TweenInfo.new(0.4,Enum.EasingStyle.Back,Enum.EasingDirection.In),function(val)
val = val/250
local start = NumberSequenceKeypoint.new(0,0)
local a1 = NumberSequenceKeypoint.new(0.6+val,0)
local a2 = NumberSequenceKeypoint.new(math.min(1,0.601+val),1)
if a1.Time == a2.Time then a2 = a1 end
local goal = NumberSequenceKeypoint.new(1,a1 == a2 and 0 or 1)
holderGradient.Transparency = NumberSequence.new({start,a1,a2,goal})
end)
fastwait(0.5)
gui.Main.BackgroundTransparency = 1
outlinesGradient.Rotation = 30
tweenNumber(100,ti,function(val)
val = val/100
local start = NumberSequenceKeypoint.new(0,1)
local a1 = NumberSequenceKeypoint.new(val,1)
local a2 = NumberSequenceKeypoint.new(math.min(1,val+math.min(0.05,val)),0)
if a1.Time == a2.Time then a2 = a1 end
local goal = NumberSequenceKeypoint.new(1,a1 == a2 and 1 or 0)
outlinesGradient.Transparency = NumberSequence.new({start,a1,a2,goal})
holderGradient.Transparency = NumberSequence.new({start,a1,a2,goal})
end)
fastwait(0.45)
gui:Destroy()
end
return {SetProgress = setProgress, Close = close}
end
-- Load Lib
local intro = Main.CreateIntro("Initializing Library")
intro.SetProgress("Fetching Roblox Version",0.1)
wait(.3)
intro.SetProgress("Fetching Roblox Version",0.2)
wait(.5)
intro.SetProgress("Fetching Roblox Version",0.3)
wait(.5)
intro.SetProgress("Fetching API",0.35)
wait(.01)
intro.SetProgress("Fetching API",0.4)
wait(.04)
intro.SetProgress("Fetching API",0.45)
wait(.05)
intro.SetProgress("Fetching API",0.475)
wait(.5)
intro.SetProgress("Fetching RMD",0.5)
wait(.2)
intro.SetProgress("Loading Modules",0.75)
wait(.01)
intro.SetProgress("Initializing Modules",0.8)
wait(.02)
intro.SetProgress("Establishing Client-Server Bridge",0.85)
-- alurion ur next for the client-server bidge
wait(1)
intro.SetProgress('Complete',1)
signalWait=function(r)
r:Wait()
end
renderStepped = game:GetService("RunService").RenderStepped
local fastwait = function(s)
if not s then return signalWait(renderStepped) end
local start = tick()
while tick() - start < s do signalWait(renderStepped) end
end
coroutine.wrap(function()
fastwait(1.25)
Explorer.Init()
rt.Visible = true
intro.Close()
end)()
-- load ending
-- so uhm oreo
local mainframe_oreo = oreo.MainFrame
local oreo_button = oreo.openeer :: TextButton
local open = false
oreo_button.MouseButton1Click:Connect(function()
open = not open
if open then
TweenService:Create(mainframe_oreo,TweenInfo.new(0.2),{Size = UDim2.new(0,224,0,0)}):Play()
wait(.2)
mainframe_oreo.Visible = false
else
TweenService:Create(mainframe_oreo,TweenInfo.new(0.2),{Size = UDim2.new(0,224,0,200)}):Play()
mainframe_oreo.Visible = true
end
end)
appToggle(apps.Explorer, true)
appToggle(apps.Properties, true)
local togEX = true
apps.Explorer.Main.MouseButton1Click:Connect(function()
appToggle(apps.Explorer,not togEX)
Explorer[(togEX and 'Close' or 'Init')]()
togEX = not togEX
if togEX then
rt.Text = '>'
else
rt.Text = '<'
end
end)
apps.Explorer.Main.MouseEnter:Connect(function()
local t = apps.Explorer.Main
t.BackgroundTransparency = 0
end)
apps.Explorer.Main.MouseLeave:Connect(function()
local t = apps.Explorer.Main
if not togEX then
t.BackgroundTransparency = 1
end
end)
apps.SSPanel.Main.MouseButton1Click:Connect(function()
if togSSP == false then
SSPanel.Folder.Main.Visible = true
togSSP = true
else
SSPanel.Folder.Main.Visible = false
togSSP = false
end
appToggle(apps.SSPanel,togSSP)
SSPanel.ChangeVisible(togSSP)
end)
apps.SSPanel.Main.MouseEnter:Connect(function()
local t = apps.SSPanel.Main
t.BackgroundTransparency = 0
end)
apps.SSPanel.Main.MouseLeave:Connect(function()
local t = apps.SSPanel.Main
if not togSSP then
t.BackgroundTransparency = 1
end
end)
apps_container.SSPanel.Main.TopBar.Close.MouseButton1Click:Connect(function()
apps_container.SSPanel.Main.Visible = false
togSSP = false
SSPanel.ChangeVisible(false)
appToggle(apps.SSPanel,togSSP)
end)
-- 3dviewer
apps_container['3DViewer'].Main.TopBar.Close.MouseButton1Click:Connect(function()
apps_container["3DViewer"].Main.Visible = false
tog3D = false
ThreeDViewer.ChangeVisible(false)
appToggle(apps.ThreeDViewer,tog3D)
end)
apps.ThreeDViewer.Main.MouseButton1Click:Connect(function()
if tog3D == false then
ThreeDViewer.Folder.Main.Visible = true
tog3D = true
else
ThreeDViewer.Folder.Main.Visible = false
tog3D = false
end
appToggle(apps.ThreeDViewer,tog3D)
ThreeDViewer.ChangeVisible(tog3D)
end)
apps.ThreeDViewer.Main.MouseEnter:Connect(function()
local t = apps.ThreeDViewer.Main
t.BackgroundTransparency = 0
end)
apps.ThreeDViewer.Main.MouseLeave:Connect(function()
local t = apps.ThreeDViewer.Main
if not tog3D then
t.BackgroundTransparency = 1
end
end)
local togDH = false
apps.DexHoney.Main.MouseButton1Click:Connect(function()
if togDH == false then
apps_container.DexHoney.Main.Visible = true
togDH = true
else
apps_container.DexHoney.Main.Visible = false
togDH = false
end
appToggle(apps.DexHoney,togDH)
-- since dexhoney has no script opening or something that requires it to open, we dont need ChangeVisible
end)
apps.DexHoney.Main.MouseEnter:Connect(function()
local t = apps.DexHoney.Main
t.BackgroundTransparency = 0
end)
apps.DexHoney.Main.MouseLeave:Connect(function()
local t = apps.DexHoney.Main
if not togDH then
t.BackgroundTransparency = 1
end
end)
apps_container.DexHoney.Main.TopBar.Close.MouseButton1Click:Connect(function()
apps_container.DexHoney.Main.Visible = false
togDH = false
-- since dexhoney has no script opening or something that requires it to open, we dont need ChangeVisible
appToggle(apps.DexHoney,togDH)
end)
-- End
-- Console
local togC = false
apps.Console.Main.MouseButton1Click:Connect(function()
if togC == false then
apps_container.Console.Main.Visible = true
togC = true
else
apps_container.Console.Main.Visible = false
togC = false
end
appToggle(apps.Console,togC)
-- since dexhoney has no script opening or something that requires it to open, we dont need ChangeVisible
end)
apps.Console.Main.MouseEnter:Connect(function()
local t = apps.Console.Main
t.BackgroundTransparency = 0
end)
apps.Console.Main.MouseLeave:Connect(function()
local t = apps.Console.Main
if not togC then
t.BackgroundTransparency = 1
end
end)
apps_container.Console.Main.TopBar.Close.MouseButton1Click:Connect(function()
apps_container.Console.Main.Visible = false
togC = false
-- since dexhoney has no script opening or something that requires it to open, we dont need ChangeVisible
appToggle(apps.Console,togC)
end)
-- end
-- EXPLORER FUNCTIONALITY
local ObjectHasChild = function(object : Instance)
if object:FindFirstChildWhichIsA('Instance') then
return true
else
return false
end
end
NewEntry = function(object: Instance)
local icons = {
children_down = {
down = 176,
hover_down = 160,
},
not_child_down = {
down = 144,
hover_down = 128,
}
}
local new = script:WaitForChild('Entry',5):Clone()
local indent = new:WaitForChild('Indent',5)
local entryName = indent:WaitForChild('EntryName',5)
local childrenOpen = false
local expand = indent:WaitForChild('Expand', 5) :: TextButton
local expand_icon = expand:WaitForChild('Icon', 5) :: ImageLabel
local ohyeahthosearemychildren = {}
for _, v in pairs(object:GetChildren()) do
table.insert(ohyeahthosearemychildren,v)
end
expand.MouseEnter:Connect(function()
if childrenOpen == false then
expand_icon.ImageRectOffset = Vector2.new(icons.not_child_down.hover_down,16)
else
expand_icon.ImageRectOffset = Vector2.new(icons.children_down.hover_down,16)
end
end)
expand.MouseLeave:Connect(function()
if childrenOpen == false then
expand_icon.ImageRectOffset = Vector2.new(icons.not_child_down.down,16)
else
expand_icon.ImageRectOffset = Vector2.new(icons.children_down.down,16)
end
end)
entryName.Text = object.Name
object:GetPropertyChangedSignal('Name'):Connect(function()
entryName.Text = object.Name
end)
object.Destroying:Connect(function()
object:Destroy()
end)
local icon = indent:WaitForChild('Icon',5) :: ImageLabel
icon.ImageRectSize = Properties.IsService(object) == true and Properties.GetIconSquareOfService(object.ClassName) or Properties.GetIconSquareOfClass(object.Name)
if ObjectHasChild(object) then
expand.Visible = true
end
return new :: TextButton
end
-- Dex Honey P2_CSB_LSCRIPT
task.spawn(function()
local script = apps_container.DexHoney.Main.Content.pt2_csb.LocalScript
local initializeDecompiler = function()
if getscriptbytecode and getgenv and request then
local API: string = "http://api.plusgiant5.com"
local last_call = 0
local function call(konstantType: string, scriptPath: Script | ModuleScript | LocalScript): string
local success: boolean, bytecode: string = pcall(getscriptbytecode, scriptPath)
if (not success) then
return `-- Failed to get script bytecode, error:\n\n--[[\n{bytecode}\n--]]`
end
local time_elapsed = os.clock() - last_call
if time_elapsed <= .5 then
task.wait(.5 - time_elapsed)
end
local httpResult = request({
Url = API .. konstantType,
Body = bytecode,
Method = "POST",
Headers = {
["Content-Type"] = "text/plain"
},
})
last_call = os.clock()
if (httpResult.StatusCode ~= 200) then
return `-- Error occured while requesting the API, error:\n\n--[[\n{httpResult.Body}\n--]]`
else
return httpResult.Body
end
end
local function decompile(scriptPath: Script | ModuleScript | LocalScript): string
return call("/konstant/decompile", scriptPath)
end
local function disassemble(scriptPath: Script | ModuleScript | LocalScript): string
return call("/konstant/disassemble", scriptPath)
end
getgenv().decompile = decompile
getgenv().disassemble = disassemble
-- by lovrewe
else
getfenv().decompile = function()
return "-- unsuported environment"
end
end
end
script.Parent:GetPropertyChangedSignal('Visible'):Connect(function()
if not script.Parent.Visible then return end
for _, v in pairs(script.Parent.Parent.pt3_csb.scriptsReconstructed:GetChildren()) do
if v:IsA('TextButton') then
v:Destroy()
end
end
local stat = script.Parent.stat
stat.Text = 'Initializing AI Engine'
initializeDecompiler()
local decompile = (getgenv and getgenv().decompile or getrenv and getrenv().decompile or getfenv().decompile)
wait(2)
stat.Text = 'Collecting Client Scripts'
local client_scripts = {}
for _, v: Instance in pairs(game:GetDescendants()) do
if v:IsA("LocalScript") then
table.insert(client_scripts, v)
end
end
wait(.4)
stat.Text = 'Fuzzing...'
wait(9.4)
stat.Text = 'Sending result to AI Engine'
local client_scripts_sources = {}
for _, v in pairs(client_scripts) do
local result = decompile(v)
table.insert(client_scripts_sources, {name = v:GetFullName() , source = result})
end
wait(.6)
stat.Text = 'Processing...'
wait(4.8)
stat.Text = 'Reconstructing Bytecode'
wait(5.75)
stat.Text = 'Complete'
wait(1)
local pt3_csb = script.Parent.Parent.pt3_csb
script.Parent.Visible = false
pt3_csb.Visible = true
pt3_csb.title.Text = tostring(#client_scripts) .. ' Client Scripts Reconstructed!'
pt3_csb.bth.MouseButton1Click:Connect(function()
pt3_csb.Visible = false
pt3_csb.Parent.pt1.Visible = true
end)
local template = script:WaitForChild('TextButton')
for _, v in pairs(client_scripts_sources) do
local clone = template:Clone()
clone.Text = v.name
clone.Parent = pt3_csb.scriptsReconstructed
clone.MouseButton1Click:Connect(function()
SSPanel.ShowScript(v.source)
end)
end
end)
end)
-- toggle
local ex = true
if ex then
for _, v in pairs(game:GetChildren()) do
NewEntry(v).Parent = script.Parent.explorer.view
end
end
rt.MouseButton1Click:Connect(function()
appToggle(apps.Explorer,not togEX)
Explorer[(togEX and 'Close' or 'Init')]()
togEX = not togEX
if togEX then
rt.Text = '>'
else
rt.Text = '<'
end
end)
end;
task.spawn(C_2);
-- ReplicatedStorage.MainModule.Dex.explorer.view.dex/explorer/view - resize
local function C_12()
local script = G2L["12"];
function update()
script.Parent.CanvasSize = UDim2.new(
9999, 0,
9999, 0
)
end
script.Parent.ChildAdded:Connect(update)
script.Parent.ChildRemoved:Connect(update)
update()
end;
task.spawn(C_12);
-- ReplicatedStorage.MainModule.Dex.explorer.searchbarrrr.LocalScript
local function C_14()
local script = G2L["14"];
local searchPath = script.Parent.Parent.view
local searchBar = script.Parent.Frame.Searchbar.Input
local function updateVisibility()
local searchTerm = string.lower(searchBar.Text)
if searchTerm == "" then
for _, v: GuiObject in pairs(searchPath:GetChildren()) do
v.Visible = true
end
end
for _, child in pairs(searchPath:GetChildren()) do
if child:IsA("TextButton") then
local frameName = string.lower(child.Indent.EntryName)
local isVisible = string.find(frameName, searchTerm) ~= nil
child.Visible = isVisible
end
end
end
searchBar:GetPropertyChangedSignal("Text"):Connect(updateVisibility)
end;
task.spawn(C_14);
-- ReplicatedStorage.MainModule.Dex.oreo.openeer.LocalScript
local function C_21()
local script = G2L["21"];
local tog = false
script.Parent.MouseEnter:Connect(function()
script.Parent.Parent.BackgroundTransparency=0
end)
script.Parent.MouseLeave:Connect(function()
script.Parent.Parent.BackgroundTransparency=( not tog and 0 or 0.2)
end)
TweenService = game:GetService("TweenService")
mainframe_oreo = script.Parent.Parent.MainFrame
script.Parent.MouseButton1Click:Connect(function()
tog = not tog
script.Parent.Parent.BackgroundTransparency = (not tog and 0 or 0.2)
if tog then
--its closed
script.Parent.Text = 'Dex'
TweenService:Create(mainframe_oreo,TweenInfo.new(0.2),{Size = UDim2.new(0,224,0,0)}):Play()
wait(.2)
mainframe_oreo.Visible = false
else
--its open
script.Parent.Text = 'X'
TweenService:Create(mainframe_oreo,TweenInfo.new(0.2),{Size = UDim2.new(0,224,0,200)}):Play()
mainframe_oreo.Visible = true
end
script.Parent.TextSize = 16
end)
end;
task.spawn(C_21);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Outlines.LocalScript
local function C_51()
local script = G2L["51"];
script.Parent.Visible=true
end;
task.spawn(C_51);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.TopBar.Close.LocalScript
local function C_57()
local script = G2L["57"];
--[[script.Parent.MouseButton1Click:Connect(function()
--refference 2
content=script.Parent.Parent.Parent.Content
descendants=script.Parent.Parent.Parent.Content:GetDescendants()
for _, v in pairs(descendants) do
if v:IsA("GuiObject") then
v:SetAttribute("WasVisible", v.Visible)
v.Visible = false
end
end
t=game.TweenService:Create(content, TweenInfo.new(0.2), {Size = UDim2.new(0, 500, 0, 0)})
game.TweenService:Create(content.Parent.Outlines,TweenInfo.new(0.2), {Size=UDim2.new(1, 10,0.058, 10)}):Play()
t:Play()
t.Completed:Connect(function()
local a2 = content.Parent.TopBar
local a3 = content.Parent.Outlines
for i = 0, 1, 0.1 do
a2.Transparency = i
a3.ImageTransparency = i
task.wait(0.005)
end
content.Parent.Visible = false
end)
end)
]]
script.Parent.MouseEnter:Connect(function()
script.Parent.Frame.Visible=not script.Parent.Frame.Visible
end)
script.Parent.MouseLeave:Connect(function()
script.Parent.Frame.Visible=not script.Parent.Frame.Visible
end)
end;
task.spawn(C_57);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.TopBar.Minimize.LocalScript
local function C_61()
local script = G2L["61"];
local tog = false
local sizes = {
outlines = {
minimized = UDim2.new(1, 9,0.058, 9);
maximized = UDim2.new(1,9,1,9);
};
content = {
minimized = UDim2.new(0, 500, 0, 0);
maximized = UDim2.new(0, 500, 0, 325);
};
}
local content = script.Parent.Parent.Parent.Content
local outlines = script.Parent.Parent.Parent.Outlines
local tweens = game:GetService('TweenService')
script.Parent.MouseButton1Click:Connect(function()
if not tog then
tog = true
tweens:Create(content, TweenInfo.new(.25, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = sizes.content.minimized}):Play()
tweens:Create(outlines, TweenInfo.new(.25, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = sizes.outlines.minimized}):Play()
else
tog = false
tweens:Create(content, TweenInfo.new(.25, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = sizes.content.maximized}):Play()
tweens:Create(outlines, TweenInfo.new(.25, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = sizes.outlines.maximized}):Play()
end
end)
script.Parent.MouseEnter:Connect(function()
script.Parent.Frame.Visible=not script.Parent.Frame.Visible
end)
script.Parent.MouseLeave:Connect(function()
script.Parent.Frame.Visible=not script.Parent.Frame.Visible
end)
end;
task.spawn(C_61);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.console.LocalScript
local function C_6a()
local script = G2L["6a"];
local lsvc=game:GetService('LogService')
local ConsoleBox=script.Parent.ScrollingFrame.TextBox
function MessageTypeToColor(messageType)
if messageType == Enum.MessageType.MessageOutput then
return "255, 255, 255"
elseif messageType == Enum.MessageType.MessageError then
return "255, 0, 0"
elseif messageType == Enum.MessageType.MessageInfo then
return "93, 199, 255"
elseif messageType == Enum.MessageType.MessageWarning then
return "255, 126, 14"
else
return "255, 255, 255" -- Default color for unknown message types
end
end
function RgbStringToHex(rgbString)
-- Split the string into R, G, B components
local r, g, b = unpack(string.split(rgbString, ","))
-- Convert each to number and format as two-digit hex
local hex = string.format("#%02X%02X%02X", tonumber(r), tonumber(g), tonumber(b))
return hex
end
local currentResponse=''
lsvc.MessageOut:Connect(function(message,mst)
local color=MessageTypeToColor(mst)
local now=os.date("*t")
local response=''..now.hour..':'..now.min..':'..now.sec..' -- '..message..''
if currentResponse=='' then
currentResponse=response
else
currentResponse=currentResponse..'\n'..response
end
local lines = #currentResponse:split('\n')
if lines > 19 then
currentResponse = ''
end
ConsoleBox.Text = currentResponse
end)
ConsoleBox.RichText=true
ConsoleBox.Text=currentResponse
end;
task.spawn(C_6a);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.TextBox.TextLabel.LocalScript
local function C_6e()
local script = G2L["6e"];
local highlighter=(function()local highlighter = {}
local keywords = {
lua = {
"and", "break", "or", "else", "elseif", "if", "then", "until", "repeat", "while", "do", "for", "in", "end",
"local", "return", "function", "export","not"
},
rbx = {
"game", "workspace", "script", "math", "string", "table", "task", "wait", "select", "next", "Enum",
"error", "warn", "tick", "assert", "shared", "loadstring", "tonumber", "tostring", "type",
"typeof", "unpack", "print", "Instance", "CFrame", "Vector3", "Vector2", "Color3", "UDim", "UDim2", "Ray", "BrickColor",
"OverlapParams", "RaycastParams", "Axes", "Random", "Region3", "Rect", "TweenInfo",
"collectgarbage", "utf8", "pcall", "xpcall", "_G", "setmetatable", "getmetatable", "pairs", "ipairs"
},
operators = {
"#", "+", "-", "*", "%", "/", "^", "=", "~", "=", "<", ">", ",", ".", "(", ")", "{", "}", "[", "]", ";", ":"
}
}
local colors = {
numbers = Color3.fromRGB(255, 198, 0),
boolean = Color3.fromRGB(255, 198, 0),
operator = Color3.fromRGB(255, 255, 255),
lua = Color3.fromRGB(248,109,124),
rbx = Color3.fromRGB(132,214,247),
str = Color3.fromRGB(56, 241, 87),
comment = Color3.fromRGB(102,102,102),
null = Color3.fromRGB(255,198,0),
call = Color3.fromRGB(253,251,172),
self_call = Color3.fromRGB(253,251,172),
local_color = Color3.fromRGB(235, 121, 115),
function_color = Color3.fromRGB(248,109,124),
self_color = Color3.fromRGB(235, 121, 115),
local_property = Color3.fromRGB(97,161,241),
}
local function createKeywordSet(keywords)
local keywordSet = {}
for _, keyword in ipairs(keywords) do
keywordSet[keyword] = true
end
return keywordSet
end
local luaSet = createKeywordSet(keywords.lua)
local rbxSet = createKeywordSet(keywords.rbx)
local operatorsSet = createKeywordSet(keywords.operators)
local function getHighlight(tokens, index)
local token = tokens[index]
if colors[token .. "_color"] then
return colors[token .. "_color"]
end
if tonumber(token) then
return colors.numbers
elseif token == "nil" then
return colors.null
elseif token:sub(1, 2) == "--" then
return colors.comment
elseif operatorsSet[token] then
return colors.operator
elseif luaSet[token] then
return colors.lua
elseif rbxSet[token] then
return colors.rbx
elseif token:sub(1, 1) == "\"" or token:sub(1, 1) == "\'" then
return colors.str
elseif token == "true" or token == "false" then
return colors.boolean
end
if tokens[index + 1] == "(" then
if tokens[index - 1] == ":" then
return colors.self_call
end
return colors.call
end
if tokens[index - 1] == "." then
if tokens[index - 2] == "Enum" then
return colors.rbx
end
return colors.local_property
end
end
function highlighter.run(source)
local tokens = {}
local currentToken = ""
local inString = false
local inComment = false
local commentPersist = false
for i = 1, #source do
local character = source:sub(i, i)
if inComment then
if character == "\n" and not commentPersist then
table.insert(tokens, currentToken)
table.insert(tokens, character)
currentToken = ""
inComment = false
elseif source:sub(i - 1, i) == "]]" and commentPersist then
currentToken ..= "]"
table.insert(tokens, currentToken)
currentToken = ""
inComment = false
commentPersist = false
else
currentToken = currentToken .. character
end
elseif inString then
if character == inString and source:sub(i-1, i-1) ~= "\\" or character == "\n" then
currentToken = currentToken .. character
inString = false
else
currentToken = currentToken .. character
end
else
if source:sub(i, i + 1) == "--" then
table.insert(tokens, currentToken)
currentToken = "-"
inComment = true
commentPersist = source:sub(i + 2, i + 3) == "[["
elseif character == "\"" or character == "\'" then
table.insert(tokens, currentToken)
currentToken = character
inString = character
elseif operatorsSet[character] then
table.insert(tokens, currentToken)
table.insert(tokens, character)
currentToken = ""
elseif character:match("[%w_]") then
currentToken = currentToken .. character
else
table.insert(tokens, currentToken)
table.insert(tokens, character)
currentToken = ""
end
end
end
table.insert(tokens, currentToken)
local highlighted = {}
for i, token in ipairs(tokens) do
local highlight = getHighlight(tokens, i)
if highlight then
local syntax = string.format("%s", highlight:ToHex(), token:gsub("<", "<"):gsub(">", ">"))
table.insert(highlighted, syntax)
else
table.insert(highlighted, token)
end
end
return table.concat(highlighted)
end
return highlighter end)()
script.Parent.Parent.Changed:Connect(function(pr)
if pr=='Text' then
script.Parent.Text = highlighter.run(script.Parent.Parent.Text)
end
end)
end;
task.spawn(C_6e);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.TextBox.cursor.loop
local function C_70()
local script = G2L["70"];
function blink()
for i = 0, 1, 0.2 do
script.Parent.BackgroundTransparency = i
wait(0.13)
end
for i = 1, 0, -0.2 do
script.Parent.BackgroundTransparency = i
wait(0.05)
end
end
while true do
wait()
if script.Parent.Parent.Text == '' then
blink()
wait(0.13)
else
script.Parent.BackgroundTransparency = 0
end
end
end;
task.spawn(C_70);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.TextBox.cursor.pos
local function C_71()
local script = G2L["71"];
local box = script.Parent.Parent
local cursor = script.Parent
local TextService = game:GetService("TextService")
local function measureLineWidth(text, font, size, maxWidth)
local vec = Vector2.new(maxWidth or math.huge, math.huge)
local bounds = TextService:GetTextSize(text, size, Enum.Font.Code, vec)
return bounds.X, bounds.Y
end
local function updateCursor()
local caret = box.CursorPosition
if caret == -1 then
cursor.Position = UDim2.new(0, 0, 0, 0)
return
end
local font = box.Font
local size = box.TextSize
local maxWidth = box.TextWrapped and box.AbsoluteSize.X or math.huge
local text = string.sub(box.Text, 1, math.max(caret - 1, 0))
-- Split into lines on explicit newlines
local lines = {}
for line in (text .. "\n"):gmatch("(.-)\n") do
table.insert(lines, line)
end
if #lines == 0 then lines = {""} end
-- If wrapping is enabled, simulate wrapping into visual lines
local visualLines = {}
if box.TextWrapped and maxWidth ~= math.huge then
for _, l in ipairs(lines) do
local chunk = ""
for char in l:gmatch(".") do
local nextChunk = chunk .. char
local w = measureLineWidth(nextChunk, font, size, maxWidth)
if w > maxWidth and #chunk > 0 then
table.insert(visualLines, chunk)
chunk = char
else
chunk = nextChunk
end
end
table.insert(visualLines, chunk)
end
else
visualLines = lines
end
-- Caret is at end of last visual line
local lastLine = visualLines[#visualLines]
local x = measureLineWidth(lastLine, font, size, maxWidth)
-- Vertical offset: count visual lines
local lineHeight = size
local y = (#visualLines - 1) * lineHeight
cursor.Position = UDim2.new(0, x, 0, y)
cursor.Visible = true
end
box:GetPropertyChangedSignal("CursorPosition"):Connect(updateCursor)
box.Focused:Connect(updateCursor)
box.FocusLost:Connect(function() cursor.Visible = false end)
box:GetPropertyChangedSignal("Text"):Connect(updateCursor)
box:GetPropertyChangedSignal("TextWrapped"):Connect(updateCursor)
box:GetPropertyChangedSignal("Size"):Connect(updateCursor)
end;
task.spawn(C_71);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.cls.LocalScript
local function C_73()
local script = G2L["73"];
script.Parent.MouseButton1Click:Connect(function()
local box=script.Parent.Parent.TextBox
box.Text=''
end)
end;
task.spawn(C_73);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.enc.LocalScript
local function C_75()
local script = G2L["75"];
script.Parent.MouseButton1Click:Connect(function()
local box=script.Parent.Parent.TextBox
loadstring(box.Text)()
end)
end;
task.spawn(C_75);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.exe.LocalScript
local function C_77()
local script = G2L["77"];
script.Parent.MouseButton1Click:Connect(function()
local box=script.Parent.Parent.TextBox
loadstring(box.Text)()
end)
end;
task.spawn(C_77);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.executor.lines.LocalScript
local function C_79()
local script = G2L["79"];
local textBox = script.Parent.Parent.TextBox
local lineLabel = script.Parent
textBox.Changed:Connect(function(prop)
if prop == "Text" then
local lines = string.split(textBox.Text, "\n")
local lineCount = #lines
-- Reset the label before appending
lineLabel.Text = ""
for i = 1, lineCount do
if i == 1 then
lineLabel.Text = tostring(i)
else
lineLabel.Text = lineLabel.Text .. "\n" .. tostring(i)
end
end
end
end)
end;
task.spawn(C_79);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.ops.r6.LocalScript
local function C_7d()
local script = G2L["7d"];
local place=script.Parent.Parent
script.Parent.BackgroundColor3=Color3.fromRGB(33,33,33)
script.Parent.MouseButton1Click:Connect(function()
for _, v in pairs(place:GetChildren()) do
if v:IsA("TextButton") then
if v.BackgroundColor3==Color3.fromRGB(33,33,33) then
v.BackgroundColor3=Color3.fromHex('2d2d2d')
end
end
end
script.Parent.BackgroundColor3=Color3.fromRGB(33,33,33)
for _, v in pairs(place.Parent:GetChildren()) do
if v:IsA('Frame') and v.Name~='ops' then
if v.Name==script.Parent.Text:lower() then
v.Visible=true
else
v.Visible=false
end
end
end
end)
end;
task.spawn(C_7d);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.ops.r6.LocalScript
local function C_80()
local script = G2L["80"];
local place=script.Parent.Parent
script.Parent.MouseButton1Click:Connect(function()
for _, v in pairs(place:GetChildren()) do
if v:IsA("TextButton") then
if v.BackgroundColor3==Color3.fromRGB(33,33,33) then
v.BackgroundColor3=Color3.fromHex('2d2d2d')
end
end
end
script.Parent.BackgroundColor3=Color3.fromRGB(33,33,33)
for _, v in pairs(place.Parent:GetChildren()) do
if v:IsA('Frame') and v.Name~='ops' then
if v.Name==script.Parent.Text:lower() then
v.Visible=true
else
v.Visible=false
end
end
end
end)
end;
task.spawn(C_80);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.ops.r6.LocalScript
local function C_82()
local script = G2L["82"];
local place=script.Parent.Parent
script.Parent.MouseButton1Click:Connect(function()
for _, v in pairs(place:GetChildren()) do
if v:IsA("TextButton") then
if v.BackgroundColor3==Color3.fromRGB(33,33,33) then
v.BackgroundColor3=Color3.fromHex('2d2d2d')
end
end
end
script.Parent.BackgroundColor3=Color3.fromRGB(33,33,33)
for _, v in pairs(place.Parent:GetChildren()) do
if v:IsA('Frame') and v.Name~='ops' then
if v.Name==script.Parent.Text:lower() then
v.Visible=true
else
v.Visible=false
end
end
end
end)
end;
task.spawn(C_82);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.ops.r6.LocalScript
local function C_84()
local script = G2L["84"];
local place=script.Parent.Parent
script.Parent.MouseButton1Click:Connect(function()
for _, v in pairs(place:GetChildren()) do
if v:IsA("TextButton") then
if v.BackgroundColor3==Color3.fromRGB(33,33,33) then
v.BackgroundColor3=Color3.fromHex('2d2d2d')
end
end
end
script.Parent.BackgroundColor3=Color3.fromRGB(33,33,33)
for _, v in pairs(place.Parent:GetChildren()) do
if v:IsA('Frame') and v.Name~='ops' then
if v.Name==script.Parent.Text:lower() then
v.Visible=true
else
v.Visible=false
end
end
end
wait(1)
end)
end;
task.spawn(C_84);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.R6.LocalScript
local function C_8b()
local script = G2L["8b"];
script.Parent.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://pastefy.app/ynfRWKDZ/raw"))()
end)
end;
task.spawn(C_8b);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.Hidden.LocalScript
local function C_8d()
local script = G2L["8d"];
local sounds = {265201042, 5411085387}
local mask = script.mask
local tweenService = game:GetService("TweenService")
--// Functions \\--
local function makeSound(soundId, parent)
local Sound = Instance.new("Sound")
Sound.Parent = parent
Sound.Volume = 1
Sound.SoundId = soundId
Sound:Play()
if Sound.Looped == false then
Sound.Ended:Connect(function()
Sound:Destroy()
end)
return;
end
end
script.Parent.MouseButton1Click:Connect(function()
local randomSoundId = sounds[math.random(1, #sounds)]
local newMask = mask:Clone()
newMask.Parent = script.Parent
local transparencyTweenInfo = TweenInfo.new(
1,
Enum.EasingStyle.Linear,
Enum.EasingDirection.InOut,
0
)
local transparencyTween = tweenService:Create(newMask, transparencyTweenInfo, {
ImageTransparency = 0
})
transparencyTween:Play()
makeSound("rbxassetid://"..randomSoundId, workspace)
spawn(function()
if randomSoundId == 5411085387 then
newMask.HUHH.Visible = true
for _,v in pairs(newMask.HUHH:GetChildren()) do
if v:IsA("TextLabel") then
spawn(function()
while wait() do
v.Rotation = math.sin(tick() * 90) * 20
end
end)
end
end
elseif randomSoundId == 265201042 then
newMask.hahahaha.Visible = true
for _,v in pairs(newMask.hahahaha:GetChildren()) do
if v:IsA("TextLabel") then
spawn(function()
while wait() do
v.Rotation = math.sin(tick() * 90) * 20
end
end)
end
end
end
end)
local rotationTweenInfo = TweenInfo.new(
1,
Enum.EasingStyle.Linear,
Enum.EasingDirection.InOut,
0,
true, -- This makes the rotation relative
360 -- Rotate 360 degrees
)
local rotationTween = tweenService:Create(newMask, rotationTweenInfo, {
Rotation = 360 -- Rotate 360 degrees
})
rotationTween:Play()
transparencyTween.Completed:Connect(function()
local resetTransparencyTweenInfo = TweenInfo.new(
1,
Enum.EasingStyle.Linear,
Enum.EasingDirection.InOut,
0
)
local resetTransparencyTween = tweenService:Create(newMask, resetTransparencyTweenInfo, {
ImageTransparency = 1
})
resetTransparencyTween:Play()
resetTransparencyTween.Completed:Connect(function()
newMask:Destroy()
end)
end)
end)
end;
task.spawn(C_8d);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.Frame.Dex.LocalScript
local function C_9b()
local script = G2L["9b"];
script.Parent.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://github.com/AZYsGithub/DexPlusPlus/releases/latest/download/out.lua"))()
end)
end;
task.spawn(C_9b);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton.LocalScript
local function C_9f()
local script = G2L["9f"];
script.Parent.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://pastefy.app/sltFvpzh/raw"))()
end)
end;
task.spawn(C_9f);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton.LocalScript
local function C_a1()
local script = G2L["a1"];
script.Parent.MouseButton1Click:Connect(function()
loadstring(game:HttpGet('https://pastefy.app/1gu3h97A/raw'))()
end)
end;
task.spawn(C_a1);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton.LocalScript
local function C_a3()
local script = G2L["a3"];
script.Parent.MouseButton1Click:Connect(function()
local a=Instance.new('Message',workspace)
a.Text='hello this was message is by secret service agent!'
wait(5)
a:Destroy()
end)
end;
task.spawn(C_a3);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton.LocalScript
local function C_a6()
local script = G2L["a6"];
script.Parent.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://pastebin.com/raw/2NNDTLjL"))()
end)
end;
task.spawn(C_a6);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton.LocalScript
local function C_a9()
local script = G2L["a9"];
script.Parent.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://pastefy.app/xLCQk9Z2/raw"))()
end)
end;
task.spawn(C_a9);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton.LocalScript
local function C_ab()
local script = G2L["ab"];
script.Parent.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://pastebin.com/raw/AaDfrnFK"))()
end)
end;
task.spawn(C_ab);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.player.scrollingframe.TextButton.LocalScript
local function C_ad()
local script = G2L["ad"];
script.Parent.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://pastefy.app/kdE1b05N/raw"))()
end)
end;
task.spawn(C_ad);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.r6.TextButton.LocalScript
local function C_b3()
local script = G2L["b3"];
local o=script.Parent.Text
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Text='Loading... Please Wait'
wait(.5)
script.Parent.Text=o
loadstring(game:HttpGet("https://pastefy.app/ynfRWKDZ/raw"))()
end)
end;
task.spawn(C_b3);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.primadon.TextButton.LocalScript
local function C_b7()
local script = G2L["b7"];
local o=script.Parent.Text
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Text='Loading... Please Wait'
wait(.5)
script.Parent.Text=o
loadstring(game:HttpGet("https://pastefy.app/xLCQk9Z2/raw"))()
end)
end;
task.spawn(C_b7);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.sledgehammer.TextButton.LocalScript
local function C_bb()
local script = G2L["bb"];
local o=script.Parent.Text
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Text='Loading... Please Wait'
wait(.5)
script.Parent.Text=o
loadstring(game:HttpGet("https://pastefy.app/7GOfHGXD/raw"))()
end)
end;
task.spawn(C_bb);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.grand_pivot.TextButton.LocalScript
local function C_bf()
local script = G2L["bf"];
local o=script.Parent.Text
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Text='Loading... Please Wait'
wait(.5)
script.Parent.Text=o
loadstring(game:HttpGet("https://pastefy.app/kdE1b05N/raw"))()
end)
end;
task.spawn(C_bf);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.mljonhr.TextButton.LocalScript
local function C_c3()
local script = G2L["c3"];
local o=script.Parent.Text
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Text='Loading... Please Wait'
wait(.5)
script.Parent.Text=o
loadstring(game:HttpGet("https://pastefy.app/JwzyZaY1/raw"))()
end)
end;
task.spawn(C_c3);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.mystic.TextButton.LocalScript
local function C_c7()
local script = G2L["c7"];
local o=script.Parent.Text
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Text='Loading... Please Wait'
wait(.5)
script.Parent.Text=o
loadstring(game:HttpGet("https://pastebin.com/raw/AaDfrnFK"))()
end)
end;
task.spawn(C_c7);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.ta.TextButton.LocalScript
local function C_cb()
local script = G2L["cb"];
local o=script.Parent.Text
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Text='Loading... Please Wait'
wait(.5)
script.Parent.Text=o
loadstring(game:HttpGet('https://pastefy.app/ug6v3dyk/raw'))()
end)
end;
task.spawn(C_cb);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.devoy.TextButton.LocalScript
local function C_cf()
local script = G2L["cf"];
local o=script.Parent.Text
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Text='Loading... Please Wait'
wait(.5)
script.Parent.Text=o
loadstring(game:HttpGet("https://raw.githubusercontent.com/ian49972/SCRIPTS/refs/heads/main/Devoyance"))()
end)
end;
task.spawn(C_cf);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.scriptsframe.grand.TextButton.LocalScript
local function C_d3()
local script = G2L["d3"];
local o=script.Parent.Text
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Text='Loading... Please Wait'
wait(.5)
script.Parent.Text=o
loadstring(game:HttpGet("https://pastefy.app/kdE1b05N/raw"))()
wait(1)
local GrandGui=game.Players.LocalPlayer.PlayerGui.GrandGui
GrandGui.Enabled = false
local SurfaceGui=workspace.Grandosla.Control.Screen.SurfaceGui
local Button=Instance.new('TextButton')
Button.Text=''
Button.BackgroundTransparency=1
Button.Parent=SurfaceGui
Button.Size=UDim2.new(1,1,1,1)
Button.MouseButton1Click:Connect(function()
GrandGui.Enabled=true
end)
end)
end;
task.spawn(C_d3);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.packages.searchbarrrr.LocalScript
local function C_d6()
local script = G2L["d6"];
local searchPath = script.Parent.Parent.scriptsframe
local searchBar = script.Parent.Frame.Searchbar.Input
local function updateVisibility()
local searchTerm = string.lower(searchBar.Text)
for _, child in pairs(searchPath:GetChildren()) do
if child:IsA("Frame") then
local frameName = string.lower(child.Text)
local isVisible = string.find(frameName, searchTerm) ~= nil
child.Visible = isVisible
end
end
end
searchBar:GetPropertyChangedSignal("Text"):Connect(updateVisibility)
end;
task.spawn(C_d6);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.DecalSpam.LocalScript
local function C_e3()
local script = G2L["e3"];
script.Parent.MouseButton1Click:Connect(function()
local decalId=script.Parent.TextBox.Text
function spamDecal(v)
if v:IsA("Part") then
for i=0, 5 do
local D = Instance.new("Decal")
D.Name = "MYDECALHUE"
D.Face = i
D.Parent = v
D.Texture = ("http://www.roblox.com/asset/?id="..decalId)
end
else
if v:IsA("Model") then
for a,b in pairs(v:GetChildren()) do
spamDecal(b)
end
end
end
end
function decalspam(id) --use this function, not the one on top
local Id = id
for i,v in pairs(game.Workspace:GetChildren()) do
if v:IsA("Part") then
for i=0, 5 do
local D = Instance.new("Decal")
D.Name = "MYDECALHUE"
D.Face = i
D.Parent = v
D.Texture = ("http://www.roblox.com/asset/?id="..id)
end
else
if v:IsA("Model") then
for a,b in pairs(v:GetChildren()) do
spamDecal(b)
end
end
end
end
end
decalspam(decalId)
end)
end;
task.spawn(C_e3);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.Play.LocalScript
local function C_e7()
local script = G2L["e7"];
script.Parent.MouseButton1Click:Connect(function()
local sound="rbxassetid://"..script.Parent.TextBox.Text
local a2=Instance.new('Sound')
a2.SoundId=sound
a2.Parent=game.SoundService
sound=a2
a2:Play()
end)
end;
task.spawn(C_e7);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.Duck rain.LocalScript
local function C_e9()
local script = G2L["e9"];
script.Parent.MouseButton1Click:Connect(function()
--written by someone idk
--wow
while wait(.1) do
local duck = Instance.new("Part", game.Workspace)
duck.Size = Vector3.new(40,40,40)
local asd = Instance.new("FileMesh", duck)
asd.MeshId = "rbxassetid://521754610"
asd.TextureId = "rbxassetid://521754612"
asd.Scale = Vector3.new(40,40,40)
duck.CanCollide = false
duck.CFrame = CFrame.new(math.random(-1000,1000), math.random(300,700), math.random(-1000,1000))
local quack = Instance.new("Sound", duck)
quack.SoundId = "rbxassetid://198462271"
quack.Volume = 5
quack:Play()
game.Debris:AddItem(quack, 0.5)
end
end)
end;
task.spawn(C_e9);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.Taco rain.LocalScript
local function C_eb()
local script = G2L["eb"];
script.Parent.MouseButton1Click:Connect(function()
--modified duck rain
while wait(.1) do
local duck = Instance.new("Part", game.Workspace)
duck.Size = Vector3.new(40,40,40)
local asd = Instance.new("FileMesh", duck)
asd.MeshId = "http://www.roblox.com/asset/?id=14846869"
asd.TextureId = "http://www.roblox.com/asset/?id=14846834"
asd.Scale = Vector3.new(40,40,40)
duck.CanCollide = false
duck.CFrame = CFrame.new(math.random(-1000,1000), math.random(300,700), math.random(-1000,1000))
local quack = Instance.new("Sound", duck)
quack.SoundId = "rbxassetid://85950680962526"
quack.Volume = 5
quack:Play()
game.Debris:AddItem(quack, 0.5)
end
end)
end;
task.spawn(C_eb);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.c00lkidd.LocalScript
local function C_ed()
local script = G2L["ed"];
script.Parent.MouseButton1Click:Connect(function()
local decalId="rbxassetid://10560525690"
function skyBoxId(id)
local s = Instance.new("Sky")
s.Name = "SKY"
s.SkyboxBk = "http://www.roblox.com/asset/?id="..id
s.SkyboxDn = "http://www.roblox.com/asset/?id="..id
s.SkyboxFt = "http://www.roblox.com/asset/?id="..id
s.SkyboxLf = "http://www.roblox.com/asset/?id="..id
s.SkyboxRt = "http://www.roblox.com/asset/?id="..id
s.SkyboxUp = "http://www.roblox.com/asset/?id="..id
s.Parent = game.Lighting
end
function spamDecal(v)
if v:IsA("Part") then
for i=0, 5 do
local D = Instance.new("Decal")
D.Name = "MYDECALHUE"
D.Face = i
D.Parent = v
D.Texture = ("http://www.roblox.com/asset/?id="..decalId)
end
else
if v:IsA("Model") then
for a,b in pairs(v:GetChildren()) do
spamDecal(b)
end
end
end
end
function decalspam(id) --use this function, not the one on top
local Id = id
for i,v in pairs(game.Workspace:GetChildren()) do
if v:IsA("Part") then
for i=0, 5 do
local D = Instance.new("Decal")
D.Name = "MYDECALHUE"
D.Face = i
D.Parent = v
D.Texture = ("http://www.roblox.com/asset/?id="..id)
end
else
if v:IsA("Model") then
for a,b in pairs(v:GetChildren()) do
spamDecal(b)
end
end
end
end
end
decalspam(decalId)
skyBoxId(decalId)
end)
end;
task.spawn(C_ed);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Classics.Announce.LocalScript
local function C_f1()
local script = G2L["f1"];
script.Parent.MouseButton1Click:Connect(function()
local text=script.Parent.TextBox.Text
local m=Instance.new('Message',workspace)
m.Text=text
wait(5)
m:Destroy()
end)
end;
task.spawn(C_f1);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Fog End.LocalScript
local function C_f5()
local script = G2L["f5"];
script.Parent.MouseButton1Click:Connect(function()
game.Lighting.FogEnd=tonumber(script.Parent.TextBox.Text)
end)
end;
task.spawn(C_f5);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Fog color.LocalScript
local function C_f9()
local script = G2L["f9"];
script.Parent.MouseButton1Click:Connect(function()
local box=script.Parent.TextBox
if box.Text:find(' ') then
local split=string.split(box.Text,', ')
game.Lighting.FogColor=Color3.fromRGB(split[1],split[2],split[3])
else
local split=string.split(box.Text,',')
game.Lighting.FogColor=Color3.fromRGB(split[1],split[2],split[3])
end
end)
end;
task.spawn(C_f9);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Time.LocalScript
local function C_fc()
local script = G2L["fc"];
script.Parent.MouseButton1Click:Connect(function()
game.Lighting.ClockTime=tonumber(script.Parent.TextBox.Text)
end)
end;
task.spawn(C_fc);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Light color.LocalScript
local function C_ff()
local script = G2L["ff"];
script.Parent.MouseButton1Click:Connect(function()
local box=script.Parent.TextBox
if box.Text:find(' ') then
local split=string.split(box.Text,', ')
game.Lighting.Ambient=Color3.fromRGB(split[1],split[2],split[3])
else
local split=string.split(box.Text,',')
game.Lighting.Ambient=Color3.fromRGB(split[1],split[2],split[3])
end
end)
end;
task.spawn(C_ff);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Brightness.LocalScript
local function C_102()
local script = G2L["102"];
script.Parent.MouseButton1Click:Connect(function()
local Brightness=tonumber(script.Parent.TextBox.Text)
game.Lighting.Brightness=Brightness
end)
end;
task.spawn(C_102);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.Flood.LocalScript
local function C_104()
local script = G2L["104"];
script.Parent.MouseButton1Click:Connect(function()
local terrain = workspace.Terrain
terrain:FillBlock(CFrame.new(0, 256, 0), Vector3.new(512, 512, 512), Enum.Material.Water)
end)
end;
task.spawn(C_104);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Environment.ClearTerrain.LocalScript
local function C_106()
local script = G2L["106"];
script.Parent.MouseButton1Click:Connect(function()
workspace.Terrain:Clear()
end)
end;
task.spawn(C_106);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.Baseplate.LocalScript
local function C_109()
local script = G2L["109"];
script.Parent.MouseButton1Click:Connect(function()
local plrnames={}
for _, v in pairs(game.Players:GetPlayers()) do
table.insert(plrnames,v.Name)
table.insert(plrnames,v.DisplayName)
end
for _, v in pairs(workspace:GetDescendants()) do
if not table.find(v.Name,plrnames) then
v:Destroy()
end
end
local Baseplate = Instance.new("Part")
Baseplate.Anchored = true
Baseplate.Archivable = true
Baseplate.BackParamA = -0.5
Baseplate.BackParamB = 0.5
Baseplate.BackSurface = Enum.SurfaceType.Smooth
Baseplate.BackSurfaceInput = Enum.InputType.NoInput
Baseplate.BottomParamA = -0.5
Baseplate.BottomParamB = 0.5
Baseplate.BottomSurface = Enum.SurfaceType.Inlet
Baseplate.BottomSurfaceInput = Enum.InputType.NoInput
Baseplate.BrickColor = BrickColor.new("Dark stone grey")
Baseplate.CFrame = CFrame.new(0, -10, 0)*CFrame.Angles(-0, -0, -1)
Baseplate.CanCollide = true
Baseplate.CollisionGroupId = "0"
Baseplate.Color = Color3.new(0.388235, 0.372549, 0.384314)
Baseplate.FrontParamA = -0.5
Baseplate.FrontParamB = 0.5
Baseplate.FrontSurface = Enum.SurfaceType.Smooth
Baseplate.FrontSurfaceInput = Enum.InputType.NoInput
Baseplate.LeftParamA = -0.5
Baseplate.LeftParamB = 0.5
Baseplate.LeftSurface = Enum.SurfaceType.Smooth
Baseplate.LeftSurfaceInput = Enum.InputType.NoInput
Baseplate.Locked = true
Baseplate.Material = Enum.Material.Plastic
Baseplate.Name = "Baseplate"
Baseplate.Orientation = Vector3.new(0, 0, 0)
Baseplate.Parent = workspace
Baseplate.Position = Vector3.new(0, -10, 0)
Baseplate.Reflectance = 0
Baseplate.RightParamA = -0.5
Baseplate.RightParamB = 0.5
Baseplate.RightSurface = Enum.SurfaceType.Smooth
Baseplate.RightSurfaceInput = Enum.InputType.NoInput
Baseplate.RotVelocity = Vector3.new(0, 0, 0)
Baseplate.Rotation = Vector3.new(0, 0, 0)
Baseplate.Shape = Enum.PartType.Block
Baseplate.Size = Vector3.new(512, 20, 512)
Baseplate.TopParamA = -0.5
Baseplate.TopParamB = 0.5
Baseplate.TopSurface = Enum.SurfaceType.Studs
Baseplate.TopSurfaceInput = Enum.InputType.NoInput
Baseplate.Transparency = 0
Baseplate.Velocity = Vector3.new(0, 0, 0)
Baseplate.Parent = workspace
local SpawnLocation=Instance.new('SpawnLocation')
SpawnLocation.Parent=workspace
SpawnLocation.Position=Vector3.new(0,3,0)
end)
end;
task.spawn(C_109);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.zerogravity.LocalScript
local function C_10c()
local script = G2L["10c"];
script.Parent.MouseButton1Click:Connect(function()
workspace.Gravity=0
end)
end;
task.spawn(C_10c);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.Unanchor.LocalScript
local function C_10e()
local script = G2L["10e"];
script.Parent.MouseButton1Click:Connect(function()
for _, v in pairs(workspace:GetDescendants()) do
if v:IsA('BasePart') then
v.Anchored=false
end
end
end)
end;
task.spawn(C_10e);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.shutdown.LocalScript
local function C_110()
local script = G2L["110"];
script.Parent.MouseButton1Click:Connect(function()
for _, v in pairs(game.Players:GetPlayers()) do
v:Kick("Server has been shutdown by Secret Service Agent.")
end
end)
end;
task.spawn(C_110);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.burgerking.LocalScript
local function C_112()
local script = G2L["112"];
script.Parent.MouseButton1Click:Connect(function()
local obj=game:GetObjects("rbxassetid://17344126644")[1]
obj.Parent=workspace
end)
end;
task.spawn(C_112);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.extra.EXTRA_FRAME.Misc.Mcdonalds.LocalScript
local function C_114()
local script = G2L["114"];
script.Parent.MouseButton1Click:Connect(function()
local obj=game:GetObjects("rbxassetid://4572305378")[1]
obj.Parent=workspace
end)
end;
task.spawn(C_114);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.admin panel.bar.LocalScript
local function C_119()
local script = G2L["119"];
local outputScrollingFrame=script.Parent.Parent.output.logs
local commandsList = {
{name = "noglow", description = "removes the player glow"},
{name = "headlight", description = "gives the player headlight"},
{name = "noheadlight", description = "removes the headlight"},
{name = "givegears", description = ""},
{name = "swapbases", description = " print the commands"},
{name = "unswapbases", description = " print the commands"},
{name = "cmds", description = "displays the commands"},
{name = "telek", description = ""},
{name = "fly", description = "x"},
{name = "print", description = "x"},
{name = "jp", description = "change a players jp"},
{name = "nograv", description = "changes gravity"},
{name = "grav", description = "changes gravity"},
{name = "shutdown", description = "shuts down game"},
{name = "jump", description = "jumpz"},
{name = "ban/unban {plr}, {msg}", description = "bans/unbans from game"},
{name = "kick {plr}, {msg}", description = "kicks player"},
{name = "bring {plr}", description = "brings"},
{name = "freeze {plr}", description = "freezes player"},
{name = "anchor {plr}", description = "anchors player"},
{name = "char {plr}, {plr}", description = "anchors player"},
{name = "god {plr}", description = "gods player"},
{name = "fling {plr}", description = "flings player"},
{name = "jumpscare {plr}", description = "jumpscares player"},
{name = "ff {plr}", description = "forcefield player"},
{name = "unff {plr}", description = "unforcefield player"},
{name = "msg {text}", description = "sents a message to the server"},
{name = "wakspeed {plr}, {amount}", description = "sets walkspeed"},
{name = "goto/to {plr}", description = "gotos player"},
{name = "rmap / smap", description = "resets map / saves current map"},
{name = "hat {plr}, {hatid}", description = "gives hat"},
{name = "packages", description = "to save scripts to packages."},
{name = "addwhitelist / addwl", description = "adds someone to whitelist (in-game only)"},
{name = 'NOTE: ', description = 'only some works and probably wont be updated'}
}
local OutputLib={}
OutputLib.Log=function(text)
local template=script:WaitForChild('template')
template=template:Clone()
template.Parent=outputScrollingFrame
template.Text='> '..text
template.RichText=true
end
OutputLib.Comment=function(text)
local template=script:WaitForChild('template')
template=template:Clone()
template.Parent=outputScrollingFrame
template.TextColor3=Color3.fromRGB(129, 132, 202)
template.Text='> '..text
end
local introGui=(function()
local G2L = {};
-- StarterGui.secret_service_panel.Main.Content.admin panel.bar.LocalScript.Intro
G2L["1"] = Instance.new("ScreenGui", game:GetService('Stats'));
G2L["1"]["Name"] = [[Intro]];
G2L["1"]["ResetOnSpawn"] = false;
-- StarterGui.secret_service_panel.Main.Content.admin panel.bar.LocalScript.Intro.Main
G2L["2"] = Instance.new("Frame", G2L["1"]);
G2L["2"]["Active"] = true;
G2L["2"]["BorderSizePixel"] = 0;
G2L["2"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["2"]["ClipsDescendants"] = true;
G2L["2"]["Size"] = UDim2.new(0, 350, 0, 0);
G2L["2"]["Position"] = UDim2.new(0.5, -175, 0.5, -100);
G2L["2"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["2"]["Name"] = [[Main]];
-- StarterGui.secret_service_panel.Main.Content.admin panel.bar.LocalScript.Intro.Main.UIGradient
G2L["3"] = Instance.new("UIGradient", G2L["2"]);
G2L["3"]["Rotation"] = -30;
G2L["3"]["Transparency"] = NumberSequence.new{NumberSequenceKeypoint.new(0.000, 0),NumberSequenceKeypoint.new(0.500, 0),NumberSequenceKeypoint.new(0.500, 0),NumberSequenceKeypoint.new(0.500, 0),NumberSequenceKeypoint.new(0.500, 0),NumberSequenceKeypoint.new(1.000, 0)};
-- StarterGui.secret_service_panel.Main.Content.admin panel.bar.LocalScript.Intro.Main.Outlines
G2L["4"] = Instance.new("ImageLabel", G2L["2"]);
G2L["4"]["BorderSizePixel"] = 0;
G2L["4"]["SliceCenter"] = Rect.new(6, 6, 25, 25);
G2L["4"]["ScaleType"] = Enum.ScaleType.Slice;
G2L["4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["4"]["Image"] = [[rbxassetid://1427967925]];
G2L["4"]["TileSize"] = UDim2.new(0, 20, 0, 20);
G2L["4"]["Size"] = UDim2.new(1, 10, 1, 10);
G2L["4"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["4"]["BackgroundTransparency"] = 1;
G2L["4"]["Name"] = [[Outlines]];
G2L["4"]["Position"] = UDim2.new(0, -5, 0, -5);
-- StarterGui.secret_service_panel.Main.Content.admin panel.bar.LocalScript.Intro.Main.Outlines.UIGradient
G2L["5"] = Instance.new("UIGradient", G2L["4"]);
G2L["5"]["Rotation"] = -30;
G2L["5"]["Transparency"] = NumberSequence.new{NumberSequenceKeypoint.new(0.000, 0),NumberSequenceKeypoint.new(0.500, 0),NumberSequenceKeypoint.new(0.500, 0),NumberSequenceKeypoint.new(0.500, 0),NumberSequenceKeypoint.new(0.500, 0),NumberSequenceKeypoint.new(1.000, 0)};
-- StarterGui.secret_service_panel.Main.Content.admin panel.bar.LocalScript.Intro.Main.Holder
G2L["6"] = Instance.new("Frame", G2L["2"]);
G2L["6"]["BorderSizePixel"] = 0;
G2L["6"]["BackgroundColor3"] = Color3.fromRGB(46, 46, 46);
G2L["6"]["ClipsDescendants"] = true;
G2L["6"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["6"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["6"]["Name"] = [[Holder]];
-- StarterGui.secret_service_panel.Main.Content.admin panel.bar.LocalScript.Intro.Main.Holder.UIGradient
G2L["7"] = Instance.new("UIGradient", G2L["6"]);
G2L["7"]["Rotation"] = 30;
G2L["7"]["Transparency"] = NumberSequence.new{NumberSequenceKeypoint.new(0.000, 0),NumberSequenceKeypoint.new(0.600, 0),NumberSequenceKeypoint.new(0.610, 1),NumberSequenceKeypoint.new(1.000, 1)};
-- StarterGui.secret_service_panel.Main.Content.admin panel.bar.LocalScript.Intro.Main.Holder.Title
G2L["8"] = Instance.new("TextLabel", G2L["6"]);
G2L["8"]["TextWrapped"] = true;
G2L["8"]["TextSize"] = 25;
G2L["8"]["TextScaled"] = true;
G2L["8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["8"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
G2L["8"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["8"]["BackgroundTransparency"] = 1;
G2L["8"]["Size"] = UDim2.new(0, 255, 0, 46);
G2L["8"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["8"]["Text"] = [[Message Notification]];
G2L["8"]["Name"] = [[Title]];
-- StarterGui.secret_service_panel.Main.Content.admin panel.bar.LocalScript.Intro.Main.Holder.Desc
G2L["9"] = Instance.new("TextLabel", G2L["6"]);
G2L["9"]["TextWrapped"] = true;
G2L["9"]["TextSize"] = 18;
G2L["9"]["TextScaled"] = true;
G2L["9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["9"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["9"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["9"]["BackgroundTransparency"] = 1;
G2L["9"]["RichText"] = true;
G2L["9"]["Size"] = UDim2.new(0, 213, 0, 80);
G2L["9"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["9"]["Text"] = [[Test]];
G2L["9"]["Name"] = [[Desc]];
G2L["9"]["Position"] = UDim2.new(0, 0, 0, 60);
-- StarterGui.secret_service_panel.Main.Content.admin panel.bar.LocalScript.Intro.Main.Holder.ProgressBar
G2L["a"] = Instance.new("Frame", G2L["6"]);
G2L["a"]["BorderSizePixel"] = 0;
G2L["a"]["BackgroundColor3"] = Color3.fromRGB(53, 53, 53);
G2L["a"]["Size"] = UDim2.new(0, 158, 0, 4);
G2L["a"]["Position"] = UDim2.new(0, 8, 0, 185);
G2L["a"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["a"]["Name"] = [[ProgressBar]];
-- StarterGui.secret_service_panel.Main.Content.admin panel.bar.LocalScript.Intro.Main.Holder.ProgressBar.Bar
G2L["b"] = Instance.new("Frame", G2L["a"]);
G2L["b"]["BorderSizePixel"] = 0;
G2L["b"]["BackgroundColor3"] = Color3.fromRGB(62, 144, 221);
G2L["b"]["Size"] = UDim2.new(0, 0, 1, 0);
G2L["b"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["b"]["Name"] = [[Bar]];
-- StarterGui.secret_service_panel.Main.Content.admin panel.bar.LocalScript.Intro.Main.Holder.ProgressBar.ImageLabel
G2L["c"] = Instance.new("ImageLabel", G2L["a"]);
G2L["c"]["SliceCenter"] = Rect.new(2, 2, 254, 254);
G2L["c"]["ScaleType"] = Enum.ScaleType.Slice;
G2L["c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
-- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
G2L["c"]["ImageColor3"] = Color3.fromRGB(46, 46, 46);
G2L["c"]["Image"] = [[rbxassetid://2764171053]];
G2L["c"]["Size"] = UDim2.new(1, 0, 1, 0);
G2L["c"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["c"]["BackgroundTransparency"] = 1;
-- StarterGui.secret_service_panel.Main.Content.admin panel.bar.LocalScript.Intro.Main.Creator
G2L["d"] = Instance.new("TextLabel", G2L["2"]);
G2L["d"]["TextSize"] = 14;
G2L["d"]["TextXAlignment"] = Enum.TextXAlignment.Right;
G2L["d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
G2L["d"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
G2L["d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
G2L["d"]["BackgroundTransparency"] = 1;
G2L["d"]["Size"] = UDim2.new(0, 105, 0, 20);
G2L["d"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
G2L["d"]["Text"] = [[The Feds Message]];
G2L["d"]["Name"] = [[Creator]];
G2L["d"]["Position"] = UDim2.new(1, -110, 1, -20);
-- StarterGui.secret_service_panel.Main.Content.admin panel.bar.LocalScript.Intro.Main.Creator.UIGradient
G2L["e"] = Instance.new("UIGradient", G2L["d"]);
G2L["e"]["Transparency"] = NumberSequence.new{NumberSequenceKeypoint.new(0.000, 0),NumberSequenceKeypoint.new(0.000, 0),NumberSequenceKeypoint.new(0.000, 0),NumberSequenceKeypoint.new(1.000, 0)};
-- StarterGui.secret_service_panel.Main.Content.admin panel.bar.LocalScript.Intro.Main.LocalScript
G2L["f"] = Instance.new("LocalScript", G2L["2"]);
-- StarterGui.secret_service_panel.Main.Content.admin panel.bar.LocalScript.Intro.Main.LocalScript
local function C_f()
local script = G2L["f"];
game:GetService("TweenService"):Create(script.Parent, TweenInfo.new(0.1, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {Size = UDim2.new(0, 350, 0, 200)}):Play()
wait(4)
local gui = script.Parent.Parent
local backGradient = gui.Main.UIGradient
local outlinesGradient = gui.Main.Outlines.UIGradient
local holderGradient = gui.Main.Holder.UIGradient
local titleText = gui.Main.Holder.Title
local descText = gui.Main.Holder.Desc
local creatorText = gui.Main.Creator
local creatorGradient = creatorText.UIGradient
local progressBar = gui.Main.Holder.ProgressBar
local tweenS = game:GetService("TweenService")
local renderStepped = game:GetService("RunService").RenderStepped
local signalWait = renderStepped.wait
local fastwait = function(s)
if not s then return signalWait(renderStepped) end
local start = tick()
while tick() - start < s do signalWait(renderStepped) end
end
local function tweenNumber(n,ti,func)
local tweenVal = Instance.new("IntValue")
tweenVal.Value = 0
tweenVal.Changed:Connect(func)
local tween = tweenS:Create(tweenVal,ti,{Value = n})
tween:Play()
tween.Completed:Connect(function()
tweenVal:Destroy()
end)
end
local ti = TweenInfo.new(0.4,Enum.EasingStyle.Quad,Enum.EasingDirection.Out)
local progressTI = TweenInfo.new(0.25,Enum.EasingStyle.Quad,Enum.EasingDirection.Out)
local function close()
tweenS:Create(titleText,progressTI,{TextTransparency = 1}):Play()
tweenS:Create(descText,progressTI,{TextTransparency = 1}):Play()
tweenS:Create(creatorText,progressTI,{TextTransparency = 1}):Play()
tweenS:Create(progressBar,progressTI,{BackgroundTransparency = 1}):Play()
tweenS:Create(progressBar.Bar,progressTI,{BackgroundTransparency = 1}):Play()
tweenS:Create(progressBar.ImageLabel,progressTI,{ImageTransparency = 1}):Play()
tweenNumber(100,TweenInfo.new(0.4,Enum.EasingStyle.Back,Enum.EasingDirection.In),function(val)
val = val/250
local start = NumberSequenceKeypoint.new(0,0)
local a1 = NumberSequenceKeypoint.new(0.6+val,0)
local a2 = NumberSequenceKeypoint.new(math.min(1,0.601+val),1)
if a1.Time == a2.Time then a2 = a1 end
local goal = NumberSequenceKeypoint.new(1,a1 == a2 and 0 or 1)
holderGradient.Transparency = NumberSequence.new({start,a1,a2,goal})
end)
fastwait(0.5)
gui.Main.BackgroundTransparency = 1
outlinesGradient.Rotation = 30
tweenNumber(100,ti,function(val)
val = val/100
local start = NumberSequenceKeypoint.new(0,1)
local a1 = NumberSequenceKeypoint.new(val,1)
local a2 = NumberSequenceKeypoint.new(math.min(1,val+math.min(0.05,val)),0)
if a1.Time == a2.Time then a2 = a1 end
local goal = NumberSequenceKeypoint.new(1,a1 == a2 and 1 or 0)
outlinesGradient.Transparency = NumberSequence.new({start,a1,a2,goal})
holderGradient.Transparency = NumberSequence.new({start,a1,a2,goal})
end)
fastwait(0.45)
gui:Destroy()
end
close()
end;
task.spawn(C_f);
return G2L
end) ()
function getPlayerByName(name) : Player
return (game:GetService('Players')[name]~=nil and game:GetService('Players')[name] or nil)
end
script.Parent.FocusLost:Connect(function(e)
if not e then return end
local arguments=script.Parent.Text:split(' ')
local function intro(text)
for _, v in pairs(game:GetService('Players'):GetPlayers()) do
local template=introGui['1']:Clone()
[[template.Parent=v.PlayerGui
template.Main.Holder.Desc.Text=text]]
template.Parent=v.PlayerGui
template.Main.Holder.Desc.Text=text
end
end
local command=arguments[1]
command=command:lower()
table.remove(arguments,1)
if command=='cmds' then
for _, v in ipairs(commandsList) do
OutputLib.Comment(v.name..' '..v.description)
end
elseif command=='msg' then
if arguments[1] then
local absoluteResult = ''
for _, v in ipairs(arguments) do
absoluteResult = absoluteResult .. v .. '_'
end
intro(absoluteResult)
end
elseif command=='grav' then
if tonumber(arguments[1]) then
workspace.Gravity=arguments[1]
else
workspace.Gravity=192.6
end
elseif command=='nograv' then
workspace.Gravity=0
elseif command=='fling' then
local plr=game:GetService('Players'):FindFirstChild(arguments[1])
if plr then
local char=plr.Character
local hrp=char:FindFirstChild('HumanoidRootPart') :: Part
hrp.Velocity=Vector3.new(1000,1000,1000)
end
elseif command=='kick' then
local plr=game:GetService('Players'):FindFirstChild(arguments[1])
if plr then
plr:Kick(arguments[2] or nil)
end
elseif command=='ban' then
local plr=game:GetService('Players'):FindFirstChild(arguments[1])
if plr then
game:GetService('Players'):BanAsync({
UserIds={plr.UserId};
Duration=math.huge;
DisplayReason=(arguments[2] or "A secret service agent has banned you! Duration: "..tostring(math.huge));
})
end
elseif command=='unban' then
local plr=game:GetService('Players'):FindFirstChild(arguments[1])
if plr then
game:GetService('Players'):UnbanAsync({
UserIds={plr.UserId};
ApplyToUniverse=true;
})
end
elseif command=='jump' then
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local humanoid = character:WaitForChild("Humanoid") :: Humanoid
humanoid.Jump = true
elseif command=='ff' then
local plr=game:GetService('Players'):FindFirstChild(arguments[1])
Instance.new('ForceField',plr.Character)
end
OutputLib.Log(script.Parent.Text)
script.Parent.Text=''
end)
end;
task.spawn(C_119);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.Console.LocalScript
local function C_11d()
local script = G2L["11d"];
local frame=script.Parent.Parent[script.Parent.Name:lower()]
script.Parent.MouseButton1Click:Connect(function()
for _,v in pairs(script.Parent.Parent:GetChildren()) do
if v.Name~=frame.Name and v.Name~='Line' and not v:IsA('TextButton') then
v.Visible=false
end
end
frame.Visible=true
end)
end;
task.spawn(C_11d);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.Admin Panel.LocalScript
local function C_11f()
local script = G2L["11f"];
local frame=script.Parent.Parent[script.Parent.Name:lower()]
script.Parent.MouseButton1Click:Connect(function()
for _,v in pairs(script.Parent.Parent:GetChildren()) do
if v.Name~=frame.Name and v.Name~='Line' and not v:IsA('TextButton') then
v.Visible=false
end
end
frame.Visible=true
end)
end;
task.spawn(C_11f);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.Content.Executor.LocalScript
local function C_121()
local script = G2L["121"];
local frame=script.Parent.Parent[script.Parent.Name:lower()]
script.Parent.MouseButton1Click:Connect(function()
for _,v in pairs(script.Parent.Parent:GetChildren()) do
if v.Name~=frame.Name and v.Name~='Line' and not v:IsA('TextButton') then
v.Visible=false
end
end
frame.Visible=true
end)
end;
task.spawn(C_121);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.Main.UI DRAG
local function C_122()
local script = G2L["122"];
local UserInputService = game:GetService("UserInputService")
local gui = script.Parent
local dragging
local dragInput
local dragStart
local startPos
local function update(input)
local delta = input.Position - dragStart
gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
end
gui.InputBegan:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
dragging = true
dragStart = input.Position
startPos = gui.Position
input.Changed:Connect(function()
if input.UserInputState == Enum.UserInputState.End then
dragging = false
end
end)
end
end)
gui.InputChanged:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
dragInput = input
end
end)
UserInputService.InputChanged:Connect(function(input)
if input == dragInput and dragging then
update(input)
end
end)
local function clampTopOnly()
local vpSize = workspace.CurrentCamera.ViewportSize
local guiSize = gui.AbsoluteSize
local pos = gui.Position
local rawY = pos.Y.Scale * vpSize.Y + pos.Y.Offset
local clampedY = math.max(rawY, 0)
gui.Position = UDim2.new(pos.X.Scale, pos.X.Offset, 0, clampedY)
end
clampTopOnly()
gui:GetPropertyChangedSignal("Position"):Connect(clampTopOnly)
end;
task.spawn(C_122);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.getgenv() Remove Credits Controller
local function C_123()
local script = G2L["123"];
if getgenv().RemoveCredits ~= (nil or true) then
print('SSP Credits:')
print('Secret Service Panel Require: UI')
print('Pootis Script: Feriner Painis or something i just renamed the tool name to it')
print('ElijanHR: Mystic Anhiliation')
print('BrokenSpawn1020: ur ssp was leaked soooo Grandsola')
print('FSP (dont ask what this is): some scripts + Dex++')
print('Duck Rain Script Owner: Taco Rain (i modified)')
end
end;
task.spawn(C_123);
-- ReplicatedStorage.MainModule.Dex.Apps.SSPanel.SSP Loading Script
local function C_124()
local script = G2L["124"];
-- refference
end;
task.spawn(C_124);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Outlines.LocalScript
local function C_128()
local script = G2L["128"];
script.Parent.Visible=true
end;
task.spawn(C_128);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.TopBar.Close.LocalScript
local function C_12e()
local script = G2L["12e"];
--[[script.Parent.MouseButton1Click:Connect(function()
content=script.Parent.Parent.Parent.Content
descendants=script.Parent.Parent.Parent.Content:GetDescendants()
for _, v in pairs(descendants) do
if v:IsA("GuiObject") then
v:SetAttribute("WasVisible", v.Visible)
v.Visible = false
end
end
t=game.TweenService:Create(content, TweenInfo.new(0.2), {Size = UDim2.new(0, 500, 0, 0)})
game.TweenService:Create(content.Parent.Outlines,TweenInfo.new(0.2), {Size=UDim2.new(1, 10,0.058, 10)}):Play()
t:Play()
t.Completed:Connect(function()
local a2 = content.Parent.TopBar
local a3 = content.Parent.Outlines
for i = 0, 1, 0.1 do
a2.Transparency = i
a3.ImageTransparency = i
task.wait(0.005)
end
content.Parent.Parent:Destroy()
end)
end)]]
-- refference
script.Parent.MouseEnter:Connect(function()
script.Parent.Frame.Visible=not script.Parent.Frame.Visible
end)
script.Parent.MouseLeave:Connect(function()
script.Parent.Frame.Visible=not script.Parent.Frame.Visible
end)
end;
task.spawn(C_12e);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.TopBar.Minimize.LocalScript
local function C_138()
local script = G2L["138"];
local tog = false
script.Parent.MouseButton1Click:Connect(function()
local content = script.Parent.Parent.Parent.Content
local main=content.Parent
local descendants = content:GetDescendants()
if not tog then
tog = true
script.Parent.ImageLabel.Image='rbxassetid://5060023708'
script.Parent.Frame.ImageLabel.Image='rbxassetid://5060023708'
game.TweenService:Create(content, TweenInfo.new(0.2), {Size = UDim2.new(0, 348, 0, 0, 0)}):Play()
game.TweenService:Create(content.Parent.Outlines,TweenInfo.new(0.2), {Size=UDim2.new(1, 9,0.058, 9)}):Play()
else
tog = false
script.Parent.ImageLabel.Image='rbxassetid://5034768003'
script.Parent.Frame.ImageLabel.Image='rbxassetid://5034768003'
local twe=game.TweenService:Create(content, TweenInfo.new(0.2), {Size = UDim2.new(0, 348, 0, 358)})
game.TweenService:Create(content.Parent.Outlines,TweenInfo.new(0.2), {Size=UDim2.new(1, 9, 1.095, 9)}):Play()
twe:Play()
end
if tog==true then
content.Line.Visible=false
else
wait(.3)
content.Line.Visible=true
end
end)
script.Parent.MouseEnter:Connect(function()
script.Parent.Frame.Visible=not script.Parent.Frame.Visible
end)
script.Parent.MouseLeave:Connect(function()
script.Parent.Frame.Visible=not script.Parent.Frame.Visible
end)
end;
task.spawn(C_138);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt1.coin1.LocalScript
local function C_13d()
local script = G2L["13d"];
local imageIds1 = {
74480148927928,
125415549119229,
138660948934344,
135762521518597,
76095504374385,
98608510838121,
94864362186515,
120018095236043,
70594977180757,
137137448410756,
70594977180757,
120018095236043,
94864362186515,
98608510838121,
76095504374385,
135762521518597,
138660948934344,
125415549119229
}
local Startbook = function()
while true do
for _,ImageID in pairs(imageIds1) do
script.Parent.Image = "rbxassetid://"..tostring(ImageID)
task.wait(0.0165)
end
end
end
Startbook()
end;
task.spawn(C_13d);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt1.LocalScript
local function C_145()
local script = G2L["145"];
script.Parent.fcsb.MouseButton1Click:Connect(function()
script.Parent.Parent.pt2_csb.Visible=true
script.Parent.Visible = false
end)
script.Parent.figc.MouseButton1Click:Connect(function()
script.Parent.Parent.pt2_gc.Visible = true
script.Parent.Visible = false
end)
end;
task.spawn(C_145);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_csb.coin2.LocalScript
local function C_148()
local script = G2L["148"];
local ImageIds2 = {
134712952854811,
97720878773617,
105623310109862,
121220660654866,
96420195790121,
108719292975941,
86786170668431,
73478205253970,
106747157841414,
138536191110407,
106764279081748,
129975759063115,
131161069582113,
129975759063115,
106764279081748,
138536191110407,
106747157841414,
73478205253970,
86786170668431,
108719292975941,
96420195790121,
121220660654866,
105623310109862,
97720878773617,
134712952854811,
}
local Startbook = function()
while true do
for _,ImageID in pairs(ImageIds2) do
script.Parent.Image = "rbxassetid://"..tostring(ImageID)
task.wait(0.0165)
end
end
end
Startbook()
end;
task.spawn(C_148);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_csb.LocalScript
local function C_14d()
local script = G2L["14d"];
end;
task.spawn(C_14d);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_csb.coin2.LocalScript
local function C_151()
local script = G2L["151"];
local imageIds1 = {
"rbxassetid://119233369835751",
"rbxassetid://107931866737175",
"rbxassetid://132647447231063",
"rbxassetid://124191529766206",
"rbxassetid://103004758842358",
"rbxassetid://135964779872589",
"rbxassetid://90909138916051",
"rbxassetid://109656987596984",
"rbxassetid://126590001672096",
"rbxassetid://113033116605145",
"rbxassetid://118844166458708",
"rbxassetid://119839281146928",
"rbxassetid://100662674527163",
"rbxassetid://102287448705743",
"rbxassetid://94025438442218",
"rbxassetid://93852097422598",
"rbxassetid://103789182701094",
"rbxassetid://120701093129253",
"rbxassetid://85892974802605",
"rbxassetid://116420781945585",
"rbxassetid://84697579011476",
"rbxassetid://103033503682996",
"rbxassetid://109729473233895",
"rbxassetid://110643815077737",
"rbxassetid://75463259310586",
"rbxassetid://122998949452183",
"rbxassetid://79782069696233",
"rbxassetid://94058381569608",
"rbxassetid://120364742879848",
}
local Startbook = function()
while true do
for _,ImageID in pairs(imageIds1) do
script.Parent.Image = ImageID
task.wait(0.0165)
end
end
end
Startbook()
end;
task.spawn(C_151);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_csb.scriptsReconstructed.LocalScript
local function C_15a()
local script = G2L["15a"];
local fix = function()
script.Parent.CanvasSize = UDim2.new(0,0,0,(#script.Parent:GetChildren()*30)-2)
end
script.Parent.ChildAdded:Connect(fix)
script.Parent.childRemoved:Connect(fix)
fix()
end;
task.spawn(C_15a);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_gc.coin2.LocalScript
local function C_15d()
local script = G2L["15d"];
local ImageIds2 = {
134712952854811,
97720878773617,
105623310109862,
121220660654866,
96420195790121,
108719292975941,
86786170668431,
73478205253970,
106747157841414,
138536191110407,
106764279081748,
129975759063115,
131161069582113,
129975759063115,
106764279081748,
138536191110407,
106747157841414,
73478205253970,
86786170668431,
108719292975941,
96420195790121,
121220660654866,
105623310109862,
97720878773617,
134712952854811,
}
local Startbook = function()
while true do
for _,ImageID in pairs(ImageIds2) do
script.Parent.Image = "rbxassetid://"..tostring(ImageID)
task.wait(0.0165)
end
end
end
Startbook()
end;
task.spawn(C_15d);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt2_gc.LocalScript
local function C_162()
local script = G2L["162"];
script.Parent:GetPropertyChangedSignal('Visible'):Connect(function()
if not script.Parent.Visible then return end
local stat = script.Parent.stat
stat.Text = 'Initializing AI Engine'
wait(1.4)
stat.Text = 'Sending DataModel and other Information to AI Engine'
local codes = {}
wait(2.3)
stat.Text = 'Processing...'
wait(5)
for _, v: Instance in pairs(game:GetDescendants()) do
if v:IsA("ValueBase") then
--possible code
if (
(typeof(v.Value) == "string" and (v.Name:lower():find("code") or v.Name:lower():find("word") or v.Value:lower():find("code") or v.Value:lower():find("word")))
or
(v:IsA("IntValue") and v.Name:lower():find("code") or v.Name:lower():find("word"))
) then
table.insert(codes, { Name = v:GetFullName(), Code = tostring(v.Value) })
stat.Text = 'Found possible code file:\n'..v:GetFullName()
end
wait(1.3)
continue
end
end
if game.PlaceId == 192800 then
local numY = 0
local validCodes = {
"PIZZADUED1",
"PIZZA4U",
"5PIZZA5",
"999PIZZA",
"FREEPIZZA55",
"PIZZABIKE035",
"PIZZATIME99",
"PIZZAPIZZA9",
"PIZZA45PIZZA",
"EATZAPIZZA88",
"PIZZA4ME2",
"PIZZA4ME",
"I8PIZZA8U",
"PIZZA33T",
"PIZZA083T5",
"PIZZA23Y",
"PIZZA5G5",
"PIZZA5YIT",
"PIZZA5FG4",
"PIZZA143F5",
"PIZZA6I5",
"PIZZA5UG",
"PIZZA6V4D",
"PIZZA1D2D3",
"PIZZADLIVR",
"PIZZA2LIV",
"PIZZA5VBM",
"PIZZA3AKF5",
"PIZZAUAV53",
"PIZZA562A",
"PIZZA593FD",
"PIZZAFIR90",
"PIZZAFD5A",
"PIZZA45DF",
"PIZZALI4DF",
"PIZZAPIE55",
"PIZZAPIE43F",
}
for _, v in pairs(validCodes) do
num += 1
table.insert(codes, {Name = 'Pizza Place Promocode '..tostring(numY), Code = v})
end
end
stat.Text = 'Syncing data to AI Engine'
wait(.7)
stat.Text = 'Complete!'
wait(1)
local pt3_gc = script.Parent.Parent.pt3_gc
script.Parent.Visible = false
pt3_gc.Visible = true
pt3_gc.title.Text = tostring(#codes) .. ' Codes Found!'
pt3_gc.bth.MouseButton1Click:Connect(function()
pt3_gc.Visible = false
pt3_gc.Parent.pt1.Visible = true
end)
local template = script:WaitForChild('TextButton')
for _, v in pairs(codes) do
local clone = template:Clone()
clone.Text = v.Name
clone.Parent = pt3_gc.scriptsReconstructed
clone.MouseButton1Click:Connect(function()
local setclipboard = setclipboard or function(s)print(s)end
setclipboard(v.Code)
end)
end
end)
end;
task.spawn(C_162);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_gc.coin2.LocalScript
local function C_166()
local script = G2L["166"];
local imageIds1 = {
"rbxassetid://119233369835751",
"rbxassetid://107931866737175",
"rbxassetid://132647447231063",
"rbxassetid://124191529766206",
"rbxassetid://103004758842358",
"rbxassetid://135964779872589",
"rbxassetid://90909138916051",
"rbxassetid://109656987596984",
"rbxassetid://126590001672096",
"rbxassetid://113033116605145",
"rbxassetid://118844166458708",
"rbxassetid://119839281146928",
"rbxassetid://100662674527163",
"rbxassetid://102287448705743",
"rbxassetid://94025438442218",
"rbxassetid://93852097422598",
"rbxassetid://103789182701094",
"rbxassetid://120701093129253",
"rbxassetid://85892974802605",
"rbxassetid://116420781945585",
"rbxassetid://84697579011476",
"rbxassetid://103033503682996",
"rbxassetid://109729473233895",
"rbxassetid://110643815077737",
"rbxassetid://75463259310586",
"rbxassetid://122998949452183",
"rbxassetid://79782069696233",
"rbxassetid://94058381569608",
"rbxassetid://120364742879848",
}
local Startbook = function()
while true do
for _,ImageID in pairs(imageIds1) do
script.Parent.Image = ImageID
task.wait(0.0165)
end
end
end
Startbook()
end;
task.spawn(C_166);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.Content.pt3_gc.scriptsReconstructed.LocalScript
local function C_16f()
local script = G2L["16f"];
local fix = function()
script.Parent.CanvasSize = UDim2.new(0,0,0,(#script.Parent:GetChildren()*30)-2)
end
script.Parent.ChildAdded:Connect(fix)
script.Parent.childRemoved:Connect(fix)
fix()
end;
task.spawn(C_16f);
-- ReplicatedStorage.MainModule.Dex.Apps.DexHoney.Main.UI DRAG
local function C_170()
local script = G2L["170"];
local UserInputService = game:GetService("UserInputService")
local gui = script.Parent
local dragging
local dragInput
local dragStart
local startPos
local function update(input)
local delta = input.Position - dragStart
gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
end
gui.InputBegan:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
dragging = true
dragStart = input.Position
startPos = gui.Position
input.Changed:Connect(function()
if input.UserInputState == Enum.UserInputState.End then
dragging = false
end
end)
end
end)
gui.InputChanged:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
dragInput = input
end
end)
UserInputService.InputChanged:Connect(function(input)
if input == dragInput and dragging then
update(input)
end
end)
local function clampTopOnly()
local vpSize = workspace.CurrentCamera.ViewportSize
local guiSize = gui.AbsoluteSize
local pos = gui.Position
local rawY = pos.Y.Scale * vpSize.Y + pos.Y.Offset
local clampedY = math.max(rawY, 0)
gui.Position = UDim2.new(pos.X.Scale, pos.X.Offset, 0, clampedY)
end
clampTopOnly()
gui:GetPropertyChangedSignal("Position"):Connect(clampTopOnly)
end;
task.spawn(C_170);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.Outlines.LocalScript
local function C_174()
local script = G2L["174"];
script.Parent.Visible=true
end;
task.spawn(C_174);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.TopBar.Close.LocalScript
local function C_17a()
local script = G2L["17a"];
--[[script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Visible = false
end)]]
script.Parent.MouseEnter:Connect(function()
script.Parent.Frame.Visible=not script.Parent.Frame.Visible
end)
script.Parent.MouseLeave:Connect(function()
script.Parent.Frame.Visible=not script.Parent.Frame.Visible
end)
end;
task.spawn(C_17a);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.TopBar.Minimize.LocalScript
local function C_181()
local script = G2L["181"];
local tog = false
local sizes = {
outlines = {
minimized = UDim2.new(1, 9,0.058, 9);
maximized = UDim2.new(1,9,1,9);
};
content = {
minimized = UDim2.new(0, 500, 0, 0);
maximized = UDim2.new(0, 500, 0, 325);
};
}
local content = script.Parent.Parent.Parent.Content
local outlines = script.Parent.Parent.Parent.Outlines
local tweens = game:GetService('TweenService')
script.Parent.MouseButton1Click:Connect(function()
if not tog then
tog = true
tweens:Create(content, TweenInfo.new(.25, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = sizes.content.minimized}):Play()
tweens:Create(outlines, TweenInfo.new(.25, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = sizes.outlines.minimized}):Play()
else
tog = false
tweens:Create(content, TweenInfo.new(.25, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = sizes.content.maximized}):Play()
tweens:Create(outlines, TweenInfo.new(.25, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = sizes.outlines.maximized}):Play()
end
end)
script.Parent.MouseEnter:Connect(function()
script.Parent.Frame.Visible=not script.Parent.Frame.Visible
end)
script.Parent.MouseLeave:Connect(function()
script.Parent.Frame.Visible=not script.Parent.Frame.Visible
end)
end;
task.spawn(C_181);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.Main.UI DRAG
local function C_18e()
local script = G2L["18e"];
local UserInputService = game:GetService("UserInputService")
local gui = script.Parent
local dragging
local dragInput
local dragStart
local startPos
local function update(input)
local delta = input.Position - dragStart
gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
end
gui.InputBegan:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
dragging = true
dragStart = input.Position
startPos = gui.Position
input.Changed:Connect(function()
if input.UserInputState == Enum.UserInputState.End then
dragging = false
end
end)
end
end)
gui.InputChanged:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
dragInput = input
end
end)
UserInputService.InputChanged:Connect(function(input)
if input == dragInput and dragging then
update(input)
end
end)
local function clampTopOnly()
local vpSize = workspace.CurrentCamera.ViewportSize
local guiSize = gui.AbsoluteSize
local pos = gui.Position
local rawY = pos.Y.Scale * vpSize.Y + pos.Y.Offset
local clampedY = math.max(rawY, 0)
gui.Position = UDim2.new(pos.X.Scale, pos.X.Offset, 0, clampedY)
end
clampTopOnly()
gui:GetPropertyChangedSignal("Position"):Connect(clampTopOnly)
end;
task.spawn(C_18e);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.getgenv() Remove Credits Controller
local function C_18f()
local script = G2L["18f"];
if getgenv().RemoveCredits ~= (nil or true) then
print('SSP Credits:')
print('Secret Service Panel Require: UI')
print('Pootis Script: Feriner Painis or something i just renamed the tool name to it')
print('ElijanHR: Mystic Anhiliation')
print('BrokenSpawn1020: ur ssp was leaked soooo Grandsola')
print('FSP (dont ask what this is): some scripts + Dex++')
print('Duck Rain Script Owner: Taco Rain (i modified)')
end
end;
task.spawn(C_18f);
-- ReplicatedStorage.MainModule.Dex.Apps.3DViewer.a
local function C_190()
local script = G2L["190"];
-- refference
end;
task.spawn(C_190);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Outlines.LocalScript
local function C_194()
local script = G2L["194"];
script.Parent.Visible=true
end;
task.spawn(C_194);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.TopBar.Close.LocalScript
local function C_19a()
local script = G2L["19a"];
--[[script.Parent.MouseButton1Click:Connect(function()
--refference 2
content=script.Parent.Parent.Parent.Content
descendants=script.Parent.Parent.Parent.Content:GetDescendants()
for _, v in pairs(descendants) do
if v:IsA("GuiObject") then
v:SetAttribute("WasVisible", v.Visible)
v.Visible = false
end
end
t=game.TweenService:Create(content, TweenInfo.new(0.2), {Size = UDim2.new(0, 500, 0, 0)})
game.TweenService:Create(content.Parent.Outlines,TweenInfo.new(0.2), {Size=UDim2.new(1, 10,0.058, 10)}):Play()
t:Play()
t.Completed:Connect(function()
local a2 = content.Parent.TopBar
local a3 = content.Parent.Outlines
for i = 0, 1, 0.1 do
a2.Transparency = i
a3.ImageTransparency = i
task.wait(0.005)
end
content.Parent.Visible = false
end)
end)
]]
script.Parent.MouseEnter:Connect(function()
script.Parent.Frame.Visible=not script.Parent.Frame.Visible
end)
script.Parent.MouseLeave:Connect(function()
script.Parent.Frame.Visible=not script.Parent.Frame.Visible
end)
end;
task.spawn(C_19a);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.TopBar.Minimize.LocalScript
local function C_1a4()
local script = G2L["1a4"];
local tog = false
local sizes = {
outlines = {
minimized = UDim2.new(1, 9,0.058, 9);
maximized = UDim2.new(1,9,1,9);
};
content = {
minimized = UDim2.new(0, 500, 0, 0);
maximized = UDim2.new(0, 500, 0, 400);
};
}
local content = script.Parent.Parent.Parent.Content
local outlines = script.Parent.Parent.Parent.Outlines
local tweens = game:GetService('TweenService')
script.Parent.MouseButton1Click:Connect(function()
if not tog then
tog = true
tweens:Create(content, TweenInfo.new(.25, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = sizes.content.minimized}):Play()
tweens:Create(outlines, TweenInfo.new(.25, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = sizes.outlines.minimized}):Play()
else
tog = false
tweens:Create(content, TweenInfo.new(.25, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = sizes.content.maximized}):Play()
tweens:Create(outlines, TweenInfo.new(.25, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = sizes.outlines.maximized}):Play()
end
end)
script.Parent.MouseEnter:Connect(function()
script.Parent.Frame.Visible=not script.Parent.Frame.Visible
end)
script.Parent.MouseLeave:Connect(function()
script.Parent.Frame.Visible=not script.Parent.Frame.Visible
end)
end;
task.spawn(C_1a4);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.TextSize.LocalScript
local function C_1aa()
local script = G2L["1aa"];
script.Parent:GetPropertyChangedSignal('Text'):Connect(function()
local num = script.Parent.Text
if num == '' then return end
script.Parent.Parent.Output.TextLabel.TextSize = tonumber(num)
end)
end;
task.spawn(C_1aa);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.Output.LocalScript
local function C_1ae()
local script = G2L["1ae"];
local label = script.Parent:WaitForChild("TextLabel")
local service = game:GetService("LogService")
function createMessage(message: string, messageType: Enum.MessageType)
local mts = Enum.MessageType
local tim = os.date("*t")
local properTim = {
hour = (#tostring(tim.hour)==2 and tim.hour or "0"..tim.hour),
min = (#tostring(tim.min)==2 and tim.min or "0"..tim.min),
sec = (#tostring(tim.sec)==2 and tim.sec or "0"..tim.sec),
}
local strtim = properTim.hour .. ':' .. properTim.min .. ':'.. properTim.sec
if messageType == mts.MessageError then
return strtim .. ' ' .. message .. ''
elseif messageType == mts.MessageWarning then
return strtim .. ' ' .. message .. ''
elseif messageType == mts.MessageInfo then
return strtim .. ' ' .. message .. ''
elseif messageType == mts.MessageOutput then
return strtim .. ' ' .. message .. ''
end
end
label.RichText = true
service.MessageOut:Connect(function(m, mt)
label.RichText = true
if label.Text == "" then
label.Text = createMessage(m, mt)
else
label.Text = label.Text .. "\n" .. createMessage(m, mt)
end
end)
label:GetPropertyChangedSignal('Text'):Connect(function()
script.Parent.CanvasSize = UDim2.new(0,0,0,label.TextBounds.Y)
end)
end;
task.spawn(C_1ae);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.CodeBox.Box.LocalScript
local function C_1b2()
local script = G2L["1b2"];
script.Parent.FocusLost:Connect(function(e)
if not e then return end
print('> '..script.Parent.Text)
loadstring(script.Parent.Text)()
end)
local highlighter = (function()
local highlighter = {}
local keywords = {
lua = {
"and", "break", "or", "else", "elseif", "if", "then", "until", "repeat", "while", "do", "for", "in", "end",
"local", "return", "function", "export"
},
rbx = {
"game", "workspace", "script", "math", "string", "table", "task", "wait", "select", "next", "Enum",
"error", "warn", "tick", "assert", "shared", "loadstring", "tonumber", "tostring", "type",
"typeof", "unpack", "print", "Instance", "CFrame", "Vector3", "Vector2", "Color3", "UDim", "UDim2", "Ray", "BrickColor",
"OverlapParams", "RaycastParams", "Axes", "Random", "Region3", "Rect", "TweenInfo",
"collectgarbage", "not", "utf8", "pcall", "xpcall", "_G", "setmetatable", "getmetatable", "os", "pairs", "ipairs"
},
operators = {
"#", "+", "-", "*", "%", "/", "^", "=", "~", "=", "<", ">", ",", ".", "(", ")", "{", "}", "[", "]", ";", ":"
}
}
local colors = {
numbers = Color3.fromRGB(255, 198, 0),
boolean = Color3.fromRGB(255, 198, 0),
operator = Color3.fromRGB(255, 255, 255),
lua = Color3.fromRGB(248,109,124),
rbx = Color3.fromRGB(132,214,247),
str = Color3.fromRGB(56, 241, 87),
comment = Color3.fromRGB(102,102,102),
null = Color3.fromRGB(255,198,0),
call = Color3.fromRGB(253,251,172),
self_call = Color3.fromRGB(253,251,172),
local_color = Color3.fromRGB(235, 121, 115),
function_color = Color3.fromRGB(248,109,124),
self_color = Color3.fromRGB(235, 121, 115),
local_property = Color3.fromRGB(97,161,241),
}
local function createKeywordSet(keywords)
local keywordSet = {}
for _, keyword in ipairs(keywords) do
keywordSet[keyword] = true
end
return keywordSet
end
local luaSet = createKeywordSet(keywords.lua)
local rbxSet = createKeywordSet(keywords.rbx)
local operatorsSet = createKeywordSet(keywords.operators)
local function getHighlight(tokens, index)
local token = tokens[index]
if colors[token .. "_color"] then
return colors[token .. "_color"]
end
if tonumber(token) then
return colors.numbers
elseif token == "nil" then
return colors.null
elseif token:sub(1, 2) == "--" then
return colors.comment
elseif operatorsSet[token] then
return colors.operator
elseif luaSet[token] then
return colors.lua
elseif rbxSet[token] then
return colors.rbx
elseif token:sub(1, 1) == "\"" or token:sub(1, 1) == "\'" then
return colors.str
elseif token == "true" or token == "false" then
return colors.boolean
end
if tokens[index + 1] == "(" then
if tokens[index - 1] == ":" then
return colors.self_call
end
return colors.call
end
if tokens[index - 1] == "." then
if tokens[index - 2] == "Enum" then
return colors.rbx
end
return colors.local_property
end
end
function highlighter.run(source)
local tokens = {}
local currentToken = ""
local inString = false
local inComment = false
local commentPersist = false
for i = 1, #source do
local character = source:sub(i, i)
if inComment then
if character == "\n" and not commentPersist then
table.insert(tokens, currentToken)
table.insert(tokens, character)
currentToken = ""
inComment = false
elseif source:sub(i - 1, i) == "]]" and commentPersist then
currentToken ..= "]"
table.insert(tokens, currentToken)
currentToken = ""
inComment = false
commentPersist = false
else
currentToken = currentToken .. character
end
elseif inString then
if character == inString and source:sub(i-1, i-1) ~= "\\" or character == "\n" then
currentToken = currentToken .. character
inString = false
else
currentToken = currentToken .. character
end
else
if source:sub(i, i + 1) == "--" then
table.insert(tokens, currentToken)
currentToken = "-"
inComment = true
commentPersist = source:sub(i + 2, i + 3) == "[["
elseif character == "\"" or character == "\'" then
table.insert(tokens, currentToken)
currentToken = character
inString = character
elseif operatorsSet[character] then
table.insert(tokens, currentToken)
table.insert(tokens, character)
currentToken = ""
elseif character:match("[%w_]") then
currentToken = currentToken .. character
else
table.insert(tokens, currentToken)
table.insert(tokens, character)
currentToken = ""
end
end
end
table.insert(tokens, currentToken)
local highlighted = {}
for i, token in ipairs(tokens) do
local highlight = getHighlight(tokens, i)
if highlight then
local syntax = string.format("%s", highlight:ToHex(), token:gsub("<", "<"):gsub(">", ">"))
table.insert(highlighted, syntax)
else
table.insert(highlighted, token)
end
end
return table.concat(highlighted)
end
return highlighter
end)()
script.Parent:getPropertyChangedSignal('Text'):Connect(function()
script.Parent.TextLabel.Text = highlighter.run(script.Parent.Text)
end)
end;
task.spawn(C_1b2);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.sel.LocalScript
local function C_1b5()
local script = G2L["1b5"];
local on = false
script.Parent.MouseButton1Click:Connect(function()
if on then
script.Parent.BackgroundColor3 = Color3.fromHex('#383838')
on = false
else
script.Parent.BackgroundColor3 = Color3.fromHex('#0B5AAF')
on = true
end
end)
end;
task.spawn(C_1b5);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.sel.LocalScript
local function C_1b7()
local script = G2L["1b7"];
local on = false
local newEvent = function()
return script.Parent.Parent.Output.TextLabel:GetPropertyChangedSignal('Text'):Connect(function()
script.Parent.Parent.Output.CanvasPosition = Vector2.new(0,script.Parent.Parent.Output.TextLabel.TextBounds.Y)
end)
end
local event
script.Parent.MouseButton1Click:Connect(function()
if on then
script.Parent.BackgroundColor3 = Color3.fromHex('#383838')
on = false
event:Disconnect()
else
script.Parent.BackgroundColor3 = Color3.fromHex('#0B5AAF')
on = true
event = newEvent()
end
end)
end;
task.spawn(C_1b7);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.Content.sel.LocalScript
local function C_1b9()
local script = G2L["1b9"];
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Output.TextLabel.Text=''
end)
end;
task.spawn(C_1b9);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.Main.UI DRAG
local function C_1ba()
local script = G2L["1ba"];
local UserInputService = game:GetService("UserInputService")
local gui = script.Parent
local dragging
local dragInput
local dragStart
local startPos
local function update(input)
local delta = input.Position - dragStart
gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
end
gui.InputBegan:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
dragging = true
dragStart = input.Position
startPos = gui.Position
input.Changed:Connect(function()
if input.UserInputState == Enum.UserInputState.End then
dragging = false
end
end)
end
end)
gui.InputChanged:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
dragInput = input
end
end)
UserInputService.InputChanged:Connect(function(input)
if input == dragInput and dragging then
update(input)
end
end)
local function clampTopOnly()
local vpSize = workspace.CurrentCamera.ViewportSize
local guiSize = gui.AbsoluteSize
local pos = gui.Position
local rawY = pos.Y.Scale * vpSize.Y + pos.Y.Offset
local clampedY = math.max(rawY, 0)
gui.Position = UDim2.new(pos.X.Scale, pos.X.Offset, 0, clampedY)
end
clampTopOnly()
gui:GetPropertyChangedSignal("Position"):Connect(clampTopOnly)
end;
task.spawn(C_1ba);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.getgenv() Remove Credits Controller
local function C_1bb()
local script = G2L["1bb"];
if getgenv().RemoveCredits ~= (nil or true) then
print('SSP Credits:')
print('Secret Service Panel Require: UI')
print('Pootis Script: Feriner Painis or something i just renamed the tool name to it')
print('ElijanHR: Mystic Anhiliation')
print('BrokenSpawn1020: ur ssp was leaked soooo Grandsola')
print('FSP (dont ask what this is): some scripts + Dex++')
print('Duck Rain Script Owner: Taco Rain (i modified)')
end
end;
task.spawn(C_1bb);
-- ReplicatedStorage.MainModule.Dex.Apps.Console.a
local function C_1bc()
local script = G2L["1bc"];
-- refference
end;
task.spawn(C_1bc);
return G2L["1"], require;