Advertisement
Guest User

County jail rp

a guest
Apr 10th, 2022
5,200
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.84 KB | None | 0 1
  1. local colors = {
  2. SchemeColor = Color3.fromRGB(105,105,105),
  3. Background = Color3.fromRGB(0, 0, 0),
  4. Header = Color3.fromRGB(0, 0, 0),
  5. TextColor = Color3.fromRGB(0,255,0),
  6. ElementColor = Color3.fromRGB(20, 20, 20)
  7. }
  8.  
  9. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  10. local Window = Library.CreateLib("County jail roleplay", colors)
  11.  
  12. --MAIN
  13. local Main = Window:NewTab("Main")
  14. local MainSection = Main:NewSection("Main")
  15.  
  16.  
  17. MainSection:NewToggle("Auto sprint", "Makes you auto sprint", function(v)
  18. if v then
  19. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
  20. else
  21. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  22. end
  23. end)
  24.  
  25. MainSection:NewToggle("Shift lock", "Makes it so you can use shift lock", function(v)
  26. if v then
  27. game.Players.LocalPlayer.DevEnableMouseLock = true
  28. else
  29. game.Players.LocalPlayer.DevEnableMouseLock = false
  30. end
  31. end)
  32.  
  33. MainSection:NewButton("Esp", "See players through walls", function()
  34. function addEsp(player, part)
  35.  
  36. local esp = Instance.new("BillboardGui", part)
  37. esp.Name = "ESP"
  38. esp.AlwaysOnTop = true
  39. esp.Size = UDim2.new(1,0,1,0)
  40.  
  41. local espframe = Instance.new("Frame", esp)
  42. espframe.BackgroundColor = player.TeamColor
  43. espframe.Size = UDim2.new(1,0,1,0)
  44. espframe.BackgroundColor = player.TeamColor
  45.  
  46. local namesp = Instance.new("BillboardGui", part)
  47. namesp.Name = "NAME"
  48. namesp.AlwaysOnTop = true
  49. namesp.Size = UDim2.new(1,0,1,0)
  50. namesp.SizeOffset = Vector2.new(-0.5, 2.5)
  51.  
  52. local name = Instance.new("TextLabel", namesp)
  53. name.Text = player.Name
  54. name.Size = UDim2.new(2, 0,1, 0)
  55. name.TextColor3 = Color3.new(0, 0, 0)
  56. name.TextScaled = true
  57. name.BackgroundTransparency = 1
  58. end
  59.  
  60. while wait(0.1) do
  61. for _, player in pairs(game:GetService("Players"):GetChildren()) do
  62. if (player.Character and player.Character:FindFirstChild("HumanoidRootPart")) then
  63. if (game.Players.LocalPlayer ~= player) then
  64. if not (player.Character.HumanoidRootPart:FindFirstChild("ESP") and player.Character.HumanoidRootPart:FindFirstChild("NAME")) then
  65. addEsp(player, player.Character.HumanoidRootPart)
  66. else
  67. player.Character.HumanoidRootPart:FindFirstChild("ESP"):Destroy()
  68. player.Character.HumanoidRootPart:FindFirstChild("NAME"):Destroy()
  69. addEsp(player, player.Character.HumanoidRootPart)
  70. end
  71. end
  72. end
  73. end
  74. end
  75. end)
  76.  
  77. MainSection:NewButton("No doors", "Makes it so there are no doors", function()
  78. for i, v in pairs(game.Workspace.Map.MapRandom:GetChildren()) do
  79. if v.Name == "MetalDoor" then
  80. v:Destroy()
  81. end
  82. end
  83. for i, v in pairs(game.Workspace.SC:GetChildren()) do
  84. if v.Name == "MetalDoor" then
  85. v:Destroy()
  86. end
  87. end
  88. for i, v in pairs(game.Workspace.SC:GetChildren()) do
  89. if v.Name == "SolitaryDoor" then
  90. v:Destroy()
  91. end
  92. end
  93. for i, v in pairs(game.Workspace.Map.MapRandom:GetChildren()) do
  94. if v.Name == "Model" then
  95. if v:FindFirstChild("Door") then
  96. v:FindFirstChild("Door"):Destroy()
  97. end
  98. end
  99. end
  100. end)
  101.  
  102. --PLAYER
  103. local Player = Window:NewTab("Player")
  104. local PlayerSection = Player:NewSection("Player")
  105.  
  106. PlayerSection:NewSlider("Speed", "Sets your speed", 250, 16, function(v)
  107. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = v
  108. end)
  109.  
  110. PlayerSection:NewSlider("Jump Power", "Sets your jump power", 250, 50, function(v)
  111. game.Players.LocalPlayer.Character.Humanoid.JumpPower = v
  112. end)
  113.  
  114. PlayerSection:NewSlider("Gravity", "Sets gravity", 196.2, 0, function(v)
  115. game.Workspace.Gravity = v
  116. end)
  117.  
  118. --TELEPORTS
  119. local Teleport = Window:NewTab("Teleport")
  120. local TeleportSection = Teleport:NewSection("Teleport")
  121.  
  122. TeleportSection:NewLabel("Warning: HIGH CHANGE OF BEING KICKED")
  123.  
  124. TeleportSection:NewButton("Criminal hideout", "Tp to crim hideout", function()
  125. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(336.363007, -6.59994698, -1382.54431, 0.468962431, -9.15751528e-08, 0.88321811, 1.2847738e-08, 1, 9.686174e-08, -0.88321811, -3.40771642e-08, 0.468962431)
  126. end)
  127.  
  128. TeleportSection:NewButton("Top of prison", "Tp to top of prison ", function()
  129. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-327.103882, 81.2895355, -1114.79846, -0.590741754, 4.8605111e-09, 0.806860685, 2.43108325e-08, 1, 1.17751595e-08, -0.806860685, 2.65715343e-08, -0.590741754)
  130. end)
  131.  
  132. TeleportSection:NewButton("Armory", "Tp to Armory", function()
  133. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-215.915161, 55.0895348, -983.178955, 0.0521132909, -7.76059963e-08, -0.998641193, -2.87163484e-08, 1, -7.92101318e-08, 0.998641193, 3.28052288e-08, 0.0521132909)
  134. end)
  135.  
  136. TeleportSection:NewButton("Offices", "Tp to offices area", function()
  137. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-269.652222, 55.0895386, -952.108337, 0.999963284, 1.13975114e-08, 0.00857230928, -1.15492522e-08, 1, 1.76517663e-08, -0.00857230928, -1.77501214e-08, 0.999963284)
  138. end)
  139.  
  140. TeleportSection:NewButton("Medical", "Tp to medical area", function()
  141. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-297.329681, 55.0895386, -1014.39978, 0.998639762, 2.04547757e-08, 0.0521407872, -1.67535887e-08, 1, -7.14215744e-08, -0.0521407872, 7.04508736e-08, 0.998639762)
  142. end)
  143.  
  144. TeleportSection:NewButton("Laundry", "Tp to crim hideout", function()
  145. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-424.623657, 55.0808563, -1012.55042, -0.998125553, -2.1626704e-08, 0.0611992255, -2.23590852e-08, 1, -1.12823564e-08, -0.0611992255, -1.26295667e-08, -0.998125553)
  146. end)
  147.  
  148. TeleportSection:NewButton("Jail entrance", "tps you to location", function()
  149. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-139.473831, 55.1145477, -1066.82349, -0.719369531, 4.04523526e-08, 0.694627583, 7.07211072e-08, 1, 1.50040904e-08, -0.694627583, 5.99183139e-08, -0.719369531)
  150. end)
  151.  
  152. TeleportSection:NewButton("Jail Gate", "tps you to location", function()
  153. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-122.31691, 55.0145493, -1232.04919, -0.999961615, 9.77470762e-08, 0.00876001641, 9.75165904e-08, 1, -2.6738503e-08, -0.00876001641, -2.58832298e-08, -0.999961615)
  154. end)
  155.  
  156. TeleportSection:NewButton("Booking", "tps you to location", function()
  157. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-219.313156, 55.0895386, -1027.4458, 0.000506559387, 3.77556901e-08, 0.999999881, 2.23951115e-08, 1, -3.77670411e-08, -0.999999881, 2.24142394e-08, 0.000506559387)
  158. end)
  159.  
  160. TeleportSection:NewButton("Minimun Security", "tps you to location", function()
  161. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-314.247864, 55.0895386, -1104.33948, -0.999848962, -1.18562449e-08, -0.0173813291, -1.18413483e-08, 1, -9.59943236e-10, 0.0173813291, -7.53979823e-10, -0.999848962)
  162. end)
  163.  
  164. TeleportSection:NewButton("Medium Security", "tps you to location", function()
  165. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-477.212677, 55.0895386, -1101.60815, -0.999966383, 3.47456783e-08, -0.00819647498, 3.47585001e-08, 1, -1.4214987e-09, 0.00819647498, -1.70634817e-09, -0.999966383)
  166. end)
  167.  
  168. TeleportSection:NewButton("Maximum Security", "tps you to location", function()
  169. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-277.586243, 26.1895714, -1018.50568, 0.999388874, -1.95616359e-08, -0.0349553935, 2.37195739e-08, 1, 1.18535141e-07, 0.0349553935, -1.19291826e-07, 0.999388874)
  170. end)
  171.  
  172. TeleportSection:NewButton("Sherifs office", "tps you to location", function()
  173. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-660.968445, -6.48399353, -1837.78394, 0.964358926, 1.80992471e-10, -0.264597595, 3.21332544e-10, 1, 1.85516569e-09, 0.264597595, -1.87406934e-09, 0.964358926)
  174. end)
  175.  
  176.  
  177. local Items = Window:NewTab("Items")
  178. local ItemsSection = Items:NewSection("Items")
  179.  
  180. ItemsSection:NewLabel("Warning: Dont do these to fast or you get kicked")
  181.  
  182. ItemsSection:NewDropdown("Armory guns", "Gives you a gun from amory", {"MP5", "M4A1", "G36C", "R870"}, function(gunoption)
  183. local currentpos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  184. for i, v in pairs(game:GetService("Workspace").Map:GetChildren()) do
  185. if v:IsA("Folder") then
  186. if v.Name == "Model" then
  187. local mod = v
  188. if mod:FindFirstChild("Gun Locker") then
  189. local locker = mod:FindFirstChild("Gun Locker")
  190. if locker:FindFirstChild("Model") then
  191. local mod2 = locker:FindFirstChild("Model")
  192. if mod2:FindFirstChild("Weapons") then
  193. local guns = mod2:FindFirstChild("Weapons")
  194. if guns:FindFirstChild(gunoption) then
  195. local gunmodel = guns:FindFirstChild(gunoption)
  196. local clickgun = gunmodel:FindFirstChild("ClickDetector")
  197. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-218.068634, 55.0895386, -983.327454, -0.0173887406, 1.83069844e-08, -0.999848783, 4.28920117e-08, 1, 1.75638011e-08, 0.999848783, -4.25801154e-08, -0.0173887406)
  198. wait(.3)
  199. fireclickdetector(clickgun)
  200. wait(.3)
  201. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = currentpos
  202. end
  203. end
  204. end
  205. end
  206. end
  207. end
  208. end
  209. end)
  210.  
  211. ItemsSection:NewButton("Glock 17", "Gives you a Glock 17", function()
  212. local currentpos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  213.  
  214. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-212.886551, 55.0895386, -977.853821, -0.522397339, 1.88075084e-08, -0.8527022, -3.65331729e-08, 1, 4.44379538e-08, 0.8527022, 5.43661862e-08, -0.522397339)
  215. wait(.3)
  216. fireclickdetector(game:GetService("Workspace").Map.MapRandom["Glock 17"].ClickDetector)
  217. wait(.3)
  218. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = currentpos
  219. end)
  220.  
  221. ItemsSection:NewButton("Keycard (Max Sec keycard)", "Gives you a Keycard", function()
  222. local currentpos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  223.  
  224. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-272.473694, 26.1895714, -1021.36755, 0.956415832, -2.53464894e-08, -0.292008072, -2.75597989e-10, 1, -8.7703306e-08, 0.292008072, 8.39613108e-08, 0.956415832)
  225. wait(.2)
  226. fireproximityprompt(game:GetService("Workspace").Keycard.Handle.Attachment.ProximityPrompt)
  227. wait(.2)
  228. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = currentpos
  229. end)
  230.  
  231. --Settings
  232. local Settings = Window:NewTab("Settings")
  233. local SettingsSection = Settings:NewSection("Settings")
  234.  
  235. SettingsSection:NewKeybind("Toggle UI", "Toggles ui", Enum.KeyCode.F, function()
  236. Library:ToggleUI()
  237. end)
  238.  
  239.  
  240. --Credits
  241. local Credits = Window:NewTab("Credits")
  242. local CreditsSection = Credits:NewSection("Credits")
  243.  
  244. CreditsSection:NewLabel("Creator: NightHubGames")
  245.  
  246. CreditsSection:NewButton("Discord Invite", "Copies discord invite to your clipbaord", function()
  247. setclipboard("https://discord.gg/rXT7cVb2")
  248. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement