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 printtest = Instance.new("TextButton")
- local jailbreakautorob = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
- main.Position = UDim2.new(0.534127593, 0, 0.548304021, 0)
- main.Size = UDim2.new(0, 531, 0, 294)
- main.Active = true
- main.Draggable = true
- label.Name = "label"
- label.Parent = main
- label.BackgroundColor3 = Color3.fromRGB(98, 98, 98)
- label.Size = UDim2.new(0, 531, 0, 50)
- label.Font = Enum.Font.SciFi
- label.Text = "Locrust GUI Alpha v1.0"
- label.TextColor3 = Color3.fromRGB(0, 0, 0)
- label.TextSize = 14.000
- printtest.Name = "printtest"
- printtest.Parent = main
- printtest.BackgroundColor3 = Color3.fromRGB(71, 71, 71)
- printtest.Position = UDim2.new(0, 0, 0.170068026, 0)
- printtest.Size = UDim2.new(0, 258, 0, 244)
- printtest.Font = Enum.Font.SciFi
- printtest.Text = "Print text \"Test\""
- printtest.TextColor3 = Color3.fromRGB(0, 0, 0)
- printtest.TextSize = 25.000
- printtest.MouseButton1Down:connect(function()
- print('test')
- end)
- jailbreakautorob.Name = "jailbreakautorob"
- jailbreakautorob.Parent = main
- jailbreakautorob.BackgroundColor3 = Color3.fromRGB(71, 71, 71)
- jailbreakautorob.Position = UDim2.new(0.485875696, 0, 0.170068026, 0)
- jailbreakautorob.Size = UDim2.new(0, 273, 0, 244)
- jailbreakautorob.Font = Enum.Font.SciFi
- jailbreakautorob.Text = "Jailbreak Auto Rob"
- jailbreakautorob.TextColor3 = Color3.fromRGB(0, 0, 0)
- jailbreakautorob.TextSize = 25.000
- jailbreakautorob.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement