CaptinLeet

Untitled

Jun 12th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.38 KB | None | 0 0
  1. -- Objects
  2.  
  3. local JailFuckUI = Instance.new("ScreenGui")
  4. local OpenGui = Instance.new("TextButton")
  5. local Gui = Instance.new("Frame")
  6. local Main = Instance.new("Frame")
  7. local Title = Instance.new("Frame")
  8. local TitleText = Instance.new("TextLabel")
  9. local CloseSide = Instance.new("TextButton")
  10. local Close = Instance.new("TextButton")
  11. local OpenSide = Instance.new("TextButton")
  12. local Home = Instance.new("Frame")
  13. local TitleHome = Instance.new("TextLabel")
  14. local TextLabel = Instance.new("TextLabel")
  15. local MainScripts = Instance.new("Frame")
  16. local VehicleSpeed = Instance.new("TextButton")
  17. local InfNitro = Instance.new("TextButton")
  18. local UnlockDoors = Instance.new("TextButton")
  19. local Notice = Instance.new("TextLabel")
  20. local Btools = Instance.new("TextButton")
  21. local AutoArrest = Instance.new("TextButton")
  22. local noclip = Instance.new("TextButton")
  23. local Side = Instance.new("Frame")
  24. local HomeOpen = Instance.new("TextButton")
  25. local MainOpen = Instance.new("TextButton")
  26.  
  27. -- Properties
  28.  
  29. JailFuckUI.Name = "JailFuck UI"
  30. JailFuckUI.Parent = game.Players.LocalPlayer.PlayerGui
  31.  
  32.  
  33. OpenGui.Name = "OpenGui"
  34. OpenGui.Parent = JailFuckUI
  35. OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
  36. OpenGui.Position = UDim2.new(0, 0, 0.645569623, 0)
  37. OpenGui.Size = UDim2.new(0, 74, 0, 61)
  38. OpenGui.Font = Enum.Font.SourceSans
  39. OpenGui.Text = "Open"
  40. OpenGui.TextColor3 = Color3.new(0, 0, 0)
  41. OpenGui.TextScaled = true
  42. OpenGui.TextSize = 14
  43. OpenGui.TextWrapped = true
  44.  
  45. Gui.Name = "Gui"
  46. Gui.Parent = JailFuckUI
  47. Gui.Active = true
  48. Gui.BackgroundColor3 = Color3.new(1, 1, 1)
  49. Gui.BackgroundTransparency = 1
  50. Gui.ClipsDescendants = true
  51. Gui.Position = UDim2.new(0.128542513, 0, 0.137432188, 0)
  52. Gui.Size = UDim2.new(0, 638, 0, 371)
  53. Gui.Visible = false
  54. Gui.Draggable = true
  55.  
  56. Main.Name = "Main"
  57. Main.Parent = Gui
  58. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  59. Main.Position = UDim2.new(0.150077492, 0, -6.82473183e-05, 0)
  60. Main.Size = UDim2.new(0, 542, 0, 371)
  61. Main.Visible = true
  62.  
  63. Title.Name = "Title"
  64. Title.Parent = Main
  65. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  66. Title.Size = UDim2.new(0, 542, 0, 27)
  67.  
  68. TitleText.Name = "TitleText"
  69. TitleText.Parent = Title
  70. TitleText.BackgroundColor3 = Color3.new(1, 1, 1)
  71. TitleText.Size = UDim2.new(0, 542, 0, 27)
  72. TitleText.Font = Enum.Font.SourceSans
  73. TitleText.Text = "JailFuck"
  74. TitleText.TextColor3 = Color3.new(0, 0, 0)
  75. TitleText.TextScaled = true
  76. TitleText.TextSize = 14
  77. TitleText.TextWrapped = true
  78.  
  79. CloseSide.Name = "CloseSide"
  80. CloseSide.Parent = Title
  81. CloseSide.BackgroundColor3 = Color3.new(1, 1, 1)
  82. CloseSide.BackgroundTransparency = 1
  83. CloseSide.Size = UDim2.new(0, 41, 0, 27)
  84. CloseSide.Visible = false
  85. CloseSide.Font = Enum.Font.SourceSans
  86. CloseSide.Text = "<"
  87. CloseSide.TextColor3 = Color3.new(0, 0, 0)
  88. CloseSide.TextScaled = true
  89. CloseSide.TextSize = 14
  90. CloseSide.TextWrapped = true
  91.  
  92. Close.Name = "Close"
  93. Close.Parent = Title
  94. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  95. Close.BackgroundTransparency = 1
  96. Close.Position = UDim2.new(0.929889321, 0, 0, 0)
  97. Close.Size = UDim2.new(0, 38, 0, 27)
  98. Close.Font = Enum.Font.SourceSans
  99. Close.Text = "-"
  100. Close.TextColor3 = Color3.new(0, 0, 0)
  101. Close.TextScaled = true
  102. Close.TextSize = 14
  103. Close.TextWrapped = true
  104.  
  105. OpenSide.Name = "OpenSide"
  106. OpenSide.Parent = Title
  107. OpenSide.BackgroundColor3 = Color3.new(1, 1, 1)
  108. OpenSide.BackgroundTransparency = 1
  109. OpenSide.Size = UDim2.new(0, 41, 0, 27)
  110. OpenSide.Font = Enum.Font.SourceSans
  111. OpenSide.Text = ">"
  112. OpenSide.TextColor3 = Color3.new(0, 0, 0)
  113. OpenSide.TextScaled = true
  114. OpenSide.TextSize = 14
  115. OpenSide.TextWrapped = true
  116.  
  117. Home.Name = "Home"
  118. Home.Parent = Main
  119. Home.BackgroundColor3 = Color3.new(1, 1, 1)
  120. Home.BackgroundTransparency = 1
  121. Home.Position = UDim2.new(0, 0, 0.0727762803, 0)
  122. Home.Size = UDim2.new(0, 542, 0, 344)
  123.  
  124. TitleHome.Name = "TitleHome"
  125. TitleHome.Parent = Home
  126. TitleHome.BackgroundColor3 = Color3.new(1, 1, 1)
  127. TitleHome.BackgroundTransparency = 1
  128. TitleHome.Position = UDim2.new(-0.0202952027, 0, -0.0552325547, 0)
  129. TitleHome.Size = UDim2.new(0, 564, 0, 291)
  130. TitleHome.Font = Enum.Font.SourceSans
  131. TitleHome.Text = "JailFuck"
  132. TitleHome.TextColor3 = Color3.new(0, 0, 0)
  133. TitleHome.TextScaled = true
  134. TitleHome.TextSize = 14
  135. TitleHome.TextWrapped = true
  136.  
  137. TextLabel.Parent = TitleHome
  138. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  139. TextLabel.BackgroundTransparency = 1
  140. TextLabel.Position = UDim2.new(0.322695047, 0, 0.62075603, 0)
  141. TextLabel.Size = UDim2.new(0, 200, 0, 22)
  142. TextLabel.Font = Enum.Font.SourceSans
  143. TextLabel.Text = "created by ecks dee#8753"
  144. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  145. TextLabel.TextSize = 14
  146.  
  147. MainScripts.Name = "MainScripts"
  148. MainScripts.Parent = Main
  149. MainScripts.BackgroundColor3 = Color3.new(1, 1, 1)
  150. MainScripts.BackgroundTransparency = 1
  151. MainScripts.Size = UDim2.new(0, 542, 0, 371)
  152. MainScripts.Visible = false
  153.  
  154. VehicleSpeed.Name = "VehicleSpeed"
  155. VehicleSpeed.Parent = MainScripts
  156. VehicleSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  157. VehicleSpeed.Position = UDim2.new(0.0313653164, 0, 0.134770885, 0)
  158. VehicleSpeed.Size = UDim2.new(0, 166, 0, 50)
  159. VehicleSpeed.Font = Enum.Font.SourceSans
  160. VehicleSpeed.Text = "Vehicle Speed"
  161. VehicleSpeed.TextColor3 = Color3.new(0, 0, 0)
  162. VehicleSpeed.TextScaled = true
  163. VehicleSpeed.TextSize = 14
  164. VehicleSpeed.TextWrapped = true
  165.  
  166. InfNitro.Name = "InfNitro"
  167. InfNitro.Parent = MainScripts
  168. InfNitro.BackgroundColor3 = Color3.new(1, 1, 1)
  169. InfNitro.Position = UDim2.new(0.664206624, 0, 0.134770885, 0)
  170. InfNitro.Size = UDim2.new(0, 166, 0, 50)
  171. InfNitro.Font = Enum.Font.SourceSans
  172. InfNitro.Text = "Inf Nitro"
  173. InfNitro.TextColor3 = Color3.new(0, 0, 0)
  174. InfNitro.TextScaled = true
  175. InfNitro.TextSize = 14
  176. InfNitro.TextWrapped = true
  177.  
  178. UnlockDoors.Name = "UnlockDoors"
  179. UnlockDoors.Parent = MainScripts
  180. UnlockDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  181. UnlockDoors.Position = UDim2.new(0.346863449, 0, 0.134770885, 0)
  182. UnlockDoors.Size = UDim2.new(0, 166, 0, 50)
  183. UnlockDoors.Font = Enum.Font.SourceSans
  184. UnlockDoors.Text = "Unlock Doors"
  185. UnlockDoors.TextColor3 = Color3.new(0, 0, 0)
  186. UnlockDoors.TextScaled = true
  187. UnlockDoors.TextSize = 14
  188. UnlockDoors.TextWrapped = true
  189.  
  190. Notice.Name = "Notice"
  191. Notice.Parent = MainScripts
  192. Notice.BackgroundColor3 = Color3.new(1, 1, 1)
  193. Notice.BackgroundTransparency = 1
  194. Notice.Position = UDim2.new(0.0442804433, 0, 0.447439343, 0)
  195. Notice.Size = UDim2.new(0, 494, 0, 92)
  196. Notice.Font = Enum.Font.SourceSans
  197. Notice.Text = "More Scripts coming soon"
  198. Notice.TextColor3 = Color3.new(0, 0, 0)
  199. Notice.TextScaled = true
  200. Notice.TextSize = 14
  201. Notice.TextWrapped = true
  202.  
  203. Btools.Name = "Btools"
  204. Btools.Parent = MainScripts
  205. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  206. Btools.Position = UDim2.new(0.0313653052, 0, 0.312668443, 0)
  207. Btools.Size = UDim2.new(0, 166, 0, 50)
  208. Btools.Font = Enum.Font.SourceSans
  209. Btools.Text = "Btools"
  210. Btools.TextColor3 = Color3.new(0, 0, 0)
  211. Btools.TextScaled = true
  212. Btools.TextSize = 14
  213. Btools.TextWrapped = true
  214.  
  215. AutoArrest.Name = "AutoArrest"
  216. AutoArrest.Parent = MainScripts
  217. AutoArrest.BackgroundColor3 = Color3.new(1, 1, 1)
  218. AutoArrest.Position = UDim2.new(0.346863449, 0, 0.312668443, 0)
  219. AutoArrest.Size = UDim2.new(0, 166, 0, 50)
  220. AutoArrest.Font = Enum.Font.SourceSans
  221. AutoArrest.Text = "Auto Arrest"
  222. AutoArrest.TextColor3 = Color3.new(0, 0, 0)
  223. AutoArrest.TextScaled = true
  224. AutoArrest.TextSize = 14
  225. AutoArrest.TextWrapped = true
  226.  
  227. noclip.Name = "noclip"
  228. noclip.Parent = MainScripts
  229. noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  230. noclip.Position = UDim2.new(0.664206624, 0, 0.312668443, 0)
  231. noclip.Size = UDim2.new(0, 166, 0, 50)
  232. noclip.Font = Enum.Font.SourceSans
  233. noclip.Text = "Noclip (b)"
  234. noclip.TextColor3 = Color3.new(0, 0, 0)
  235. noclip.TextScaled = true
  236. noclip.TextSize = 14
  237. noclip.TextWrapped = true
  238.  
  239. Side.Name = "Side"
  240. Side.Parent = Gui
  241. Side.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  242. Side.Position = UDim2.new(0.000422954559, 0, -6.82473183e-05, 0)
  243. Side.Size = UDim2.new(0, 96, 0, 371)
  244. Side.Visible = false
  245.  
  246. HomeOpen.Name = "HomeOpen"
  247. HomeOpen.Parent = Side
  248. HomeOpen.BackgroundColor3 = Color3.new(1, 1, 1)
  249. HomeOpen.Position = UDim2.new(0.0520833321, 0, 0.0727762803, 0)
  250. HomeOpen.Size = UDim2.new(0, 85, 0, 32)
  251. HomeOpen.Font = Enum.Font.SourceSans
  252. HomeOpen.Text = "Home"
  253. HomeOpen.TextColor3 = Color3.new(0, 0, 0)
  254. HomeOpen.TextScaled = true
  255. HomeOpen.TextSize = 14
  256. HomeOpen.TextWrapped = true
  257.  
  258. MainOpen.Name = "MainOpen"
  259. MainOpen.Parent = Side
  260. MainOpen.BackgroundColor3 = Color3.new(1, 1, 1)
  261. MainOpen.Position = UDim2.new(0.0520833321, 0, 0.18328841, 0)
  262. MainOpen.Size = UDim2.new(0, 85, 0, 32)
  263. MainOpen.Font = Enum.Font.SourceSans
  264. MainOpen.Text = "Main"
  265. MainOpen.TextColor3 = Color3.new(0, 0, 0)
  266. MainOpen.TextScaled = true
  267. MainOpen.TextSize = 14
  268. MainOpen.TextWrapped = true
  269. ------scripties
  270. OpenGui.MouseButton1Down:connect(function()
  271. Gui.Visible = true
  272. OpenGui.Visible = false
  273. end)
  274.  
  275. Close.MouseButton1Down:connect(function()
  276. Gui.Visible = false
  277. OpenGui.Visible = true
  278. end)
  279.  
  280. HomeOpen.MouseButton1Down:connect(function()
  281. Home.Visible = true
  282. MainScripts.Visible = false
  283. end)
  284.  
  285. OpenSide.MouseButton1Down:connect(function()
  286. Side.Visible = true
  287. OpenSide.Visible = false
  288. CloseSide.Visible = true
  289. end)
  290.  
  291. CloseSide.MouseButton1Down:connect(function()
  292. Side.Visible = false
  293. OpenSide.Visible = true
  294. CloseSide.Visible = false
  295. end)
  296.  
  297. InfNitro.MouseButton1Down:connect(function()
  298. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Nitro:Destroy()
  299. end)
  300.  
  301. VehicleSpeed.MouseButton1Down:connect(function()
  302. dir = 0
  303. gs = game.GetService
  304. gs(game,"RunService").RenderStepped:connect(function()
  305. for i,v in next,workspace.Vehicles:children() do
  306. if v.Name ~= "Heli" then
  307. if v:FindFirstChild("Engine") then
  308. local bf,cf = v.Engine:FindFirstChild("NewForce"),v:GetPrimaryPartCFrame().lookVector
  309. if not bf then
  310. bf = v.Engine:FindFirstChild("BodyForce") or v.Engine:FindFirstChild("VectorForce")
  311. if bf then
  312. bf = bf:Clone()
  313. bf.Parent = v.Engine
  314. bf.Name = "NewForce"
  315. end
  316. end
  317. if bf then
  318. local fa = 1
  319. if v.Name:lower():find("bike") then fa = .3 elseif v.Name:lower():find("bugg") then fa = .5 end
  320. if v.Seat.PlayerName.Value ~= game:GetService("Players").LocalPlayer.Name then fa = 0 end
  321. bf.Force = Vector3.new(cf.X*300000*dir*fa,0,cf.Z*300000*dir*fa)
  322. end
  323. end
  324. end
  325. end
  326. end)
  327. val = {
  328. {Enum.KeyCode.W,1};
  329. {Enum.KeyCode.S,-1};
  330. }
  331. uis = gs(game,"UserInputService")
  332. chk = function(k)
  333. for i,v in next,val do
  334. if v[1]==k.KeyCode then
  335. return v[2]
  336. end
  337. end
  338. end
  339. uis.InputBegan:connect(function(k)
  340. dir = chk(k) or dir
  341. end)
  342. uis.InputEnded:connect(function(k)
  343. if chk(k) == dir then
  344. dir = 0
  345. end
  346. end)
  347. end)
  348.  
  349. UnlockDoors.MouseButton1Down:connect(function()
  350. game:GetService("Players").LocalPlayer.TeamValue.Value = "Police"
  351. end)
  352.  
  353. MainOpen.MouseButton1Down:connect(function()
  354. Home.Visible = false
  355. MainScripts.Visible = true
  356. end)
  357.  
  358. noclip.MouseButton1Down:connect(function()
  359. local noclipplayer = game:GetService("Players").LocalPlayer
  360. local noclipmouse = noclipplayer:GetMouse()
  361.  
  362. local donoclip = false
  363. local noclip = false
  364.  
  365. function b_noclip(key)
  366. if (key == "b") then
  367. if noclip == false then
  368. donoclip = true
  369.  
  370. noclip = true
  371. elseif noclip == true then
  372. donoclip = false
  373.  
  374. noclip = false
  375. end
  376. end
  377. end
  378.  
  379. noclipmouse.KeyDown:connect(b_noclip)
  380.  
  381. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  382. if obj ~= workspace.Terrain then
  383. if donoclip == true then
  384. obj.CanCollide = false
  385. else
  386. obj.CanCollide = true
  387. end
  388. end
  389. end)
  390. end)
  391.  
  392. Btools.MouseButton1Down:connect(function()
  393. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  394. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  395. if child.ClassName == "Part" then
  396. child.Locked = false
  397. end
  398. if child.ClassName == "MeshPart" then
  399. child.Locked = false
  400. end
  401. if child.ClassName == "UnionOperation" then
  402. child.Locked = false
  403. end
  404. if child.ClassName == "Model" then
  405. for index, chil in pairs(child:GetChildren()) do
  406. if chil.ClassName == "Part" then
  407. chil.Locked = false
  408. end
  409. if chil.ClassName == "MeshPart" then
  410. chil.Locked = false
  411. end
  412. if chil.ClassName == "UnionOperation" then
  413. chil.Locked = false
  414. end
  415. if chil.ClassName == "Model" then
  416. for index, childe in pairs(chil:GetChildren()) do
  417. if childe.ClassName == "Part" then
  418. childe.Locked = false
  419. end
  420. if childe.ClassName == "MeshPart" then
  421. childe.Locked = false
  422. end
  423. if childe.ClassName == "UnionOperation" then
  424. childe.Locked = false
  425. end
  426. if childe.ClassName == "Model" then
  427. for index, childeo in pairs(childe:GetChildren()) do
  428. if childeo.ClassName == "Part" then
  429. childeo.Locked = false
  430. end
  431. if childeo.ClassName == "MeshPart" then
  432. childeo.Locked = false
  433. end
  434. if childeo.ClassName == "UnionOperation" then
  435. childeo.Locked = false
  436. end
  437. if childeo.ClassName == "Model" then
  438. end
  439. end
  440. end
  441. end
  442. end
  443. end
  444. end
  445. end
  446. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  447. c.BinType = Enum.BinType.Hammer
  448. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  449. c.BinType = Enum.BinType.Clone
  450. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  451. c.BinType = Enum.BinType.Grab
  452. end)
  453.  
  454. AutoArrest.MouseButton1Down:connect(function()
  455. local loc = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  456.  
  457. local list = game:GetService('Teams').Criminal:GetPlayers()
  458.  
  459. wait(0.5)
  460.  
  461. for i,v in pairs(list) do
  462.  
  463. repeat wait()
  464.  
  465. loc.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1) until v.Team.Name ~= 'Criminal'
  466. end
  467. end)
Add Comment
Please, Sign In to add comment