0% found this document useful (0 votes)
217 views6 pages

JJSploit GUI Setup Script for Roblox

The document contains a Lua script for creating a graphical user interface (GUI) for a Roblox exploit tool called JJSploit. It includes various UI elements such as buttons and frames for executing Lua scripts and accessing a script hub. The script also handles user interactions and notifications within the GUI.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
217 views6 pages

JJSploit GUI Setup Script for Roblox

The document contains a Lua script for creating a graphical user interface (GUI) for a Roblox exploit tool called JJSploit. It includes various UI elements such as buttons and frames for executing Lua scripts and accessing a script hub. The script also handles user interactions and notifications within the GUI.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

-- Instances: 22 | Scripts: 1 | Modules: 0 | Tags: 0

local G2L = {};

-- [Link]
G2L["1"] = [Link]("ScreenGui", gethui());
G2L["1"]["Name"] = [[JJSploitGui]];
G2L["1"]["ZIndexBehavior"] = [Link];
G2L["1"]["ResetOnSpawn"] = false;

-- [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]("Frame", G2L["2"]);
G2L["3"]["BorderSizePixel"] = 0;
G2L["3"]["BackgroundColor3"] = [Link](255, 255, 255);
G2L["3"]["Size"] = [Link](1, -20, 0, 40);
G2L["3"]["Position"] = [Link](0, 10, 0, 5);
G2L["3"]["BorderColor3"] = [Link](0, 0, 0);
G2L["3"]["Name"] = [[tabSel]];
G2L["3"]["BackgroundTransparency"] = 1;

