Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
local JailbreakGUI = Instance.new("ScreenGui") local Movement = Instance.new("Frame") local Title1 = Instance.new("TextLabel") local InfAmmo = Instance.new("TextButton") local AutoArrest = Instance.new("TextButton") local AutoRob = Instance.new("TextButton") local Gamepass = Instance.new("TextButton") local Escape = Instance.new("TextButton") local Visuals = Instance.new("Frame") local Title2 = Instance.new("TextLabel") local PoliceWH = Instance.new("TextButton") local CrimESP = Instance.new("TextButton") local PoliceWH_2 = Instance.new("TextButton") local PoliceWH_3 = Instance.new("TextButton") local Player = Instance.new("Frame") local Title3 = Instance.new("TextLabel") local Gravity = Instance.new("TextButton") local InfJump = Instance.new("TextButton") local Speed = Instance.new("TextButton") local Noclip = Instance.new("TextButton") local Other = Instance.new("Frame") local Title4 = Instance.new("TextLabel") local Click = Instance.new("TextButton") local Btools = Instance.new("TextButton") local Btool = Instance.new("TextButton") local PlayerInput = Instance.new("TextBox") local World = Instance.new("Frame") local Title5 = Instance.new("TextLabel") local NoBuild = Instance.new("TextButton") local NoTrees = Instance.new("TextButton") local NoDoors = Instance.new("TextButton") local NoApart = Instance.new("TextButton") local RemoveAll = Instance.new("TextButton") local Items = Instance.new("Frame") local Title6 = Instance.new("TextLabel") local Nitro = Instance.new("TextButton") local FastCar = Instance.new("TextButton") local RGBCAR = Instance.new("TextButton") local Stores = Instance.new("Frame") local Title7 = Instance.new("TextLabel") local BankStatus = Instance.new("TextLabel") local JewelryStatus = Instance.new("TextLabel") local Car = Instance.new("Frame") local Title8 = Instance.new("TextLabel") local Nitro_2 = Instance.new("TextButton") local RGBCAR_2 = Instance.new("TextButton") local FastCar_2 = Instance.new("TextButton") local FlYCar = Instance.new("TextButton") local opened = false local hidekey = Enum.KeyCode.Insert JailbreakGUI.Name = "JailbreakGUI" JailbreakGUI.Parent = game.CoreGui JailbreakGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Movement.Name = "Movement" Movement.Parent = JailbreakGUI Movement.BackgroundColor3 = Color3.new(0, 0, 0) Movement.BackgroundTransparency = 0.40000000596046 Movement.BorderColor3 = Color3.new(0, 0, 0) Movement.Position = UDim2.new(0.136832252, 0, 0.179282859, 0) Movement.Size = UDim2.new(0, 143, 0, 209) Movement.Visible = false Movement.Active = true Movement.Draggble = true Title1.Name = "Title1" Title1.Parent = Movement Title1.BackgroundColor3 = Color3.new(1, 1, 1) Title1.BackgroundTransparency = 0.40000000596046 Title1.BorderColor3 = Color3.new(1, 1, 1) Title1.Size = UDim2.new(0, 143, 0, 23) Title1.Font = Enum.Font.Cartoon Title1.Text = "Movement" Title1.TextColor3 = Color3.new(0, 0, 0) Title1.TextSize = 14 InfAmmo.Name = "InfAmmo" InfAmmo.Parent = Movement InfAmmo.BackgroundColor3 = Color3.new(0, 0, 0) InfAmmo.BackgroundTransparency = 0.69999998807907 InfAmmo.BorderColor3 = Color3.new(0, 0, 0) InfAmmo.Position = UDim2.new(0, 0, 0.818181813, 0) InfAmmo.Size = UDim2.new(0, 143, 0, 26) InfAmmo.Font = Enum.Font.SourceSans InfAmmo.Text = "Inf Ammo" InfAmmo.TextColor3 = Color3.new(0, 0, 0) InfAmmo.TextSize = 14 InfAmmo.MouseButton1Down:connect(function() game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.Ammo.MagSize.RobloxLocked = true end) AutoArrest.Name = "AutoArrest" AutoArrest.Parent = Movement AutoArrest.BackgroundColor3 = Color3.new(0, 0, 0) AutoArrest.BackgroundTransparency = 0.69999998807907 AutoArrest.BorderColor3 = Color3.new(0, 0, 0) AutoArrest.Position = UDim2.new(0, 0, 0.311004758, 0) AutoArrest.Size = UDim2.new(0, 143, 0, 26) AutoArrest.Font = Enum.Font.SourceSans AutoArrest.Text = "AutoArrest" AutoArrest.TextColor3 = Color3.new(0, 0, 0) AutoArrest.TextSize = 14 AutoRob.Name = "AutoRob" AutoRob.Parent = Movement AutoRob.BackgroundColor3 = Color3.new(0, 0, 0) AutoRob.BackgroundTransparency = 0.69999998807907 AutoRob.BorderColor3 = Color3.new(0, 0, 0) AutoRob.Position = UDim2.new(0, 0, 0.478468895, 0) AutoRob.Size = UDim2.new(0, 143, 0, 26) AutoRob.Font = Enum.Font.SourceSans AutoRob.Text = "Auto Rob" AutoRob.TextColor3 = Color3.new(0, 0, 0) AutoRob.TextSize = 14 AutoRob.MouseButton1Down:connect(function() loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)() end) Gamepass.Name = "Gamepass" Gamepass.Parent = Movement Gamepass.BackgroundColor3 = Color3.new(0, 0, 0) Gamepass.BackgroundTransparency = 0.69999998807907 Gamepass.BorderColor3 = Color3.new(0, 0, 0) Gamepass.Position = UDim2.new(0, 0, 0.148325354, 0) Gamepass.Size = UDim2.new(0, 143, 0, 26) Gamepass.Font = Enum.Font.SourceSans Gamepass.Text = "Free Gamepasses" Gamepass.TextColor3 = Color3.new(0, 0, 0) Gamepass.TextSize = 14 Gamepass.MouseButton1Down:connect(function() local gamepasses = {2070427, 2218187, 2219040, 2296901, 2725211, 4974038} for _,v in next, gamepasses do if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then local l = Instance.new("BoolValue", game.Players.LocalPlayer) l.Name = tostring(v) l.Value = true end end end) Escape.Name = "Escape" Escape.Parent = Movement Escape.BackgroundColor3 = Color3.new(0, 0, 0) Escape.BackgroundTransparency = 0.69999998807907 Escape.BorderColor3 = Color3.new(0, 0, 0) Escape.Position = UDim2.new(0, 0, 0.641148329, 0) Escape.Size = UDim2.new(0, 143, 0, 26) Escape.Font = Enum.Font.SourceSans Escape.Text = "AutoEscape" Escape.TextColor3 = Color3.new(0, 0, 0) Escape.TextSize = 14 Escape.MouseButton1Down:connect(function() local plr = game:GetService("Players").LocalPlayer local v30=Vector3.new() local root = plr.Character.PrimaryPart local function perfectTP(cf) local oldg = workspace.Gravity workspace.Gravity = 0 local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch local oldcf = door.CFrame local elapsed = 0 while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do door.CFrame = root.CFrame elapsed=elapsed+wait() door.CFrame = oldcf root.CFrame = cf root.Velocity,root.RotVelocity=v30,v30 elapsed=elapsed+wait(0.5) end workspace.Gravity = oldg end perfectTP(CFrame.new(-221.723099, 17.8924026, 1578.80261)) end) Visuals.Name = "Visuals" Visuals.Parent = JailbreakGUI Visuals.BackgroundColor3 = Color3.new(0, 0, 0) Visuals.BackgroundTransparency = 0.40000000596046 Visuals.BorderColor3 = Color3.new(0, 0, 0) Visuals.Position = UDim2.new(0.294283032, 0, 0.179282889, 0) Visuals.Size = UDim2.new(0, 143, 0, 209) Visuals.Visible = false Visuals.Active = true Visuals.Draggble = true Title2.Name = "Title2" Title2.Parent = Visuals Title2.BackgroundColor3 = Color3.new(1, 1, 1) Title2.BackgroundTransparency = 0.40000000596046 Title2.BorderColor3 = Color3.new(1, 1, 1) Title2.Size = UDim2.new(0, 143, 0, 23) Title2.Font = Enum.Font.Cartoon Title2.Text = "Visuals" Title2.TextColor3 = Color3.new(0, 0, 0) Title2.TextSize = 14 PoliceWH.Name = "PoliceWH" PoliceWH.Parent = Visuals PoliceWH.BackgroundColor3 = Color3.new(0, 0, 0) PoliceWH.BackgroundTransparency = 0.69999998807907 PoliceWH.BorderColor3 = Color3.new(0, 0, 0) PoliceWH.Position = UDim2.new(0, 0, 0.148325354, 0) PoliceWH.Size = UDim2.new(0, 143, 0, 26) PoliceWH.Font = Enum.Font.SourceSans PoliceWH.Text = "Police ESP " PoliceWH.TextColor3 = Color3.new(0, 0, 0) PoliceWH.TextSize = 14 PoliceWH.MouseButton1Down:connect(function() while true do for i, v in pairs(game.Teams.Police:GetPlayers()) do p = game:GetService('Players') e = Instance.new('BoxHandleAdornment') e.Color3 = Color3.new(0,0,1) e.Size = Vector3.new(2,1.6,1) e.ZIndex = 1 e.AlwaysOnTop = true e.Parent = game:GetService('Workspace') e.Adornee = v.Character.UpperTorso end wait(5) e:Destroy() end end) CrimESP.Name = "CrimESP" CrimESP.Parent = Visuals CrimESP.BackgroundColor3 = Color3.new(0, 0, 0) CrimESP.BackgroundTransparency = 0.69999998807907 CrimESP.BorderColor3 = Color3.new(0, 0, 0) CrimESP.Position = UDim2.new(0, 0, 0.311004758, 0) CrimESP.Size = UDim2.new(0, 143, 0, 26) CrimESP.Font = Enum.Font.SourceSans CrimESP.Text = "Criminals ESP" CrimESP.TextColor3 = Color3.new(0, 0, 0) CrimESP.TextSize = 14 CrimESP.MouseButton1Down:connect(function() while true do for i, v in pairs(game.Teams.Criminal:GetPlayers()) do p = game:GetService('Players') e = Instance.new('BoxHandleAdornment') e.Color3 = Color3.new(0,0,1) e.Size = Vector3.new(2,1.6,1) e.ZIndex = 1 e.AlwaysOnTop = true e.Parent = game:GetService('Workspace') e.Adornee = v.Character.UpperTorso end wait(5) e:Destroy() end end) PoliceWH_2.Name = "PoliceWH" PoliceWH_2.Parent = Visuals PoliceWH_2.BackgroundColor3 = Color3.new(0, 0, 0) PoliceWH_2.BackgroundTransparency = 0.69999998807907 PoliceWH_2.BorderColor3 = Color3.new(0, 0, 0) PoliceWH_2.Position = UDim2.new(0, 0, 0.478468895, 0) PoliceWH_2.Size = UDim2.new(0, 143, 0, 26) PoliceWH_2.Font = Enum.Font.SourceSans PoliceWH_2.Text = "Prisoners ESP" PoliceWH_2.TextColor3 = Color3.new(0, 0, 0) PoliceWH_2.TextSize = 14 PoliceWH_2.MouseButton1Click:connect(function() while true do for i, v in pairs(game.Teams.Prisoner:GetPlayers()) do p = game:GetService('Players') e = Instance.new('BoxHandleAdornment') e.Color3 = Color3.new(0,0,1) e.Size = Vector3.new(2,1.6,1) e.ZIndex = 1 e.AlwaysOnTop = true e.Parent = game:GetService('Workspace') e.Adornee = v.Character.UpperTorso end wait(5) e:Destroy() end end) PoliceWH_3.Name = "PoliceWH" PoliceWH_3.Parent = Visuals PoliceWH_3.BackgroundColor3 = Color3.new(0, 0, 0) PoliceWH_3.BackgroundTransparency = 0.69999998807907 PoliceWH_3.BorderColor3 = Color3.new(0, 0, 0) PoliceWH_3.Position = UDim2.new(0, 0, 0.641148329, 0) PoliceWH_3.Size = UDim2.new(0, 143, 0, 26) PoliceWH_3.Font = Enum.Font.SourceSans PoliceWH_3.Text = "Tracers" PoliceWH_3.TextColor3 = Color3.new(0, 0, 0) PoliceWH_3.TextSize = 14 PoliceWH_3.MouseButton1Down:connect(function() plrs = game:service'Players' lp = plrs.LocalPlayer char = lp.Character function tracers() for i,v in pairs(plrs:GetPlayers()) do if v.Character and v.Character:FindFirstChild'HumanoidRootPart' and not v.Character.HumanoidRootPart:FindFirstChild'Attachment' then beam = Instance.new('Beam', plrs.LocalPlayer.Character.HumanoidRootPart) beam.Width0 = .15 beam.Width1 = .15 beam.Name = 'Beam' beam.FaceCamera = true beam.Color = ColorSequence.new(v.TeamColor.Color, v.TeamColor.Color) one = Instance.new('Attachment', plrs.LocalPlayer.Character.HumanoidRootPart) two = Instance.new('Attachment', v.Character.HumanoidRootPart) beam.Attachment0 = one beam.Attachment1 = two end end end tracers() _G.tracers2 = workspace.ChildAdded:Connect(function(mdl) if game:service'Players':FindFirstChild(mdl.Name) then wait(.3);repeat wait() until lp.Character and lp.Character:FindFirstChildOfClass'Humanoid' and lp.Character:FindFirstChildOfClass'Humanoid'.Health > 0 tracers() end end) function humdied() _G.tracers = workspace.ChildRemoved:Connect(function(mdl) if mdl.Name == lp.Name then for i,v in pairs(plrs:GetPlayers()) do if v.Character and v.Character:FindFirstChild'HumanoidRootPart' then for k,d in pairs(v.Character:GetChildren()) do v.Character.HumanoidRootPart:ClearAllChildren() end end end repeat wait() until lp.Character and lp.Character:FindFirstChild'HumanoidRootPart' tracers() humdied() end end) end humdied() end) Player.Name = "Player" Player.Parent = JailbreakGUI Player.BackgroundColor3 = Color3.new(0, 0, 0) Player.BackgroundTransparency = 0.40000000596046 Player.BorderColor3 = Color3.new(0, 0, 0) Player.Position = UDim2.new(0.44704783, 0, 0.179282889, 0) Player.Size = UDim2.new(0, 143, 0, 209) Player.Visible = false Player.Active = true Player.Draggble = true Title3.Name = "Title3" Title3.Parent = Player Title3.BackgroundColor3 = Color3.new(1, 1, 1) Title3.BackgroundTransparency = 0.40000000596046 Title3.BorderColor3 = Color3.new(1, 1, 1) Title3.Size = UDim2.new(0, 143, 0, 23) Title3.Font = Enum.Font.Cartoon Title3.Text = "Player" Title3.TextColor3 = Color3.new(0, 0, 0) Title3.TextSize = 14 Gravity.Name = "Gravity" Gravity.Parent = Player Gravity.BackgroundColor3 = Color3.new(0, 0, 0) Gravity.BackgroundTransparency = 0.69999998807907 Gravity.BorderColor3 = Color3.new(0, 0, 0) Gravity.Position = UDim2.new(0, 0, 0.641148329, 0) Gravity.Size = UDim2.new(0, 143, 0, 26) Gravity.Font = Enum.Font.SourceSans Gravity.Text = "Gravity [Y]" Gravity.TextColor3 = Color3.new(0, 0, 0) Gravity.TextSize = 14 Gravity.MouseButton1Down:connect(function() local gravity = false local gravityplayer = game:GetService("Players").LocalPlayer local playermouse = gravityplayer:GetMouse() function y_gravity(key) if (key == "y") then if gravity == false then game.workspace.Gravity = 45 elseif gravity == true then game.workspace.Gravity = 196.2 end end end playermouse.KeyDown:connect(y_gravity) end) InfJump.Name = "InfJump" InfJump.Parent = Player InfJump.BackgroundColor3 = Color3.new(0, 0, 0) InfJump.BackgroundTransparency = 0.69999998807907 InfJump.BorderColor3 = Color3.new(0, 0, 0) InfJump.Position = UDim2.new(0, 0, 0.478468895, 0) InfJump.Size = UDim2.new(0, 143, 0, 26) InfJump.Font = Enum.Font.SourceSans InfJump.Text = "Inf.Jump" InfJump.TextColor3 = Color3.new(0, 0, 0) InfJump.TextSize = 14 InfJump.MouseButton1Down:connect(function() local Player = game:GetService'Players'.LocalPlayer; local UIS = game:GetService'UserInputService'; _G.JumpHeight = 50; function Action(Object, Function) if Object ~= nil then Function(Object); end end UIS.InputBegan:connect(function(UserInput) if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then Action(Player.Character.Humanoid, function(self) if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then Action(self.Parent.HumanoidRootPart, function(self) self.Velocity = Vector3.new(0, _G.JumpHeight, 0); end) end end) end end) end) Speed.Name = "Speed" Speed.Parent = Player Speed.BackgroundColor3 = Color3.new(0, 0, 0) Speed.BackgroundTransparency = 0.69999998807907 Speed.BorderColor3 = Color3.new(0, 0, 0) Speed.Position = UDim2.new(0, 0, 0.311004758, 0) Speed.Size = UDim2.new(0, 143, 0, 26) Speed.Font = Enum.Font.SourceSans Speed.Text = "Speed [F]" Speed.TextColor3 = Color3.new(0, 0, 0) Speed.TextSize = 14 Speed.MouseButton1Down:connect(function() local walkspeedplayer = game:GetService("Players").LocalPlayer local walkspeedmouse = walkspeedplayer:GetMouse() local walkspeedenabled = false function f_walkspeed(key) if (key == "f") 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(f_walkspeed) end) Noclip.Name = "Noclip" Noclip.Parent = Player Noclip.BackgroundColor3 = Color3.new(0, 0, 0) Noclip.BackgroundTransparency = 0.69999998807907 Noclip.BorderColor3 = Color3.new(0, 0, 0) Noclip.Position = UDim2.new(0, 0, 0.148325354, 0) Noclip.Size = UDim2.new(0, 143, 0, 26) Noclip.Font = Enum.Font.SourceSans Noclip.Text = "Noclip [V]" Noclip.TextColor3 = Color3.new(0, 0, 0) Noclip.TextSize = 14 Noclip.MouseButton1Down:connect(function() local noclipplayer = game:GetService("Players").LocalPlayer local noclipmouse = noclipplayer:GetMouse() local donoclip = false local noclip = false function v_noclip(key) if (key == "v") then if noclip == false then donoclip = true noclip = true elseif noclip == true then donoclip = false noclip = false end end end noclipmouse.KeyDown:connect(v_noclip) game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj) if obj ~= workspace.Terrain then if donoclip == true then obj.CanCollide = false else obj.CanCollide = true end end end) end) Other.Name = "Other" Other.Parent = JailbreakGUI Other.BackgroundColor3 = Color3.new(0, 0, 0) Other.BackgroundTransparency = 0.40000000596046 Other.BorderColor3 = Color3.new(0, 0, 0) Other.Position = UDim2.new(0.754451752, 0, 0.179282889, 0) Other.Size = UDim2.new(0, 143, 0, 209) Other.Visible = false Other.Active = true Other.Draggble = true Title4.Name = "Title4" Title4.Parent = Other Title4.BackgroundColor3 = Color3.new(1, 1, 1) Title4.BackgroundTransparency = 0.40000000596046 Title4.BorderColor3 = Color3.new(1, 1, 1) Title4.Size = UDim2.new(0, 143, 0, 23) Title4.Font = Enum.Font.Cartoon Title4.Text = "Other" Title4.TextColor3 = Color3.new(0, 0, 0) Title4.TextSize = 14 Click.Name = "Click" Click.Parent = Other Click.BackgroundColor3 = Color3.new(0, 0, 0) Click.BackgroundTransparency = 0.69999998807907 Click.BorderColor3 = Color3.new(0, 0, 0) Click.Position = UDim2.new(0, 0, 0.311004758, 0) Click.Size = UDim2.new(0, 143, 0, 26) Click.Font = Enum.Font.SourceSans Click.Text = "Teleport [B]" Click.TextColor3 = Color3.new(0, 0, 0) Click.TextSize = 14 Click.MouseButton1Down:connect(function() plr = game.Players.LocalPlayer hum = plr.Character.HumanoidRootPart mouse = plr:GetMouse() mouse.KeyDown:connect(function(key) if key == "b" then if mouse.Target then hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z) end end end) end) Btools.Name = "Btools" Btools.Parent = Other Btools.BackgroundColor3 = Color3.new(0, 0, 0) Btools.BackgroundTransparency = 0.69999998807907 Btools.BorderColor3 = Color3.new(0, 0, 0) Btools.Position = UDim2.new(0, 0, 0.148325354, 0) Btools.Size = UDim2.new(0, 143, 0, 26) Btools.Font = Enum.Font.SourceSans Btools.Text = "BTools" Btools.TextColor3 = Color3.new(0, 0, 0) Btools.TextSize = 14 Btools.MouseButton1Down:connect(function() game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true) for index, child in pairs(game:GetService("Workspace"):GetChildren()) do if child.ClassName == "Part" then child.Locked = false end if child.ClassName == "MeshPart" then child.Locked = false end if child.ClassName == "UnionOperation" then child.Locked = false end if child.ClassName == "Model" then for index, chil in pairs(child:GetChildren()) do if chil.ClassName == "Part" then chil.Locked = false end if chil.ClassName == "MeshPart" then chil.Locked = false end if chil.ClassName == "UnionOperation" then chil.Locked = false end if chil.ClassName == "Model" then for index, childe in pairs(chil:GetChildren()) do if childe.ClassName == "Part" then childe.Locked = false end if childe.ClassName == "MeshPart" then childe.Locked = false end if childe.ClassName == "UnionOperation" then childe.Locked = false end if childe.ClassName == "Model" then for index, childeo in pairs(childe:GetChildren()) do if childeo.ClassName == "Part" then childeo.Locked = false end if childeo.ClassName == "MeshPart" then childeo.Locked = false end if childeo.ClassName == "UnionOperation" then childeo.Locked = false end if childeo.ClassName == "Model" then end end end end end end end end c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack) c.BinType = Enum.BinType.Hammer c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack) c.BinType = Enum.BinType.Clone c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack) c.BinType = Enum.BinType.Grab end) Btool.Name = "Btool" Btool.Parent = Other Btool.BackgroundColor3 = Color3.new(0, 0, 0) Btool.BackgroundTransparency = 0.69999998807907 Btool.BorderColor3 = Color3.new(0, 0, 0) Btool.Position = UDim2.new(0, 0, 0.693779886, 0) Btool.Size = UDim2.new(0, 143, 0, 26) Btool.Font = Enum.Font.SourceSans Btool.Text = "Teleport" Btool.TextColor3 = Color3.new(0, 0, 0) Btool.TextSize = 14 Btool.MouseButton1Down:connect(function() local tp_namedplayer = PlayerInput.Text local tp_player = game:GetService("Players")[tp_namedplayer] local PLR = game:GetService("Players").LocalPlayer local p = PlayerInput.Text if tp_player then for i = 1,20 do wait() PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0) end end end) PlayerInput.Name = "PlayerInput" PlayerInput.Parent = Other PlayerInput.BackgroundColor3 = Color3.new(0, 0, 0) PlayerInput.BackgroundTransparency = 0.40000000596046 PlayerInput.BorderColor3 = Color3.new(0, 0, 0) PlayerInput.Position = UDim2.new(0, 0, 0.516746402, 0) PlayerInput.Size = UDim2.new(0, 143, 0, 26) PlayerInput.Font = Enum.Font.SourceSans PlayerInput.Text = "PlayerName..." PlayerInput.TextColor3 = Color3.new(0, 0, 0) PlayerInput.TextSize = 14 World.Name = "World" World.Parent = JailbreakGUI World.BackgroundColor3 = Color3.new(0, 0, 0) World.BackgroundTransparency = 0.40000000596046 World.BorderColor3 = Color3.new(0, 0, 0) World.Position = UDim2.new(0.602624238, 0, 0.179282889, 0) World.Size = UDim2.new(0, 143, 0, 209) World.Visible = false World.Active = true World.Draggble = true Title5.Name = "Title5" Title5.Parent = World Title5.BackgroundColor3 = Color3.new(1, 1, 1) Title5.BackgroundTransparency = 0.40000000596046 Title5.BorderColor3 = Color3.new(1, 1, 1) Title5.Size = UDim2.new(0, 143, 0, 23) Title5.Font = Enum.Font.Cartoon Title5.Text = "World" Title5.TextColor3 = Color3.new(0, 0, 0) Title5.TextSize = 14 NoBuild.Name = "NoBuild" NoBuild.Parent = World NoBuild.BackgroundColor3 = Color3.new(0, 0, 0) NoBuild.BackgroundTransparency = 0.69999998807907 NoBuild.BorderColor3 = Color3.new(0, 0, 0) NoBuild.Position = UDim2.new(0, 0, 0.478468895, 0) NoBuild.Size = UDim2.new(0, 143, 0, 26) NoBuild.Font = Enum.Font.SourceSans NoBuild.Text = "Remove Buildings" NoBuild.TextColor3 = Color3.new(0, 0, 0) NoBuild.TextSize = 14 NoBuild.MouseButton1Down:connect(function() game:GetService("Workspace").Buildings:Destroy() end) NoTrees.Name = "NoTrees" NoTrees.Parent = World NoTrees.BackgroundColor3 = Color3.new(0, 0, 0) NoTrees.BackgroundTransparency = 0.69999998807907 NoTrees.BorderColor3 = Color3.new(0, 0, 0) NoTrees.Position = UDim2.new(0, 0, 0.148325354, 0) NoTrees.Size = UDim2.new(0, 143, 0, 26) NoTrees.Font = Enum.Font.SourceSans NoTrees.Text = "Remove Trees" NoTrees.TextColor3 = Color3.new(0, 0, 0) NoTrees.TextSize = 14 NoTrees.MouseButton1Down:connect(function() game:GetService("Workspace").Trees:Destroy() end) NoDoors.Name = "NoDoors" NoDoors.Parent = World NoDoors.BackgroundColor3 = Color3.new(0, 0, 0) NoDoors.BackgroundTransparency = 0.69999998807907 NoDoors.BorderColor3 = Color3.new(0, 0, 0) NoDoors.Position = UDim2.new(0, 0, 0.311004758, 0) NoDoors.Size = UDim2.new(0, 143, 0, 26) NoDoors.Font = Enum.Font.SourceSans NoDoors.Text = "Remove Doors" NoDoors.TextColor3 = Color3.new(0, 0, 0) NoDoors.TextSize = 14 NoDoors.MouseButton1Down:connect(function() game:GetService("Workspace").Trees:Destroy() end) NoApart.Name = "NoApart" NoApart.Parent = World NoApart.BackgroundColor3 = Color3.new(0, 0, 0) NoApart.BackgroundTransparency = 0.69999998807907 NoApart.BorderColor3 = Color3.new(0, 0, 0) NoApart.Position = UDim2.new(0, 0, 0.641148329, 0) NoApart.Size = UDim2.new(0, 143, 0, 26) NoApart.Font = Enum.Font.SourceSans NoApart.Text = "Remove Apartaments" NoApart.TextColor3 = Color3.new(0, 0, 0) NoApart.TextSize = 14 NoApart.MouseButton1Down:connect(function() game:GetService("Workspace").Trees:Destroy() end) RemoveAll.Name = "RemoveAll" RemoveAll.Parent = World RemoveAll.BackgroundColor3 = Color3.new(0, 0, 0) RemoveAll.BackgroundTransparency = 0.69999998807907 RemoveAll.BorderColor3 = Color3.new(0, 0, 0) RemoveAll.Position = UDim2.new(0, 0, 0.818181813, 0) RemoveAll.Size = UDim2.new(0, 143, 0, 26) RemoveAll.Font = Enum.Font.SourceSans RemoveAll.Text = "Remove All" RemoveAll.TextColor3 = Color3.new(0, 0, 0) RemoveAll.TextSize = 14 RemoveAll.MouseButton1Down:connect(function() game.Workspace.Cells:Remove() game.Workspace.Museum.CaseLasers:Remove() game.Workspace.Museum.Lights:Remove() game.Workspace.Museum.Doors: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) Items.Name = "Items" Items.Parent = JailbreakGUI Items.BackgroundColor3 = Color3.new(0, 0, 0) Items.BackgroundTransparency = 0.40000000596046 Items.BorderColor3 = Color3.new(0, 0, 0) Items.Position = UDim2.new(0.135895118, 0, 0.62948215, 0) Items.Size = UDim2.new(0, 143, 0, 172) Items.Visible = false Items.Active = true Items.Draggble = true Title6.Name = "Title6" Title6.Parent = Items Title6.BackgroundColor3 = Color3.new(1, 1, 1) Title6.BackgroundTransparency = 0.40000000596046 Title6.BorderColor3 = Color3.new(1, 1, 1) Title6.Size = UDim2.new(0, 143, 0, 23) Title6.Font = Enum.Font.Cartoon Title6.Text = "Items" Title6.TextColor3 = Color3.new(0, 0, 0) Title6.TextSize = 14 Nitro.Name = "Nitro" Nitro.Parent = Items Nitro.BackgroundColor3 = Color3.new(0, 0, 0) Nitro.BackgroundTransparency = 0.69999998807907 Nitro.BorderColor3 = Color3.new(0, 0, 0) Nitro.Position = UDim2.new(0, 0, 0.146445036, 0) Nitro.Size = UDim2.new(0, 143, 0, 26) Nitro.Font = Enum.Font.SourceSans Nitro.Text = "Shotgun" Nitro.TextColor3 = Color3.new(0, 0, 0) Nitro.TextSize = 14 Nitro.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) FastCar.Name = "FastCar" FastCar.Parent = Items FastCar.BackgroundColor3 = Color3.new(0, 0, 0) FastCar.BackgroundTransparency = 0.69999998807907 FastCar.BorderColor3 = Color3.new(0, 0, 0) FastCar.Position = UDim2.new(0, 0, 0.554344475, 0) FastCar.Size = UDim2.new(0, 143, 0, 26) FastCar.Font = Enum.Font.SourceSans FastCar.Text = "M4A4 [Swat only]" FastCar.TextColor3 = Color3.new(0, 0, 0) FastCar.TextSize = 14 FastCar.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) RGBCAR.Name = "RGBCAR" RGBCAR.Parent = Items RGBCAR.BackgroundColor3 = Color3.new(0, 0, 0) RGBCAR.BackgroundTransparency = 0.69999998807907 RGBCAR.BorderColor3 = Color3.new(0, 0, 0) RGBCAR.Position = UDim2.new(0, 0, 0.33766681, 0) RGBCAR.Size = UDim2.new(0, 143, 0, 26) RGBCAR.Font = Enum.Font.SourceSans RGBCAR.Text = "Pistol" RGBCAR.TextColor3 = Color3.new(0, 0, 0) RGBCAR.TextSize = 14 RGBCAR.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) Stores.Name = "Stores" Stores.Parent = JailbreakGUI Stores.BackgroundColor3 = Color3.new(0, 0, 0) Stores.BackgroundTransparency = 0.40000000596046 Stores.BorderColor3 = Color3.new(0, 0, 0) Stores.Position = UDim2.new(0.753514647, 0, 0.617529988, 0) Stores.Size = UDim2.new(0, 143, 0, 124) Stores.Visible = false Stores.Active = true Stores.Draggble = true Title7.Name = "Title7" Title7.Parent = Stores Title7.BackgroundColor3 = Color3.new(1, 1, 1) Title7.BackgroundTransparency = 0.40000000596046 Title7.BorderColor3 = Color3.new(1, 1, 1) Title7.Size = UDim2.new(0, 143, 0, 23) Title7.Font = Enum.Font.Cartoon Title7.Text = "Stores" Title7.TextColor3 = Color3.new(0, 0, 0) Title7.TextSize = 14 BankStatus.Name = "BankStatus" BankStatus.Parent = Stores BankStatus.BackgroundColor3 = Color3.new(1, 1, 1) BankStatus.BackgroundTransparency = 0.40000000596046 BankStatus.BorderColor3 = Color3.new(1, 1, 1) BankStatus.Position = UDim2.new(0, 0, 0.637096763, 0) BankStatus.Size = UDim2.new(0, 143, 0, 23) BankStatus.Font = Enum.Font.Cartoon BankStatus.Text = "Bank : Closed" BankStatus.TextColor3 = Color3.new(0, 0, 0) BankStatus.TextSize = 14 JewelryStatus.Name = "JewelryStatus" JewelryStatus.Parent = Stores JewelryStatus.BackgroundColor3 = Color3.new(1, 1, 1) JewelryStatus.BackgroundTransparency = 0.40000000596046 JewelryStatus.BorderColor3 = Color3.new(1, 1, 1) JewelryStatus.Position = UDim2.new(0, 0, 0.403225809, 0) JewelryStatus.Size = UDim2.new(0, 143, 0, 23) JewelryStatus.Font = Enum.Font.Cartoon JewelryStatus.Text = "Jewelry : Closed" JewelryStatus.TextColor3 = Color3.new(0, 0, 0) JewelryStatus.TextSize = 14 Car.Name = "Car" Car.Parent = JailbreakGUI Car.BackgroundColor3 = Color3.new(0, 0, 0) Car.BackgroundTransparency = 0.40000000596046 Car.BorderColor3 = Color3.new(0, 0, 0) Car.Position = UDim2.new(0.283973843, 0, 0.62948215, 0) Car.Size = UDim2.new(0, 143, 0, 172) Car.Visible = false Car.Active = true Car.Draggble = true Title8.Name = "Title8" Title8.Parent = Car Title8.BackgroundColor3 = Color3.new(1, 1, 1) Title8.BackgroundTransparency = 0.40000000596046 Title8.BorderColor3 = Color3.new(1, 1, 1) Title8.Size = UDim2.new(0, 143, 0, 23) Title8.Font = Enum.Font.Cartoon Title8.Text = "Car Modifications" Title8.TextColor3 = Color3.new(0, 0, 0) Title8.TextSize = 14 Nitro_2.Name = "Nitro" Nitro_2.Parent = Car Nitro_2.BackgroundColor3 = Color3.new(0, 0, 0) Nitro_2.BackgroundTransparency = 0.69999998807907 Nitro_2.BorderColor3 = Color3.new(0, 0, 0) Nitro_2.Position = UDim2.new(0, 0, 0.14408803, 0) Nitro_2.Size = UDim2.new(0, 143, 0, 26) Nitro_2.Font = Enum.Font.SourceSans Nitro_2.Text = "Inf.Nitro" Nitro_2.TextColor3 = Color3.new(0, 0, 0) Nitro_2.TextSize = 14 Nitro_2.MouseButton1Down:connect(function() game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "6969696969" game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren() end) RGBCAR_2.Name = "RGBCAR" RGBCAR_2.Parent = Car RGBCAR_2.BackgroundColor3 = Color3.new(0, 0, 0) RGBCAR_2.BackgroundTransparency = 0.69999998807907 RGBCAR_2.BorderColor3 = Color3.new(0, 0, 0) RGBCAR_2.Position = UDim2.new(0, 0, 0.334995538, 0) RGBCAR_2.Size = UDim2.new(0, 143, 0, 26) RGBCAR_2.Font = Enum.Font.SourceSans RGBCAR_2.Text = "Rainbow Car" RGBCAR_2.TextColor3 = Color3.new(0, 0, 0) RGBCAR_2.TextSize = 14 RGBCAR_2.MouseButton1Down:connect(function() function changecolor(colorcar) plr = game:GetService("Players") value = colorcar for i,v in pairs(workspace.Vehicles:GetChildren()) do for k,d in pairs (v:GetChildren()) do if v ~= nil then if v:FindFirstChild("Seat") then if v.Seat:FindFirstChild("PlayerName") then if v.Seat.PlayerName.Value == plr.LocalPlayer.Name then for a,b in pairs (d:GetChildren()) do if b.Name == "Body" then b.Color = value end end end end end end end end end while wait(1) do wait(0.5) changecolor(Color3.fromRGB(255,119,0)) wait(0.5) changecolor(Color3.fromRGB(255,0,0)) wait(0.5) changecolor(Color3.fromRGB(255,255,0)) wait(0.5) changecolor(Color3.fromRGB(98,37,209)) wait(0.5) changecolor(Color3.fromRGB(0,255,0)) wait(0.5) changecolor(Color3.fromRGB(0,255,255)) wait(0.5) changecolor(Color3.fromRGB(255,176,0)) end end) FastCar_2.Name = "FastCar" FastCar_2.Parent = Car FastCar_2.BackgroundColor3 = Color3.new(0, 0, 0) FastCar_2.BackgroundTransparency = 0.69999998807907 FastCar_2.BorderColor3 = Color3.new(0, 0, 0) FastCar_2.Position = UDim2.new(0, 0, 0.551767468, 0) FastCar_2.Size = UDim2.new(0, 143, 0, 26) FastCar_2.Font = Enum.Font.SourceSans FastCar_2.Text = "Car Speed" FastCar_2.TextColor3 = Color3.new(0, 0, 0) FastCar_2.TextSize = 14 FastCar_2.MouseButton1Down:connect(function() dir = 0 gs = game.GetService gs(game,"RunService").RenderStepped:connect(function() for i,v in next,workspace.Vehicles:children() do if v.Name ~= "Heli" then if v:FindFirstChild("Engine") then local bf,cf = v.Engine:FindFirstChild("NewForce"),v:GetPrimaryPartCFrame().lookVector if not bf then bf = v.Engine:FindFirstChild("BodyForce") or v.Engine:FindFirstChild("VectorForce") if bf then bf = bf:Clone() bf.Parent = v.Engine bf.Name = "NewForce" end end if bf then local fa = 1 if v.Name:lower():find("bike") then fa = .3 elseif v.Name:lower():find("bugg") then fa = .5 end if v.Seat.PlayerName.Value ~= game:GetService("Players").LocalPlayer.Name then fa = 0 end bf.Force = Vector3.new(cf.X*500000*dir*fa,0,cf.Z*500000*dir*fa) end end end end end) val = { {Enum.KeyCode.W,1}; } uis = gs(game,"UserInputService") chk = function(k) for i,v in next,val do if v[1]==k.KeyCode then return v[2] end end end uis.InputBegan:connect(function(k) dir = chk(k) or dir end) uis.InputEnded:connect(function(k) if chk(k) == dir then dir = 0 end end) end) FlYCar.Name = "FlYCar" FlYCar.Parent = Car FlYCar.BackgroundColor3 = Color3.new(0, 0, 0) FlYCar.BackgroundTransparency = 0.69999998807907 FlYCar.BorderColor3 = Color3.new(0, 0, 0) FlYCar.Position = UDim2.new(-4.84287739e-08, 0, 0.761069775, 0) FlYCar.Size = UDim2.new(0, 143, 0, 26) FlYCar.Font = Enum.Font.SourceSans FlYCar.Text = "Car Fly [R]" FlYCar.TextColor3 = Color3.new(0, 0, 0) FlYCar.TextSize = 14 FlYCar.MouseButton2Click:connect(function() local plr = game:GetService("Players").LocalPlayer local m = plr:GetMouse() m.KeyDown:connect(function(k) if k:byte() == 114 then plrh = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid' plrh:ChangeState('Jumping') wait() plrh:ChangeState('Seated') end end) end) game:GetService("UserInputService").InputBegan:connect(function(key) if key.KeyCode == Enum.KeyCode.Insert then if opened == true then opened = false Other.Visible = false Items.Visible = false Car.Visible = false Stores.Visible = false World.Visible = false Movement.Visible = false Visuals.Visible = false Player.Visible = false elseif opened == false then opened = true Other.Visible = true Items.Visible = true Car.Visible = true Stores.Visible = true World.Visible = true Movement.Visible = true Player.Visible = true Visuals.Visible = true end end end) --Bank notification-- pcall(function() local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1] local Info = Bank.Extra.Sign.Decal Info:GetPropertyChangedSignal("Transparency"):Connect(function() if Info.Transparency ~= 0 then BankStatus.Text = "Bank:Open" BankStatus.TextColor3 = Color3.new(0,1,0) else BankStatus.Text = "Bank:Closed" BankStatus.TextColor3 = Color3.new(1,0,0) end end) BankStatus.Text = Info.Transparency == 0 and "Bank:Closed" or "Bank:Open" BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0) end) --Jewelry notification-- pcall(function() local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1] local Info = Jewelry.Extra.Sign.Decal Info:GetPropertyChangedSignal("Transparency"):Connect(function() if Info.Transparency ~= 0 then JewelryStatus.Text = "Jewelry:Open" JewelryStatus.TextColor3 = Color3.new(0,1,0) else JewelryStatus.Text = "Jewelry:Closed" JewelryStatus.TextColor3 = Color3.new(1,0,0) end end) JewelryStatus.Text = Info.Transparency == 0 and "Jewelry:Closed" or "Jewelry:Open" JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0) end)
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
Tttg
5 hours ago | 0.33 KB
OoT rando seed 6/6
5 hours ago | 68.46 KB
Symbol Dump for Discord
21 hours ago | 0.41 KB
tes
1 day ago | 0.02 KB
Untitled
1 day ago | 2.28 KB
GSA NS
1 day ago | 1.37 KB
WaterFul.m
MatLab | 1 day ago | 0.42 KB
WaterEmpty.m
MatLab | 1 day ago | 0.54 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!