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 label = Instance.new("TextLabel")
- local print = Instance.new("TextButton")
- local jailbreakautorob = Instance.new("TextButton")
- local boxesp = Instance.new("TextButton")
- local speed = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
- main.Position = UDim2.new(0.472392648, 0, 0.116743475, 0)
- main.Size = UDim2.new(0, 423, 0, 323)
- main.Active = true
- main.Draggable = true
- label.Name = "label"
- label.Parent = main
- label.BackgroundColor3 = Color3.fromRGB(98, 98, 98)
- label.Position = UDim2.new(-0.00199150643, 0, 0.00928792544, 0)
- label.Size = UDim2.new(0, 423, 0, 29)
- label.Font = Enum.Font.SciFi
- label.Text = "Locust GUI Alpha v1.1"
- label.TextColor3 = Color3.fromRGB(0, 0, 0)
- label.TextSize = 14.000
- print.Name = "print"
- print.Parent = main
- print.BackgroundColor3 = Color3.fromRGB(72, 72, 72)
- print.Position = UDim2.new(0.00899833441, 0, 0.0997229815, 0)
- print.Size = UDim2.new(0, 210, 0, 150)
- print.Font = Enum.Font.SciFi
- print.Text = "Print Text"
- print.TextColor3 = Color3.fromRGB(0, 0, 0)
- print.TextSize = 25.000
- print.MouseButton1Down:connect(function()
- print('Text')
- end)
- jailbreakautorob.Name = "jailbreakautorob"
- jailbreakautorob.Parent = main
- jailbreakautorob.BackgroundColor3 = Color3.fromRGB(72, 72, 72)
- jailbreakautorob.Position = UDim2.new(-0.00199157745, 0, 0.566529453, 0)
- jailbreakautorob.Size = UDim2.new(0, 218, 0, 141)
- jailbreakautorob.Font = Enum.Font.SciFi
- jailbreakautorob.Text = "Jailbreak AutoRob"
- jailbreakautorob.TextColor3 = Color3.fromRGB(0, 0, 0)
- jailbreakautorob.TextSize = 25.000
- jailbreakautorob.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
- end)
- boxesp.Name = "boxesp"
- boxesp.Parent = main
- boxesp.BackgroundColor3 = Color3.fromRGB(72, 72, 72)
- boxesp.Position = UDim2.new(0.504968524, 0, 0.0997229815, 0)
- boxesp.Size = UDim2.new(0, 209, 0, 152)
- boxesp.Font = Enum.Font.SciFi
- boxesp.Text = "Box Esp"
- boxesp.TextColor3 = Color3.fromRGB(0, 0, 0)
- boxesp.TextSize = 25.000
- boxesp.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/gwN6fn2v", true))()
- end)
- speed.Name = "speed"
- speed.Parent = main
- speed.BackgroundColor3 = Color3.fromRGB(72, 72, 72)
- speed.Position = UDim2.new(0.504968524, 0, 0.56411922, 0)
- speed.Size = UDim2.new(0, 209, 0, 140)
- speed.Font = Enum.Font.SciFi
- speed.Text = "Walkspeed"
- speed.TextColor3 = Color3.fromRGB(0, 0, 0)
- speed.TextSize = 25.000
- speed.MouseButton1Down:connect(function()
- game.Workspace.Humanoid.WalkSpeed = 135
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement