Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3
- -- Instances:
- local JoesTool = Instance.new("ScreenGui")
- local OpenGUI = Instance.new("TextButton")
- local MainGUI = Instance.new("Frame")
- local TopBar = Instance.new("TextLabel")
- local Blood = Instance.new("TextButton")
- local Syntax = Instance.new("TextButton")
- local Ferry = Instance.new("TextButton")
- local Dirt = Instance.new("TextButton")
- local Money = Instance.new("TextButton")
- local Blueprint = Instance.new("TextButton")
- local KillGUI = Instance.new("TextButton")
- local extreamlumber = Instance.new("TextButton")
- local nextpage = Instance.new("TextButton")
- local frame_2 = Instance.new("Frame")
- local TopBar_2 = Instance.new("TextLabel")
- local VenyX = Instance.new("TextButton")
- local bluprntartbox = Instance.new("TextButton")
- --Properties:
- JoesTool.Name = "JoesTool"
- JoesTool.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- JoesTool.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- wait(0.3)
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Joes LT2 Hub";
- Text = "Successfully Loaded..."
- })
- OpenGUI.Name = "OpenGUI"
- OpenGUI.Parent = JoesTool
- OpenGUI.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
- OpenGUI.BackgroundTransparency = 0.5
- OpenGUI.BorderColor3 = Color3.new(0, 0, 0)
- OpenGUI.BorderSizePixel = 5
- OpenGUI.Position = UDim2.new(0.0205338895, 0, 0.898580134, 0)
- OpenGUI.Size = UDim2.new(0, 135, 0, 30)
- OpenGUI.Font = Enum.Font.SciFi
- OpenGUI.Text = ">> OPEN <<"
- OpenGUI.TextColor3 = Color3.new(1, 1, 1)
- OpenGUI.TextSize = 14
- OpenGUI.Active = true
- OpenGUI.Draggable = true
- OpenGUI.MouseButton1Click:Connect(function()
- print("Open")
- if Enabled == false then
- Enabled = true
- MainGUI.Visible = true
- OpenGUI.Text = ">> Close <<"
- wait(0.3)
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Joe LT2 Hub";
- Text = "Opened.."
- })
- else
- Enabled = false
- MainGUI.Visible = false
- OpenGUI.Text = ">> Open <<"
- wait(0.3)
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Joe LT2 Hub";
- Text = "Closed.."
- })
- end
- end)
- MainGUI.Name = "MainGUI"
- MainGUI.Parent = JoesTool
- MainGUI.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
- MainGUI.BackgroundTransparency = 0.5
- MainGUI.BorderColor3 = Color3.new(0, 0, 0)
- MainGUI.BorderSizePixel = 5
- MainGUI.Position = UDim2.new(0.32216236, 0, 0.106747046, 0)
- MainGUI.Size = UDim2.new(0, 275, 0, 327)
- TopBar.Name = "TopBar"
- TopBar.Parent = MainGUI
- TopBar.BackgroundColor3 = Color3.new(0, 0, 0)
- TopBar.BackgroundTransparency = 0.5
- TopBar.BorderColor3 = Color3.new(0, 0, 0)
- TopBar.BorderSizePixel = 5
- TopBar.Position = UDim2.new(0, 0, 0.00301204808, 0)
- TopBar.Size = UDim2.new(0, 275, 0, 46)
- TopBar.Font = Enum.Font.SciFi
- TopBar.Text = " Joe's LT2 Hub"
- TopBar.TextColor3 = Color3.new(1, 1, 1)
- TopBar.TextSize = 25
- TopBar.TextXAlignment = Enum.TextXAlignment.Left
- Blood.Name = "Blood"
- Blood.Parent = MainGUI
- Blood.BackgroundColor3 = Color3.new(0, 0, 0)
- Blood.BackgroundTransparency = 0.5
- Blood.BorderColor3 = Color3.new(0, 0, 0)
- Blood.BorderSizePixel = 5
- Blood.Position = UDim2.new(0.0526899844, 0, 0.2257763, 0)
- Blood.Size = UDim2.new(0, 247, 0, 15)
- Blood.Font = Enum.Font.SciFi
- Blood.Text = "Blood"
- Blood.TextColor3 = Color3.new(1, 1, 1)
- Blood.TextSize = 14
- Blood.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/qt3SDXvH'),true))()
- end)
- Syntax.Name = "Syntax"
- Syntax.Parent = MainGUI
- Syntax.BackgroundColor3 = Color3.new(0, 0, 0)
- Syntax.BackgroundTransparency = 0.5
- Syntax.BorderColor3 = Color3.new(0, 0, 0)
- Syntax.BorderSizePixel = 5
- Syntax.Position = UDim2.new(0.0526899844, 0, 0.317531198, 0)
- Syntax.Size = UDim2.new(0, 247, 0, 15)
- Syntax.Font = Enum.Font.SciFi
- Syntax.Text = "Syntax"
- Syntax.TextColor3 = Color3.new(1, 1, 1)
- Syntax.TextSize = 14
- Syntax.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/wWxsHtxJ'),true))()
- end)
- Ferry.Name = "Ferry"
- Ferry.Parent = MainGUI
- Ferry.BackgroundColor3 = Color3.new(0, 0, 0)
- Ferry.BackgroundTransparency = 0.5
- Ferry.BorderColor3 = Color3.new(0, 0, 0)
- Ferry.BorderSizePixel = 5
- Ferry.Position = UDim2.new(0.0490536205, 0, 0.425670773, 0)
- Ferry.Size = UDim2.new(0, 247, 0, 15)
- Ferry.Font = Enum.Font.SciFi
- Ferry.Text = "Ferry"
- Ferry.TextColor3 = Color3.new(1, 1, 1)
- Ferry.TextSize = 14
- Ferry.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/D46E1PYw'),true))()
- end)
- Dirt.Name = "Dirt"
- Dirt.Parent = MainGUI
- Dirt.BackgroundColor3 = Color3.new(0, 0, 0)
- Dirt.BackgroundTransparency = 0.5
- Dirt.BorderColor3 = Color3.new(0, 0, 0)
- Dirt.BorderSizePixel = 5
- Dirt.Position = UDim2.new(0.0526899844, 0, 0.531171679, 0)
- Dirt.Size = UDim2.new(0, 247, 0, 15)
- Dirt.Font = Enum.Font.SciFi
- Dirt.Text = "Dirt"
- Dirt.TextColor3 = Color3.new(1, 1, 1)
- Dirt.TextSize = 14
- Dirt.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/77ESEmng'),true))()
- end)
- Money.Name = "Money"
- Money.Parent = MainGUI
- Money.BackgroundColor3 = Color3.new(0, 0, 0)
- Money.BackgroundTransparency = 0.5
- Money.BorderColor3 = Color3.new(0, 0, 0)
- Money.BorderSizePixel = 5
- Money.Position = UDim2.new(0.0490536205, 0, 0.641266167, 0)
- Money.Size = UDim2.new(0, 247, 0, 15)
- Money.Font = Enum.Font.SciFi
- Money.Text = "Money Duper"
- Money.TextColor3 = Color3.new(1, 1, 1)
- Money.TextSize = 14
- Money.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/FFB3wAgi'),true))()
- end)
- Blueprint.Name = "Blueprint"
- Blueprint.Parent = MainGUI
- Blueprint.BackgroundColor3 = Color3.new(0, 0, 0)
- Blueprint.BackgroundTransparency = 0.5
- Blueprint.BorderColor3 = Color3.new(0, 0, 0)
- Blueprint.BorderSizePixel = 5
- Blueprint.Position = UDim2.new(0.0526899844, 0, 0.752476513, 0)
- Blueprint.Size = UDim2.new(0, 247, 0, 15)
- Blueprint.Font = Enum.Font.SciFi
- Blueprint.Text = "Blueprint Art"
- Blueprint.TextColor3 = Color3.new(1, 1, 1)
- Blueprint.TextSize = 14
- Blueprint.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://nto.darkdevs.pro/uploads/hooferb.txt'),true))()
- end)
- KillGUI.Name = "KillGUI"
- KillGUI.Parent = MainGUI
- KillGUI.BackgroundColor3 = Color3.new(0, 0, 0)
- KillGUI.BackgroundTransparency = 0.5
- KillGUI.BorderColor3 = Color3.new(0, 0, 0)
- KillGUI.BorderSizePixel = 5
- KillGUI.Position = UDim2.new(0.728833258, 0, 0.0525354892, 0)
- KillGUI.Size = UDim2.new(0, 61, 0, 15)
- KillGUI.Font = Enum.Font.SciFi
- KillGUI.Text = "KILL GUI"
- KillGUI.TextColor3 = Color3.new(1, 0, 0.0156863)
- KillGUI.TextSize = 14
- KillGUI.MouseButton1Click:Connect(function()
- JoesTool:Destroy()
- wait(0.3)
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Joes LT2 Hub";
- Text = "Successfully Killed Hub"
- })
- end)
- extreamlumber.Name = "extreamlumber"
- extreamlumber.Parent = MainGUI
- extreamlumber.BackgroundColor3 = Color3.new(0, 0, 0)
- extreamlumber.BackgroundTransparency = 0.5
- extreamlumber.BorderColor3 = Color3.new(0, 0, 0)
- extreamlumber.BorderSizePixel = 5
- extreamlumber.Position = UDim2.new(0.0526899844, 0, 0.857857585, 0)
- extreamlumber.Size = UDim2.new(0, 247, 0, 15)
- extreamlumber.Font = Enum.Font.SciFi
- extreamlumber.Text = "Extreame Lumbe"
- extreamlumber.TextColor3 = Color3.new(1, 1, 1)
- extreamlumber.TextSize = 14
- extreamlumber.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/PvQMf5vv'),true))()
- end)
- nextpage.Name = "nextpage"
- nextpage.Parent = MainGUI
- nextpage.BackgroundColor3 = Color3.new(0, 0, 0)
- nextpage.BackgroundTransparency = 0.5
- nextpage.BorderColor3 = Color3.new(0, 0, 0)
- nextpage.BorderSizePixel = 5
- nextpage.Position = UDim2.new(0.0490536205, 0, 0.953190029, 0)
- nextpage.Size = UDim2.new(0, 247, 0, 15)
- nextpage.Font = Enum.Font.SciFi
- nextpage.Text = "next page "
- nextpage.TextColor3 = Color3.new(1, 1, 1)
- nextpage.TextSize = 14
- nextpage.Active = true
- nextpage.Draggable = true
- nextpage.MouseButton1Click:Connect(function()
- print("Open")
- if Enabled == false then
- Enabled = true
- frame_2.Visible = true
- OpenGUI.Text = ">> Close <<"
- wait(0.3)
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Joe LT2 Hub";
- Text = "Opened.."
- })
- else
- Enabled = false
- frame_2.Visible = false
- OpenGUI.Text = ">> Open <<"
- wait(0.3)
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Joe LT2 Hub";
- Text = "Closed.."
- })
- end
- end)
- frame_2.Name = "frame_2"
- frame_2.Parent = JoesTool
- frame_2.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
- frame_2.BackgroundTransparency = 0.5
- frame_2.BorderColor3 = Color3.new(0, 0, 0)
- frame_2.BorderSizePixel = 5
- frame_2.Position = UDim2.new(0.620182157, 0, 0.104659364, 0)
- frame_2.Size = UDim2.new(0, 275, 0, 327)
- frame_2.Visible = false
- TopBar_2.Name = "TopBar"
- TopBar_2.Parent = frame_2
- TopBar_2.BackgroundColor3 = Color3.new(0, 0, 0)
- TopBar_2.BackgroundTransparency = 0.5
- TopBar_2.BorderColor3 = Color3.new(0, 0, 0)
- TopBar_2.BorderSizePixel = 5
- TopBar_2.Position = UDim2.new(0, 0, 0.00301204808, 0)
- TopBar_2.Size = UDim2.new(0, 275, 0, 46)
- TopBar_2.Font = Enum.Font.SciFi
- TopBar_2.Text = " Page 2 "
- TopBar_2.TextColor3 = Color3.new(1, 1, 1)
- TopBar_2.TextSize = 25
- TopBar_2.TextXAlignment = Enum.TextXAlignment.Left
- VenyX.Name = "VenyX"
- VenyX.Parent = frame_2
- VenyX.BackgroundColor3 = Color3.new(0, 0, 0)
- VenyX.BackgroundTransparency = 0.5
- VenyX.BorderColor3 = Color3.new(0, 0, 0)
- VenyX.BorderSizePixel = 5
- VenyX.Position = UDim2.new(0.0526899844, 0, 0.22577633, 0)
- VenyX.Size = UDim2.new(0, 247, 0, 16)
- VenyX.Font = Enum.Font.SciFi
- VenyX.Text = "Venyx cracked"
- VenyX.TextColor3 = Color3.new(1, 1, 1)
- VenyX.TextSize = 14
- VenyX.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/WSmRCq69'),true))()
- end)
- bluprntartbox.Name = "bluprnt art box"
- bluprntartbox.Parent = frame_2
- bluprntartbox.BackgroundColor3 = Color3.new(0, 0, 0)
- bluprntartbox.BackgroundTransparency = 0.5
- bluprntartbox.BorderColor3 = Color3.new(0, 0, 0)
- bluprntartbox.BorderSizePixel = 5
- bluprntartbox.Position = UDim2.new(0.0490536205, 0, 0.317519456, 0)
- bluprntartbox.Size = UDim2.new(0, 247, 0, 16)
- bluprntartbox.Font = Enum.Font.SciFi
- bluprntartbox.Text = "Blueprint Art box"
- bluprntartbox.TextColor3 = Color3.new(1, 1, 1)
- bluprntartbox.TextSize = 14
- VenyX.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/WSmRCq69'),true))()
- end)
Add Comment
Please, Sign In to add comment