JailKillerGUI = Instance.new("ScreenGui") OpenButton = Instance.new("TextButton") CloseButton = Instance.new("TextButton") Main = Instance.new("Frame") Title = Instance.new("TextLabel") BankFront = Instance.new("TextButton") BankVault = Instance.new("TextButton") JewelryTop = Instance.new("TextButton") JewelryIn = Instance.new("TextButton") MuseumIn = Instance.new("TextButton") MuseumOut = Instance.new("TextButton") MuseumTop = Instance.new("TextButton") CrimBase1 = Instance.new("TextButton") CrimBase2 = Instance.new("TextButton") DonutStore = Instance.new("TextButton") GasStation = Instance.new("TextButton") TrainSpawn = Instance.new("TextButton") PrisonYard = Instance.new("TextButton") PoliceBase = Instance.new("TextButton") Dealership = Instance.new("TextButton") HeliPad1 = Instance.new("TextButton") HeliPad2 = Instance.new("TextButton") Lamborghini = Instance.new("TextButton") Tesla = Instance.new("TextButton") Ferrari = Instance.new("TextButton") WalkspeedK = Instance.new("TextButton") NoclipB = Instance.new("TextButton") RemoveAll = Instance.new("TextButton") Pistol = Instance.new("TextButton") Shotgun = Instance.new("TextButton") GravityON = Instance.new("TextButton") Godmode = Instance.new("TextButton") InfiniteNitro = Instance.new("TextButton") GravityOFF = Instance.new("TextButton") NoBuildings = Instance.new("TextButton") CarFlyR = Instance.new("TextButton") BTools = Instance.new("TextButton") InfiniteJump = Instance.new("TextButton") InputPlayer = Instance.new("TextBox") GotoPlayer = Instance.new("TextButton") JailKillerGUI.Name = "JailKillerGUI" JailKillerGUI.Parent = game.CoreGui OpenButton.Name = "OpenButton" OpenButton.Parent = JailKillerGUI OpenButton.BackgroundColor3 = Color3.new(1, 0.333333, 0) OpenButton.BorderSizePixel = 0 OpenButton.Position = UDim2.new(0, 0, 0.640625, 0) OpenButton.Size = UDim2.new(0, 139, 0, 50) OpenButton.Font = Enum.Font.Cartoon OpenButton.FontSize = Enum.FontSize.Size14 OpenButton.Text = "OPEN" OpenButton.TextColor3 = Color3.new(1, 1, 1) OpenButton.TextScaled = true OpenButton.TextSize = 14 OpenButton.TextWrapped = true OpenButton.MouseButton1Down:connect(function() Main.Visible = true CloseButton.Visible = true OpenButton.Visible = false end) CloseButton.Name = "CloseButton" CloseButton.Parent = JailKillerGUI CloseButton.Visible = false CloseButton.BackgroundColor3 = Color3.new(1, 0.333333, 0) CloseButton.BorderSizePixel = 0 CloseButton.Position = UDim2.new(0, 0, 0.640625, 0) CloseButton.Size = UDim2.new(0, 139, 0, 50) CloseButton.Font = Enum.Font.Cartoon CloseButton.FontSize = Enum.FontSize.Size14 CloseButton.Text = "CLOSE" CloseButton.TextColor3 = Color3.new(1, 1, 1) CloseButton.TextScaled = true CloseButton.TextSize = 14 CloseButton.TextWrapped = true CloseButton.MouseButton1Down:connect(function() Main.Visible = false CloseButton.Visible = false OpenButton.Visible = true end) Main.Name = "Main" Main.Parent = JailKillerGUI Main.Draggable = true Main.Active = true Main.Visible = false Main.BackgroundColor3 = Color3.new(0, 0.333333, 1) Main.BorderSizePixel = 0 Main.Position = UDim2.new(0.187782809, 0, 0.0809327811, 0) Main.Size = UDim2.new(0, 652, 0, 588) Title.Name = "Title" Title.Parent = Main Title.BackgroundColor3 = Color3.new(0, 0, 1) Title.BorderSizePixel = 0 Title.Size = UDim2.new(0, 652, 0, 50) Title.Font = Enum.Font.SourceSansBold Title.FontSize = Enum.FontSize.Size48 Title.Text = "JailBreak Gui" Title.TextColor3 = Color3.new(1, 1, 1) Title.TextSize = 40 Title.TextWrapped = true BankFront.Name = "Bank Front" BankFront.Parent = Main BankFront.BackgroundColor3 = Color3.new(0, 0, 1) BankFront.BorderSizePixel = 0 BankFront.Position = UDim2.new(0.0147928996, 0, 0.0995329246, 0) BankFront.Size = UDim2.new(0, 152, 0, 50) BankFront.Font = Enum.Font.Bodoni BankFront.FontSize = Enum.FontSize.Size32 BankFront.Text = "Bank Front" BankFront.TextColor3 = Color3.new(1, 1, 1) BankFront.TextSize = 30 BankFront.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0) end end) BankVault.Name = "Bank Vault" BankVault.Parent = Main BankVault.BackgroundColor3 = Color3.new(0, 0, 1) BankVault.BorderSizePixel = 0 BankVault.Position = UDim2.new(0.262269944, 0, 0.0995329395, 0) BankVault.Size = UDim2.new(0, 152, 0, 50) BankVault.Font = Enum.Font.Bodoni BankVault.FontSize = Enum.FontSize.Size32 BankVault.Text = "Bank Vault" BankVault.TextColor3 = Color3.new(1, 1, 1) BankVault.TextSize = 30 BankVault.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348) + Vector3.new(1,0,0) end end) JewelryTop.Name = "Jewelry Top" JewelryTop.Parent = Main JewelryTop.BackgroundColor3 = Color3.new(0, 0, 1) JewelryTop.BorderSizePixel = 0 JewelryTop.Position = UDim2.new(0.509746969, 0, 0.0995329469, 0) JewelryTop.Size = UDim2.new(0, 152, 0, 50) JewelryTop.Font = Enum.Font.Bodoni JewelryTop.FontSize = Enum.FontSize.Size32 JewelryTop.Text = "Jewelry Top" JewelryTop.TextColor3 = Color3.new(1, 1, 1) JewelryTop.TextSize = 30 JewelryTop.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175) + Vector3.new(1,0,0) end end) JewelryIn.Name = "Jewelry In" JewelryIn.Parent = Main JewelryIn.BackgroundColor3 = Color3.new(0, 0, 1) JewelryIn.BorderSizePixel = 0 JewelryIn.Position = UDim2.new(0.755581379, 0, 0.0995329395, 0) JewelryIn.Size = UDim2.new(0, 152, 0, 50) JewelryIn.Font = Enum.Font.Bodoni JewelryIn.FontSize = Enum.FontSize.Size32 JewelryIn.Text = "Jewelry In" JewelryIn.TextColor3 = Color3.new(1, 1, 1) JewelryIn.TextSize = 30 JewelryIn.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407) + Vector3.new(1,0,0) end end) MuseumIn.Name = "Museum In" MuseumIn.Parent = Main MuseumIn.BackgroundColor3 = Color3.new(0, 0, 1) MuseumIn.BorderSizePixel = 0 MuseumIn.Position = UDim2.new(0.0147928987, 0, 0.198637575, 0) MuseumIn.Size = UDim2.new(0, 152, 0, 50) MuseumIn.Font = Enum.Font.Bodoni MuseumIn.FontSize = Enum.FontSize.Size32 MuseumIn.Text = "Museum In" MuseumIn.TextColor3 = Color3.new(1, 1, 1) MuseumIn.TextSize = 30 MuseumIn.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063.02, 117.562, 1218.757) + Vector3.new(1,0,0) end end) MuseumOut.Name = "Museum Out" MuseumOut.Parent = Main MuseumOut.BackgroundColor3 = Color3.new(0, 0, 1) MuseumOut.BorderSizePixel = 0 MuseumOut.Position = UDim2.new(0.262269944, 0, 0.198637575, 0) MuseumOut.Size = UDim2.new(0, 152, 0, 50) MuseumOut.Font = Enum.Font.Bodoni MuseumOut.FontSize = Enum.FontSize.Size32 MuseumOut.Text = "Museum Out" MuseumOut.TextColor3 = Color3.new(1, 1, 1) MuseumOut.TextSize = 30 MuseumOut.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1108.02576, 101.16066, 1295.74146) + Vector3.new(1,0,0) end end) MuseumTop.Name = "Museum Top" MuseumTop.Parent = Main MuseumTop.BackgroundColor3 = Color3.new(0, 0, 1) MuseumTop.BorderSizePixel = 0 MuseumTop.Position = UDim2.new(0.509746969, 0, 0.198637575, 0) MuseumTop.Size = UDim2.new(0, 152, 0, 50) MuseumTop.Font = Enum.Font.Bodoni MuseumTop.FontSize = Enum.FontSize.Size32 MuseumTop.Text = "Museum Top" MuseumTop.TextColor3 = Color3.new(1, 1, 1) MuseumTop.TextSize = 30 MuseumTop.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1078.45, 153.904, 1176.52) + Vector3.new(1,0,0) end end) CrimBase1.Name = "Crim Base 1" CrimBase1.Parent = Main CrimBase1.BackgroundColor3 = Color3.new(0, 0, 1) CrimBase1.BorderSizePixel = 0 CrimBase1.Position = UDim2.new(0.752513885, 0, 0.198637575, 0) CrimBase1.Size = UDim2.new(0, 152, 0, 50) CrimBase1.Font = Enum.Font.Bodoni CrimBase1.FontSize = Enum.FontSize.Size32 CrimBase1.Text = "Crim Base 1" CrimBase1.TextColor3 = Color3.new(1, 1, 1) CrimBase1.TextSize = 30 CrimBase1.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261) + Vector3.new(1,0,0) end end) CrimBase2.Name = "Crim Base 2" CrimBase2.Parent = Main CrimBase2.BackgroundColor3 = Color3.new(0, 0, 1) CrimBase2.BorderSizePixel = 0 CrimBase2.Position = UDim2.new(0.0147928996, 0, 0.301304579, 0) CrimBase2.Size = UDim2.new(0, 152, 0, 50) CrimBase2.Font = Enum.Font.Bodoni CrimBase2.FontSize = Enum.FontSize.Size32 CrimBase2.Text = "Crim Base 2" CrimBase2.TextColor3 = Color3.new(1, 1, 1) CrimBase2.TextSize = 30 CrimBase2.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626) + Vector3.new(1,0,0) end end) DonutStore.Name = "Donut Store" DonutStore.Parent = Main DonutStore.BackgroundColor3 = Color3.new(0, 0, 1) DonutStore.BorderSizePixel = 0 DonutStore.Position = UDim2.new(0.262269944, 0, 0.301304579, 0) DonutStore.Size = UDim2.new(0, 152, 0, 50) DonutStore.Font = Enum.Font.Bodoni DonutStore.FontSize = Enum.FontSize.Size32 DonutStore.Text = "Donut Store" DonutStore.TextColor3 = Color3.new(1, 1, 1) DonutStore.TextSize = 30 DonutStore.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206) + Vector3.new(1,0,0) end end) GasStation.Name = "Gas Station" GasStation.Parent = Main GasStation.BackgroundColor3 = Color3.new(0, 0, 1) GasStation.BorderSizePixel = 0 GasStation.Position = UDim2.new(0.509746969, 0, 0.301304579, 0) GasStation.Size = UDim2.new(0, 152, 0, 50) GasStation.Font = Enum.Font.Bodoni GasStation.FontSize = Enum.FontSize.Size32 GasStation.Text = "Gas Station" GasStation.TextColor3 = Color3.new(1, 1, 1) GasStation.TextSize = 30 GasStation.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262) + Vector3.new(1,0,0) end end) TrainSpawn.Name = "Train Spawn" TrainSpawn.Parent = Main TrainSpawn.BackgroundColor3 = Color3.new(0, 0, 1) TrainSpawn.BorderSizePixel = 0 TrainSpawn.Position = UDim2.new(0.755581379, 0, 0.301304579, 0) TrainSpawn.Size = UDim2.new(0, 152, 0, 50) TrainSpawn.Font = Enum.Font.Bodoni TrainSpawn.FontSize = Enum.FontSize.Size32 TrainSpawn.Text = "Train Spawn" TrainSpawn.TextColor3 = Color3.new(1, 1, 1) TrainSpawn.TextSize = 30 TrainSpawn.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116) + Vector3.new(1,0,0) end end) PrisonYard.Name = "Prison Yard" PrisonYard.Parent = Main PrisonYard.BackgroundColor3 = Color3.new(0, 0, 1) PrisonYard.BorderSizePixel = 0 PrisonYard.Position = UDim2.new(0.0178603847, 0, 0.405369878, 0) PrisonYard.Size = UDim2.new(0, 152, 0, 50) PrisonYard.Font = Enum.Font.Bodoni PrisonYard.FontSize = Enum.FontSize.Size32 PrisonYard.Text = "Prison Yard" PrisonYard.TextColor3 = Color3.new(1, 1, 1) PrisonYard.TextSize = 30 PrisonYard.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1319.25806, 17.7999935, -1760.31873) + Vector3.new(1,0,0) end end) PoliceBase.Name = "Police Base" PoliceBase.Parent = Main PoliceBase.BackgroundColor3 = Color3.new(0, 0, 1) PoliceBase.BorderSizePixel = 0 PoliceBase.Position = UDim2.new(0.262269944, 0, 0.405369878, 0) PoliceBase.Size = UDim2.new(0, 152, 0, 50) PoliceBase.Font = Enum.Font.Bodoni PoliceBase.FontSize = Enum.FontSize.Size32 PoliceBase.Text = "Police Base" PoliceBase.TextColor3 = Color3.new(1, 1, 1) PoliceBase.TextSize = 30 PoliceBase.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1136.89868, 17.950058, -1585.59912) + Vector3.new(1,0,0) end end) Dealership.Name = "Dealership" Dealership.Parent = Main Dealership.BackgroundColor3 = Color3.new(0, 0, 1) Dealership.BorderSizePixel = 0 Dealership.Position = UDim2.new(0.512814462, 0, 0.405369878, 0) Dealership.Size = UDim2.new(0, 152, 0, 50) Dealership.Font = Enum.Font.Bodoni Dealership.FontSize = Enum.FontSize.Size32 Dealership.Text = "Dealership" Dealership.TextColor3 = Color3.new(1, 1, 1) Dealership.TextSize = 30 Dealership.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(424.985474, 17.8676395, -1704.00525) + Vector3.new(1,0,0) end end) HeliPad1.Name = "Heli Pad 1" HeliPad1.Parent = Main HeliPad1.BackgroundColor3 = Color3.new(0, 0, 1) HeliPad1.BorderSizePixel = 0 HeliPad1.Position = UDim2.new(0.755581379, 0, 0.405369878, 0) HeliPad1.Size = UDim2.new(0, 152, 0, 50) HeliPad1.Font = Enum.Font.Bodoni HeliPad1.FontSize = Enum.FontSize.Size32 HeliPad1.Text = "Heli Pad 1" HeliPad1.TextColor3 = Color3.new(1, 1, 1) HeliPad1.TextSize = 30 HeliPad1.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1172.6626, 57.6341133, -1590.24841) + Vector3.new(1,0,0) end end) HeliPad2.Name = "Heli Pad 2" HeliPad2.Parent = Main HeliPad2.BackgroundColor3 = Color3.new(0, 0, 1) HeliPad2.BorderSizePixel = 0 HeliPad2.Position = UDim2.new(0.0178603828, 0, 0.509529829, 0) HeliPad2.Size = UDim2.new(0, 152, 0, 50) HeliPad2.Font = Enum.Font.Bodoni HeliPad2.FontSize = Enum.FontSize.Size32 HeliPad2.Text = "Heli Pad 2" HeliPad2.TextColor3 = Color3.new(1, 1, 1) HeliPad2.TextSize = 30 HeliPad2.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(737.95105, 69.4690094, 1095.53442) + Vector3.new(1,0,0) end end) Lamborghini.Name = "Lamborghini" Lamborghini.Parent = Main Lamborghini.BackgroundColor3 = Color3.new(0, 0, 1) Lamborghini.BorderSizePixel = 0 Lamborghini.Position = UDim2.new(0.262269944, 0, 0.509529829, 0) Lamborghini.Size = UDim2.new(0, 152, 0, 50) Lamborghini.Font = Enum.Font.Bodoni Lamborghini.FontSize = Enum.FontSize.Size32 Lamborghini.Text = "Lamborghini" Lamborghini.TextColor3 = Color3.new(1, 1, 1) Lamborghini.TextSize = 30 Lamborghini.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(146.568039, 17.6188164, 775.127197) + Vector3.new(1,0,0) end end) Tesla.Name = "Tesla" Tesla.Parent = Main Tesla.BackgroundColor3 = Color3.new(0, 0, 1) Tesla.BorderSizePixel = 0 Tesla.Position = UDim2.new(0.509746969, 0, 0.509529829, 0) Tesla.Size = UDim2.new(0, 152, 0, 50) Tesla.Font = Enum.Font.Bodoni Tesla.FontSize = Enum.FontSize.Size32 Tesla.Text = "Tesla" Tesla.TextColor3 = Color3.new(1, 1, 1) Tesla.TextSize = 30 Tesla.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-132.424164, 17.9162769, 556.760864) + Vector3.new(1,0,0) end end) Ferrari.Name = "Ferrari" Ferrari.Parent = Main Ferrari.BackgroundColor3 = Color3.new(0, 0, 1) Ferrari.BorderSizePixel = 0 Ferrari.Position = UDim2.new(0.752513885, 0, 0.509529829, 0) Ferrari.Size = UDim2.new(0, 152, 0, 50) Ferrari.Font = Enum.Font.Bodoni Ferrari.FontSize = Enum.FontSize.Size32 Ferrari.Text = "Ferrari" Ferrari.TextColor3 = Color3.new(1, 1, 1) Ferrari.TextSize = 30 Ferrari.MouseButton1Down:connect(function() for i=1,32 do wait(.08) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1501.28687, 49.4527283, 1805.06726) + Vector3.new(1,0,0) end end) WalkspeedK.Name = "WalkspeedK" WalkspeedK.Parent = Main WalkspeedK.BackgroundColor3 = Color3.new(0, 0, 1) WalkspeedK.BorderSizePixel = 0 WalkspeedK.Position = UDim2.new(0.0178603828, 0, 0.612641335, 0) WalkspeedK.Size = UDim2.new(0, 152, 0, 50) WalkspeedK.Font = Enum.Font.Bodoni WalkspeedK.FontSize = Enum.FontSize.Size32 WalkspeedK.Text = "SpeedHax [K]" WalkspeedK.TextColor3 = Color3.new(1, 1, 1) WalkspeedK.TextSize = 30 WalkspeedK.MouseButton1Down:connect(function() local walkspeedplayer = game:GetService("Players").LocalPlayer local walkspeedmouse = walkspeedplayer:GetMouse() local walkspeedenabled = false function x_walkspeed(key) if (key == "k") 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) NoclipB.Name = "NoclipB" NoclipB.Parent = Main NoclipB.BackgroundColor3 = Color3.new(0, 0, 1) NoclipB.BorderSizePixel = 0 NoclipB.Position = UDim2.new(0.262269944, 0, 0.612641335, 0) NoclipB.Size = UDim2.new(0, 152, 0, 50) NoclipB.Font = Enum.Font.Bodoni NoclipB.FontSize = Enum.FontSize.Size32 NoclipB.Text = "Noclip [B]" NoclipB.TextColor3 = Color3.new(1, 1, 1) NoclipB.TextSize = 30 NoclipB.MouseButton1Down:connect(function() local noclipplayer = game:GetService("Players").LocalPlayer local noclipmouse = noclipplayer:GetMouse() local donoclip = false local noclip = false function b_noclip(key) if (key == "b") then if noclip == false then donoclip = true noclip = true elseif noclip == true then donoclip = false noclip = false end end end noclipmouse.KeyDown:connect(b_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) RemoveAll.Name = "Remove All" RemoveAll.Parent = Main RemoveAll.BackgroundColor3 = Color3.new(0, 0, 1) RemoveAll.BorderSizePixel = 0 RemoveAll.Position = UDim2.new(0.509746969, 0, 0.612641335, 0) RemoveAll.Size = UDim2.new(0, 152, 0, 50) RemoveAll.Font = Enum.Font.Bodoni RemoveAll.FontSize = Enum.FontSize.Size32 RemoveAll.Text = "Remove All" RemoveAll.TextColor3 = Color3.new(1, 1, 1) RemoveAll.TextSize = 30 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) Pistol.Name = "Pistol" Pistol.Parent = Main Pistol.BackgroundColor3 = Color3.new(0, 0, 1) Pistol.BorderSizePixel = 0 Pistol.Position = UDim2.new(0.752513885, 0, 0.612641335, 0) Pistol.Size = UDim2.new(0, 152, 0, 50) Pistol.Font = Enum.Font.Bodoni Pistol.FontSize = Enum.FontSize.Size32 Pistol.Text = "Pistol" Pistol.TextColor3 = Color3.new(1, 1, 1) Pistol.TextSize = 30 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) Shotgun.Name = "Shotgun" Shotgun.Parent = Main Shotgun.BackgroundColor3 = Color3.new(0, 0, 1) Shotgun.BorderSizePixel = 0 Shotgun.Position = UDim2.new(0.0178603828, 0, 0.715329885, 0) Shotgun.Size = UDim2.new(0, 152, 0, 50) Shotgun.Font = Enum.Font.Bodoni Shotgun.FontSize = Enum.FontSize.Size32 Shotgun.Text = "Shotgun" Shotgun.TextColor3 = Color3.new(1, 1, 1) Shotgun.TextSize = 30 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) GravityON.Name = "Gravity ON" GravityON.Parent = Main GravityON.BackgroundColor3 = Color3.new(0, 0, 1) GravityON.BorderSizePixel = 0 GravityON.Position = UDim2.new(0.262269944, 0, 0.715329885, 0) GravityON.Size = UDim2.new(0, 152, 0, 50) GravityON.Font = Enum.Font.Bodoni GravityON.FontSize = Enum.FontSize.Size32 GravityON.Text = "Gravity: ON" GravityON.TextColor3 = Color3.new(1, 1, 1) GravityON.TextSize = 30 GravityON.MouseButton1Down:connect(function() game.Workspace.Gravity = 196.2 GravityOFF.Visible = true GravityON.Visible = false end) Godmode.Name = "Godmode" Godmode.Parent = Main Godmode.BackgroundColor3 = Color3.new(0, 0, 1) Godmode.BorderSizePixel = 0 Godmode.Position = UDim2.new(0.509746969, 0, 0.715329885, 0) Godmode.Size = UDim2.new(0, 152, 0, 50) Godmode.Font = Enum.Font.Bodoni Godmode.FontSize = Enum.FontSize.Size32 Godmode.Text = "Godmode" Godmode.TextColor3 = Color3.new(1, 1, 1) Godmode.TextSize = 30 Godmode.MouseButton1Down:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" end) InfiniteNitro.Name = "Infinite Nitro" InfiniteNitro.Parent = Main InfiniteNitro.BackgroundColor3 = Color3.new(0, 0, 1) InfiniteNitro.BorderSizePixel = 0 InfiniteNitro.Position = UDim2.new(0.752513885, 0, 0.715329885, 0) InfiniteNitro.Size = UDim2.new(0, 152, 0, 50) InfiniteNitro.Font = Enum.Font.Bodoni InfiniteNitro.FontSize = Enum.FontSize.Size32 InfiniteNitro.Text = "Infinite Nitro" InfiniteNitro.TextColor3 = Color3.new(1, 1, 1) InfiniteNitro.TextSize = 30 InfiniteNitro.MouseButton1Down:connect(function() game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "6969696969" game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren() end) GravityOFF.Name = "Gravity OFF" GravityOFF.Parent = Main GravityOFF.BackgroundColor3 = Color3.new(0, 0, 1) GravityOFF.BorderSizePixel = 0 GravityOFF.Position = UDim2.new(0.262269944, 0, 0.715329885, 0) GravityOFF.Size = UDim2.new(0, 152, 0, 50) GravityOFF.Font = Enum.Font.Bodoni GravityOFF.FontSize = Enum.FontSize.Size32 GravityOFF.Text = "Gravity: OFF" GravityOFF.TextColor3 = Color3.new(1, 1, 1) GravityOFF.TextSize = 30 GravityOFF.MouseButton1Down:connect(function() game.Workspace.Gravity = 35 GravityOFF.Visible = false GravityON.Visible = true end) NoBuildings.Name = "No Buildings" NoBuildings.Parent = Main NoBuildings.BackgroundColor3 = Color3.new(0, 0, 1) NoBuildings.BorderSizePixel = 0 NoBuildings.Position = UDim2.new(0.0178603828, 0, 0.821490169, 0) NoBuildings.Size = UDim2.new(0, 152, 0, 50) NoBuildings.Font = Enum.Font.Bodoni NoBuildings.FontSize = Enum.FontSize.Size32 NoBuildings.Text = "No Buildings" NoBuildings.TextColor3 = Color3.new(1, 1, 1) NoBuildings.TextSize = 30 NoBuildings.MouseButton1Down:connect(function() game:GetService("Workspace").Buildings:Destroy() end) CarFlyR.Name = "Car FlyR" CarFlyR.Parent = Main CarFlyR.BackgroundColor3 = Color3.new(0, 0, 1) CarFlyR.BorderSizePixel = 0 CarFlyR.Position = UDim2.new(0.262269944, 0, 0.821490169, 0) CarFlyR.Size = UDim2.new(0, 152, 0, 50) CarFlyR.Font = Enum.Font.Bodoni CarFlyR.FontSize = Enum.FontSize.Size32 CarFlyR.Text = "Car Fly [R]" CarFlyR.TextColor3 = Color3.new(1, 1, 1) CarFlyR.TextSize = 30 CarFlyR.MouseButton1Down: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) BTools.Name = "BTools" BTools.Parent = Main BTools.BackgroundColor3 = Color3.new(0, 0, 1) BTools.BorderSizePixel = 0 BTools.Position = UDim2.new(0.509746969, 0, 0.821490169, 0) BTools.Size = UDim2.new(0, 152, 0, 50) BTools.Font = Enum.Font.Bodoni BTools.FontSize = Enum.FontSize.Size32 BTools.Text = "BTools" BTools.TextColor3 = Color3.new(1, 1, 1) BTools.TextSize = 30 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) InfiniteJump.Name = "Infinite Jump" InfiniteJump.Parent = Main InfiniteJump.BackgroundColor3 = Color3.new(0, 0, 1) InfiniteJump.BorderSizePixel = 0 InfiniteJump.Position = UDim2.new(0.752513885, 0, 0.821490169, 0) InfiniteJump.Size = UDim2.new(0, 152, 0, 50) InfiniteJump.Font = Enum.Font.Bodoni InfiniteJump.FontSize = Enum.FontSize.Size32 InfiniteJump.Text = "Infinite Jump" InfiniteJump.TextColor3 = Color3.new(1, 1, 1) InfiniteJump.TextSize = 30 InfiniteJump.MouseButton1Down:connect(function() game:GetService("UserInputService").JumpRequest:connect(function() game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping") end) end) InputPlayer.Name = "InputPlayer" InputPlayer.Parent = Main InputPlayer.BackgroundColor3 = Color3.new(0, 0, 1) InputPlayer.BorderSizePixel = 0 InputPlayer.Position = UDim2.new(0.0184049085, 0, 0.914965987, 0) InputPlayer.Size = UDim2.new(0, 421, 0, 43) InputPlayer.Font = Enum.Font.Cartoon InputPlayer.FontSize = Enum.FontSize.Size14 InputPlayer.Text = "Player" InputPlayer.TextColor3 = Color3.new(1, 1, 1) InputPlayer.TextScaled = true InputPlayer.TextSize = 14 InputPlayer.TextWrapped = true GotoPlayer.Name = "Goto Player" GotoPlayer.Parent = Main GotoPlayer.BackgroundColor3 = Color3.new(0, 0, 1) GotoPlayer.BorderSizePixel = 0 GotoPlayer.Position = UDim2.new(0.673312902, 0, 0.914965987, 0) GotoPlayer.Size = UDim2.new(0, 204, 0, 43) GotoPlayer.Font = Enum.Font.Bodoni GotoPlayer.FontSize = Enum.FontSize.Size32 GotoPlayer.Text = "Goto Player" GotoPlayer.TextColor3 = Color3.new(1, 1, 1) GotoPlayer.TextSize = 30 GotoPlayer.MouseButton1Down:connect(function() local tp_namedplayer = InputPlayer.Text local tp_player = game:GetService("Players")[tp_namedplayer] local PLR = game:GetService("Players").LocalPlayer local p = InputPlayer.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)