-- [Link].btnTab2
G2L["4"] = [Link]("TextButton", G2L["3"]);
G2L["4"]["BorderSizePixel"] = 0;
G2L["4"]["TextSize"] = 22;
G2L["4"]["TextColor3"] = [Link](255, 255, 255);
G2L["4"]["BackgroundColor3"] = [Link](24, 155, 255);
G2L["4"]["FontFace"] = [Link]([[rbxasset://fonts/families/[Link]]],
[Link], [Link]);
G2L["4"]["BackgroundTransparency"] = 0.5;
G2L["4"]["Size"] = [Link](0.5, -5, 1, 0);
G2L["4"]["BorderColor3"] = [Link](0, 0, 0);
G2L["4"]["Text"] = [[Script Hub]];
G2L["4"]["Name"] = [[btnTab2]];
G2L["4"]["Position"] = [Link](0.5, 5, 0, 0);

-- [Link]
G2L["5"] = [Link]("UICorner", G2L["4"]);
G2L["5"]["CornerRadius"] = [Link](0, 20);

-- [Link].btnTab1
G2L["6"] = [Link]("TextButton", G2L["3"]);
G2L["6"]["BorderSizePixel"] = 0;
G2L["6"]["TextSize"] = 22;
G2L["6"]["TextColor3"] = [Link](255, 255, 255);
G2L["6"]["BackgroundColor3"] = [Link](24, 155, 255);
G2L["6"]["FontFace"] = [Link]([[rbxasset://fonts/families/[Link]]],
[Link], [Link]);
G2L["6"]["BackgroundTransparency"] = 0.5;
G2L["6"]["Size"] = [Link](0.5, -5, 1, 0);
G2L["6"]["BorderColor3"] = [Link](0, 0, 0);
G2L["6"]["Text"] = [[Lua Executor]];
G2L["6"]["Name"] = [[btnTab1]];

-- [Link]
G2L["7"] = [Link]("UICorner", G2L["6"]);
G2L["7"]["CornerRadius"] = [Link](0, 20);

-- [Link].tab2
G2L["8"] = [Link]("ScrollingFrame", G2L["2"]);
G2L["8"]["Visible"] = false;
G2L["8"]["Active"] = true;
G2L["8"]["BorderSizePixel"] = 0;
G2L["8"]["BackgroundColor3"] = [Link](255, 255, 255);
G2L["8"]["Name"] = [[tab2]];
G2L["8"]["Size"] = [Link](1, -20, 1, -55);
G2L["8"]["ScrollBarImageColor3"] = [Link](0, 0, 0);
G2L["8"]["Position"] = [Link](0, 10, 0, 50);
G2L["8"]["BorderColor3"] = [Link](0, 0, 0);
G2L["8"]["BackgroundTransparency"] = 1;

-- [Link]
G2L["9"] = [Link]("TextButton", G2L["8"]);
G2L["9"]["BorderSizePixel"] = 0;
G2L["9"]["TextSize"] = 22;
G2L["9"]["TextColor3"] = [Link](255, 255, 255);
G2L["9"]["BackgroundColor3"] = [Link](24, 155, 255);
G2L["9"]["FontFace"] = [Link]([[rbxasset://fonts/families/[Link]]],
[Link], [Link]);
G2L["9"]["BackgroundTransparency"] = 0.5;
G2L["9"]["Size"] = [Link](1, 0, 0, 40);
G2L["9"]["BorderColor3"] = [Link](0, 0, 0);
G2L["9"]["Text"] = [[placeholder]];
G2L["9"]["Name"] = [[btnBoiler]];

-- [Link]
G2L["a"] = [Link]("UICorner", G2L["9"]);
G2L["a"]["CornerRadius"] = [Link](0, 20);

-- [Link]
G2L["b"] = [Link]("UIPadding", G2L["8"]);
G2L["b"]["PaddingRight"] = [Link](0, 20);

-- [Link]
G2L["c"] = [Link]("UIGradient", G2L["2"]);
G2L["c"]["Color"] = [Link]{[Link](0.000,
[Link](55, 206, 224)),[Link](1.000, [Link](92,
136, 229))};
-- [Link]
G2L["d"] = [Link]("UICorner", G2L["2"]);
G2L["d"]["CornerRadius"] = [Link](0, 20);

-- [Link].tab1
G2L["e"] = [Link]("Frame", G2L["2"]);
G2L["e"]["ZIndex"] = 2;
G2L["e"]["BorderSizePixel"] = 0;
G2L["e"]["BackgroundColor3"] = [Link](255, 255, 255);
G2L["e"]["Size"] = [Link](1, 0, 1, -50);
G2L["e"]["Position"] = [Link](0, 0, 0, 50);
G2L["e"]["BorderColor3"] = [Link](0, 0, 0);
G2L["e"]["Name"] = [[tab1]];
G2L["e"]["BackgroundTransparency"] = 1;

-- [Link]
G2L["f"] = [Link]("TextBox", G2L["e"]);
G2L["f"]["TextXAlignment"] = [Link];
G2L["f"]["BorderSizePixel"] = 0;
G2L["f"]["TextWrapped"] = true;
G2L["f"]["TextSize"] = 22;
G2L["f"]["TextDirection"] = [Link];
G2L["f"]["TextColor3"] = [Link](255, 255, 255);
G2L["f"]["TextYAlignment"] = [Link];
G2L["f"]["BackgroundColor3"] = [Link](222, 222, 222);
G2L["f"]["RichText"] = true;
G2L["f"]["FontFace"] = [Link]([[rbxasset://fonts/families/[Link]]],
[Link], [Link]);
G2L["f"]["MultiLine"] = true;
G2L["f"]["ClearTextOnFocus"] = false;
G2L["f"]["Size"] = [Link](1, -20, 1, -70);
G2L["f"]["Position"] = [Link](0, 10, 0, 0);
G2L["f"]["BorderColor3"] = [Link](0, 0, 0);
G2L["f"]["Text"] = [[]];
G2L["f"]["BackgroundTransparency"] = 0.7;

-- [Link]
G2L["10"] = [Link]("UICorner", G2L["f"]);
G2L["10"]["CornerRadius"] = [Link](0, 20);

-- [Link]
G2L["11"] = [Link]("UIPadding", G2L["f"]);
G2L["11"]["PaddingTop"] = [Link](0, 12);
G2L["11"]["PaddingRight"] = [Link](0, 12);
G2L["11"]["PaddingLeft"] = [Link](0, 12);
G2L["11"]["PaddingBottom"] = [Link](0, 12);

-- [Link]
G2L["12"] = [Link]("TextButton", G2L["e"]);
G2L["12"]["BorderSizePixel"] = 0;
G2L["12"]["TextSize"] = 22;
G2L["12"]["TextColor3"] = [Link](255, 255, 255);
G2L["12"]["BackgroundColor3"] = [Link](0, 87, 0);
G2L["12"]["FontFace"] = [Link]([[rbxasset://fonts/families/[Link]]],
[Link], [Link]);
G2L["12"]["BackgroundTransparency"] = 0.35;
G2L["12"]["Size"] = [Link](1, -20, 0, 50);
G2L["12"]["BorderColor3"] = [Link](0, 0, 0);
G2L["12"]["Text"] = [[Execute]];
G2L["12"]["Name"] = [[btnExec]];
G2L["12"]["Position"] = [Link](0, 10, 1, -60);

-- [Link]
G2L["13"] = [Link]("UICorner", G2L["12"]);
G2L["13"]["CornerRadius"] = [Link](0, 20);

-- [Link]
G2L["14"] = [Link]("LocalScript", G2L["1"]);

-- [Link]
G2L["15"] = [Link]("ImageButton", G2L["1"]);
G2L["15"]["BorderSizePixel"] = 0;
G2L["15"]["BackgroundTransparency"] = 1;
-- [ERROR] cannot convert ImageContent, please report to
"[Link]
G2L["15"]["BackgroundColor3"] = [Link](255, 255, 255);
G2L["15"]["Image"] = [[rbxassetid://137842439297855]];
G2L["15"]["Size"] = [Link](0, 50, 0, 50);
G2L["15"]["BorderColor3"] = [Link](0, 0, 0);
G2L["15"]["Name"] = [[btnOpen]];
G2L["15"]["Position"] = [Link](1, -60, 0.5, 0);

-- [Link]
G2L["16"] = [Link]("UICorner", G2L["15"]);
G2L["16"]["CornerRadius"] = [Link](1, 0);

-- [Link]
local function C_14()
local script = G2L["14"];
--Dev note: Mount on gethui()

-- [[ Initial setup ]]
local frame = [Link]
[Link] = false

[Link].MouseButton1Click:Connect(function()
[Link] = not [Link]
end)

-- Notification
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "JJSploit",
Text = "[Link]
Icon = "rbxassetid://137842439297855"
})
--[[ Tab Controls]]

local execFrame = [Link].tab1


local hubFrame = [Link].tab2

function openExecTab()
[Link] = true
[Link] = 0.5
[Link] = false
[Link] = .7
end
openExecTab()
[Link].btnTab1.MouseButton1Click:Connect(openExecTab)

[Link].btnTab2.MouseButton1Click:Connect(function()
[Link] = false
[Link] = 0.7
[Link] = true
[Link] = 0.5
end)

-- [[ Executor Controls ]]

[Link] = "--paste your lua script\n--You can find scripts at


[Link] UI is an early release and will be improved
with time"

[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)

-- [[ Script Hub Controls]]

local scriptHub = {
{text = "Infinite Jump", url =
"[Link]
{text = "Noclip", url =
"[Link]
{text = "TP Gui", url = "[Link]
%[Link]"},
--{text = "Fling Gui", url =
"[Link]
}

for i, script in ipairs(scriptHub) do

local newBtn = [Link]:Clone()


[Link] = [Link]
newBtn.MouseButton1Click:connect(function()
local ok, err = pcall(function()
loadstring(game:HttpGet([Link]))() end)
if not ok then warn("error running script:", err) end
end)
[Link] = [Link](
[Link], [Link],
[Link],
([Link] + 5) * (i - 1)
)
[Link] = hubFrame
end
[Link]:Destroy() -- remove the boilerplate button
end;
[Link](C_14);

return G2L["1"], require;

You might also like