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 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 autorobjailbreak = 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.149136558, 0, 0.238317773, 0)
- main.Selectable = true
- main.Size = UDim2.new(0, 398, 0, 218)
- main.Active = true
- main.Draggable = true
- main.Visible = true
- jumpoff.Name = "jumpoff"
- jumpoff.Parent = main
- jumpoff.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- jumpoff.Position = UDim2.new(0.52616787, 0, 0.281511366, 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 = main
- jumpon.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- jumpon.Position = UDim2.new(0.762499034, 0, 0.281692535, 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 = 50
- end)
- killself.Name = "killself"
- killself.Parent = main
- killself.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- killself.Position = UDim2.new(0.75998652, 0, 0.473563582, 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 = main
- speedoff.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- speedoff.Position = UDim2.new(0.526167929, 0, 0.107988954, 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
- speedoff.MouseButton1Down:connect(function()
- game.Workspace.Allofthegame4u.Humanoid.WalkSpeed = 15
- end)
- speedon.Name = "speedon"
- speedon.Parent = main
- speedon.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- speedon.Position = UDim2.new(0.762498975, 0, 0.108170152, 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
- speedon.MouseButton1Down:connect(function()
- game.Workspace.Allofthegame4u.Humanoid.WalkSpeed = 135
- end)
- hack1text.Name = "hack1text"
- hack1text.Parent = main
- hack1text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- hack1text.Position = UDim2.new(0.000860154629, 0, 0.112379655, 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 = main
- hack2text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- hack2text.Position = UDim2.new(0.000860173022, 0, 0.284195513, 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 = main
- hack3text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- hack3text.Position = UDim2.new(0.000860154396, 0, 0.474008918, 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 = main
- hack4text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- hack4text.Position = UDim2.new(0.000860154629, 0, 0.651058078, 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 = main
- 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.0"
- title.TextColor3 = Color3.fromRGB(0, 0, 0)
- title.TextSize = 35.000
- autorobjailbreak.Name = "autorobjailbreak"
- autorobjailbreak.Parent = main
- autorobjailbreak.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- autorobjailbreak.Position = UDim2.new(0.757473946, 0, 0.647875488, 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:GetObjects("rbxassetid://1461971147")[1].Source)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement