Advertisement
Nova355killer

jailbreak gui

Mar 21st, 2019
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. local MYJAILBREAKGUI = Instance.new("ScreenGui")
  2. local MAIN = Instance.new("Frame")
  3. local AUTOPICKPOKET = Instance.new("TextButton")
  4. local AUTOARREST = Instance.new("TextButton")
  5. local MADEBYLOVER712 = Instance.new("TextLabel")
  6. local BETA110 = Instance.new("TextLabel")
  7. local COMINGSOON = Instance.new("TextLabel")
  8. --Properties:
  9. MYJAILBREAKGUI.Name = "MYJAILBREAKGUI"
  10. MYJAILBREAKGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11.  
  12. MAIN.Name = "MAIN"
  13. MAIN.Parent = MYJAILBREAKGUI
  14. MAIN.Active = true
  15. MAIN.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  16. MAIN.Position = UDim2.new(0.475193024, 0, 0.304347843, 0)
  17. MAIN.Selectable = true
  18. MAIN.Size = UDim2.new(0, 308, 0, 340)
  19.  
  20. AUTOPICKPOKET.Name = "AUTO PICKPOKET"
  21. AUTOPICKPOKET.Parent = MAIN
  22. AUTOPICKPOKET.BackgroundColor3 = Color3.new(1, 0, 0)
  23. AUTOPICKPOKET.Position = UDim2.new(0.175324678, 0, 0.40882352, 0)
  24. AUTOPICKPOKET.Size = UDim2.new(0, 200, 0, 50)
  25. AUTOPICKPOKET.Font = Enum.Font.SourceSans
  26. AUTOPICKPOKET.Text = "AUTO PICKPOKET"
  27. AUTOPICKPOKET.TextColor3 = Color3.new(0, 0, 0)
  28. AUTOPICKPOKET.TextScaled = true
  29. AUTOPICKPOKET.TextSize = 14
  30. AUTOPICKPOKET.TextWrapped = true
  31.  
  32. AUTOARREST.Name = "AUTO ARREST"
  33. AUTOARREST.Parent = MAIN
  34. AUTOARREST.BackgroundColor3 = Color3.new(1, 0, 0)
  35. AUTOARREST.Position = UDim2.new(0.175321132, 0, 0.630552828, 0)
  36. AUTOARREST.Size = UDim2.new(0, 200, 0, 50)
  37. AUTOARREST.Font = Enum.Font.SourceSans
  38. AUTOARREST.Text = "AUTO ARREST"
  39. AUTOARREST.TextColor3 = Color3.new(0, 0, 0)
  40. AUTOARREST.TextScaled = true
  41. AUTOARREST.TextSize = 14
  42. AUTOARREST.TextWrapped = true
  43.  
  44. MADEBYLOVER712.Name = "MADE BY LOVER712"
  45. MADEBYLOVER712.Parent = MAIN
  46. MADEBYLOVER712.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  47. MADEBYLOVER712.Position = UDim2.new(-0.00483977795, 0, -0.00164267421, 0)
  48. MADEBYLOVER712.Size = UDim2.new(0, 308, 0, 43)
  49. MADEBYLOVER712.Font = Enum.Font.SourceSans
  50. MADEBYLOVER712.Text = "MADE BY LOVER712"
  51. MADEBYLOVER712.TextColor3 = Color3.new(0, 0, 0)
  52. MADEBYLOVER712.TextScaled = true
  53. MADEBYLOVER712.TextSize = 14
  54. MADEBYLOVER712.TextWrapped = true
  55.  
  56. BETA110.Name = "BETA 1.1.0"
  57. BETA110.Parent = MAIN
  58. BETA110.Active = true
  59. BETA110.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  60. BETA110.Position = UDim2.new(-0.00159305718, 0, 0.852311611, 0)
  61. BETA110.Size = UDim2.new(0, 308, 0, 50)
  62. BETA110.Font = Enum.Font.SourceSans
  63. BETA110.Text = "BETA 1.1.0"
  64. BETA110.TextColor3 = Color3.new(0, 0, 0)
  65. BETA110.TextScaled = true
  66. BETA110.TextSize = 14
  67. BETA110.TextWrapped = true
  68.  
  69. COMINGSOON.Name = "COMING SOON"
  70. COMINGSOON.Parent = MAIN
  71. COMINGSOON.Active = true
  72. COMINGSOON.BackgroundColor3 = Color3.new(1, 0, 0)
  73. COMINGSOON.Position = UDim2.new(0.17059955, 0, 0.195858747, 0)
  74. COMINGSOON.Size = UDim2.new(0, 200, 0, 50)
  75. COMINGSOON.Font = Enum.Font.SourceSans
  76. COMINGSOON.Text = "COMING SOON"
  77. COMINGSOON.TextColor3 = Color3.new(0, 0, 0)
  78. COMINGSOON.TextScaled = true
  79. COMINGSOON.TextSize = 14
  80. COMINGSOON.TextWrapped = true
  81. -- Scripts:
  82. function SCRIPT_CGWK68_FAKESCRIPT() -- MAIN.Script
  83. local script = Instance.new('Script')
  84. script.Parent = MAIN
  85. MAIN.Draggable = true
  86.  
  87. end
  88. coroutine.resume(coroutine.create(SCRIPT_CGWK68_FAKESCRIPT))
  89. function SCRIPT_ACYL65_FAKESCRIPT() -- AUTOPICKPOKET.Script
  90. local script = Instance.new('Script')
  91. script.Parent = AUTOPICKPOKET
  92. AUTOPICKPOKET.MouseButton1Down:connect(function()
  93.  
  94. local loc = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  95. local list = game:GetService('Teams').Police:GetPlayers()
  96. wait(0.5)
  97. for i,v in pairs(list) do
  98. repeat wait()
  99. loc.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1) until v.Team.Name ~= 'Police'
  100. end
  101.  
  102. end)
  103.  
  104. end
  105. coroutine.resume(coroutine.create(SCRIPT_ACYL65_FAKESCRIPT))
  106. function SCRIPT_NJZZ83_FAKESCRIPT() -- AUTOARREST.AUTO ARREST SCRIPT
  107. local script = Instance.new('Script')
  108. script.Parent = AUTOARREST
  109. AUTOARREST.MouseButton1Down:connect(function()
  110.  
  111. local loc = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  112. local list = game:GetService('Teams').Criminal:GetPlayers()
  113. wait(0.5)
  114. for i,v in pairs(list) do
  115. repeat wait()
  116. loc.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1) until v.Team.Name ~= 'Criminal'
  117. end
  118.  
  119. end)
  120.  
  121. end
  122. coroutine.resume(coroutine.create(SCRIPT_NJZZ83_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement