Pastebin
local HoopsLifeGui11 = Instance.new("ScreenGui")
local main = Instance.new("Frame")
local Title = Instance.new("TextLabel")
local Fly = Instance.new("TextButton")
local Aimbot = Instance.new("TextButton")
local SpeedHack = Instance.new("TextButton")
local Tp = Instance.new("TextButton")
HoopsLifeGui11.Name = "Hoops Life Gui 1.1"
HoopsLifeGui11.Parent = game.CoreGui
main.Name = "main"
main.Parent = HoopsLifeGui11
main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
main.Position = UDim2.new(0.0302648153, 0, 0.49105376, 0)
main.Size = UDim2.new(0, 136, 0, 232)
main.Active = true
main.Draggable = true
Title.Name = "Title"
Title.Parent = main
Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Title.Position = UDim2.new(-0.0127877071, 0, -0.00177139416, 0)
Title.Size = UDim2.new(0, 136, 0, 27)
Title.Font = Enum.Font.Roboto
Title.Text = "Hoops Life Gui 1.1"
Title.TextColor3 = Color3.fromRGB(0, 0, 0)
Title.TextSize = 14.000
Title.TextWrapped = true
Fly.Name = "Fly"
Fly.Parent = main
Fly.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Fly.Position = UDim2.new(0.122026987, 0, 0.384046972, 0)
Fly.Size = UDim2.new(0, 101, 0, 34)
Fly.Font = Enum.Font.Roboto
Fly.Text = "Fly (Press E)"
Fly.TextColor3 = Color3.fromRGB(0, 0, 0)
Fly.TextSize = 14.000
Fly.TextWrapped = true
Fly.MouseButton1Down:connect(function()
loadstring(game:HttpGet("#", true))()
end)
Aimbot.Name = "Aimbot"
Aimbot.Parent = main
Aimbot.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Aimbot.Position = UDim2.new(0.122026928, 0, 0.167324618, 0)
Aimbot.Size = UDim2.new(0, 101, 0, 34)
Aimbot.Font = Enum.Font.Roboto
Aimbot.Text = "Aimbot (Press F)"
Aimbot.TextColor3 = Color3.fromRGB(0, 0, 0)
Aimbot.TextSize = 14.000
Aimbot.TextWrapped = true
Aimbot.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://rentry.co/u95bfput/raw", true))()
end)
SpeedHack.Name = "Speed Hack"
SpeedHack.Parent = main
SpeedHack.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
SpeedHack.Position = UDim2.new(0.122026928, 0, 0.591912985, 0)
SpeedHack.Size = UDim2.new(0, 101, 0, 34)
SpeedHack.Font = Enum.Font.Roboto
SpeedHack.Text = "Speed Hack"
SpeedHack.TextColor3 = Color3.fromRGB(0, 0, 0)
SpeedHack.TextSize = 14.000
SpeedHack.TextWrapped = true
SpeedHack.MouseButton1Down:connect(function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 25
end)
Tp.Name = "Tp"
Tp.Parent = main
Tp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Tp.Position = UDim2.new(0.122026928, 0, 0.803042233, 0)
Tp.Size = UDim2.new(0, 101, 0, 34)
Tp.Font = Enum.Font.Roboto
Tp.Text = "Q To TP"
Tp.TextColor3 = Color3.fromRGB(0, 0, 0)
Tp.TextSize = 14.000
Tp.TextWrapped = true
SpeedHack.MouseButton1Down:connect(function()
end)
Select all text above, copy it, then paste into your executor.