Advertisement
Geecgo

sdssdsdddddddddddddddd

Sep 12th, 2021
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local SelHub = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local TopBar = Instance.new("Frame")
  9. local Label = Instance.new("TextLabel")
  10. local HubUI = Instance.new("TextButton")
  11. local JailBreakUI = Instance.new("TextButton")
  12.  
  13. --Properties:
  14.  
  15. SelHub.Name = "SelHub"
  16. SelHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. SelHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. Main.Name = "Main"
  20. Main.Parent = SelHub
  21. Main.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
  22. Main.BorderSizePixel = 0
  23. Main.Position = UDim2.new(0.251885384, 0, 0.43623361, 0)
  24. Main.Size = UDim2.new(0, 369, 0, 182)
  25. Main.Active = true
  26. Main.Draggable = true
  27.  
  28. TopBar.Name = "TopBar"
  29. TopBar.Parent = Main
  30. TopBar.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  31. TopBar.BorderSizePixel = 0
  32. TopBar.Size = UDim2.new(0, 369, 0, 50)
  33.  
  34. Label.Name = "Label"
  35. Label.Parent = TopBar
  36. Label.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  37. Label.BackgroundTransparency = 1.000
  38. Label.Size = UDim2.new(0, 369, 0, 50)
  39. Label.Font = Enum.Font.SourceSansBold
  40. Label.Text = "GGHub"
  41. Label.TextColor3 = Color3.fromRGB(0, 0, 0)
  42. Label.TextScaled = true
  43. Label.TextSize = 14.000
  44. Label.TextWrapped = true
  45.  
  46. HubUI.Name = "HubUI"
  47. HubUI.Parent = Main
  48. HubUI.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  49. HubUI.BorderSizePixel = 0
  50. HubUI.Position = UDim2.new(0.032520324, 0, 0.521978021, 0)
  51. HubUI.Size = UDim2.new(0, 141, 0, 40)
  52. HubUI.Font = Enum.Font.SourceSansBold
  53. HubUI.Text = "Natural Disaster Survival Hub"
  54. HubUI.TextColor3 = Color3.fromRGB(0, 0, 0)
  55. HubUI.TextScaled = true
  56. HubUI.TextSize = 14.000
  57. HubUI.TextWrapped = true
  58. HubUI.MouseButton1Down:connect(function()
  59. loadstring(game:HttpGet(("https://raw.githubusercontent.com/Yarik312/DarkWare/main/MainLoader"), true))()
  60. end)
  61.  
  62.  
  63. JailBreakUI.Name = "JailBreakUI"
  64. JailBreakUI.Parent = Main
  65. JailBreakUI.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  66. JailBreakUI.BorderSizePixel = 0
  67. JailBreakUI.Position = UDim2.new(0.577235758, 0, 0.521978021, 0)
  68. JailBreakUI.Size = UDim2.new(0, 143, 0, 40)
  69. JailBreakUI.Font = Enum.Font.SourceSansBold
  70. JailBreakUI.Text = "VnixHub--JailBreak"
  71. JailBreakUI.TextColor3 = Color3.fromRGB(0, 0, 0)
  72. JailBreakUI.TextScaled = true
  73. JailBreakUI.TextSize = 14.000
  74. JailBreakUI.TextWrapped = true
  75. JailBreakUI.MouseButton1Down:connect(function()
  76. loadstring(game:HttpGet(("https://pastebin.com/raw/5AW9Wb6k"), true))()
  77. end)
  78.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement