Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- __ _ ____ __ __ __
- / /___ _(_) / /_ ________ ____ _/ /__/ / / /___ __ ___ __
- __ / / __ `/ / / __ \/ ___/ _ \/ __ `/ //_/ /_/ / __ `/ |/_/ |/_/
- / /_/ / /_/ / / / /_/ / / / __/ /_/ / ,< / __ / /_/ /> <_> <
- \____/\__,_/_/_/_.___/_/ \___/\__,_/_/|_/_/ /_/\__,_/_/|_/_/|_|
- A quality script created by Plexinomity
- --]]
- --[[ Main Table ]]--
- local JbHaxx = {}
- --[[ Prefixes ]]--
- JbHaxx.Prefixes = {}
- JbHaxx.Prefixes.PrefixNM = "/e jh "
- JbHaxx.Prefixes.PrefixSP = JbHaxx.Prefixes.PrefixNM .. "spawn:"
- JbHaxx.Prefixes.PrefixTP = JbHaxx.Prefixes.PrefixNM .. "tp:"
- --[[ ROBLOX Services ]]--
- JbHaxx.Services = {}
- JbHaxx.Services.Players = game:GetService("Players")
- JbHaxx.Services.LocalPlayer = JbHaxx.Services.Players.LocalPlayer
- JbHaxx.Services.UIS = game:GetService("UserInputService")
- JbHaxx.Services.RunService = game:GetService("RunService")
- JbHaxx.Services.Workspace = game:GetService("Workspace")
- JbHaxx.Services.SGui = game:GetService("StarterGui")
- --[[ CFrames ]]--
- JbHaxx.CFrames = {}
- JbHaxx.CFrames.Places = {}
- JbHaxx.CFrames.Places.Bank = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
- JbHaxx.CFrames.Places.Jewelry = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
- JbHaxx.CFrames.Places.Prison = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0)
- JbHaxx.CFrames.Places.GasStation = CFrame.new(-1548.20093, 17.7475166, 701.546997) + Vector3.new(1,0,0)
- JbHaxx.CFrames.Places.DonutShop = CFrame.new(267.315552, 17.6180038, -1796.33093) + Vector3.new(1,0,0)
- JbHaxx.CFrames.Places.PoliceBases = {}
- JbHaxx.CFrames.Places.PoliceBases.Prison = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
- JbHaxx.CFrames.Places.PoliceBases.City = CFrame.new(736.232239, 38.1125107, 1130.04456) + Vector3.new(1,0,0)
- JbHaxx.CFrames.Places.CriminalBases = {}
- JbHaxx.CFrames.Places.CriminalBases.City = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
- JbHaxx.CFrames.Places.CriminalBases.Volcano = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0)
- JbHaxx.CFrames.Cars = {}
- JbHaxx.CFrames.Cars.Lamborghini = CFrame.new(144.794067, 17.6189003, 768.572693) + Vector3.new(1,0,0)
- JbHaxx.CFrames.Cars.Buggati = CFrame.new(245.938766, 17.6064777, 1372.15076) + Vector3.new(1,0,0)
- JbHaxx.CFrames.Cars.DuneBuggy = CFrame.new(571.526733, 16.66436, -470.50943) + Vector3.new(1,0,0)
- JbHaxx.CFrames.Cars.PickupTruck = CFrame.new(-1541.10388, 17.746624, 729) + Vector3.new(1,0,0)
- JbHaxx.CFrames.Cars.DirtBike = CFrame.new(1313.71118, 17.3656254, 370.085327) + Vector3.new(1,0,0)
- JbHaxx.CFrames.Cars.Porsche = CFrame.new(1112.11475, 101.16069, 1290.57654) + Vector3.new(1,0,0)
- JbHaxx.CFrames.Cars.Camaro = CFrame.new(-956.153564, 19.8500576, -1451.23572) + Vector3.new(1,0,0)
- JbHaxx.CFrames.Cars.MiniCooper = CFrame.new(767.823242, 17.3656254, -1216.83643) + Vector3.new(1,0,0)
- JbHaxx.CFrames.Cars.Tesla = CFrame.new(-111.571999, 17.6169529, 541.515747) + Vector3.new(1,0,0)
- --[[ Functions ]]--
- JbHaxx.Functions = {}
- JbHaxx.Functions.TP = function(CFRAME)
- for i = 1,30 do
- JbHaxx.Services.LocalPlayer.Character.HumanoidRootPart.CFrame = CFRAME
- end
- end
- JbHaxx.Functions.SpawnItem = function(ItemLocation, ItemName)
- local part = Instance.new("Part")
- part.Anchored = true
- part.CanCollide = false
- part.CFrame = JbHaxx.Services.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0, 0, -3)
- part.Parent = JbHaxx.Services.Workspace
- for _,i in pairs(JbHaxx.Services.Workspace["Givers"]:GetChildren()) do
- if i.Name == ItemLocation then
- for _,v in pairs(i:GetChildren()) do
- if v:IsA("StringValue") then
- if v.Value == ItemName then
- i.CFrame = CFrame.new(JbHaxx.Services.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0, 0, -3))
- end
- end
- end
- end
- end
- end
- JbHaxx.Functions.Notification = function(msg)
- JbHaxx.Services.SGui:SetCore("SendNotification", {
- Title = "JailbreakHaxx";
- Text = msg;
- Duration = 8;
- })
- end
- --[[ Game Check ]]--
- if game.PlaceId ~= 606849621 then
- JbHaxx.Functions.Notification("This game is not Jailbreak!")
- return
- end
- --[[ Loading... ]]--
- JbHaxx.Functions.Notification("JailbreakHaxx is loading...")
- --[[ Main ]]--
- JbHaxx.Services.LocalPlayer.Chatted:Connect(function(cmd)
- end)
- --[[ Loaded! ]]--
- JbHaxx.Functions.Notification("JailbreakHaxx has successfully loaded!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement