Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --replace any Allofthegame4u with your roblox username
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local hack1 = Instance.new("TextButton")
- local hack2 = Instance.new("TextButton")
- local hack3 = Instance.new("TextButton")
- local hack4 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- main.Position = UDim2.new(0.530377686, 0, 0.757009327, 0)
- main.Size = UDim2.new(0, 286, 0, 156)
- main.Active = true
- main.Draggable = true
- main.Visible = true
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- title.Size = UDim2.new(0, 285, 0, 23)
- title.Font = Enum.Font.SciFi
- title.Text = "Locust GUI Alpha v1.6.1"
- title.TextColor3 = Color3.fromRGB(0, 0, 0)
- title.TextSize = 20.000
- hack1.Name = "hack1"
- hack1.Parent = main
- hack1.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- hack1.Position = UDim2.new(-0.00109084335, 0, 0.145399049, 0)
- hack1.Size = UDim2.new(0, 143, 0, 62)
- hack1.Font = Enum.Font.SciFi
- hack1.Text = "Infinite Yeild"
- hack1.TextColor3 = Color3.fromRGB(0, 0, 0)
- hack1.TextSize = 14.000
- hack1.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source", true))()
- end)
- hack2.Name = "hack2"
- hack2.Parent = main
- hack2.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- hack2.Position = UDim2.new(-0.00109084335, 0, 0.542834938, 0)
- hack2.Size = UDim2.new(0, 143, 0, 71)
- hack2.Font = Enum.Font.SciFi
- hack2.Text = "Kill Self"
- hack2.TextColor3 = Color3.fromRGB(0, 0, 0)
- hack2.TextSize = 14.000
- hack2.MouseButton1Down:connect(function()
- game.Workspace.Allofthegame4u.Humanoid.Health = 0
- end)
- hack3.Name = "hack3"
- hack3.Parent = main
- hack3.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- hack3.Position = UDim2.new(0.495412558, 0, 0.542834938, 0)
- hack3.Size = UDim2.new(0, 143, 0, 71)
- hack3.Font = Enum.Font.SciFi
- hack3.Text = "DarkHub"
- hack3.TextColor3 = Color3.fromRGB(0, 0, 0)
- hack3.TextSize = 14.000
- hack3.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/RandomAdamYT/DarkHub/master/Init", true))()
- end)
- hack4.Name = "hack4"
- hack4.Parent = main
- hack4.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- hack4.Position = UDim2.new(0.498909056, 0, 0.145399049, 0)
- hack4.Size = UDim2.new(0, 143, 0, 62)
- hack4.Font = Enum.Font.SciFi
- hack4.Text = "Big Health"
- hack4.TextColor3 = Color3.fromRGB(0, 0, 0)
- hack4.TextSize = 14.000
- hack4.MouseButton1Down:connect(function()
- game.Workspace.Allofthegame4u.Humanoid.Health = 365
- end)
Add Comment
Please, Sign In to add comment