Advertisement
kipr987

Jailbreak

Nov 2nd, 2024 (edited)
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 17.16 KB | None | 0 0
  1. for i, v in pairs(game:GetService("CoreGui"):GetChildren()) do
  2.     if v.Name == "ui" then
  3.         v:Destroy()
  4.     end
  5. end
  6. local UI = loadstring(game:HttpGetAsync("https://pastebin.com/raw/0589YkmB"))()
  7.  
  8. local window = UI:Window("Premium")
  9. local nif = UI:Notification("Welcome to", game:GetService("Players").LocalPlayer.Name, "Okay!")
  10. local aim = window:Tab("Aimbot")
  11. local esp = window:Tab("Esp")
  12. local teleportm = window:Tab("Teleport")
  13. local robbers = window:Tab("Robbers")
  14. local player = window:Tab("LocalPlayer")
  15. local misc = window:Tab("Misc")
  16.  
  17. _G.aim = true
  18. aim:Toggle("Aimbot",true,function(value)
  19.     _G.aim = value
  20. end)
  21.  
  22. _G.Dis = 300
  23. aim:Slider("Distance",0,600,300,function(value)
  24.     _G.Dis = value
  25. end)
  26.  
  27. _G.Esp = true
  28. esp:Toggle("Esp",true,function(value)
  29.     _G.Esp = value
  30. end)
  31.  
  32. _G.dropesp = false
  33. esp:Toggle("Drop Esp",false,function(value)
  34.     _G.dropesp = value
  35. end)
  36.  
  37. robbers:Button("Drop",function()
  38.     if workspace:FindFirstChild("Drop") then
  39.         teleport(game:GetService("Workspace").Drop.Root.Position)
  40.     end
  41. end)
  42.  
  43.  
  44. _G.speed = 24
  45. player:Slider("Speed",0,100,24,function(value)
  46.     _G.speed = value
  47. end)
  48.  
  49. _G.inf = false
  50. player:Toggle("Inf Jump",false,function(value)
  51.     _G.inf = value
  52. end)
  53.  
  54. misc:Button("Delete Doors & Lasers",function(value)
  55.             for i, v in workspace:GetDescendants() do
  56. if v.Name == "BarbedWire" or v.Name == "Door" and v:IsA("Part") or v:IsA("Part") and v:FindFirstChild("TouchInterest") and v.BrickColor == BrickColor.new("Dusty Rose") or v.Name == "Part" and v:FindFirstChild("TouchInterest") then
  57. v.CanTouch = false
  58. v.CanCollide = false
  59. v.Transparency = 1
  60. end
  61. if v.Name == "SlideDoor" or v.Name == "SwingDoor" or v.Name == "Doors" or v.Name == "BankDoor" then
  62. for i, f in v:GetDescendants() do
  63. if f:IsA("Part") or f:IsA("MeshPart") then
  64. f.CanCollide = false
  65. f.Transparency = 1
  66. end
  67. end
  68. end
  69. end
  70. end)
  71.  
  72. _G.Killed = true
  73. misc:Toggle("Killed NPC",true,function(value)
  74.     _G.Killed = value
  75. end)
  76.  
  77. _G.Hitbox = true
  78. misc:Toggle("Hitbox",true,function(value)
  79.     _G.Hitbox = value
  80. end)
  81.  
  82. _G.Ragdoll = false
  83. misc:Toggle("Anti Ragdoll",false,function(value)
  84.     _G.Ragdoll = value
  85. end)
  86.  
  87. _G.Cash = false
  88. misc:Toggle("Tp to Cash",false,function(value)
  89.     _G.Cash = value
  90. end)
  91.  
  92. _G.Car = false
  93. misc:Toggle("Car Speed",false,function(value)
  94.     _G.Car = value
  95. end)
  96.  
  97. _G.CarSpeed = 2
  98. misc:Slider("Speed",0,10,2,function(value)
  99.     _G.CarSpeed = value
  100. end)
  101.  
  102. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  103.  
  104. local players = game:GetService("Players")
  105. function teleport(pos)
  106.     local is = false
  107.     if game:GetService("Players").LocalPlayer.Character.HumanoidRootPart:FindFirstChild("Vel") then
  108.         game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Vel:Destroy()
  109.     end
  110.     local params = RaycastParams.new()
  111.     params.FilterType = Enum.RaycastFilterType.Include
  112.     params.FilterDescendantsInstances = {players.LocalPlayer.Character,game:GetService("Workspace").OilRig.ActiveRobberyRegion,game:GetService("Workspace").OilRig.GunRegions.Region}
  113.     local raycast = workspace:Raycast(players.LocalPlayer.Character.HumanoidRootPart.Position+Vector3.new(0,5,0),Vector3.new(0,1000,0),params)
  114.     if not raycast or raycast.Instance == "Region" then
  115.         if players.LocalPlayer.Character.Humanoid.Sit == false and (pos - players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude > 500 then
  116.             is = true
  117.             for i, v in game:GetService("Workspace").Vehicles:GetChildren() do
  118.                 if v.Name == "Camaro" and (v:FindFirstChild("Engine").Position - players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude < 500 then
  119.                     players.LocalPlayer.Character.HumanoidRootPart.CFrame += Vector3.new(0,3000,0)
  120.                     vel = Instance.new("BodyVelocity",game:GetService("Players").LocalPlayer.Character.HumanoidRootPart)
  121.                     vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  122.                     vel.Name = "Vel"
  123.                     vel.P = 0
  124.                     local d = (players.LocalPlayer.Character.HumanoidRootPart.Position - v:FindFirstChild("Engine").Position+Vector3.new(0,3000,0)).magnitude
  125.                     cood = v:FindFirstChild("Engine").Position+Vector3.new(0,3000,0)
  126.                     repeat
  127.                         wait()
  128.                         vel.Velocity = CFrame.lookAt(players.LocalPlayer.Character.HumanoidRootPart.Position,cood).LookVector * d / d * 50
  129.                     until (players.LocalPlayer.Character.HumanoidRootPart.Position - cood).magnitude < 5
  130.                     vel.Velocity = Vector3.new(0,0,0)
  131.                     wait(.5)
  132.                     players.LocalPlayer.Character.Humanoid.Sit = true
  133.                     vel:Destroy()
  134.                     players.LocalPlayer.Character.HumanoidRootPart.CFrame -= Vector3.new(0,3000,0)
  135.                     break
  136.                 end
  137.             end
  138.         end
  139.         if is then
  140.             task.wait(.5)
  141.             players.LocalPlayer.Character.Humanoid.Sit = false
  142.             local VirtualInputManager = game:GetService("VirtualInputManager")
  143.             VirtualInputManager:SendKeyEvent(true, Enum.KeyCode.E.Value, false, game)
  144.             task.wait(1)
  145.             VirtualInputManager:SendKeyEvent(false, Enum.KeyCode.E.Value, false, game)
  146.         end
  147.         if players.LocalPlayer.Character.Humanoid.Sit == false and (pos - players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude > 500 then return end
  148.         players.LocalPlayer.Character.HumanoidRootPart.CFrame += Vector3.new(0,3000,0)
  149.         vel = Instance.new("BodyVelocity",game:GetService("Players").LocalPlayer.Character.HumanoidRootPart)
  150.         vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  151.         vel.Name = "Vel"
  152.         vel.P = 0
  153.         local d = (players.LocalPlayer.Character.HumanoidRootPart.Position - pos+Vector3.new(0,3000,0)).magnitude
  154.         cood = pos+Vector3.new(0,3000,0)
  155.         repeat
  156.             wait()
  157.             if players.LocalPlayer.Character.Humanoid.Sit then
  158.                 vel.Velocity = CFrame.lookAt(players.LocalPlayer.Character.HumanoidRootPart.Position,cood).LookVector * d / d * 400
  159.             else
  160.                 vel.Velocity = CFrame.lookAt(players.LocalPlayer.Character.HumanoidRootPart.Position,cood).LookVector * d / d * 50
  161.             end
  162.         until (players.LocalPlayer.Character.HumanoidRootPart.Position - cood).magnitude < 5
  163.         vel.Velocity = Vector3.new(0,0,0)
  164.         wait(.5)
  165.         players.LocalPlayer.Character.Humanoid.Sit = true
  166.         vel:Destroy()
  167.         players.LocalPlayer.Character.HumanoidRootPart.CFrame -= Vector3.new(0,3000,0)
  168.     end
  169. end
  170.  
  171. teleportm:Button("Plane",function()
  172.     teleport(Vector3.new(-1292.0791015625, 41.271751403808594, 2852.651611328125))
  173. end)
  174.  
  175. teleportm:Button("Power Plant",function()
  176.     teleport(Vector3.new(54.766014099121094, 20.965660095214844, 2326.134765625))
  177. end)
  178.  
  179. teleportm:Button("Jeweler",function()
  180.     teleport(Vector3.new(149.5464630126953, 17.965538024902344, 1368.3978271484375))
  181. end)
  182.  
  183. teleportm:Button("Criminal Base",function()
  184.     teleport(Vector3.new(-295.552978515625, 17.965667724609375, 1602.01806640625))
  185. end)
  186.  
  187. teleportm:Button("City Bank",function()
  188.     teleport(Vector3.new(-8.082767486572266, 17.965639114379883, 857.6124267578125))
  189. end)
  190.  
  191. teleportm:Button("Museum",function()
  192.     teleport(Vector3.new(1123.495849609375, 139.15896606445312, 1293.735107421875))
  193. end)
  194.  
  195. teleportm:Button("1M Shop",function()
  196.     teleport(Vector3.new(551.2893676757812, 63.955833435058594, -1647.752197265625))
  197. end)
  198.  
  199. teleportm:Button("Volcano",function()
  200.     teleport(Vector3.new(2212.631591796875, 328.26995849609375, -2503.282958984375))
  201. end)
  202.  
  203. teleportm:Button("Casino",function()
  204.     teleport(Vector3.new(-69.00199890136719, 154.98049926757812, -4707.578125))
  205. end)
  206.  
  207. teleportm:Button("Create Bank",function()
  208.     teleport(Vector3.new(-749.2611694335938, 19.252309799194336, -5957.173828125))
  209. end)
  210.  
  211. teleportm:Button("OilRig",function()
  212.     teleport(Vector3.new(-2838.67578125, 134.25027465820312, -3973.582275390625))
  213. end)
  214.  
  215. local Camera = workspace.CurrentCamera
  216. local Players = game:GetService("Players")
  217. local RunService = game:GetService("RunService")
  218. local UserInputService = game:GetService("UserInputService")
  219. local TweenService = game:GetService("TweenService")
  220. local LocalPlayer = Players.LocalPlayer
  221. local Holding = false
  222.  
  223. _G.TeamCheck = true
  224. _G.AimPart = "HumanoidRootPart"
  225. _G.Sensitivity = 0
  226. local parts = {}
  227. local function GetClosestPlayer()
  228.     local Target = nil
  229.  
  230.     for _, v in next, Players:GetPlayers() do
  231.         if v.Name ~= LocalPlayer.Name then
  232.             if _G.TeamCheck == true then
  233.                 if v.Team ~= LocalPlayer.Team then
  234.                     if v.Character ~= nil then
  235.                         if v.Character:FindFirstChild("HumanoidRootPart") ~= nil then
  236.                             if v.Character:FindFirstChild("Humanoid") ~= nil and v.Character:FindFirstChild("Humanoid").WalkSpeed > 0 and v.Character:FindFirstChild("Humanoid").Health ~= 0 and LocalPlayer.Character.Humanoid.Sit == false then
  237.                                 local ScreenPoint = Camera:WorldToScreenPoint(v.Character:WaitForChild("HumanoidRootPart", math.huge).Position)
  238.                                 local VectorDistance = (Vector2.new(UserInputService:GetMouseLocation().X, UserInputService:GetMouseLocation().Y) - Vector2.new(ScreenPoint.X, ScreenPoint.Y)).Magnitude
  239.  
  240.                                 if VectorDistance < 100 and (v.Character:FindFirstChild("HumanoidRootPart").Position - LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= _G.Dis then
  241.                                     local raparam = RaycastParams.new()
  242.                                     raparam.FilterType = Enum.RaycastFilterType.Exclude
  243.                                     local inv = {}
  244.                                     for i, v in parts do
  245.                                         table.insert(inv,v["Part"])
  246.                                     end
  247.                                     raparam.FilterDescendantsInstances = {inv,game:GetService("Players").LocalPlayer.Character}
  248.                                     local raycast = workspace:Raycast(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,game:GetService("Players").LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame.LookVector * 100,raparam)
  249.                                     if raycast and raycast.Instance then
  250.                                         if not raycast.Instance:FindFirstChild("T") then
  251.                                             local b = raycast.Instance.Transparency
  252.                                             parts[raycast.Instance] = {["Transparency"] = b,["CanCollide"] = raycast.Instance.CanCollide,["Part"] = raycast.Instance}
  253.                                             local t = Instance.new("IntValue", raycast.Instance)
  254.                                             t.Name = "T"
  255.                                             raycast.Instance.CanCollide = false
  256.                                             raycast.Instance.Transparency = 1
  257.                                         end
  258.                                     end
  259.                                     TweenService:Create(Camera, TweenInfo.new(_G.Sensitivity, Enum.EasingStyle.Sine, Enum.EasingDirection.Out), {CFrame = CFrame.new(Camera.CFrame.Position, v.Character[_G.AimPart].Position)}):Play()
  260.                                 end
  261.                             end
  262.                         end
  263.                     end
  264.                 end
  265.             end
  266.         end
  267.     end
  268.  
  269.     return Target
  270. end
  271.  
  272. local value = 0
  273. UserInputService.InputBegan:Connect(function(key,event)
  274.     if event then return end
  275.     if key.UserInputType == Enum.UserInputType.MouseButton2 then
  276.         Holding = true
  277.     end
  278.     if key.KeyCode == Enum.KeyCode.W then
  279.         value = 1
  280.     end
  281.     if key.KeyCode == Enum.KeyCode.S then
  282.         value = -1
  283.     end
  284.     if key.UserInputType == Enum.UserInputType.Keyboard and key.KeyCode == Enum.KeyCode.Space and _G.inf then
  285.         Action(game:GetService'Players'.LocalPlayer.Character.Humanoid, function(self)
  286.             if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  287.                 Action(self.Parent.HumanoidRootPart, function(self)
  288.                     self.Velocity = Vector3.new(0, 50, 0);
  289.                 end)
  290.             end
  291.         end)
  292.     end
  293. end)
  294.  
  295. UserInputService.InputEnded:Connect(function(key,event)
  296.     if event then return end
  297.     if key.UserInputType == Enum.UserInputType.MouseButton2 then
  298.         Holding = false
  299.     end
  300.     if key.KeyCode == Enum.KeyCode.W then
  301.         value = 0
  302.     end
  303.     if key.KeyCode == Enum.KeyCode.S then
  304.         value = 0
  305.     end
  306. end)
  307.  
  308. RunService.RenderStepped:Connect(function()
  309.     if Holding == true and _G.aim then
  310.         pcall(function()
  311.             GetClosestPlayer()
  312.         end)    
  313.     elseif Holding == false and _G.aim then
  314.         for i, v in parts do
  315.             v["Part"].CanCollide = v["CanCollide"]
  316.             v["Part"].Transparency = v["Transparency"]
  317.             if v["Part"]:FindFirstChild("T") then
  318.                 v["Part"].T:Destroy()
  319.             end
  320.         end
  321.         parts = {}
  322.     end
  323.     pcall(function()
  324.         game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = _G.speed
  325.     end)
  326.     pcall(function()
  327.     for i,v in next,workspace.Vehicles:children() do
  328.         if v:FindFirstChild("Engine") and _G.Car then
  329.             local cf = v:GetPrimaryPartCFrame().lookVector
  330.             local fa = 1
  331.             if v.Name:lower():find("bike") then fa = .3 elseif v.Name:lower():find("bugg") then fa = .5 end
  332.             if not v:FindFirstChild("Engine"):FindFirstChild("NewForce") then
  333.                 local forse = Instance.new("BodyForce",v:FindFirstChild("Engine"))
  334.                 forse.Name = "NewForce"
  335.             else
  336.                 v:FindFirstChild("Engine"):FindFirstChild("NewForce").Force = Vector3.new(cf.X*300000 * _G.CarSpeed/10 * value * fa,0,cf.Z*300000 * _G.CarSpeed/10 * value * fa)
  337.             end
  338.         else
  339.             if v:FindFirstChild("Engine"):FindFirstChild("NewForce") then
  340.                 v:FindFirstChild("Engine"):FindFirstChild("NewForce"):Destroy()
  341.             end
  342.         end
  343.     end
  344.     end)
  345.     if _G.Ragdoll then
  346.         for i, v in game:GetService("Players").LocalPlayer.Character:GetChildren() do
  347.             if v:IsA("BallSocketConstraint") then
  348.                 vel = Instance.new("BodyVelocity",game:GetService("Players").LocalPlayer.Character.HumanoidRootPart)
  349.                 vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  350.                 vel.Name = "Vel"
  351.                 vel.P = 0
  352.                 vel.Velocity = Vector3.new(0,50,0)
  353.                 game:GetService("Debris"):AddItem(vel,1.5)
  354.                 break
  355.             end
  356.         end
  357.     end
  358. end)
  359.  
  360. while wait(1) do
  361.     pcall(function()
  362.         local tab = {}
  363.         for i,f in game:GetService("Workspace").MostWanted:GetChildren()[2].Background.MostWanted.Board:GetChildren() do
  364.             for i, v in game:GetService("Players"):GetChildren() do
  365.                 if f:IsA("Frame") and v.DisplayName == f.Stats.PlayerName.Text then
  366.                     if v.Character:FindFirstChild("BillboardGui") then
  367.                         v.Character.BillboardGui.Bounty.Text = f.Stats.Bounty.Text
  368.                         table.insert(tab,v.Name)
  369.                     end
  370.                 end
  371.             end
  372.         end
  373.  
  374.         for i, v in game:GetService("Players"):GetChildren() do
  375.             local is = false
  376.             for i, f in tab do
  377.                 if v.Name == f then
  378.                     is = true
  379.                     break
  380.                 end
  381.             end
  382.             if is == false then
  383.                 if v.Character:FindFirstChild("BillboardGui") then
  384.                     v.Character.BillboardGui.Bounty.Text = ""
  385.                 end
  386.             end
  387.         end
  388.     end)
  389.     for i, v in workspace:GetChildren() do
  390.         if _G.dropesp then
  391.             if v.Name == "Drop" then
  392.                 if not v:FindFirstChild("BillboardGui") then
  393.                     local bill = Instance.new("BillboardGui", v)
  394.                     bill.Adornee = v
  395.                     bill.Size = UDim2.new(0, 200,0, 50)
  396.                     bill.StudsOffset = Vector3.new(0,4,0)
  397.                     bill.AlwaysOnTop = true
  398.  
  399.                     local textlabel = Instance.new("TextLabel", bill)
  400.                     textlabel.Size = UDim2.new(1,0,1,0)
  401.                     textlabel.Position = UDim2.new(0,0,0,0)
  402.                     textlabel.Name = "TextLabelTitle"
  403.                     textlabel.Text = v.Name
  404.                     textlabel.BackgroundTransparency = 1
  405.                     textlabel.TextSize = 17
  406.                     textlabel.FontFace = Font.new("rbxasset://fonts/families/SourceSansPro.json", Enum.FontWeight.Bold, Enum.FontStyle.Normal)
  407.                     textlabel.TextColor3 = Color3.new(0.619608, 0.619608, 0.619608)
  408.                     local stroke = Instance.new("UIStroke", textlabel)
  409.                 end
  410.             end
  411.         elseif v.Name == "Drop" then
  412.             if v:FindFirstChild("BillboardGui") then
  413.                 v:FindFirstChild("BillboardGui"):Destroy()
  414.             end
  415.         end
  416.     end
  417.     if _G.Killed then
  418.         pcall(function()
  419.             if workspace:FindFirstChild("Drop") and workspace:FindFirstChild("Drop"):FindFirstChild("NPCs") then
  420.                 for i, f in game:GetService("Workspace").Drop.NPCs:GetChildren() do
  421.                     if (f.HumanoidRootPart.Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then
  422.                         f.Humanoid.Health = 0
  423.                     end
  424.                 end
  425.             end
  426.             if workspace.OilRig:GetChildren()[1] then
  427.                 for i, f in workspace.OilRig.GuardsFolder:GetChildren() do
  428.                     if (f.HumanoidRootPart.Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then
  429.                         f.Humanoid.Health = 0
  430.                     end
  431.                 end
  432.             end
  433.             if workspace.MansionRobbery.GuardsFolder:GetChildren()[1] then
  434.                 for i, f in workspace.MansionRobbery.GuardsFolder:GetChildren() do
  435.                     if (f.HumanoidRootPart.Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then
  436.                         f.Humanoid.Health = 0
  437.                     end
  438.                 end
  439.             end
  440.         end)
  441.     end
  442.     if _G.Cash then
  443.         pcall(function()
  444.             if game:GetService("Workspace").DroppedCash:GetChildren()[1] and not game:GetService("Workspace").DroppedCash:GetChildren()[1]:FindFirstChild("Yes") then
  445.                 teleport(game:GetService("Workspace").DroppedCash:GetChildren()[1].BoundingBox.Position)
  446.                 yes = Instance.new("IntValue",game:GetService("Workspace").DroppedCash:GetChildren()[1])
  447.                 yes.Name = "Yes"
  448.                 game:GetService("Debris"):AddItem(yes,15)
  449.             end
  450.         end)
  451.     end
  452.     for i, v in game:GetService("Players"):GetChildren() do
  453.         if v.Character and v.Name ~= game:GetService("Players").LocalPlayer.Name and v.Team ~= game:GetService("Players").LocalPlayer.Team and _G.Hitbox then
  454.             if v.Character:FindFirstChild("HumanoidRootPart") then
  455.                 v.Character:FindFirstChild("HumanoidRootPart").Transparency = .8
  456.                 v.Character:FindFirstChild("HumanoidRootPart").CanCollide = false
  457.                 v.Character:FindFirstChild("HumanoidRootPart").Size = Vector3.new(7,7,7)
  458.             end
  459.         elseif _G.Hitbox == false or v.Team == game:GetService("Players").LocalPlayer.Team then
  460.             if v.Character and v.Character:FindFirstChild("HumanoidRootPart") then
  461.                 v.Character:FindFirstChild("HumanoidRootPart").Transparency = 1
  462.                 v.Character:FindFirstChild("HumanoidRootPart").CanCollide = true
  463.                 v.Character:FindFirstChild("HumanoidRootPart").Size = Vector3.new(1.8, 2.1, 0.95)
  464.             end
  465.         end
  466.     end
  467. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement