Advertisement
SkidScripts

V.G Hub

Jun 3rd, 2022
1,542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Made by rnxc#2384
  2. -- Version: 1.0
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextLabel_2 = Instance.new("TextLabel")
  10. local TextButton = Instance.new("TextButton")
  11. local TextButton_2 = Instance.new("TextButton")
  12. local TextButton_3 = Instance.new("TextButton")
  13. local TextButton_4 = Instance.new("TextButton")
  14. local TextButton_5 = Instance.new("TextButton")
  15. local TextButton_6 = Instance.new("TextButton")
  16. local TextLabel_3 = Instance.new("TextLabel")
  17.  
  18. --Properties:
  19.  
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. ScreenGui.ResetOnSpawn = true
  22.  
  23. Frame.Parent = ScreenGui
  24. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  25. Frame.BorderColor3 = Color3.fromRGB(255, 0, 0)
  26. Frame.Position = UDim2.new(0.285936266, 0, 0.191411048, 0)
  27. Frame.Size = UDim2.new(0, 468, 0, 441)
  28. Frame.Active = true
  29. Frame.Draggable = true
  30.  
  31. TextLabel.Parent = Frame
  32. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  33. TextLabel.BorderColor3 = Color3.fromRGB(255, 0, 0)
  34. TextLabel.Position = UDim2.new(0, 0, -0.147849455, 0)
  35. TextLabel.Size = UDim2.new(0, 468, 0, 63)
  36. TextLabel.Font = Enum.Font.SourceSans
  37. TextLabel.Text = "Shooting Games Script"
  38. TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  39. TextLabel.TextSize = 50.000
  40.  
  41. TextLabel_2.Parent = Frame
  42. TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  43. TextLabel_2.BorderColor3 = Color3.fromRGB(255, 0, 0)
  44. TextLabel_2.Position = UDim2.new(0, 0, 0.999378264, 0)
  45. TextLabel_2.Size = UDim2.new(0, 468, 0, 32)
  46. TextLabel_2.Font = Enum.Font.SourceSans
  47. TextLabel_2.Text = "Made By rnxc#2384"
  48. TextLabel_2.TextColor3 = Color3.fromRGB(255, 0, 0)
  49. TextLabel_2.TextSize = 30.000
  50.  
  51. TextLabel_3.Parent = Frame
  52. TextLabel_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  53. TextLabel_3.BorderColor3 = Color3.fromRGB(255, 0, 0)
  54. TextLabel_3.Position = UDim2.new(0, 0, 0.929083526, 0)
  55. TextLabel_3.Size = UDim2.new(0, 468, 0, 31)
  56. TextLabel_3.Font = Enum.Font.SourceSans
  57. TextLabel_3.Text = "Support The Server  = https://discord.gg/fdHGgqFUCn"
  58. TextLabel_3.TextColor3 = Color3.fromRGB(255, 0, 0)
  59. TextLabel_3.TextSize = 24.000
  60.  
  61. TextButton.Parent = Frame
  62. TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  63. TextButton.BorderColor3 = Color3.fromRGB(255, 0, 0)
  64. TextButton.Position = UDim2.new(0.0811965764, 0, 0.090702951, 0)
  65. TextButton.Size = UDim2.new(0, 107, 0, 50)
  66. TextButton.Font = Enum.Font.SourceSans
  67. TextButton.Text = "Dark Hub"
  68. TextButton.TextColor3 = Color3.fromRGB(255, 0, 0)
  69. TextButton.TextSize = 30.000
  70. TextButton.MouseButton1Down:connect(function()
  71.     loadstring(game:HttpGet("https://raw.githubusercontent.com/RandomAdamYT/DarkHub/master/Init", true))()
  72. end)
  73.  
  74. TextButton_2.Parent = Frame
  75. TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  76. TextButton_2.BorderColor3 = Color3.fromRGB(255, 0, 0)
  77. TextButton_2.Position = UDim2.new(0.384615391, 0, 0.090702951, 0)
  78. TextButton_2.Size = UDim2.new(0, 107, 0, 50)
  79. TextButton_2.Font = Enum.Font.SourceSans
  80. TextButton_2.Text = "Owl Hub"
  81. TextButton_2.TextColor3 = Color3.fromRGB(255, 0, 0)
  82. TextButton_2.TextSize = 30.000
  83. TextButton_2.MouseButton1Down:connect(function()
  84.     loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  85. end)
  86.  
  87. TextButton_3.Parent = Frame
  88. TextButton_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  89. TextButton_3.BorderColor3 = Color3.fromRGB(255, 0, 0)
  90. TextButton_3.Position = UDim2.new(0.688034236, 0, 0.0907029808, 0)
  91. TextButton_3.Size = UDim2.new(0, 107, 0, 50)
  92. TextButton_3.Font = Enum.Font.SourceSans
  93. TextButton_3.Text = "Solaris"
  94. TextButton_3.TextColor3 = Color3.fromRGB(255, 0, 0)
  95. TextButton_3.TextSize = 30.000
  96. TextButton_3.MouseButton1Down:connect(function()
  97.     loadstring(game:HttpGet('https://solarishub.dev/script.lua',true))()
  98. end)
  99.  
  100. TextButton_4.Parent = Frame
  101. TextButton_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  102. TextButton_4.BorderColor3 = Color3.fromRGB(255, 0, 0)
  103. TextButton_4.Position = UDim2.new(0.213675231, 0, 0.294784576, 0)
  104. TextButton_4.Size = UDim2.new(0, 107, 0, 50)
  105. TextButton_4.Font = Enum.Font.SourceSans
  106. TextButton_4.Text = "Bolts Hub "
  107. TextButton_4.TextColor3 = Color3.fromRGB(255, 0, 0)
  108. TextButton_4.TextSize = 28.000
  109. TextButton_4.MouseButton1Down:connect(function()
  110.     loadstring(game:HttpGet("https://raw.githubusercontent.com/fusiongreg/BoltsHubV5/main/BoltsHubV5"))()
  111. end)
  112.  
  113. TextButton_5.Parent = Frame
  114. TextButton_5.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  115. TextButton_5.BorderColor3 = Color3.fromRGB(255, 0, 0)
  116. TextButton_5.Position = UDim2.new(0.557692289, 0, 0.294784606, 0)
  117. TextButton_5.Size = UDim2.new(0, 107, 0, 50)
  118. TextButton_5.Font = Enum.Font.SourceSans
  119. TextButton_5.Text = "V.G. Hub"
  120. TextButton_5.TextColor3 = Color3.fromRGB(255, 0, 0)
  121. TextButton_5.TextSize = 30.000
  122. TextButton_5.MouseButton1Down:connect(function()
  123.     loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'))()
  124. end)
  125.  
  126. TextButton_6.Parent = Frame
  127. TextButton_6.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  128. TextButton_6.BorderColor3 = Color3.fromRGB(255, 0, 0)
  129. TextButton_6.Position = UDim2.new(0.384615391, 0, 0.512471676, 0)
  130. TextButton_6.Size = UDim2.new(0, 107, 0, 50)
  131. TextButton_6.Font = Enum.Font.SourceSans
  132. TextButton_6.Text = "Duck Hub"
  133. TextButton_6.TextColor3 = Color3.fromRGB(255, 0, 0)
  134. TextButton_6.TextSize = 30.000
  135. TextButton_6.MouseButton1Down:connect(function()
  136.     loadstring(game:HttpGet('https://raw.githubusercontent.com/NougatBitz/DuckHub/master/Main.lua'))()
  137. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement