Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- $$\ $$\ $$\ $$\ $$\ $$$$$$\
- $$$\ $$$ | \__| $$ | $$ |\_$$ _|
- $$$$\ $$$$ | $$$$$$\ $$\ $$$$$$$\ $$ | $$ | $$ |
- $$\$$\$$ $$ | \____$$\ $$ |$$ __$$\ $$ | $$ | $$ |
- $$ \$$$ $$ | $$$$$$$ |$$ |$$ | $$ | $$ | $$ | $$ |
- $$ |\$ /$$ |$$ __$$ |$$ |$$ | $$ | $$ | $$ | $$ |
- $$ | \_/ $$ |\$$$$$$$ |$$ |$$ | $$ | \$$$$$$ |$$$$$$\
- \__| \__| \_______|\__|\__| \__| \______/ \______|
- ]]
- local G2L = {};
- -- StarterGui.RemoteSpy
- G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
- G2L["1"]["Name"] = [[RemoteSpy]];
- G2L["1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling;
- -- StarterGui.RemoteSpy.MainFrame
- G2L["2"] = Instance.new("Frame", G2L["1"]);
- G2L["2"]["BorderSizePixel"] = 0;
- G2L["2"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["2"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
- G2L["2"]["Size"] = UDim2.new(0, 0, 0.35, 0);
- G2L["2"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
- G2L["2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["2"]["Name"] = [[MainFrame]];
- -- StarterGui.RemoteSpy.MainFrame.UIAspectRatioConstraint
- G2L["3"] = Instance.new("UIAspectRatioConstraint", G2L["2"]);
- G2L["3"]["DominantAxis"] = Enum.DominantAxis.Height;
- G2L["3"]["AspectRatio"] = 1.6;
- G2L["3"]["AspectType"] = Enum.AspectType.ScaleWithParentSize;
- -- StarterGui.RemoteSpy.MainFrame.UICorner
- G2L["4"] = Instance.new("UICorner", G2L["2"]);
- G2L["4"]["CornerRadius"] = UDim.new(0, 10);
- -- StarterGui.RemoteSpy.MainFrame.Background
- G2L["5"] = Instance.new("ImageLabel", G2L["2"]);
- G2L["5"]["BorderSizePixel"] = 0;
- G2L["5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["5"]["ImageColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["5"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
- G2L["5"]["Image"] = [[http://www.roblox.com/asset/?id=95109760770210]];
- G2L["5"]["Size"] = UDim2.new(1, 36, 1, 36);
- G2L["5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["5"]["BackgroundTransparency"] = 1;
- G2L["5"]["Name"] = [[Background]];
- G2L["5"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
- -- StarterGui.RemoteSpy.MainFrame.Body
- G2L["6"] = Instance.new("CanvasGroup", G2L["2"]);
- G2L["6"]["BorderSizePixel"] = 0;
- G2L["6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["6"]["Size"] = UDim2.new(1, 0, 1, 0);
- G2L["6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["6"]["Name"] = [[Body]];
- G2L["6"]["BackgroundTransparency"] = 1;
- -- StarterGui.RemoteSpy.MainFrame.Body.UICorner
- G2L["7"] = Instance.new("UICorner", G2L["6"]);
- G2L["7"]["CornerRadius"] = UDim.new(0, 10);
- -- StarterGui.RemoteSpy.MainFrame.Body.TopNav
- G2L["8"] = Instance.new("Frame", G2L["6"]);
- G2L["8"]["BorderSizePixel"] = 0;
- G2L["8"]["BackgroundColor3"] = Color3.fromRGB(19, 19, 19);
- G2L["8"]["Size"] = UDim2.new(1, 0, 0.1, 0);
- G2L["8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["8"]["Name"] = [[TopNav]];
- -- StarterGui.RemoteSpy.MainFrame.Body.TopNav.BorderBottom
- G2L["9"] = Instance.new("Frame", G2L["8"]);
- G2L["9"]["BorderSizePixel"] = 0;
- G2L["9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["9"]["AnchorPoint"] = Vector2.new(0, 1);
- G2L["9"]["Size"] = UDim2.new(1, 0, 0, 1);
- G2L["9"]["Position"] = UDim2.new(0, 0, 1, 0);
- G2L["9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["9"]["Name"] = [[BorderBottom]];
- G2L["9"]["BackgroundTransparency"] = 0.55;
- -- StarterGui.RemoteSpy.MainFrame.Body.TopNav.BorderBottom.UIGradient
- G2L["a"] = Instance.new("UIGradient", G2L["9"]);
- G2L["a"]["Color"] = ColorSequence.new{ColorSequenceKeypoint.new(0.000, Color3.fromRGB(0, 0, 0)),ColorSequenceKeypoint.new(0.500, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(0, 0, 0))};
- -- StarterGui.RemoteSpy.MainFrame.Body.TopNav.TextLabel
- G2L["b"] = Instance.new("TextLabel", G2L["8"]);
- G2L["b"]["BorderSizePixel"] = 0;
- G2L["b"]["TextSize"] = 14;
- G2L["b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["b"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["b"]["BackgroundTransparency"] = 1;
- G2L["b"]["Size"] = UDim2.new(1, 0, 1, 0);
- G2L["b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["b"]["Text"] = [[SynapseZ RemoteSpy]];
- -- StarterGui.RemoteSpy.MainFrame.Body.Content
- G2L["c"] = Instance.new("Frame", G2L["6"]);
- G2L["c"]["BorderSizePixel"] = 0;
- G2L["c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["c"]["AnchorPoint"] = Vector2.new(0, 1);
- G2L["c"]["Size"] = UDim2.new(1, 0, 0.9, 0);
- G2L["c"]["Position"] = UDim2.new(0, 0, 1, 0);
- G2L["c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["c"]["Name"] = [[Content]];
- G2L["c"]["BackgroundTransparency"] = 1;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes
- G2L["d"] = Instance.new("Frame", G2L["c"]);
- G2L["d"]["BorderSizePixel"] = 0;
- G2L["d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["d"]["Size"] = UDim2.new(0.3, 0, 1, 0);
- G2L["d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["d"]["Name"] = [[Remotes]];
- G2L["d"]["BackgroundTransparency"] = 0.95;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.BorderRight
- G2L["e"] = Instance.new("Frame", G2L["d"]);
- G2L["e"]["BorderSizePixel"] = 0;
- G2L["e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["e"]["AnchorPoint"] = Vector2.new(1, 0);
- G2L["e"]["Size"] = UDim2.new(0, 1, 1, 0);
- G2L["e"]["Position"] = UDim2.new(1, 0, 0, 0);
- G2L["e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["e"]["Name"] = [[BorderRight]];
- G2L["e"]["BackgroundTransparency"] = 0.9;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content
- G2L["f"] = Instance.new("ScrollingFrame", G2L["d"]);
- G2L["f"]["Active"] = true;
- G2L["f"]["BorderSizePixel"] = 0;
- G2L["f"]["CanvasSize"] = UDim2.new(0, 0, 0, 0);
- G2L["f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["f"]["Name"] = [[Content]];
- G2L["f"]["ScrollBarImageTransparency"] = 0.89;
- G2L["f"]["AutomaticCanvasSize"] = Enum.AutomaticSize.Y;
- G2L["f"]["Size"] = UDim2.new(1, 0, 1, 0);
- G2L["f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["f"]["ScrollBarThickness"] = 5;
- G2L["f"]["BackgroundTransparency"] = 1;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.UIListLayout
- G2L["10"] = Instance.new("UIListLayout", G2L["f"]);
- G2L["10"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote
- G2L["11"] = Instance.new("Frame", G2L["f"]);
- G2L["11"]["BorderSizePixel"] = 0;
- G2L["11"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["11"]["Size"] = UDim2.new(1, 0, 0, 35);
- G2L["11"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["11"]["Name"] = [[Remote]];
- G2L["11"]["BackgroundTransparency"] = 1;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.BorderBottom
- G2L["12"] = Instance.new("Frame", G2L["11"]);
- G2L["12"]["BorderSizePixel"] = 0;
- G2L["12"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["12"]["AnchorPoint"] = Vector2.new(0, 1);
- G2L["12"]["Size"] = UDim2.new(1, 0, 0, 1);
- G2L["12"]["Position"] = UDim2.new(0, 0, 1, 0);
- G2L["12"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["12"]["Name"] = [[BorderBottom]];
- G2L["12"]["BackgroundTransparency"] = 0.95;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel
- G2L["13"] = Instance.new("ImageLabel", G2L["11"]);
- G2L["13"]["BorderSizePixel"] = 0;
- G2L["13"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["13"]["AnchorPoint"] = Vector2.new(0, 0.5);
- G2L["13"]["Image"] = [[rbxassetid://81392550372494]];
- G2L["13"]["Size"] = UDim2.new(0, 0, 0.5, 0);
- G2L["13"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["13"]["BackgroundTransparency"] = 1;
- G2L["13"]["Position"] = UDim2.new(0, 10, 0.5, 0);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel.UIAspectRatioConstraint
- G2L["14"] = Instance.new("UIAspectRatioConstraint", G2L["13"]);
- G2L["14"]["DominantAxis"] = Enum.DominantAxis.Height;
- G2L["14"]["AspectType"] = Enum.AspectType.ScaleWithParentSize;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.TextLabel
- G2L["15"] = Instance.new("TextLabel", G2L["11"]);
- G2L["15"]["BorderSizePixel"] = 0;
- G2L["15"]["TextSize"] = 14;
- G2L["15"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["15"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["15"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["15"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["15"]["BackgroundTransparency"] = 1;
- G2L["15"]["AnchorPoint"] = Vector2.new(1, 0);
- G2L["15"]["Size"] = UDim2.new(1, -37, 1, 0);
- G2L["15"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["15"]["Text"] = [[RemoteEvent]];
- G2L["15"]["Position"] = UDim2.new(1, 0, 0, 0);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote
- G2L["16"] = Instance.new("Frame", G2L["f"]);
- G2L["16"]["BorderSizePixel"] = 0;
- G2L["16"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["16"]["Size"] = UDim2.new(1, 0, 0, 35);
- G2L["16"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["16"]["Name"] = [[Remote]];
- G2L["16"]["BackgroundTransparency"] = 1;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.BorderBottom
- G2L["17"] = Instance.new("Frame", G2L["16"]);
- G2L["17"]["BorderSizePixel"] = 0;
- G2L["17"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["17"]["AnchorPoint"] = Vector2.new(0, 1);
- G2L["17"]["Size"] = UDim2.new(1, 0, 0, 1);
- G2L["17"]["Position"] = UDim2.new(0, 0, 1, 0);
- G2L["17"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["17"]["Name"] = [[BorderBottom]];
- G2L["17"]["BackgroundTransparency"] = 0.95;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel
- G2L["18"] = Instance.new("ImageLabel", G2L["16"]);
- G2L["18"]["BorderSizePixel"] = 0;
- G2L["18"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["18"]["AnchorPoint"] = Vector2.new(0, 0.5);
- G2L["18"]["Image"] = [[rbxassetid://126056744182118]];
- G2L["18"]["Size"] = UDim2.new(0, 0, 0.5, 0);
- G2L["18"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["18"]["BackgroundTransparency"] = 1;
- G2L["18"]["Position"] = UDim2.new(0, 10, 0.5, 0);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel.UIAspectRatioConstraint
- G2L["19"] = Instance.new("UIAspectRatioConstraint", G2L["18"]);
- G2L["19"]["DominantAxis"] = Enum.DominantAxis.Height;
- G2L["19"]["AspectType"] = Enum.AspectType.ScaleWithParentSize;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.TextLabel
- G2L["1a"] = Instance.new("TextLabel", G2L["16"]);
- G2L["1a"]["BorderSizePixel"] = 0;
- G2L["1a"]["TextSize"] = 14;
- G2L["1a"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- 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"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1a"]["BackgroundTransparency"] = 1;
- G2L["1a"]["AnchorPoint"] = Vector2.new(1, 0);
- G2L["1a"]["Size"] = UDim2.new(1, -37, 1, 0);
- G2L["1a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1a"]["Text"] = [[RemoteFunction]];
- G2L["1a"]["Position"] = UDim2.new(1, 0, 0, 0);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote
- G2L["1b"] = Instance.new("Frame", G2L["f"]);
- G2L["1b"]["BorderSizePixel"] = 0;
- G2L["1b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1b"]["Size"] = UDim2.new(1, 0, 0, 35);
- G2L["1b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1b"]["Name"] = [[Remote]];
- G2L["1b"]["BackgroundTransparency"] = 1;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.BorderBottom
- G2L["1c"] = Instance.new("Frame", G2L["1b"]);
- G2L["1c"]["BorderSizePixel"] = 0;
- G2L["1c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1c"]["AnchorPoint"] = Vector2.new(0, 1);
- G2L["1c"]["Size"] = UDim2.new(1, 0, 0, 1);
- G2L["1c"]["Position"] = UDim2.new(0, 0, 1, 0);
- G2L["1c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1c"]["Name"] = [[BorderBottom]];
- G2L["1c"]["BackgroundTransparency"] = 0.95;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel
- G2L["1d"] = Instance.new("ImageLabel", G2L["1b"]);
- G2L["1d"]["BorderSizePixel"] = 0;
- G2L["1d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1d"]["AnchorPoint"] = Vector2.new(0, 0.5);
- G2L["1d"]["Image"] = [[rbxassetid://121204001306334]];
- G2L["1d"]["Size"] = UDim2.new(0, 0, 0.5, 0);
- G2L["1d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1d"]["BackgroundTransparency"] = 1;
- G2L["1d"]["Position"] = UDim2.new(0, 10, 0.5, 0);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel.UIAspectRatioConstraint
- G2L["1e"] = Instance.new("UIAspectRatioConstraint", G2L["1d"]);
- G2L["1e"]["DominantAxis"] = Enum.DominantAxis.Height;
- G2L["1e"]["AspectType"] = Enum.AspectType.ScaleWithParentSize;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.TextLabel
- G2L["1f"] = Instance.new("TextLabel", G2L["1b"]);
- G2L["1f"]["BorderSizePixel"] = 0;
- G2L["1f"]["TextSize"] = 14;
- G2L["1f"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["1f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1f"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["1f"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["1f"]["BackgroundTransparency"] = 1;
- G2L["1f"]["AnchorPoint"] = Vector2.new(1, 0);
- G2L["1f"]["Size"] = UDim2.new(1, -37, 1, 0);
- G2L["1f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["1f"]["Text"] = [[BindableEvent]];
- G2L["1f"]["Position"] = UDim2.new(1, 0, 0, 0);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote
- G2L["20"] = Instance.new("Frame", G2L["f"]);
- G2L["20"]["BorderSizePixel"] = 0;
- G2L["20"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["20"]["Size"] = UDim2.new(1, 0, 0, 35);
- G2L["20"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["20"]["Name"] = [[Remote]];
- G2L["20"]["BackgroundTransparency"] = 1;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.BorderBottom
- G2L["21"] = Instance.new("Frame", G2L["20"]);
- G2L["21"]["BorderSizePixel"] = 0;
- G2L["21"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["21"]["AnchorPoint"] = Vector2.new(0, 1);
- G2L["21"]["Size"] = UDim2.new(1, 0, 0, 1);
- G2L["21"]["Position"] = UDim2.new(0, 0, 1, 0);
- G2L["21"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["21"]["Name"] = [[BorderBottom]];
- G2L["21"]["BackgroundTransparency"] = 0.95;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel
- G2L["22"] = Instance.new("ImageLabel", G2L["20"]);
- G2L["22"]["BorderSizePixel"] = 0;
- G2L["22"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["22"]["AnchorPoint"] = Vector2.new(0, 0.5);
- G2L["22"]["Image"] = [[rbxassetid://121637943369203]];
- G2L["22"]["Size"] = UDim2.new(0, 0, 0.5, 0);
- G2L["22"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["22"]["BackgroundTransparency"] = 1;
- G2L["22"]["Position"] = UDim2.new(0, 10, 0.5, 0);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel.UIAspectRatioConstraint
- G2L["23"] = Instance.new("UIAspectRatioConstraint", G2L["22"]);
- G2L["23"]["DominantAxis"] = Enum.DominantAxis.Height;
- G2L["23"]["AspectType"] = Enum.AspectType.ScaleWithParentSize;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.TextLabel
- G2L["24"] = Instance.new("TextLabel", G2L["20"]);
- G2L["24"]["BorderSizePixel"] = 0;
- G2L["24"]["TextSize"] = 14;
- G2L["24"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["24"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["24"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["24"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["24"]["BackgroundTransparency"] = 1;
- G2L["24"]["AnchorPoint"] = Vector2.new(1, 0);
- G2L["24"]["Size"] = UDim2.new(1, -37, 1, 0);
- G2L["24"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["24"]["Text"] = [[BindableFunction]];
- G2L["24"]["Position"] = UDim2.new(1, 0, 0, 0);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.RemoteEvent
- G2L["25"] = Instance.new("RemoteEvent", G2L["f"]);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote
- G2L["26"] = Instance.new("Frame", G2L["f"]);
- G2L["26"]["BorderSizePixel"] = 0;
- G2L["26"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["26"]["Size"] = UDim2.new(1, 0, 0, 35);
- G2L["26"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["26"]["Name"] = [[Remote]];
- G2L["26"]["BackgroundTransparency"] = 1;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.BorderBottom
- G2L["27"] = Instance.new("Frame", G2L["26"]);
- G2L["27"]["BorderSizePixel"] = 0;
- G2L["27"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["27"]["AnchorPoint"] = Vector2.new(0, 1);
- G2L["27"]["Size"] = UDim2.new(1, 0, 0, 1);
- G2L["27"]["Position"] = UDim2.new(0, 0, 1, 0);
- G2L["27"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["27"]["Name"] = [[BorderBottom]];
- G2L["27"]["BackgroundTransparency"] = 0.95;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel
- G2L["28"] = Instance.new("ImageLabel", G2L["26"]);
- G2L["28"]["BorderSizePixel"] = 0;
- G2L["28"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["28"]["AnchorPoint"] = Vector2.new(0, 0.5);
- G2L["28"]["Image"] = [[rbxassetid://139188459486361]];
- G2L["28"]["Size"] = UDim2.new(0, 0, 0.5, 0);
- G2L["28"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["28"]["BackgroundTransparency"] = 1;
- G2L["28"]["Position"] = UDim2.new(0, 10, 0.5, 0);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel.UIAspectRatioConstraint
- G2L["29"] = Instance.new("UIAspectRatioConstraint", G2L["28"]);
- G2L["29"]["DominantAxis"] = Enum.DominantAxis.Height;
- G2L["29"]["AspectType"] = Enum.AspectType.ScaleWithParentSize;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.TextLabel
- G2L["2a"] = Instance.new("TextLabel", G2L["26"]);
- G2L["2a"]["BorderSizePixel"] = 0;
- G2L["2a"]["TextSize"] = 14;
- G2L["2a"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- 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"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["2a"]["BackgroundTransparency"] = 1;
- G2L["2a"]["AnchorPoint"] = Vector2.new(1, 0);
- G2L["2a"]["Size"] = UDim2.new(1, -37, 1, 0);
- G2L["2a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["2a"]["Text"] = [[UnreliableRemoteEvent]];
- G2L["2a"]["Position"] = UDim2.new(1, 0, 0, 0);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection
- G2L["2b"] = Instance.new("Frame", G2L["c"]);
- G2L["2b"]["BorderSizePixel"] = 0;
- G2L["2b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["2b"]["AnchorPoint"] = Vector2.new(1, 0);
- G2L["2b"]["Size"] = UDim2.new(0.7, 0, 1, 0);
- G2L["2b"]["Position"] = UDim2.new(1, 0, 0, 0);
- G2L["2b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["2b"]["Name"] = [[RightSection]];
- G2L["2b"]["BackgroundTransparency"] = 1;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Top
- G2L["2c"] = Instance.new("Frame", G2L["2b"]);
- G2L["2c"]["BorderSizePixel"] = 0;
- G2L["2c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["2c"]["Size"] = UDim2.new(1, 0, 1, -40);
- G2L["2c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["2c"]["Name"] = [[Top]];
- G2L["2c"]["BackgroundTransparency"] = 0.9;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Top.CodeContainer
- G2L["2d"] = Instance.new("ScrollingFrame", G2L["2c"]);
- G2L["2d"]["Active"] = true;
- G2L["2d"]["BorderSizePixel"] = 0;
- G2L["2d"]["CanvasSize"] = UDim2.new(0, 0, 0, 0);
- G2L["2d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["2d"]["Name"] = [[CodeContainer]];
- G2L["2d"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
- G2L["2d"]["AutomaticCanvasSize"] = Enum.AutomaticSize.XY;
- G2L["2d"]["Size"] = UDim2.new(1, -10, 1, -10);
- G2L["2d"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
- G2L["2d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["2d"]["ScrollBarThickness"] = 5;
- G2L["2d"]["BackgroundTransparency"] = 1;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Top.CodeContainer.Code
- G2L["2e"] = Instance.new("TextBox", G2L["2d"]);
- G2L["2e"]["CursorPosition"] = -1;
- G2L["2e"]["Name"] = [[Code]];
- G2L["2e"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["2e"]["ZIndex"] = 2;
- G2L["2e"]["BorderSizePixel"] = 0;
- G2L["2e"]["TextEditable"] = false;
- G2L["2e"]["TextTransparency"] = 1;
- G2L["2e"]["TextSize"] = 14;
- G2L["2e"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["2e"]["TextYAlignment"] = Enum.TextYAlignment.Top;
- G2L["2e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["2e"]["RichText"] = true;
- G2L["2e"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["2e"]["AutomaticSize"] = Enum.AutomaticSize.XY;
- G2L["2e"]["Selectable"] = false;
- G2L["2e"]["MultiLine"] = true;
- G2L["2e"]["ClearTextOnFocus"] = false;
- G2L["2e"]["Size"] = UDim2.new(1, 0, 1, 0);
- G2L["2e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["2e"]["Text"] = [[-- Test Comment
- Hi]];
- G2L["2e"]["BackgroundTransparency"] = 1;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Top.CodeContainer.CodeFormatted
- G2L["2f"] = Instance.new("TextLabel", G2L["2d"]);
- G2L["2f"]["BorderSizePixel"] = 0;
- G2L["2f"]["TextSize"] = 14;
- G2L["2f"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["2f"]["TextStrokeColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["2f"]["TextYAlignment"] = Enum.TextYAlignment.Top;
- G2L["2f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["2f"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["2f"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["2f"]["BackgroundTransparency"] = 1;
- G2L["2f"]["RichText"] = true;
- G2L["2f"]["Size"] = UDim2.new(1, 0, 1, 0);
- G2L["2f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["2f"]["Text"] = [[<font color="#616161">-- Test Comment</font><br/>Hi]];
- G2L["2f"]["Name"] = [[CodeFormatted]];
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom
- G2L["30"] = Instance.new("Frame", G2L["2b"]);
- G2L["30"]["BorderSizePixel"] = 0;
- G2L["30"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["30"]["AnchorPoint"] = Vector2.new(0, 1);
- G2L["30"]["Size"] = UDim2.new(1, 0, 0, 40);
- G2L["30"]["Position"] = UDim2.new(0, 0, 1, 0);
- G2L["30"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["30"]["Name"] = [[Bottom]];
- G2L["30"]["BackgroundTransparency"] = 1;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer
- G2L["31"] = Instance.new("ScrollingFrame", G2L["30"]);
- G2L["31"]["Active"] = true;
- G2L["31"]["ScrollingDirection"] = Enum.ScrollingDirection.X;
- G2L["31"]["BorderSizePixel"] = 0;
- G2L["31"]["CanvasSize"] = UDim2.new(0, 0, 0, 0);
- G2L["31"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["31"]["Name"] = [[ButtonsContainer]];
- G2L["31"]["ScrollBarImageTransparency"] = 0.4;
- G2L["31"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
- G2L["31"]["AutomaticCanvasSize"] = Enum.AutomaticSize.X;
- G2L["31"]["Size"] = UDim2.new(1, -10, 1, 0);
- G2L["31"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
- G2L["31"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["31"]["ScrollBarThickness"] = 1;
- G2L["31"]["BackgroundTransparency"] = 1;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.UIListLayout
- G2L["32"] = Instance.new("UIListLayout", G2L["31"]);
- G2L["32"]["Padding"] = UDim.new(0, 5);
- G2L["32"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["32"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- G2L["32"]["FillDirection"] = Enum.FillDirection.Horizontal;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.CopyCodeButton
- G2L["33"] = Instance.new("TextButton", G2L["31"]);
- G2L["33"]["TextWrapped"] = true;
- G2L["33"]["BorderSizePixel"] = 0;
- G2L["33"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["33"]["TextSize"] = 14;
- G2L["33"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["33"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["33"]["AutomaticSize"] = Enum.AutomaticSize.X;
- G2L["33"]["Size"] = UDim2.new(0.25, 0, 0.6, 0);
- G2L["33"]["BackgroundTransparency"] = 0.95;
- G2L["33"]["Name"] = [[CopyCodeButton]];
- G2L["33"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["33"]["Text"] = [[Copy Code]];
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.CopyCodeButton.UICorner
- G2L["34"] = Instance.new("UICorner", G2L["33"]);
- G2L["34"]["CornerRadius"] = UDim.new(0, 4);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.CopyCodeButton.UIStroke
- G2L["35"] = Instance.new("UIStroke", G2L["33"]);
- G2L["35"]["Transparency"] = 0.53;
- G2L["35"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["35"]["Color"] = Color3.fromRGB(91, 91, 91);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.CopyPathButton
- G2L["36"] = Instance.new("TextButton", G2L["31"]);
- G2L["36"]["TextWrapped"] = true;
- G2L["36"]["BorderSizePixel"] = 0;
- G2L["36"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["36"]["TextSize"] = 14;
- G2L["36"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["36"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["36"]["AutomaticSize"] = Enum.AutomaticSize.X;
- G2L["36"]["Size"] = UDim2.new(0.25, 0, 0.6, 0);
- G2L["36"]["BackgroundTransparency"] = 0.95;
- G2L["36"]["Name"] = [[CopyPathButton]];
- G2L["36"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["36"]["Text"] = [[Copy Path]];
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.CopyPathButton.UICorner
- G2L["37"] = Instance.new("UICorner", G2L["36"]);
- G2L["37"]["CornerRadius"] = UDim.new(0, 4);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.CopyPathButton.UIStroke
- G2L["38"] = Instance.new("UIStroke", G2L["36"]);
- G2L["38"]["Transparency"] = 0.53;
- G2L["38"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["38"]["Color"] = Color3.fromRGB(91, 91, 91);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.FireButton
- G2L["39"] = Instance.new("TextButton", G2L["31"]);
- G2L["39"]["TextWrapped"] = true;
- G2L["39"]["BorderSizePixel"] = 0;
- G2L["39"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["39"]["TextSize"] = 14;
- G2L["39"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["39"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["39"]["AutomaticSize"] = Enum.AutomaticSize.X;
- G2L["39"]["Size"] = UDim2.new(0.25, 0, 0.6, 0);
- G2L["39"]["BackgroundTransparency"] = 0.95;
- G2L["39"]["Name"] = [[FireButton]];
- G2L["39"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["39"]["Text"] = [[Fire]];
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.FireButton.UICorner
- G2L["3a"] = Instance.new("UICorner", G2L["39"]);
- G2L["3a"]["CornerRadius"] = UDim.new(0, 4);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.FireButton.UIStroke
- G2L["3b"] = Instance.new("UIStroke", G2L["39"]);
- G2L["3b"]["Transparency"] = 0.53;
- G2L["3b"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["3b"]["Color"] = Color3.fromRGB(91, 91, 91);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.ClearOfType
- G2L["3c"] = Instance.new("TextButton", G2L["31"]);
- G2L["3c"]["TextWrapped"] = true;
- G2L["3c"]["BorderSizePixel"] = 0;
- G2L["3c"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["3c"]["TextSize"] = 14;
- 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"]["AutomaticSize"] = Enum.AutomaticSize.X;
- G2L["3c"]["Size"] = UDim2.new(0.25, 0, 0.6, 0);
- G2L["3c"]["BackgroundTransparency"] = 0.95;
- G2L["3c"]["Name"] = [[ClearOfType]];
- G2L["3c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["3c"]["Text"] = [[Clear of Type]];
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.ClearOfType.UICorner
- G2L["3d"] = Instance.new("UICorner", G2L["3c"]);
- G2L["3d"]["CornerRadius"] = UDim.new(0, 4);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.ClearOfType.UIStroke
- G2L["3e"] = Instance.new("UIStroke", G2L["3c"]);
- G2L["3e"]["Transparency"] = 0.53;
- G2L["3e"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["3e"]["Color"] = Color3.fromRGB(91, 91, 91);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.Block
- G2L["3f"] = Instance.new("TextButton", G2L["31"]);
- G2L["3f"]["TextWrapped"] = true;
- G2L["3f"]["BorderSizePixel"] = 0;
- G2L["3f"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["3f"]["TextSize"] = 14;
- G2L["3f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["3f"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
- G2L["3f"]["AutomaticSize"] = Enum.AutomaticSize.X;
- G2L["3f"]["Size"] = UDim2.new(0.25, 0, 0.6, 0);
- G2L["3f"]["BackgroundTransparency"] = 0.95;
- G2L["3f"]["Name"] = [[Block]];
- G2L["3f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["3f"]["Text"] = [[Block]];
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.Block.UICorner
- G2L["40"] = Instance.new("UICorner", G2L["3f"]);
- G2L["40"]["CornerRadius"] = UDim.new(0, 4);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.Block.UIStroke
- G2L["41"] = Instance.new("UIStroke", G2L["3f"]);
- G2L["41"]["Transparency"] = 0.53;
- G2L["41"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
- G2L["41"]["Color"] = Color3.fromRGB(91, 91, 91);
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.Frame
- G2L["42"] = Instance.new("Frame", G2L["31"]);
- G2L["42"]["BorderSizePixel"] = 0;
- G2L["42"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["42"]["Size"] = UDim2.new(0, 2, 1, 0);
- G2L["42"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["42"]["LayoutOrder"] = -1;
- G2L["42"]["BackgroundTransparency"] = 1;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.Frame
- G2L["43"] = Instance.new("Frame", G2L["31"]);
- G2L["43"]["BorderSizePixel"] = 0;
- G2L["43"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["43"]["Size"] = UDim2.new(0, 2, 1, 0);
- G2L["43"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["43"]["LayoutOrder"] = 2;
- G2L["43"]["BackgroundTransparency"] = 1;
- -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.BorderTop
- G2L["44"] = Instance.new("Frame", G2L["30"]);
- G2L["44"]["BorderSizePixel"] = 0;
- G2L["44"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["44"]["AnchorPoint"] = Vector2.new(1, 1);
- G2L["44"]["Size"] = UDim2.new(1, 0, 0, 1);
- G2L["44"]["Position"] = UDim2.new(1, 0, 0, 0);
- G2L["44"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
- G2L["44"]["Name"] = [[BorderTop]];
- G2L["44"]["BackgroundTransparency"] = 0.9;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement