Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local mainscroll = Instance.new("ScrollingFrame")
- local autorobjailbreak = Instance.new("TextButton")
- local jumpoff = Instance.new("TextButton")
- local jumpon = Instance.new("TextButton")
- local killself = Instance.new("TextButton")
- local speedoff = Instance.new("TextButton")
- local speedon = Instance.new("TextButton")
- local hack1text = Instance.new("TextLabel")
- local hack2text = Instance.new("TextLabel")
- local hack3text = Instance.new("TextLabel")
- local hack4text = Instance.new("TextLabel")
- local title = Instance.new("TextLabel")
- local bighealthon = Instance.new("TextButton")
- local bighealthoff = Instance.new("TextButton")
- local hack6text = Instance.new("TextLabel")
- local hack7text = Instance.new("TextLabel")
- local visualsload = Instance.new("TextButton")
- local hack5text = Instance.new("TextLabel")
- local darkhubload = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.Active = true
- main.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- main.Position = UDim2.new(0.149136543, 0, 0.238317773, 0)
- main.Selectable = true
- main.Size = UDim2.new(0, 398, 0, 197)
- main.Draggable = true
- main.Visible = true
- mainscroll.Name = "mainscroll"
- mainscroll.Parent = main
- mainscroll.Active = true
- mainscroll.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- mainscroll.Size = UDim2.new(0, 398, 0, 197)
- mainscroll.CanvasPosition = Vector2.new(0, 297)
- mainscroll.CanvasSize = UDim2.new(0, 0, 2, 175)
- mainscroll.ScrollBarThickness = 5
- autorobjailbreak.Name = "autorobjailbreak"
- autorobjailbreak.Parent = mainscroll
- autorobjailbreak.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- autorobjailbreak.Position = UDim2.new(0.762499094, 0, 0.497016907, 0)
- autorobjailbreak.Size = UDim2.new(0, 94, 0, 38)
- autorobjailbreak.Font = Enum.Font.SciFi
- autorobjailbreak.Text = "Open"
- autorobjailbreak.TextColor3 = Color3.fromRGB(0, 0, 0)
- autorobjailbreak.TextSize = 14.000
- autorobjailbreak.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/GTpKan9c", true))()
- end)
- jumpoff.Name = "jumpoff"
- jumpoff.Parent = mainscroll
- jumpoff.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- jumpoff.Position = UDim2.new(0.521142721, 0, 0.16218482, 0)
- jumpoff.Size = UDim2.new(0, 94, 0, 38)
- jumpoff.Font = Enum.Font.SciFi
- jumpoff.Text = "OFF"
- jumpoff.TextColor3 = Color3.fromRGB(0, 0, 0)
- jumpoff.TextSize = 14.000
- jumpoff.MouseButton1Down:connect(function()
- game.Workspace.Allofthegame4u.Humanoid.JumpPower = 10
- end)
- jumpon.Name = "jumpon"
- jumpon.Parent = mainscroll
- jumpon.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- jumpon.Position = UDim2.new(0.762499034, 0, 0.163792506, 0)
- jumpon.Size = UDim2.new(0, 94, 0, 38)
- jumpon.Font = Enum.Font.SciFi
- jumpon.Text = "ON"
- jumpon.TextColor3 = Color3.fromRGB(0, 0, 0)
- jumpon.TextSize = 14.000
- jumpon.MouseButton1Down:connect(function()
- game.Workspace.Allofthegame4u.Humanoid.JumpPower = 315
- end)
- killself.Name = "killself"
- killself.Parent = mainscroll
- killself.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- killself.Position = UDim2.new(0.75998652, 0, 0.304324865, 0)
- killself.Size = UDim2.new(0, 94, 0, 38)
- killself.Font = Enum.Font.SciFi
- killself.Text = "Kill"
- killself.TextColor3 = Color3.fromRGB(0, 0, 0)
- killself.TextSize = 14.000
- killself.MouseButton1Down:connect(function()
- game.Workspace.Allofthegame4u.Humanoid.Health = 0
- end)
- speedoff.Name = "speedoff"
- speedoff.Parent = mainscroll
- speedoff.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- speedoff.Position = UDim2.new(0.521142781, 0, 0.0438117348, 0)
- speedoff.Size = UDim2.new(0, 94, 0, 38)
- speedoff.Font = Enum.Font.SciFi
- speedoff.Text = "OFF"
- speedoff.TextColor3 = Color3.fromRGB(0, 0, 0)
- speedoff.TextSize = 14.000
- speedon.Name = "speedon"
- speedon.Parent = mainscroll
- speedon.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- speedon.Position = UDim2.new(0.754961312, 0, 0.0421546958, 0)
- speedon.Size = UDim2.new(0, 94, 0, 38)
- speedon.Font = Enum.Font.SciFi
- speedon.Text = "ON"
- speedon.TextColor3 = Color3.fromRGB(0, 0, 0)
- speedon.TextSize = 14.000
- hack1text.Name = "hack1text"
- hack1text.Parent = mainscroll
- hack1text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- hack1text.Position = UDim2.new(0.000860154629, 0, 0.0425179005, 0)
- hack1text.Size = UDim2.new(0, 130, 0, 37)
- hack1text.Font = Enum.Font.SciFi
- hack1text.Text = "Big WalkSpeed"
- hack1text.TextColor3 = Color3.fromRGB(0, 0, 0)
- hack1text.TextSize = 15.000
- hack2text.Name = "hack2text"
- hack2text.Parent = mainscroll
- hack2text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- hack2text.Position = UDim2.new(0.000860173022, 0, 0.163881615, 0)
- hack2text.Size = UDim2.new(0, 130, 0, 37)
- hack2text.Font = Enum.Font.SciFi
- hack2text.Text = "Big JumpPower"
- hack2text.TextColor3 = Color3.fromRGB(0, 0, 0)
- hack2text.TextSize = 15.000
- hack3text.Name = "hack3text"
- hack3text.Parent = mainscroll
- hack3text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- hack3text.Position = UDim2.new(0.000860154396, 0, 0.305385113, 0)
- hack3text.Size = UDim2.new(0, 130, 0, 37)
- hack3text.Font = Enum.Font.SciFi
- hack3text.Text = "Kill Self"
- hack3text.TextColor3 = Color3.fromRGB(0, 0, 0)
- hack3text.TextSize = 15.000
- hack4text.Name = "hack4text"
- hack4text.Parent = mainscroll
- hack4text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- hack4text.Position = UDim2.new(-0.00165240816, 0, 0.497941673, 0)
- hack4text.Size = UDim2.new(0, 130, 0, 37)
- hack4text.Font = Enum.Font.SciFi
- hack4text.Text = "Jailbreak AutoRob"
- hack4text.TextColor3 = Color3.fromRGB(0, 0, 0)
- hack4text.TextSize = 15.000
- title.Name = "title"
- title.Parent = mainscroll
- title.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- title.Position = UDim2.new(0.000895361183, 0, -0.000214322994, 0)
- title.Size = UDim2.new(0, 397, 0, 24)
- title.Font = Enum.Font.SciFi
- title.Text = "Locust GUI Alpha v1.5"
- title.TextColor3 = Color3.fromRGB(0, 0, 0)
- title.TextSize = 35.000
- bighealthon.Name = "bighealthon"
- bighealthon.Parent = mainscroll
- bighealthon.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- bighealthon.Position = UDim2.new(0.754961431, 0, 0.819030702, 0)
- bighealthon.Size = UDim2.new(0, 94, 0, 38)
- bighealthon.Font = Enum.Font.SciFi
- bighealthon.Text = "On"
- bighealthon.TextColor3 = Color3.fromRGB(0, 0, 0)
- bighealthon.TextSize = 14.000
- bighealthon.MouseButton1Down:connect(function()
- game.Workspace.Allofthegame4u.Humanoid.Health = 555
- end)
- bighealthoff.Name = "bighealthoff"
- bighealthoff.Parent = mainscroll
- bighealthoff.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- bighealthoff.Position = UDim2.new(0.516267955, 0, 0.819030702, 0)
- bighealthoff.Size = UDim2.new(0, 94, 0, 38)
- bighealthoff.Font = Enum.Font.SciFi
- bighealthoff.Text = "Off"
- bighealthoff.TextColor3 = Color3.fromRGB(0, 0, 0)
- bighealthoff.TextSize = 14.000
- bighealthoff.MouseButton1Down:connect(function()
- game.Workspace.Allofthegame4u.Humanoid.Health = 100
- end)
- hack6text.Name = "hack6text"
- hack6text.Parent = mainscroll
- hack6text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- hack6text.Position = UDim2.new(0.000860165805, 0, 0.824552059, 0)
- hack6text.Size = UDim2.new(0, 130, 0, 33)
- hack6text.Font = Enum.Font.SciFi
- hack6text.Text = "Big Health"
- hack6text.TextColor3 = Color3.fromRGB(0, 0, 0)
- hack6text.TextSize = 15.000
- hack7text.Name = "hack7text"
- hack7text.Parent = mainscroll
- hack7text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- hack7text.Position = UDim2.new(-0.00165239698, 0, 0.940545022, 0)
- hack7text.Size = UDim2.new(0, 130, 0, 33)
- hack7text.Font = Enum.Font.SciFi
- hack7text.Text = "Visuals"
- hack7text.TextColor3 = Color3.fromRGB(0, 0, 0)
- hack7text.TextSize = 15.000
- visualsload.Name = "visualsload"
- visualsload.Parent = mainscroll
- visualsload.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- visualsload.Position = UDim2.new(0.752448857, 0, 0.93150872, 0)
- visualsload.Size = UDim2.new(0, 94, 0, 38)
- visualsload.Font = Enum.Font.SciFi
- visualsload.Text = "Load"
- visualsload.TextColor3 = Color3.fromRGB(0, 0, 0)
- visualsload.TextSize = 14.000
- visualsload.MouseButton1Down:connet(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/nqyGkWvx", true))()
- end)
- hack5text.Name = "hack5text"
- hack5text.Parent = mainscroll
- hack5text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- hack5text.Position = UDim2.new(0.000860165805, 0, 0.664622366, 0)
- hack5text.Size = UDim2.new(0, 130, 0, 33)
- hack5text.Font = Enum.Font.SciFi
- hack5text.Text = "DarkHub"
- hack5text.TextColor3 = Color3.fromRGB(0, 0, 0)
- hack5text.TextSize = 15.000
- darkhubload.Name = "darkhubload"
- darkhubload.Parent = mainscroll
- darkhubload.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- darkhubload.Position = UDim2.new(0.752448857, 0, 0.667888284, 0)
- darkhubload.Size = UDim2.new(0, 94, 0, 38)
- darkhubload.Font = Enum.Font.SciFi
- darkhubload.Text = "Load"
- darkhubload.TextColor3 = Color3.fromRGB(0, 0, 0)
- darkhubload.TextSize = 14.000
- darkhubload.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/RandomAdamYT/DarkHub/master/Init", true))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement