Advertisement
Martinman117

Voidhub Gui

Jun 1st, 2021
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. -- Instances:
  2.  
  3. local Voidhub = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local Title2 = Instance.new("TextLabel")
  7. local Makers = Instance.new("TextLabel")
  8. local Voidhub_2 = Instance.new("TextButton")
  9.  
  10. --Properties:
  11.  
  12. Voidhub.Name = "Voidhub"
  13. Voidhub.Parent = game.CoreGui
  14. Voidhub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. main.Name = "main"
  17. main.Parent = Voidhub
  18. main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  19. main.Position = UDim2.new(0.229090914, 0, 0.257810771, 0)
  20. main.Size = UDim2.new(0, 243, 0, 89)
  21. main.Active = true
  22. main.Draggable = true
  23.  
  24. Title.Name = "Title"
  25. Title.Parent = main
  26. Title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  27. Title.Position = UDim2.new(0, 0, 0.0285714269, 0)
  28. Title.Size = UDim2.new(0, 243, 0, 20)
  29. Title.Font = Enum.Font.SourceSans
  30. Title.Text = "This gui made by Firefacemask2#0712"
  31. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  32. Title.TextSize = 14.000
  33.  
  34. Title2.Name = "Title2"
  35. Title2.Parent = main
  36. Title2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  37. Title2.Position = UDim2.new(0, 0, 0.226007327, 0)
  38. Title2.Size = UDim2.new(0, 243, 0, 20)
  39. Title2.Font = Enum.Font.SourceSans
  40. Title2.Text = "All Scripts in the button below are made by:"
  41. Title2.TextColor3 = Color3.fromRGB(255, 255, 255)
  42. Title2.TextSize = 14.000
  43.  
  44. Makers.Name = "Makers"
  45. Makers.Parent = Title2
  46. Makers.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  47. Makers.Position = UDim2.new(0, 0, 1, 0)
  48. Makers.Size = UDim2.new(0, 243, 0, 19)
  49. Makers.Font = Enum.Font.SourceSans
  50. Makers.Text = " wYn#0001 Jxnt#9946 RIP#6666 xxxYoloxxx#2166"
  51. Makers.TextColor3 = Color3.fromRGB(255, 255, 255)
  52. Makers.TextSize = 14.000
  53.  
  54. Voidhub_2.Name = "Voidhub"
  55. Voidhub_2.Parent = main
  56. Voidhub_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  57. Voidhub_2.Position = UDim2.new(0, 0, 0.653671086, 0)
  58. Voidhub_2.Size = UDim2.new(0, 243, 0, 30)
  59. Voidhub_2.Font = Enum.Font.SourceSans
  60. Voidhub_2.Text = "Void Hub"
  61. Voidhub_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  62. Voidhub_2.TextSize = 14.000
  63. Voidhub_2.MouseButton1Down:connect(function()
  64. loadstring(game:HttpGet("https://pastebin.com/raw/zbc9fJeQ", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement