-- Instances: 13 | Scripts: 1 | Modules: 0 | Tags: 0
local G2L = {};
-- [Link]
G2L["1"] = [Link]("ScreenGui",
game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
G2L["1"]["Name"] = [[JJSploitGui]];
G2L["1"]["ZIndexBehavior"] = [Link];
-- [Link]
G2L["2"] = [Link]("Frame", G2L["1"]);
G2L["2"]["ZIndex"] = 2;
G2L["2"]["BorderSizePixel"] = 0;
G2L["2"]["BackgroundColor3"] = [Link](255, 255, 255);
G2L["2"]["Size"] = [Link](0.8, 0, 0.9, 0);
G2L["2"]["Position"] = [Link](0.1, 0, 0.05, 0);
G2L["2"]["BorderColor3"] = [Link](0, 0, 0);
G2L["2"]["BackgroundTransparency"] = 0.5;
-- [Link]
G2L["3"] = [Link]("TextLabel", G2L["2"]);
G2L["3"]["BorderSizePixel"] = 0;
G2L["3"]["TextSize"] = 22;
G2L["3"]["BackgroundColor3"] = [Link](255, 255, 255);
G2L["3"]["FontFace"] = [Link]([[rbxasset://fonts/families/[Link]]],
[Link], [Link]);
G2L["3"]["TextColor3"] = [Link](255, 255, 255);
G2L["3"]["BackgroundTransparency"] = 1;
G2L["3"]["Size"] = [Link](1, 0, 0, 50);
G2L["3"]["BorderColor3"] = [Link](0, 0, 0);
G2L["3"]["Text"] = [[JJSploit Script Executor]];
-- [Link]
G2L["4"] = [Link]("TextBox", G2L["2"]);
G2L["4"]["CursorPosition"] = -1;
G2L["4"]["TextXAlignment"] = [Link];
G2L["4"]["BorderSizePixel"] = 0;
G2L["4"]["TextWrapped"] = true;
G2L["4"]["TextSize"] = 22;
G2L["4"]["TextDirection"] = [Link];
G2L["4"]["TextColor3"] = [Link](255, 255, 255);
G2L["4"]["TextYAlignment"] = [Link];
G2L["4"]["TextScaled"] = true;
G2L["4"]["BackgroundColor3"] = [Link](222, 222, 222);
G2L["4"]["RichText"] = true;
G2L["4"]["FontFace"] = [Link]([[rbxasset://fonts/families/[Link]]],
[Link], [Link]);
G2L["4"]["Size"] = [Link](1, -20, 1, -120);
G2L["4"]["Position"] = [Link](0, 10, 0, 50);
G2L["4"]["BorderColor3"] = [Link](0, 0, 0);
G2L["4"]["Text"] = [[]];
G2L["4"]["BackgroundTransparency"] = 0.7;
-- [Link]
G2L["5"] = [Link]("UICorner", G2L["4"]);
G2L["5"]["CornerRadius"] = [Link](0, 20);
-- [Link]
G2L["6"] = [Link]("UIPadding", G2L["4"]);
G2L["6"]["PaddingTop"] = [Link](0, 12);
G2L["6"]["PaddingRight"] = [Link](0, 12);
G2L["6"]["PaddingLeft"] = [Link](0, 12);
G2L["6"]["PaddingBottom"] = [Link](0, 12);
-- [Link]
G2L["7"] = [Link]("TextButton", G2L["2"]);
G2L["7"]["BorderSizePixel"] = 0;
G2L["7"]["TextSize"] = 22;
G2L["7"]["TextColor3"] = [Link](255, 255, 255);
G2L["7"]["BackgroundColor3"] = [Link](0, 87, 0);
G2L["7"]["FontFace"] = [Link]([[rbxasset://fonts/families/[Link]]],
[Link], [Link]);
G2L["7"]["BackgroundTransparency"] = 0.35;
G2L["7"]["Size"] = [Link](1, -20, 0, 50);
G2L["7"]["BorderColor3"] = [Link](0, 0, 0);
G2L["7"]["Text"] = [[Execute]];
G2L["7"]["Name"] = [[btnExec]];
G2L["7"]["Position"] = [Link](0, 10, 1, -60);
-- [Link]
G2L["8"] = [Link]("UICorner", G2L["7"]);
G2L["8"]["CornerRadius"] = [Link](0, 20);
-- [Link]
G2L["9"] = [Link]("UIGradient", G2L["2"]);
G2L["9"]["Color"] = [Link]{[Link](0.000,
[Link](55, 206, 224)),[Link](1.000, [Link](92,
136, 229))};
-- [Link]
G2L["a"] = [Link]("UICorner", G2L["2"]);
G2L["a"]["CornerRadius"] = [Link](0, 20);
-- [Link]
G2L["b"] = [Link]("LocalScript", G2L["1"]);
-- [Link]
G2L["c"] = [Link]("ImageButton", G2L["1"]);
G2L["c"]["BorderSizePixel"] = 0;
G2L["c"]["BackgroundTransparency"] = 1;
-- [ERROR] cannot convert ImageContent, please report to
"[Link]
G2L["c"]["BackgroundColor3"] = [Link](255, 255, 255);
G2L["c"]["Image"] = [[rbxassetid://137842439297855]];
G2L["c"]["Size"] = [Link](0, 50, 0, 50);
G2L["c"]["BorderColor3"] = [Link](0, 0, 0);
G2L["c"]["Name"] = [[btnOpen]];
G2L["c"]["Position"] = [Link](1, -60, 0.5, 0);
-- [Link]
G2L["d"] = [Link]("UICorner", G2L["c"]);
G2L["d"]["CornerRadius"] = [Link](1, 0);
-- [Link]
local function C_b()
local script = G2L["b"];
local frame = [Link]
[Link] = false
[Link].MouseButton1Click:Connect(function()
[Link] = not [Link]
[Link] = "--paste your lua script\n--You can find scripts
at [Link] UI is an early release and will be
improved with time"
end)
[Link].MouseButton1Click:Connect(function()
local luascript = [Link]
local ok, err = pcall(function() loadstring(luascript)() end)
if not ok then warn("error running script:", err) end
end)
-- Notification
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "JJSploit",
Text = "[Link]
Icon = "rbxassetid://137842439297855"
})
end;
[Link](C_b);
return G2L["1"], require;