Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Jailbreaker V4
- -- Version: 4.0
- -- Instances:
- local JAILBREAKERV4 = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local TOP = Instance.new("Frame")
- local JBV4 = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local TPS = Instance.new("Frame")
- local BankFront = Instance.new("TextButton")
- local BankIn = Instance.new("TextButton")
- local JewIn = Instance.new("TextButton")
- local Jewout = Instance.new("TextButton")
- local Museum = Instance.new("TextButton")
- local train = Instance.new("TextButton")
- local crim2 = Instance.new("TextButton")
- local AutoArrest = Instance.new("TextButton")
- local crim1 = Instance.new("TextButton")
- local Walkspeed = Instance.new("TextButton")
- local gas = Instance.new("TextButton")
- local Donut = Instance.new("TextButton")
- local Gravity = Instance.new("TextButton")
- local RemoveALL = Instance.new("TextButton")
- local AK47 = Instance.new("TextButton")
- local ShotGun = Instance.new("TextButton")
- local Pistol = Instance.new("TextButton")
- local M4A4 = Instance.new("TextButton")
- local InfiniteAmmo = Instance.new("TextButton")
- local InfiniteNitro = Instance.new("TextButton")
- local AutoRobGUI = Instance.new("TextButton")
- local Jailbreak1 = Instance.new("TextButton")
- local Credits = Instance.new("TextButton")
- local Credit = Instance.new("Frame")
- local Red = Instance.new("TextLabel")
- local Re = Instance.new("TextLabel")
- local lol = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- --Properties:
- JAILBREAKERV4.Name = "JAILBREAKER V4"
- JAILBREAKERV4.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = JAILBREAKERV4
- Main.Active = true
- Main.BackgroundColor3 = Color3.new(0.207843, 0.196078, 0.196078)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.300000012, 0, 0.300000012, 0)
- Main.Size = UDim2.new(0, 500, 0, 330)
- Main.Draggable = true
- TOP.Name = "TOP"
- TOP.Parent = Main
- TOP.Active = true
- TOP.BackgroundColor3 = Color3.new(0.862745, 0, 0)
- TOP.Position = UDim2.new(0, 0, -0.166666657, 0)
- TOP.Size = UDim2.new(0, 500, 0, 50)
- JBV4.Name = "JBV4"
- JBV4.Parent = TOP
- JBV4.BackgroundColor3 = Color3.new(1, 1, 1)
- JBV4.BackgroundTransparency = 1
- JBV4.Size = UDim2.new(0, 420, 0, 50)
- JBV4.Font = Enum.Font.Cartoon
- JBV4.Text = "Jailbreaker V4"
- JBV4.TextColor3 = Color3.new(0, 0, 0)
- JBV4.TextScaled = true
- JBV4.TextSize = 14
- JBV4.TextWrapped = true
- Close.Name = "Close"
- Close.Parent = TOP
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.BackgroundTransparency = 1
- Close.Position = UDim2.new(0.901606441, 0, 0, 0)
- Close.Size = UDim2.new(0, 49, 0, 50)
- Close.Font = Enum.Font.ArialBold
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14
- Close.TextWrapped = true
- Close.MouseButton1Down:connect(function()
- TextButton.Visible = true
- Main.Visible = false
- end)
- TPS.Name = "TPS"
- TPS.Parent = Main
- TPS.BackgroundColor3 = Color3.new(0.709804, 0, 0)
- TPS.BackgroundTransparency = 1
- TPS.Position = UDim2.new(0, 0, 0.166666672, 0)
- TPS.Size = UDim2.new(0, 500, 0, 250)
- BankFront.Name = "BankFront"
- BankFront.Parent = TPS
- BankFront.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- BankFront.Position = UDim2.new(0.0299999993, 0, 0.00197701156, 0)
- BankFront.Size = UDim2.new(0, 100, 0, 30)
- BankFront.Font = Enum.Font.Cartoon
- BankFront.Text = "BankFront"
- BankFront.TextColor3 = Color3.new(0, 0, 0)
- BankFront.TextScaled = true
- BankFront.TextSize = 14
- BankFront.TextWrapped = true
- BankFront.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147)
- end
- end)
- BankIn.Name = "BankIn"
- BankIn.Parent = TPS
- BankIn.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- BankIn.Position = UDim2.new(0.0299999993, 0, 0.200000003, 0)
- BankIn.Size = UDim2.new(0, 100, 0, 30)
- BankIn.Font = Enum.Font.Cartoon
- BankIn.Text = "Bank Vault"
- BankIn.TextColor3 = Color3.new(0, 0, 0)
- BankIn.TextScaled = true
- BankIn.TextSize = 14
- BankIn.TextWrapped = true
- BankIn.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348)
- end
- end)
- JewIn.Name = "JewIn"
- JewIn.Parent = TPS
- JewIn.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- JewIn.Position = UDim2.new(0.0299999993, 0, 0.400000006, 0)
- JewIn.Size = UDim2.new(0, 100, 0, 30)
- JewIn.Font = Enum.Font.Cartoon
- JewIn.Text = "Jewelry In"
- JewIn.TextColor3 = Color3.new(0, 0, 0)
- JewIn.TextScaled = true
- JewIn.TextSize = 14
- JewIn.TextWrapped = true
- JewIn.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407)
- end
- end)
- Jewout.Name = "Jewout"
- Jewout.Parent = TPS
- Jewout.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- Jewout.Position = UDim2.new(0.0299999993, 0, 0.600000024, 0)
- Jewout.Size = UDim2.new(0, 100, 0, 30)
- Jewout.Font = Enum.Font.Cartoon
- Jewout.Text = "Jewelry Out"
- Jewout.TextColor3 = Color3.new(0, 0, 0)
- Jewout.TextScaled = true
- Jewout.TextSize = 14
- Jewout.TextWrapped = true
- Jewout.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175)
- end
- end)
- Museum.Name = "Museum"
- Museum.Parent = TPS
- Museum.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- Museum.Position = UDim2.new(0.280000001, 0, 0.400000006, 0)
- Museum.Size = UDim2.new(0, 100, 0, 30)
- Museum.Font = Enum.Font.Cartoon
- Museum.Text = "Museum"
- Museum.TextColor3 = Color3.new(0, 0, 0)
- Museum.TextScaled = true
- Museum.TextSize = 14
- Museum.TextWrapped = true
- Museum.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063.02, 117.562, 1218.757) + Vector3.new(1,0,0)
- end
- end)
- train.Name = "train"
- train.Parent = TPS
- train.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- train.Position = UDim2.new(0.280000001, 0, 0.200000003, 0)
- train.Size = UDim2.new(0, 100, 0, 30)
- train.Font = Enum.Font.Cartoon
- train.Text = "TrainSpawn"
- train.TextColor3 = Color3.new(0, 0, 0)
- train.TextScaled = true
- train.TextSize = 14
- train.TextWrapped = true
- train.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116)
- end
- end)
- crim2.Name = "crim2"
- crim2.Parent = TPS
- crim2.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- crim2.Position = UDim2.new(0.280000001, 0, 0.800000012, 0)
- crim2.Size = UDim2.new(0, 100, 0, 30)
- crim2.Font = Enum.Font.Cartoon
- crim2.Text = "Crimbase 2"
- crim2.TextColor3 = Color3.new(0, 0, 0)
- crim2.TextScaled = true
- crim2.TextSize = 14
- crim2.TextWrapped = true
- crim2.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626)
- end
- end)
- AutoArrest.Name = "AutoArrest"
- AutoArrest.Parent = TPS
- AutoArrest.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- AutoArrest.Position = UDim2.new(0.519999981, 0, 0, 0)
- AutoArrest.Size = UDim2.new(0, 100, 0, 30)
- AutoArrest.Font = Enum.Font.Cartoon
- AutoArrest.Text = "Auto Arrest"
- AutoArrest.TextColor3 = Color3.new(0, 0, 0)
- AutoArrest.TextScaled = true
- AutoArrest.TextSize = 14
- AutoArrest.TextWrapped = true
- crim1.Name = "crim1"
- crim1.Parent = TPS
- crim1.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- crim1.Position = UDim2.new(0.280000001, 0, 0.600000024, 0)
- crim1.Size = UDim2.new(0, 100, 0, 30)
- crim1.Font = Enum.Font.Cartoon
- crim1.Text = "Crimbase 1"
- crim1.TextColor3 = Color3.new(0, 0, 0)
- crim1.TextScaled = true
- crim1.TextSize = 14
- crim1.TextWrapped = true
- crim1.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261)
- end
- end)
- Walkspeed.Name = "Walkspeed"
- Walkspeed.Parent = TPS
- Walkspeed.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- Walkspeed.Position = UDim2.new(0.519999981, 0, 0.200000003, 0)
- Walkspeed.Size = UDim2.new(0, 100, 0, 30)
- Walkspeed.Font = Enum.Font.Cartoon
- Walkspeed.Text = "WalkSpeed [X]"
- Walkspeed.TextColor3 = Color3.new(0, 0, 0)
- Walkspeed.TextScaled = true
- Walkspeed.TextSize = 14
- Walkspeed.TextWrapped = true
- Walkspeed.MouseButton1Down:connect(function()
- local walkspeedplayer = game:GetService("Players").LocalPlayer
- local walkspeedmouse = walkspeedplayer:GetMouse()
- local walkspeedenabled = false
- function x_walkspeed(key)
- if (key == "x") then
- if walkspeedenabled == false then
- _G.WS = 200;
- local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
- Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
- Humanoid.WalkSpeed = _G.WS;
- end)
- Humanoid.WalkSpeed = _G.WS;
- walkspeedenabled = true
- elseif walkspeedenabled == true then
- _G.WS = 20;
- local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
- Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
- Humanoid.WalkSpeed = _G.WS;
- end)
- Humanoid.WalkSpeed = _G.WS;
- walkspeedenabled = false
- end
- end
- end
- walkspeedmouse.KeyDown:connect(x_walkspeed)
- end)
- gas.Name = "gas"
- gas.Parent = TPS
- gas.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- gas.Position = UDim2.new(0.280000001, 0, 0, 0)
- gas.Size = UDim2.new(0, 100, 0, 30)
- gas.Font = Enum.Font.Cartoon
- gas.Text = "Gas Station"
- gas.TextColor3 = Color3.new(0, 0, 0)
- gas.TextScaled = true
- gas.TextSize = 14
- gas.TextWrapped = true
- gas.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262)
- end
- end)
- Donut.Name = "Donut"
- Donut.Parent = TPS
- Donut.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- Donut.Position = UDim2.new(0.0299999993, 0, 0.800000012, 0)
- Donut.Size = UDim2.new(0, 100, 0, 30)
- Donut.Font = Enum.Font.Cartoon
- Donut.Text = "Donut Shop"
- Donut.TextColor3 = Color3.new(0, 0, 0)
- Donut.TextScaled = true
- Donut.TextSize = 14
- Donut.TextWrapped = true
- Donut.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206)
- end
- end)
- Gravity.Name = "Gravity"
- Gravity.Parent = TPS
- Gravity.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- Gravity.Position = UDim2.new(0.519999981, 0, 0.400000006, 0)
- Gravity.Size = UDim2.new(0, 100, 0, 30)
- Gravity.Font = Enum.Font.Cartoon
- Gravity.Text = "Gravity"
- Gravity.TextColor3 = Color3.new(0, 0, 0)
- Gravity.TextScaled = true
- Gravity.TextSize = 14
- Gravity.TextWrapped = true
- Gravity.MouseButton1Down:connect(function()
- if Gravity == true then
- Gravity = false
- game.workspace.Gravity = 196.2
- else
- Gravity = true
- game.workspace.Gravity = 45
- end
- end)
- RemoveALL.Name = "RemoveALL"
- RemoveALL.Parent = TPS
- RemoveALL.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- RemoveALL.Position = UDim2.new(0.519999981, 0, 0.600000024, 0)
- RemoveALL.Size = UDim2.new(0, 100, 0, 30)
- RemoveALL.Font = Enum.Font.Cartoon
- RemoveALL.Text = "Remove ALL"
- RemoveALL.TextColor3 = Color3.new(0, 0, 0)
- RemoveALL.TextScaled = true
- RemoveALL.TextSize = 14
- RemoveALL.TextWrapped = true
- RemoveALL.MouseButton1Down:connect(function()
- game.Workspace.Cells:Remove()
- game.Workspace.EscapeRoutes:Remove()
- for i,v in pairs(workspace.Doors:GetChildren()) do
- v:Destroy()
- end
- end)
- RemoveALL.MouseButton1Down:connect(function()
- local banklasers = game:GetService("Workspace").Banks:GetChildren()
- banklasers[1].Lasers:Destroy()
- end)
- RemoveALL.MouseButton1Down:connect(function()
- local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
- for i = 1,4 do
- local xd = jewelry[1].Model.BarbedWire
- xd:Destroy()
- end
- end)
- RemoveALL.MouseButton1Down:connect(function()
- local banklasers = game:GetService("Workspace").Banks:GetChildren()
- banklasers[1].Door.Model:Destroy()
- end)
- AK47.Name = "AK47"
- AK47.Parent = TPS
- AK47.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- AK47.Position = UDim2.new(0.779999971, 0, 0, 0)
- AK47.Size = UDim2.new(0, 100, 0, 30)
- AK47.Font = Enum.Font.Cartoon
- AK47.Text = "AK47"
- AK47.TextColor3 = Color3.new(0, 0, 0)
- AK47.TextScaled = true
- AK47.TextSize = 14
- AK47.TextWrapped = true
- AK47.MouseButton1Down:connect(function()
- local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
- a = Instance.new("Part", workspace)
- a.Anchored = true
- a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
- a.CanCollide = false
- for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
- if v.Name == "ShootingRange" then
- for a, b in pairs(v:GetChildren()) do
- if b:IsA("StringValue") then
- if b.Value == "AK47" then
- v.CFrame = CFrame.new(hit)
- end
- end
- end
- end
- end
- end)
- ShotGun.Name = "ShotGun"
- ShotGun.Parent = TPS
- ShotGun.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- ShotGun.Position = UDim2.new(0.519999981, 0, 0.800000012, 0)
- ShotGun.Size = UDim2.new(0, 100, 0, 30)
- ShotGun.Font = Enum.Font.Cartoon
- ShotGun.Text = "ShotGun"
- ShotGun.TextColor3 = Color3.new(0, 0, 0)
- ShotGun.TextScaled = true
- ShotGun.TextSize = 14
- ShotGun.TextWrapped = true
- ShotGun.MouseButton1Down:connect(function()
- local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
- a = Instance.new("Part", workspace)
- a.Anchored = true
- a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
- a.CanCollide = false
- for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
- if v.Name == "Station" then
- for a, b in pairs(v:GetChildren()) do
- if b:IsA("StringValue") then
- if b.Value == "Shotgun" then
- v.CFrame = CFrame.new(hit)
- end
- end
- end
- end
- end
- end)
- Pistol.Name = "Pistol"
- Pistol.Parent = TPS
- Pistol.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- Pistol.Position = UDim2.new(0.779999971, 0, 0.400000006, 0)
- Pistol.Size = UDim2.new(0, 100, 0, 30)
- Pistol.Font = Enum.Font.Cartoon
- Pistol.Text = "Pistol"
- Pistol.TextColor3 = Color3.new(0, 0, 0)
- Pistol.TextScaled = true
- Pistol.TextSize = 14
- Pistol.TextWrapped = true
- Pistol.MouseButton1Down:connect(function()
- local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
- a = Instance.new("Part", workspace)
- a.Anchored = true
- a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
- a.CanCollide = false
- for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
- if v.Name == "Station" then
- for a, b in pairs(v:GetChildren()) do
- if b:IsA("StringValue") then
- if b.Value == "Pistol" then
- v.CFrame = CFrame.new(hit)
- end
- end
- end
- end
- end
- end)
- M4A4.Name = "M4A4"
- M4A4.Parent = TPS
- M4A4.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- M4A4.Position = UDim2.new(0.779999971, 0, 0.200000003, 0)
- M4A4.Size = UDim2.new(0, 100, 0, 30)
- M4A4.Font = Enum.Font.Cartoon
- M4A4.Text = "M4A4"
- M4A4.TextColor3 = Color3.new(0, 0, 0)
- M4A4.TextScaled = true
- M4A4.TextSize = 14
- M4A4.TextWrapped = true
- M4A4.MouseButton1Down:connect(function()
- local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
- a = Instance.new("Part", workspace)
- a.Anchored = true
- a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
- a.CanCollide = false
- for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
- if v.Name == "Station" then
- for a, b in pairs(v:GetChildren()) do
- if b:IsA("StringValue") then
- if b.Value == "RifleSWAT" then
- v.CFrame = CFrame.new(hit)
- end
- end
- end
- end
- end
- end)
- InfiniteAmmo.Name = "InfiniteAmmo"
- InfiniteAmmo.Parent = TPS
- InfiniteAmmo.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- InfiniteAmmo.Position = UDim2.new(0.779999971, 0, 0.800000012, 0)
- InfiniteAmmo.Size = UDim2.new(0, 100, 0, 30)
- InfiniteAmmo.Font = Enum.Font.Cartoon
- InfiniteAmmo.Text = "InfiniteAmmo"
- InfiniteAmmo.TextColor3 = Color3.new(0, 0, 0)
- InfiniteAmmo.TextScaled = true
- InfiniteAmmo.TextSize = 14
- InfiniteAmmo.TextWrapped = true
- InfiniteAmmo.MouseButton1Down:connect(function()
- game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Ammo.Current:Destroy()
- end)
- InfiniteNitro.Name = "InfiniteNitro"
- InfiniteNitro.Parent = TPS
- InfiniteNitro.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- InfiniteNitro.Position = UDim2.new(0.779999971, 0, 0.600000024, 0)
- InfiniteNitro.Size = UDim2.new(0, 100, 0, 30)
- InfiniteNitro.Font = Enum.Font.Cartoon
- InfiniteNitro.Text = "Infinite Nitro"
- InfiniteNitro.TextColor3 = Color3.new(0, 0, 0)
- InfiniteNitro.TextScaled = true
- InfiniteNitro.TextSize = 14
- InfiniteNitro.TextWrapped = true
- InfiniteNitro.MouseButton1Down:connect(function()
- game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "69696969"
- game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
- end)
- AutoRobGUI.Name = "AutoRobGUI"
- AutoRobGUI.Parent = TPS
- AutoRobGUI.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- AutoRobGUI.Position = UDim2.new(0.779999971, 0, 0.952000022, 0)
- AutoRobGUI.Size = UDim2.new(0, 100, 0, 30)
- AutoRobGUI.Font = Enum.Font.Cartoon
- AutoRobGUI.Text = "AutoRobGUI"
- AutoRobGUI.TextColor3 = Color3.new(0, 0, 0)
- AutoRobGUI.TextScaled = true
- AutoRobGUI.TextSize = 14
- AutoRobGUI.TextWrapped = true
- AutoRobGUI.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
- end)
- Jailbreak1.Name = "Jailbreak 1"
- Jailbreak1.Parent = Main
- Jailbreak1.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- Jailbreak1.Position = UDim2.new(0.0500000007, 0, 0.0299999993, 0)
- Jailbreak1.Size = UDim2.new(0, 150, 0, 30)
- Jailbreak1.Font = Enum.Font.Bodoni
- Jailbreak1.Text = "Jailbreak"
- Jailbreak1.TextColor3 = Color3.new(0, 0, 0)
- Jailbreak1.TextScaled = true
- Jailbreak1.TextSize = 14
- Jailbreak1.TextWrapped = true
- Jailbreak1.MouseButton1Down:connect(function()
- TPS.Visible = true
- Credit.Visible = false
- end)
- Credits.Name = "Credits"
- Credits.Parent = Main
- Credits.BackgroundColor3 = Color3.new(0.760784, 0, 0)
- Credits.Position = UDim2.new(0.649999976, 0, 0.0299999993, 0)
- Credits.Size = UDim2.new(0, 150, 0, 30)
- Credits.Font = Enum.Font.Bodoni
- Credits.Text = "Credits"
- Credits.TextColor3 = Color3.new(0, 0, 0)
- Credits.TextScaled = true
- Credits.TextSize = 14
- Credits.TextWrapped = true
- Credits.MouseButton1Down:connect(function()
- TPS.Visible = false
- Credit.Visible = true
- end)
- Credit.Name = "Credit"
- Credit.Parent = Main
- Credit.BackgroundColor3 = Color3.new(0.709804, 0, 0)
- Credit.Position = UDim2.new(0, 0, 0.166666672, 0)
- Credit.Size = UDim2.new(0, 500, 0, 275)
- Credit.Visible = false
- Red.Name = "Red"
- Red.Parent = Credit
- Red.BackgroundColor3 = Color3.new(1, 1, 1)
- Red.BackgroundTransparency = 1
- Red.Size = UDim2.new(0, 500, 0, 54)
- Red.Font = Enum.Font.Cartoon
- Red.Text = "Credits"
- Red.TextColor3 = Color3.new(0, 0, 0)
- Red.TextScaled = true
- Red.TextSize = 14
- Red.TextWrapped = true
- Re.Name = "Re"
- Re.Parent = Credit
- Re.BackgroundColor3 = Color3.new(1, 1, 1)
- Re.BackgroundTransparency = 1
- Re.Position = UDim2.new(0.0199999996, 0, 0.196363643, 0)
- Re.Size = UDim2.new(0, 232, 0, 54)
- Re.Font = Enum.Font.Cartoon
- Re.Text = "Created By: RedBoy "
- Re.TextColor3 = Color3.new(0, 0, 0)
- Re.TextScaled = true
- Re.TextSize = 14
- Re.TextWrapped = true
- lol.Name = "lol"
- lol.Parent = Credit
- lol.BackgroundColor3 = Color3.new(1, 1, 1)
- lol.BackgroundTransparency = 1
- lol.Position = UDim2.new(0, 0, 0.803636372, 0)
- lol.Size = UDim2.new(0, 500, 0, 54)
- lol.Font = Enum.Font.Cartoon
- lol.Text = "If You Make A Video About This Please Give Credits"
- lol.TextColor3 = Color3.new(0, 0, 0)
- lol.TextScaled = true
- lol.TextSize = 14
- lol.TextWrapped = true
- TextButton.Parent = JAILBREAKERV4
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.Position = UDim2.new(0.5, 0, 0, 0)
- TextButton.Size = UDim2.new(0, 150, 0, 40)
- TextButton.Visible = false
- TextButton.Font = Enum.Font.Code
- TextButton.Text = "Open"
- TextButton.TextColor3 = Color3.new(0.784314, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14
- TextButton.TextWrapped = true
- TextButton.MouseButton1Down:connect(function()
- TextButton.Visible = false
- Main.Visible = true
- end)
- -- Scripts:
Add Comment
Please, Sign In to add comment