Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local SelHub = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local TopBar = Instance.new("Frame")
- local Label = Instance.new("TextLabel")
- local HubUI = Instance.new("TextButton")
- local JailBreakUI = Instance.new("TextButton")
- --Properties:
- SelHub.Name = "SelHub"
- SelHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- SelHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = SelHub
- Main.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.251885384, 0, 0.43623361, 0)
- Main.Size = UDim2.new(0, 369, 0, 182)
- Main.Active = true
- Main.Draggable = true
- TopBar.Name = "TopBar"
- TopBar.Parent = Main
- TopBar.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
- TopBar.BorderSizePixel = 0
- TopBar.Size = UDim2.new(0, 369, 0, 50)
- Label.Name = "Label"
- Label.Parent = TopBar
- Label.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Label.BackgroundTransparency = 1.000
- Label.Size = UDim2.new(0, 369, 0, 50)
- Label.Font = Enum.Font.SourceSansBold
- Label.Text = "GGHub"
- Label.TextColor3 = Color3.fromRGB(0, 0, 0)
- Label.TextScaled = true
- Label.TextSize = 14.000
- Label.TextWrapped = true
- HubUI.Name = "HubUI"
- HubUI.Parent = Main
- HubUI.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
- HubUI.BorderSizePixel = 0
- HubUI.Position = UDim2.new(0.032520324, 0, 0.521978021, 0)
- HubUI.Size = UDim2.new(0, 141, 0, 40)
- HubUI.Font = Enum.Font.SourceSansBold
- HubUI.Text = "Natural Disaster Survival Hub"
- HubUI.TextColor3 = Color3.fromRGB(0, 0, 0)
- HubUI.TextScaled = true
- HubUI.TextSize = 14.000
- HubUI.TextWrapped = true
- HubUI.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(("https://raw.githubusercontent.com/Yarik312/DarkWare/main/MainLoader"), true))()
- end)
- JailBreakUI.Name = "JailBreakUI"
- JailBreakUI.Parent = Main
- JailBreakUI.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
- JailBreakUI.BorderSizePixel = 0
- JailBreakUI.Position = UDim2.new(0.577235758, 0, 0.521978021, 0)
- JailBreakUI.Size = UDim2.new(0, 143, 0, 40)
- JailBreakUI.Font = Enum.Font.SourceSansBold
- JailBreakUI.Text = "VnixHub--JailBreak"
- JailBreakUI.TextColor3 = Color3.fromRGB(0, 0, 0)
- JailBreakUI.TextScaled = true
- JailBreakUI.TextSize = 14.000
- JailBreakUI.TextWrapped = true
- JailBreakUI.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(("https://pastebin.com/raw/5AW9Wb6k"), true))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement