Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local G2L = {};
- -- StarterGui.Menu
- G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
- G2L["1"]["IgnoreGuiInset"] = true;
- G2L["1"]["ScreenInsets"] = Enum.ScreenInsets.DeviceSafeInsets;
- G2L["1"]["Name"] = [[Menu]];
- G2L["1"]["ResetOnSpawn"] = false;
- -- StarterGui.Menu.Blur
- G2L["2"] = Instance.new("Frame", G2L["1"]);
- G2L["2"]["BorderSizePixel"] = 0;
- G2L["2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["2"]["Size"] = UDim2.new(1, 0, 1, 0);
- G2L["2"]["Position"] = UDim2.new(-0.00331, 0, 0, 0);
- G2L["2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["2"]["Name"] = [[Blur]];
- G2L["2"]["BackgroundTransparency"] = 0.65;
- -- StarterGui.Menu.All
- G2L["3"] = Instance.new("Frame", G2L["1"]);
- G2L["3"]["BorderSizePixel"] = 0;
- G2L["3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["3"]["Size"] = UDim2.new(1, 0, 1, 0);
- G2L["3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["3"]["Name"] = [[All]];
- G2L["3"]["BackgroundTransparency"] = 1;
- -- StarterGui.Menu.All.MainR
- G2L["4"] = Instance.new("Frame", G2L["3"]);
- G2L["4"]["ZIndex"] = 3;
- G2L["4"]["BorderSizePixel"] = 0;
- G2L["4"]["BackgroundColor3"] = Color3.fromRGB(255, 156, 156);
- G2L["4"]["Size"] = UDim2.new(0.4536, 0, 0.56638, 0);
- G2L["4"]["Position"] = UDim2.new(0.54025, 0, 0.01285, 0);
- G2L["4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["4"]["Name"] = [[MainR]];
- -- StarterGui.Menu.All.MainR.UIAspectRatioConstraint
- G2L["5"] = Instance.new("UIAspectRatioConstraint", G2L["4"]);
- G2L["5"]["AspectRatio"] = 1.81096;
- -- StarterGui.Menu.All.MainR.UICorner
- G2L["6"] = Instance.new("UICorner", G2L["4"]);
- G2L["6"]["CornerRadius"] = UDim.new(0, 12);
- -- StarterGui.Menu.All.MainR.Logo
- G2L["7"] = Instance.new("ImageLabel", G2L["4"]);
- G2L["7"]["ZIndex"] = 4;
- G2L["7"]["BorderSizePixel"] = 0;
- G2L["7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["7"]["Image"] = [[rbxassetid://88997328610291]];
- G2L["7"]["Size"] = UDim2.new(0.29954, 0, 0.24953, 0);
- G2L["7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["7"]["BackgroundTransparency"] = 1;
- G2L["7"]["Name"] = [[Logo]];
- -- StarterGui.Menu.All.MainR.Logo.UIAspectRatioConstraint
- G2L["8"] = Instance.new("UIAspectRatioConstraint", G2L["7"]);
- G2L["8"]["AspectRatio"] = 2.17391;
- -- StarterGui.Menu.All.MainR.Title
- G2L["9"] = Instance.new("TextLabel", G2L["4"]);
- G2L["9"]["TextWrapped"] = true;
- G2L["9"]["ZIndex"] = 4;
- G2L["9"]["BorderSizePixel"] = 0;
- G2L["9"]["TextSize"] = 14;
- G2L["9"]["TextScaled"] = true;
- G2L["9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["9"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Italic);
- G2L["9"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["9"]["BackgroundTransparency"] = 1;
- G2L["9"]["Size"] = UDim2.new(0.34969, 0, 0.13422, 0);
- G2L["9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["9"]["Text"] = [[Infinite Yield]];
- G2L["9"]["Name"] = [[Title]];
- G2L["9"]["Position"] = UDim2.new(0.65031, 0, 0, 0);
- -- StarterGui.Menu.All.MainR.Title.UIAspectRatioConstraint
- G2L["a"] = Instance.new("UIAspectRatioConstraint", G2L["9"]);
- G2L["a"]["AspectRatio"] = 4.71831;
- -- StarterGui.Menu.All.MainR.Info
- G2L["b"] = Instance.new("TextLabel", G2L["4"]);
- G2L["b"]["TextWrapped"] = true;
- G2L["b"]["ZIndex"] = 4;
- G2L["b"]["BorderSizePixel"] = 0;
- G2L["b"]["TextSize"] = 14;
- G2L["b"]["TextScaled"] = true;
- G2L["b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["b"]["FontFace"] = Font.new([[rbxasset://fonts/families/JosefinSans.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["b"]["BackgroundTransparency"] = 1;
- G2L["b"]["Size"] = UDim2.new(0.58768, 0, 0.87335, 0);
- G2L["b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["b"]["Text"] = [[The best admin script is here! Infinite yield is good for alot of things. Its used by over one million people and its very popular.]];
- G2L["b"]["Name"] = [[Info]];
- G2L["b"]["Position"] = UDim2.new(0.41232, 0, 0.12665, 0);
- -- StarterGui.Menu.All.MainR.Info.UIAspectRatioConstraint
- G2L["c"] = Instance.new("UIAspectRatioConstraint", G2L["b"]);
- G2L["c"]["AspectRatio"] = 1.21861;
- -- StarterGui.Menu.All.MainR.Execute
- G2L["d"] = Instance.new("TextButton", G2L["4"]);
- G2L["d"]["TextWrapped"] = true;
- G2L["d"]["BorderSizePixel"] = 0;
- G2L["d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["d"]["TextSize"] = 14;
- G2L["d"]["TextScaled"] = true;
- G2L["d"]["BackgroundColor3"] = Color3.fromRGB(210, 56, 56);
- G2L["d"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Italic);
- G2L["d"]["ZIndex"] = 4;
- G2L["d"]["Size"] = UDim2.new(0.40292, 0, 0.18904, 0);
- G2L["d"]["Name"] = [[Execute]];
- G2L["d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["d"]["Text"] = [[Execute script]];
- G2L["d"]["Position"] = UDim2.new(0.00939, 0, 0.71834, 0);
- -- StarterGui.Menu.All.MainR.Execute.UICorner
- G2L["e"] = Instance.new("UICorner", G2L["d"]);
- -- StarterGui.Menu.All.MainR.Execute.UIStroke
- G2L["f"] = Instance.new("UIStroke", G2L["d"]);
- G2L["f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- -- StarterGui.Menu.All.MainR.Execute.LocalScript
- G2L["10"] = Instance.new("LocalScript", G2L["d"]);
- -- StarterGui.Menu.All.MainR.Execute.UIAspectRatioConstraint
- G2L["11"] = Instance.new("UIAspectRatioConstraint", G2L["d"]);
- G2L["11"]["AspectRatio"] = 3.86;
- -- StarterGui.Menu.All.MainR.Status
- G2L["12"] = Instance.new("TextLabel", G2L["4"]);
- G2L["12"]["TextWrapped"] = true;
- G2L["12"]["ZIndex"] = 4;
- G2L["12"]["BorderSizePixel"] = 0;
- G2L["12"]["TextSize"] = 14;
- G2L["12"]["TextScaled"] = true;
- G2L["12"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["12"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["12"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["12"]["BackgroundTransparency"] = 1;
- G2L["12"]["Size"] = UDim2.new(0.42171, 0, 0.13043, 0);
- G2L["12"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["12"]["Text"] = [[Status: 🟢]];
- G2L["12"]["Name"] = [[Status]];
- G2L["12"]["Position"] = UDim2.new(0.00939, 0, 0.43478, 0);
- -- StarterGui.Menu.All.MainR.Status.UIAspectRatioConstraint
- G2L["13"] = Instance.new("UIAspectRatioConstraint", G2L["12"]);
- G2L["13"]["AspectRatio"] = 5.85507;
- -- StarterGui.Menu.All.MainR.SaveOrNot
- G2L["14"] = Instance.new("TextLabel", G2L["4"]);
- G2L["14"]["TextWrapped"] = true;
- G2L["14"]["ZIndex"] = 4;
- G2L["14"]["BorderSizePixel"] = 0;
- G2L["14"]["TextSize"] = 14;
- G2L["14"]["TextScaled"] = true;
- G2L["14"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["14"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["14"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["14"]["BackgroundTransparency"] = 1;
- G2L["14"]["Size"] = UDim2.new(0.42171, 0, 0.13043, 0);
- G2L["14"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["14"]["Text"] = [[Save to use 👍]];
- G2L["14"]["Name"] = [[SaveOrNot]];
- G2L["14"]["Position"] = UDim2.new(0.00939, 0, 0.53308, 0);
- -- StarterGui.Menu.All.MainR.SaveOrNot.UIAspectRatioConstraint
- G2L["15"] = Instance.new("UIAspectRatioConstraint", G2L["14"]);
- G2L["15"]["AspectRatio"] = 5.85507;
- -- StarterGui.Menu.All.ROutline2
- G2L["16"] = Instance.new("Frame", G2L["3"]);
- G2L["16"]["ZIndex"] = 2;
- G2L["16"]["BorderSizePixel"] = 0;
- G2L["16"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["16"]["Size"] = UDim2.new(0.12347, 0, 0.15418, 0);
- G2L["16"]["Position"] = UDim2.new(0.87358, 0, 0.00642, 0);
- G2L["16"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["16"]["Name"] = [[ROutline2]];
- -- StarterGui.Menu.All.ROutline2.UIAspectRatioConstraint
- G2L["17"] = Instance.new("UIAspectRatioConstraint", G2L["16"]);
- G2L["17"]["AspectRatio"] = 1.81096;
- -- StarterGui.Menu.All.ROutline2.UICorner
- G2L["18"] = Instance.new("UICorner", G2L["16"]);
- G2L["18"]["CornerRadius"] = UDim.new(0, 12);
- -- StarterGui.Menu.All.ROutline1
- G2L["19"] = Instance.new("Frame", G2L["3"]);
- G2L["19"]["ZIndex"] = 2;
- G2L["19"]["BorderSizePixel"] = 0;
- G2L["19"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
- G2L["19"]["Size"] = UDim2.new(0.4536, 0, 0.56638, 0);
- G2L["19"]["Position"] = UDim2.new(0.53172, 0, 0.02875, 0);
- G2L["19"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["19"]["Name"] = [[ROutline1]];
- -- StarterGui.Menu.All.ROutline1.UIAspectRatioConstraint
- G2L["1a"] = Instance.new("UIAspectRatioConstraint", G2L["19"]);
- G2L["1a"]["AspectRatio"] = 1.81096;
- -- StarterGui.Menu.All.ROutline1.UICorner
- G2L["1b"] = Instance.new("UICorner", G2L["19"]);
- G2L["1b"]["CornerRadius"] = UDim.new(0, 12);
- -- StarterGui.Menu.All.Value
- G2L["1c"] = Instance.new("StringValue", G2L["3"]);
- G2L["1c"]["Value"] = [[0,0,0.015,0]];
- -- StarterGui.Menu.All.LocalScript
- G2L["1d"] = Instance.new("LocalScript", G2L["3"]);
- -- StarterGui.Menu.All.LocalScript.Secret shush sidjhaidhsauhdyushgaudwgfdygsadg
- G2L["1e"] = Instance.new("BlurEffect", G2L["1d"]);
- G2L["1e"]["Name"] = [[Secret shush sidjhaidhsauhdyushgaudwgfdygsadg]];
- G2L["1e"]["Size"] = 56;
- -- StarterGui.Menu.All.MainB
- G2L["1f"] = Instance.new("Frame", G2L["3"]);
- G2L["1f"]["ZIndex"] = 3;
- G2L["1f"]["BorderSizePixel"] = 0;
- G2L["1f"]["BackgroundColor3"] = Color3.fromRGB(52, 52, 73);
- G2L["1f"]["Size"] = UDim2.new(0.41474, 0, 0.42022, 0);
- G2L["1f"]["Position"] = UDim2.new(0.55303, 0, 0.55124, 0);
- G2L["1f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1f"]["Name"] = [[MainB]];
- -- StarterGui.Menu.All.MainB.UICorner
- G2L["20"] = Instance.new("UICorner", G2L["1f"]);
- G2L["20"]["CornerRadius"] = UDim.new(0, 3);
- -- StarterGui.Menu.All.MainB.UIStroke
- G2L["21"] = Instance.new("UIStroke", G2L["1f"]);
- G2L["21"]["Thickness"] = 3;
- -- StarterGui.Menu.All.MainB.UIAspectRatioConstraint
- G2L["22"] = Instance.new("UIAspectRatioConstraint", G2L["1f"]);
- G2L["22"]["AspectRatio"] = 1.97484;
- -- StarterGui.Menu.All.MainB.TextLabel
- G2L["23"] = Instance.new("TextLabel", G2L["1f"]);
- G2L["23"]["TextWrapped"] = true;
- G2L["23"]["ZIndex"] = 4;
- G2L["23"]["BorderSizePixel"] = 0;
- G2L["23"]["TextSize"] = 14;
- G2L["23"]["TextScaled"] = true;
- G2L["23"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["23"]["FontFace"] = Font.new([[rbxasset://fonts/families/ComicNeueAngular.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["23"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["23"]["BackgroundTransparency"] = 1;
- G2L["23"]["Size"] = UDim2.new(0.28344, 0, 0.21069, 0);
- G2L["23"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["23"]["Text"] = [[BoboHub]];
- G2L["23"]["Position"] = UDim2.new(0, 0, -0.04088, 0);
- -- StarterGui.Menu.All.MainB.TextLabel.UIAspectRatioConstraint
- G2L["24"] = Instance.new("UIAspectRatioConstraint", G2L["23"]);
- G2L["24"]["AspectRatio"] = 2.65672;
- -- StarterGui.Menu.All.MainB.Title
- G2L["25"] = Instance.new("TextLabel", G2L["1f"]);
- G2L["25"]["TextWrapped"] = true;
- G2L["25"]["ZIndex"] = 4;
- G2L["25"]["BorderSizePixel"] = 0;
- G2L["25"]["TextSize"] = 14;
- G2L["25"]["TextScaled"] = true;
- G2L["25"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["25"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Italic);
- G2L["25"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["25"]["BackgroundTransparency"] = 1;
- G2L["25"]["Size"] = UDim2.new(0.34969, 0, 0.13422, 0);
- G2L["25"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["25"]["Text"] = [[BoboHub]];
- G2L["25"]["Name"] = [[Title]];
- G2L["25"]["Position"] = UDim2.new(0.65031, 0, 0, 0);
- -- StarterGui.Menu.All.MainB.Title.UIAspectRatioConstraint
- G2L["26"] = Instance.new("UIAspectRatioConstraint", G2L["25"]);
- G2L["26"]["AspectRatio"] = 4.71831;
- -- StarterGui.Menu.All.MainB.Info
- G2L["27"] = Instance.new("TextLabel", G2L["1f"]);
- G2L["27"]["TextWrapped"] = true;
- G2L["27"]["ZIndex"] = 4;
- G2L["27"]["BorderSizePixel"] = 0;
- G2L["27"]["TextSize"] = 14;
- G2L["27"]["TextScaled"] = true;
- G2L["27"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["27"]["FontFace"] = Font.new([[rbxasset://fonts/families/JosefinSans.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["27"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["27"]["BackgroundTransparency"] = 1;
- G2L["27"]["Size"] = UDim2.new(0.58768, 0, 0.87335, 0);
- G2L["27"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["27"]["Text"] = [[BoboHub is my own hub. I made it for fun and i think its really good. It doesnt work in every game but in most.]];
- G2L["27"]["Name"] = [[Info]];
- G2L["27"]["Position"] = UDim2.new(0.44894, 0, 0.12665, 0);
- -- StarterGui.Menu.All.MainB.Info.UIAspectRatioConstraint
- G2L["28"] = Instance.new("UIAspectRatioConstraint", G2L["27"]);
- G2L["28"]["AspectRatio"] = 1.21861;
- -- StarterGui.Menu.All.MainB.SaveOrNot
- G2L["29"] = Instance.new("TextLabel", G2L["1f"]);
- G2L["29"]["TextWrapped"] = true;
- G2L["29"]["ZIndex"] = 4;
- G2L["29"]["BorderSizePixel"] = 0;
- G2L["29"]["TextSize"] = 14;
- G2L["29"]["TextScaled"] = true;
- G2L["29"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["29"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["29"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["29"]["BackgroundTransparency"] = 1;
- G2L["29"]["Size"] = UDim2.new(0.42171, 0, 0.13043, 0);
- G2L["29"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["29"]["Text"] = [[Save to use 👍]];
- G2L["29"]["Name"] = [[SaveOrNot]];
- G2L["29"]["Position"] = UDim2.new(0.00939, 0, 0.53308, 0);
- -- StarterGui.Menu.All.MainB.SaveOrNot.UIAspectRatioConstraint
- G2L["2a"] = Instance.new("UIAspectRatioConstraint", G2L["29"]);
- G2L["2a"]["AspectRatio"] = 5.85507;
- -- StarterGui.Menu.All.MainB.Status
- G2L["2b"] = Instance.new("TextLabel", G2L["1f"]);
- G2L["2b"]["TextWrapped"] = true;
- G2L["2b"]["ZIndex"] = 4;
- G2L["2b"]["BorderSizePixel"] = 0;
- G2L["2b"]["TextSize"] = 14;
- G2L["2b"]["TextScaled"] = true;
- G2L["2b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["2b"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
- G2L["2b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["2b"]["BackgroundTransparency"] = 1;
- G2L["2b"]["Size"] = UDim2.new(0.42171, 0, 0.13043, 0);
- G2L["2b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["2b"]["Text"] = [[Status: 🟡]];
- G2L["2b"]["Name"] = [[Status]];
- G2L["2b"]["Position"] = UDim2.new(0.00939, 0, 0.43478, 0);
- -- StarterGui.Menu.All.MainB.Status.UIAspectRatioConstraint
- G2L["2c"] = Instance.new("UIAspectRatioConstraint", G2L["2b"]);
- G2L["2c"]["AspectRatio"] = 5.85507;
- -- StarterGui.Menu.All.MainB.Execute
- G2L["2d"] = Instance.new("TextButton", G2L["1f"]);
- G2L["2d"]["TextWrapped"] = true;
- G2L["2d"]["BorderSizePixel"] = 0;
- G2L["2d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["2d"]["TextSize"] = 14;
- G2L["2d"]["TextScaled"] = true;
- G2L["2d"]["BackgroundColor3"] = Color3.fromRGB(210, 56, 56);
- G2L["2d"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Italic);
- G2L["2d"]["ZIndex"] = 4;
- G2L["2d"]["Size"] = UDim2.new(0.40292, 0, 0.18904, 0);
- G2L["2d"]["Name"] = [[Execute]];
- G2L["2d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["2d"]["Text"] = [[Execute script]];
- G2L["2d"]["Position"] = UDim2.new(0.00939, 0, 0.71834, 0);
- -- StarterGui.Menu.All.MainB.Execute.UICorner
- G2L["2e"] = Instance.new("UICorner", G2L["2d"]);
- -- StarterGui.Menu.All.MainB.Execute.UIStroke
- G2L["2f"] = Instance.new("UIStroke", G2L["2d"]);
- G2L["2f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- -- StarterGui.Menu.All.MainB.Execute.LocalScript
- G2L["30"] = Instance.new("LocalScript", G2L["2d"]);
- -- StarterGui.Menu.All.MainB.Execute.UIAspectRatioConstraint
- G2L["31"] = Instance.new("UIAspectRatioConstraint", G2L["2d"]);
- G2L["31"]["AspectRatio"] = 3.86;
- -- StarterGui.Menu.All.Player
- G2L["32"] = Instance.new("Frame", G2L["3"]);
- G2L["32"]["ZIndex"] = 5;
- G2L["32"]["BorderSizePixel"] = 0;
- G2L["32"]["BackgroundColor3"] = Color3.fromRGB(131, 168, 255);
- G2L["32"]["Size"] = UDim2.new(0.3196, 0, 0.65127, 0);
- G2L["32"]["Position"] = UDim2.new(0, 0, 0.34873, 0);
- G2L["32"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["32"]["Name"] = [[Player]];
- -- StarterGui.Menu.All.Player.PlayerIcon
- G2L["33"] = Instance.new("ImageLabel", G2L["32"]);
- G2L["33"]["ZIndex"] = 6;
- G2L["33"]["BorderSizePixel"] = 0;
- G2L["33"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["33"]["Image"] = [[rbxasset://textures/ui/GuiImagePlaceholder.png]];
- G2L["33"]["Size"] = UDim2.new(0.60148, 0, 0.64504, 0);
- G2L["33"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["33"]["BackgroundTransparency"] = 1;
- G2L["33"]["Name"] = [[PlayerIcon]];
- G2L["33"]["Position"] = UDim2.new(0.175, 0, -0.295, 0);
- -- StarterGui.Menu.All.Player.PlayerIcon.UIAspectRatioConstraint
- G2L["34"] = Instance.new("UIAspectRatioConstraint", G2L["33"]);
- -- StarterGui.Menu.All.Player.PlayerIcon.LocalScript
- G2L["35"] = Instance.new("LocalScript", G2L["33"]);
- -- StarterGui.Menu.All.Player.HubName
- G2L["36"] = Instance.new("TextLabel", G2L["32"]);
- G2L["36"]["TextWrapped"] = true;
- G2L["36"]["ZIndex"] = 5;
- G2L["36"]["BorderSizePixel"] = 0;
- G2L["36"]["TextSize"] = 14;
- G2L["36"]["TextScaled"] = true;
- G2L["36"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["36"]["FontFace"] = Font.new([[rbxasset://fonts/families/Balthazar.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["36"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["36"]["BackgroundTransparency"] = 1;
- G2L["36"]["Size"] = UDim2.new(0.23704, 0, 0.12182, 0);
- G2L["36"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["36"]["Text"] = [[Locked Hub]];
- G2L["36"]["Name"] = [[HubName]];
- -- StarterGui.Menu.All.Player.HubName.UIStroke
- G2L["37"] = Instance.new("UIStroke", G2L["36"]);
- -- StarterGui.Menu.All.Player.HubName.UIAspectRatioConstraint
- G2L["38"] = Instance.new("UIAspectRatioConstraint", G2L["36"]);
- G2L["38"]["AspectRatio"] = 2.36;
- -- StarterGui.Menu.All.Player.PlayerName
- G2L["39"] = Instance.new("TextLabel", G2L["32"]);
- G2L["39"]["TextWrapped"] = true;
- G2L["39"]["ZIndex"] = 5;
- G2L["39"]["BorderSizePixel"] = 0;
- G2L["39"]["TextSize"] = 14;
- G2L["39"]["TextScaled"] = true;
- G2L["39"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["39"]["FontFace"] = Font.new([[rbxasset://fonts/families/Balthazar.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["39"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["39"]["BackgroundTransparency"] = 1;
- G2L["39"]["Size"] = UDim2.new(0.60148, 0, 0.06641, 0);
- G2L["39"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["39"]["Text"] = [[You]];
- G2L["39"]["Name"] = [[PlayerName]];
- G2L["39"]["Position"] = UDim2.new(0.17481, 0, 0.2444, 0);
- -- StarterGui.Menu.All.Player.PlayerName.UIStroke
- G2L["3a"] = Instance.new("UIStroke", G2L["39"]);
- -- StarterGui.Menu.All.Player.PlayerName.UIAspectRatioConstraint
- G2L["3b"] = Instance.new("UIAspectRatioConstraint", G2L["39"]);
- G2L["3b"]["AspectRatio"] = 8.12;
- -- StarterGui.Menu.All.Player.PlayerName.LocalScript
- G2L["3c"] = Instance.new("LocalScript", G2L["39"]);
- -- StarterGui.Menu.All.Player.Info
- G2L["3d"] = Instance.new("TextLabel", G2L["32"]);
- G2L["3d"]["TextWrapped"] = true;
- G2L["3d"]["ZIndex"] = 5;
- G2L["3d"]["BorderSizePixel"] = 0;
- G2L["3d"]["TextSize"] = 14;
- G2L["3d"]["TextScaled"] = true;
- G2L["3d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["3d"]["FontFace"] = Font.new([[rbxasset://fonts/families/Balthazar.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["3d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["3d"]["BackgroundTransparency"] = 1;
- G2L["3d"]["Size"] = UDim2.new(1, 0, 0.68919, 0);
- G2L["3d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["3d"]["Text"] = [[Thanks for using Locked Hub! This was made by ZVS_BoboTheDev and LockZVS. Have fun exploiting! I will release more safe scripts to the menu when i find them.]];
- G2L["3d"]["Name"] = [[Info]];
- G2L["3d"]["Position"] = UDim2.new(0, 0, 0.31081, 0);
- -- StarterGui.Menu.All.Player.Info.UIStroke
- G2L["3e"] = Instance.new("UIStroke", G2L["3d"]);
- -- StarterGui.Menu.All.Player.Info.UIAspectRatioConstraint
- G2L["3f"] = Instance.new("UIAspectRatioConstraint", G2L["3d"]);
- G2L["3f"]["AspectRatio"] = 1.30092;
- -- StarterGui.Menu.All.MainR.Execute.LocalScript
- local function C_10()
- local script = G2L["10"];
- local Clicked = false
- script.Parent.MouseButton1Click:Connect(function()
- if Clicked == false then
- Clicked = true
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end
- end)
- end;
- task.spawn(C_10);
- -- StarterGui.Menu.All.LocalScript
- local function C_1d()
- local script = G2L["1d"];
- local TweenService = game:GetService("TweenService")
- local Info = TweenInfo.new(0.5, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut)
- local Info2 = TweenInfo.new(0.4, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut)
- local prop = {
- Position = UDim2.new(0, 0, 0, 0)
- }
- local prop2 = {
- Size = 56
- }
- local Animation = TweenService:Create(script.Parent, Info, prop)
- local Animation2 = TweenService:Create(script["Secret shush sidjhaidhsauhdyushgaudwgfdygsadg"], Info2, prop2)
- script.Parent.Position = UDim2.new(0, 0, 0.015, 0)
- script["Secret shush sidjhaidhsauhdyushgaudwgfdygsadg"].Size = 0
- script["Secret shush sidjhaidhsauhdyushgaudwgfdygsadg"].Parent = game.Lighting
- Animation2:Play()
- Animation:Play()
- local UIS = game:GetService("UserInputService")
- local Key = Enum.KeyCode.KeypadFour
- UIS.InputBegan:Connect(function(input)
- if input.KeyCode == Key then
- if script.Parent.Parent.Enabled == true then
- script.Parent.Parent.Enabled = false
- game.Lighting["Secret shush sidjhaidhsauhdyushgaudwgfdygsadg"].Parent = script
- wait(0.001)
- script["Secret shush sidjhaidhsauhdyushgaudwgfdygsadg"].Size = 0
- else
- script.Parent.Parent.Enabled = true
- script.Parent.Position = UDim2.new(0, 0, 0.015, 0)
- script["Secret shush sidjhaidhsauhdyushgaudwgfdygsadg"].Size = 0
- script["Secret shush sidjhaidhsauhdyushgaudwgfdygsadg"].Parent = game.Lighting
- Animation2:Play()
- Animation:Play()
- end
- end
- end)
- end;
- task.spawn(C_1d);
- -- StarterGui.Menu.All.MainB.Execute.LocalScript
- local function C_30()
- local script = G2L["30"];
- local Clicked = false
- script.Parent.MouseButton1Click:Connect(function()
- if Clicked == false then
- Clicked = true
- loadstring(game:HttpGet("https://pastebin.com/raw/0yZHyrZ5"))()
- end
- end)
- end;
- task.spawn(C_30);
- -- StarterGui.Menu.All.Player.PlayerIcon.LocalScript
- local function C_35()
- local script = G2L["35"];
- local Players = game:GetService("Players")
- local player = Players.LocalPlayer
- local userId = player.UserId
- local thumbType = Enum.ThumbnailType.AvatarThumbnail
- local thumbSize = Enum.ThumbnailSize.Size420x420
- local content, isReady = Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
- local imageLabel = script.Parent
- imageLabel.Image = content
- local TweenService = game:GetService("TweenService")
- local Info = TweenInfo.new(0.75, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut)
- local Prop = {
- Position = UDim2.new(0.175, 0,-0.305, 0)
- }
- local Prop2 = {
- Position = UDim2.new(0.175, 0,-0.2875, 0)
- }
- local Tween = TweenService:Create(script.Parent, Info, Prop)
- local Tween2 = TweenService:Create(script.Parent, Info, Prop2)
- Tween:Play()
- Tween.Completed:Connect(function()
- Tween2:Play()
- end)
- Tween2.Completed:Connect(function()
- Tween:Play()
- end)
- end;
- task.spawn(C_35);
- -- StarterGui.Menu.All.Player.PlayerName.LocalScript
- local function C_3c()
- local script = G2L["3c"];
- script.Parent.Text = game.Players.LocalPlayer.DisplayName
- end;
- task.spawn(C_3c);
- return G2L["1"], require;
Add Comment
Please, Sign In to add comment