Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- made by PROTECTEROFTHESTARSX on roblox follow me!
- local ScreenGui = Instance.new("ScreenGui")
- local HOODHUB = Instance.new("Frame")
- local CLOSE = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local SWAGMODE = Instance.new("TextButton")
- local FADED = Instance.new("TextButton")
- local ENCLOSED = Instance.new("TextButton")
- local SUBSCRIBE = Instance.new("TextLabel")
- local ARTIC = Instance.new("TextButton")
- local OPEN = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- HOODHUB.Name = "HOODHUB"
- HOODHUB.Parent = ScreenGui
- HOODHUB.BackgroundColor3 = Color3.fromRGB(255, 0, 127)
- HOODHUB.Position = UDim2.new(0.719589233, 0, 0.594009995, 0)
- HOODHUB.Size = UDim2.new(0, 331, 0, 190)
- HOODHUB.Active = true
- HOODHUB. Draggable = true
- CLOSE.Name = "CLOSE"
- CLOSE.Parent = HOODHUB
- CLOSE.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- CLOSE.Position = UDim2.new(0.793952346, 0, -0.00392263616, 0)
- CLOSE.Size = UDim2.new(0, 68, 0, 46)
- CLOSE.Font = Enum.Font.GothamBold
- CLOSE.Text = "X"
- CLOSE.TextColor3 = Color3.fromRGB(0, 0, 0)
- CLOSE.TextSize = 14.000
- TextLabel.Parent = HOODHUB
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 127)
- TextLabel.Size = UDim2.new(0, 262, 0, 45)
- TextLabel.Font = Enum.Font.GothamBold
- TextLabel.Text = "HOODHUB V1"
- TextLabel.TextColor3 = Color3.fromRGB(165, 0, 0)
- TextLabel.TextSize = 14.000
- SWAGMODE.Name = "SWAGMODE"
- SWAGMODE.Parent = HOODHUB
- SWAGMODE.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- SWAGMODE.Position = UDim2.new(0, 0, 0.236842111, 0)
- SWAGMODE.Size = UDim2.new(0, 164, 0, 50)
- SWAGMODE.Font = Enum.Font.GothamBold
- SWAGMODE.Text = "SWAGMODE"
- SWAGMODE.TextColor3 = Color3.fromRGB(255, 0, 127)
- SWAGMODE.TextSize = 14.000
- SWAGMODE.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/lerkermer/lua-projects/master/SwagModeV002'))()
- end)
- FADED.Name = "FADED"
- FADED.Parent = HOODHUB
- FADED.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- FADED.Position = UDim2.new(0.495468289, 0, 0.236842096, 0)
- FADED.Size = UDim2.new(0, 164, 0, 50)
- FADED.Font = Enum.Font.GothamBold
- FADED.Text = "FADED"
- FADED.TextColor3 = Color3.fromRGB(255, 0, 127)
- FADED.TextSize = 14.000
- FADED.MouseButton1Down:connect(function()
- _G.Toggles = "V" -- You can put any keybind
- loadstring(game:HttpGet("https://raw.githubusercontent.com/NighterEpic/Faded-Grid/main/YesEpic", true))()
- end)
- ENCLOSED.Name = "ENCLOSED"
- ENCLOSED.Parent = HOODHUB
- ENCLOSED.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ENCLOSED.Position = UDim2.new(0, 0, 0.5, 0)
- ENCLOSED.Size = UDim2.new(0, 164, 0, 50)
- ENCLOSED.Font = Enum.Font.GothamBold
- ENCLOSED.Text = "ENCLOSED"
- ENCLOSED.TextColor3 = Color3.fromRGB(255, 0, 127)
- ENCLOSED.TextSize = 14.000
- ENCLOSED.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/dylannpro123/enclosed/main/enclosed'))()
- end)
- SUBSCRIBE.Name = "SUBSCRIBE!"
- SUBSCRIBE.Parent = HOODHUB
- SUBSCRIBE.BackgroundColor3 = Color3.fromRGB(255, 0, 127)
- SUBSCRIBE.Position = UDim2.new(0, 0, 0.763157904, 0)
- SUBSCRIBE.Size = UDim2.new(0, 328, 0, 45)
- SUBSCRIBE.Font = Enum.Font.GothamBlack
- SUBSCRIBE.Text = "SUBSCRIBE IF YOU LIKED!"
- SUBSCRIBE.TextColor3 = Color3.fromRGB(0, 0, 0)
- SUBSCRIBE.TextSize = 14.000
- ARTIC.Name = "ARTIC"
- ARTIC.Parent = HOODHUB
- ARTIC.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ARTIC.Position = UDim2.new(0.495468289, 0, 0.5, 0)
- ARTIC.Size = UDim2.new(0, 164, 0, 50)
- ARTIC.Font = Enum.Font.GothamBold
- ARTIC.Text = "ARTIC"
- ARTIC.TextColor3 = Color3.fromRGB(255, 0, 127)
- ARTIC.TextSize = 14.000
- ARTIC.MouseButton1Down:connect(function()
- loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/PolarWasHere/Arctic/main/Arctic"))()
- --group : https://web.roblox.com/groups/12243982/ArcticW#!/about
- --sub to bacon boid
- end)
- OPEN.Name = "OPEN"
- OPEN.Parent = ScreenGui
- OPEN.BackgroundColor3 = Color3.fromRGB(85, 170, 0)
- OPEN.Position = UDim2.new(0.30726701, 0, 0.931780398, 0)
- OPEN.Size = UDim2.new(0, 50, 0, 35)
- OPEN.Font = Enum.Font.SourceSans
- OPEN.Text = "OPEN"
- OPEN.TextColor3 = Color3.fromRGB(0, 0, 0)
- OPEN.TextSize = 14.000
- -- Scripts:
- local function TKHZHH_fake_script() -- CLOSE.Script
- local script = Instance.new('Script', CLOSE)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Visible = false
- end)
- end
- coroutine.wrap(TKHZHH_fake_script)()
- local function BYKU_fake_script() -- OPEN.Script
- local script = Instance.new('Script', OPEN)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.HOODHUB.Visible = true
- end)
- end
- coroutine.wrap(BYKU_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement