Advertisement
ScriptMakerOrGiver

Hoodhub v1 made by me (dahood)

Aug 29th, 2022 (edited)
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.72 KB | Gaming | 0 0
  1. made by PROTECTEROFTHESTARSX on roblox follow me!
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local HOODHUB = Instance.new("Frame")
  4. local CLOSE = Instance.new("TextButton")
  5. local TextLabel = Instance.new("TextLabel")
  6. local SWAGMODE = Instance.new("TextButton")
  7. local FADED = Instance.new("TextButton")
  8. local ENCLOSED = Instance.new("TextButton")
  9. local SUBSCRIBE = Instance.new("TextLabel")
  10. local ARTIC = Instance.new("TextButton")
  11. local OPEN = Instance.new("TextButton")
  12.  
  13. --Properties:
  14.  
  15. ScreenGui.Parent = game.CoreGui
  16. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. HOODHUB.Name = "HOODHUB"
  19. HOODHUB.Parent = ScreenGui
  20. HOODHUB.BackgroundColor3 = Color3.fromRGB(255, 0, 127)
  21. HOODHUB.Position = UDim2.new(0.719589233, 0, 0.594009995, 0)
  22. HOODHUB.Size = UDim2.new(0, 331, 0, 190)
  23. HOODHUB.Active = true
  24. HOODHUB. Draggable = true
  25.  
  26. CLOSE.Name = "CLOSE"
  27. CLOSE.Parent = HOODHUB
  28. CLOSE.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  29. CLOSE.Position = UDim2.new(0.793952346, 0, -0.00392263616, 0)
  30. CLOSE.Size = UDim2.new(0, 68, 0, 46)
  31. CLOSE.Font = Enum.Font.GothamBold
  32. CLOSE.Text = "X"
  33. CLOSE.TextColor3 = Color3.fromRGB(0, 0, 0)
  34. CLOSE.TextSize = 14.000
  35.  
  36. TextLabel.Parent = HOODHUB
  37. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 127)
  38. TextLabel.Size = UDim2.new(0, 262, 0, 45)
  39. TextLabel.Font = Enum.Font.GothamBold
  40. TextLabel.Text = "HOODHUB V1"
  41. TextLabel.TextColor3 = Color3.fromRGB(165, 0, 0)
  42. TextLabel.TextSize = 14.000
  43.  
  44. SWAGMODE.Name = "SWAGMODE"
  45. SWAGMODE.Parent = HOODHUB
  46. SWAGMODE.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  47. SWAGMODE.Position = UDim2.new(0, 0, 0.236842111, 0)
  48. SWAGMODE.Size = UDim2.new(0, 164, 0, 50)
  49. SWAGMODE.Font = Enum.Font.GothamBold
  50. SWAGMODE.Text = "SWAGMODE"
  51. SWAGMODE.TextColor3 = Color3.fromRGB(255, 0, 127)
  52. SWAGMODE.TextSize = 14.000
  53. SWAGMODE.MouseButton1Down:connect(function()
  54. loadstring(game:HttpGet('https://raw.githubusercontent.com/lerkermer/lua-projects/master/SwagModeV002'))()
  55. end)
  56.  
  57.  
  58.  
  59. FADED.Name = "FADED"
  60. FADED.Parent = HOODHUB
  61. FADED.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  62. FADED.Position = UDim2.new(0.495468289, 0, 0.236842096, 0)
  63. FADED.Size = UDim2.new(0, 164, 0, 50)
  64. FADED.Font = Enum.Font.GothamBold
  65. FADED.Text = "FADED"
  66. FADED.TextColor3 = Color3.fromRGB(255, 0, 127)
  67. FADED.TextSize = 14.000
  68. FADED.MouseButton1Down:connect(function()
  69. _G.Toggles = "V" -- You can put any keybind
  70. loadstring(game:HttpGet("https://raw.githubusercontent.com/NighterEpic/Faded-Grid/main/YesEpic", true))()
  71. end)
  72.  
  73.  
  74.  
  75. ENCLOSED.Name = "ENCLOSED"
  76. ENCLOSED.Parent = HOODHUB
  77. ENCLOSED.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  78. ENCLOSED.Position = UDim2.new(0, 0, 0.5, 0)
  79. ENCLOSED.Size = UDim2.new(0, 164, 0, 50)
  80. ENCLOSED.Font = Enum.Font.GothamBold
  81. ENCLOSED.Text = "ENCLOSED"
  82. ENCLOSED.TextColor3 = Color3.fromRGB(255, 0, 127)
  83. ENCLOSED.TextSize = 14.000
  84. ENCLOSED.MouseButton1Down:connect(function()
  85. loadstring(game:HttpGet('https://raw.githubusercontent.com/dylannpro123/enclosed/main/enclosed'))()
  86. end)
  87.  
  88.  
  89.  
  90. SUBSCRIBE.Name = "SUBSCRIBE!"
  91. SUBSCRIBE.Parent = HOODHUB
  92. SUBSCRIBE.BackgroundColor3 = Color3.fromRGB(255, 0, 127)
  93. SUBSCRIBE.Position = UDim2.new(0, 0, 0.763157904, 0)
  94. SUBSCRIBE.Size = UDim2.new(0, 328, 0, 45)
  95. SUBSCRIBE.Font = Enum.Font.GothamBlack
  96. SUBSCRIBE.Text = "SUBSCRIBE IF YOU LIKED!"
  97. SUBSCRIBE.TextColor3 = Color3.fromRGB(0, 0, 0)
  98. SUBSCRIBE.TextSize = 14.000
  99.  
  100. ARTIC.Name = "ARTIC"
  101. ARTIC.Parent = HOODHUB
  102. ARTIC.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  103. ARTIC.Position = UDim2.new(0.495468289, 0, 0.5, 0)
  104. ARTIC.Size = UDim2.new(0, 164, 0, 50)
  105. ARTIC.Font = Enum.Font.GothamBold
  106. ARTIC.Text = "ARTIC"
  107. ARTIC.TextColor3 = Color3.fromRGB(255, 0, 127)
  108. ARTIC.TextSize = 14.000
  109. ARTIC.MouseButton1Down:connect(function()
  110. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/PolarWasHere/Arctic/main/Arctic"))()
  111.  
  112. --group : https://web.roblox.com/groups/12243982/ArcticW#!/about
  113.  
  114. --sub to bacon boid
  115. end)
  116.  
  117.  
  118.  
  119. OPEN.Name = "OPEN"
  120. OPEN.Parent = ScreenGui
  121. OPEN.BackgroundColor3 = Color3.fromRGB(85, 170, 0)
  122. OPEN.Position = UDim2.new(0.30726701, 0, 0.931780398, 0)
  123. OPEN.Size = UDim2.new(0, 50, 0, 35)
  124. OPEN.Font = Enum.Font.SourceSans
  125. OPEN.Text = "OPEN"
  126. OPEN.TextColor3 = Color3.fromRGB(0, 0, 0)
  127. OPEN.TextSize = 14.000
  128.  
  129. -- Scripts:
  130.  
  131. local function TKHZHH_fake_script() -- CLOSE.Script
  132. local script = Instance.new('Script', CLOSE)
  133.  
  134. script.Parent.MouseButton1Click:Connect(function()
  135. script.Parent.Parent.Visible = false
  136. end)
  137. end
  138. coroutine.wrap(TKHZHH_fake_script)()
  139. local function BYKU_fake_script() -- OPEN.Script
  140. local script = Instance.new('Script', OPEN)
  141.  
  142. script.Parent.MouseButton1Click:Connect(function()
  143. script.Parent.Parent.HOODHUB.Visible = true
  144. end)
  145. end
  146. coroutine.wrap(BYKU_fake_script)()
  147.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement