Advertisement
Guest User

Ghost Hub script (original release)

a guest
Aug 11th, 2021
4,022
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.14 KB | None | 0 1
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextButton = Instance.new("TextButton")
  9. local TextButton_2 = Instance.new("TextButton")
  10. local TextLabel = Instance.new("TextLabel")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local TextButton_3 = Instance.new("TextButton")
  13.  
  14. --Properties:
  15.  
  16. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. ScreenGui.ResetOnSpawn = false
  18.  
  19. Frame.Parent = ScreenGui
  20. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  21. Frame.Position = UDim2.new(0.096423015, 0, 0.497153699, 0)
  22. Frame.Size = UDim2.new(0, 300, 0, 185)
  23. Frame.Active = true
  24. Frame.Draggable =true
  25.  
  26. TextButton.Parent = Frame
  27. TextButton.BackgroundColor3 = Color3.fromRGB(30, 64, 255)
  28. TextButton.BorderColor3 = Color3.fromRGB(6, 0, 94)
  29. TextButton.Position = UDim2.new(0.0464178249, 0, 0.616175175, 0)
  30. TextButton.Size = UDim2.new(0, 104, 0, 50)
  31. TextButton.Font = Enum.Font.SourceSans
  32. TextButton.Text = "FE Script Hub"
  33. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  34. TextButton.TextSize = 20.000
  35. TextButton.MouseButton1Down:connect(function()
  36.     --made by PanzerKampfMeinFuhr1 bruv--
  37.  
  38.     loadstring(game:HttpGet(('https://raw.githubusercontent.com/PanzerKampfMeinFuhr1/ActuallyTheRealHub/main/TheHubActualRawScript'),true))()
  39. end)
  40.  
  41. TextButton_2.Parent = Frame
  42. TextButton_2.BackgroundColor3 = Color3.fromRGB(30, 64, 255)
  43. TextButton_2.BorderColor3 = Color3.fromRGB(6, 0, 94)
  44. TextButton_2.Position = UDim2.new(0.462592006, 0, 0.45625934, 0)
  45. TextButton_2.Size = UDim2.new(0, 104, 0, 50)
  46. TextButton_2.Font = Enum.Font.SourceSans
  47. TextButton_2.Text = "Nullware Hub"
  48. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  49. TextButton_2.TextSize = 20.000
  50. TextButton_2.MouseButton1Down:connect(function()
  51.     loadstring(game:HttpGetAsync("https://gist.githubusercontent.com/M6HqVBcddw2qaN4s/dabc2500988785fbec1ce7c7aaee105d/raw/hVQJXfF4sR6yqSfJ"))()
  52. end)
  53.  
  54. TextLabel.Parent = Frame
  55. TextLabel.BackgroundColor3 = Color3.fromRGB(4, 9, 108)
  56. TextLabel.Position = UDim2.new(0.00308968127, 0, -0.00554901361, 0)
  57. TextLabel.Size = UDim2.new(0, 300, 0, 36)
  58. TextLabel.Font = Enum.Font.SciFi
  59. TextLabel.Text = "The Ghost Hub | RTYQZ"
  60. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  61. TextLabel.TextSize = 30.000
  62.  
  63. TextLabel_2.Parent = Frame
  64. TextLabel_2.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  65. TextLabel_2.Position = UDim2.new(0.686796308, 0, 0.935432553, 0)
  66. TextLabel_2.Size = UDim2.new(0, 94, 0, 11)
  67. TextLabel_2.Font = Enum.Font.SourceSans
  68. TextLabel_2.Text = "Created By RTYQZ"
  69. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  70. TextLabel_2.TextSize = 14.000
  71.  
  72. TextButton_3.Parent = Frame
  73. TextButton_3.BackgroundColor3 = Color3.fromRGB(30, 64, 255)
  74. TextButton_3.BorderColor3 = Color3.fromRGB(6, 0, 94)
  75. TextButton_3.Position = UDim2.new(0.0464178286, 0, 0.296343416, 0)
  76. TextButton_3.Size = UDim2.new(0, 104, 0, 50)
  77. TextButton_3.Font = Enum.Font.SourceSans
  78. TextButton_3.Text = "UTG Hub"
  79. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  80. TextButton_3.TextSize = 20.000
  81. TextButton_3.MouseButton1Down:connect(function()
  82.     loadstring(game:HttpGet("https://pastebin.com/raw/fwQNynHg"))()
  83. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement