Advertisement
Guest User

JAILKILLER NEW NOT COPY

a guest
Mar 20th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.37 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Top = Instance.new("Frame")
  5. local Main = Instance.new("Frame")
  6. local Bank = Instance.new("TextBox")
  7. local Jewelry = Instance.new("TextBox")
  8. local CriminalBase = Instance.new("TextBox")
  9. local Noclip = Instance.new("TextBox")
  10. local Walkspeed = Instance.new("TextBox")
  11. local OutsidePrison = Instance.new("TextBox")
  12. local Open = Instance.new("TextBox")
  13. local Exit = Instance.new("TextBox")
  14. local TextLabel = Instance.new("TextLabel")
  15.  
  16. -- Properties
  17.  
  18. ScreenGui.Parent = game.CoreGui
  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. Top.Name = "Top"
  22. Top.Parent = ScreenGui
  23. Top.BackgroundColor3 = Color3.new(1, 0, 0)
  24. Top.BorderColor3 = Color3.new(1, 0, 0)
  25. Top.Position = UDim2.new(0.418054342, 0, 0.29763779, 0)
  26. Top.Size = UDim2.new(0, 380, 0, 29)
  27. Top.Draggable = true
  28.  
  29. Main.Name = "Main"
  30. Main.Parent = Top
  31. Main.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  32. Main.Position = UDim2.new(0, 0, 1, 0)
  33. Main.Size = UDim2.new(0, 380, 0, 215)
  34. Main.Draggable = true
  35.  
  36. Bank.Name = "Bank"
  37. Bank.Parent = Main
  38. Bank.BackgroundColor3 = Color3.new(0, 0, 0)
  39. Bank.Position = UDim2.new(0, 0, 0.111627907, 0)
  40. Bank.Size = UDim2.new(0, 152, 0, 29)
  41. Bank.Font = Enum.Font.SourceSans
  42. Bank.Text = "BANK"
  43. Bank.TextColor3 = Color3.new(1, 1, 1)
  44. Bank.TextSize = 24
  45. Bank.TextWrapped = true
  46. Bank.MouseButton1Down:connect(function()
  47. for i = 1,45 do
  48. wait(.08)
  49. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147)
  50. end
  51. end)
  52.  
  53.  
  54. Jewelry.Name = "Jewelry"
  55. Jewelry.Parent = Main
  56. Jewelry.BackgroundColor3 = Color3.new(0, 0, 0)
  57. Jewelry.Position = UDim2.new(0, 0, 0.493023276, 0)
  58. Jewelry.Size = UDim2.new(0, 152, 0, 29)
  59. Jewelry.Font = Enum.Font.SourceSans
  60. Jewelry.Text = "JEWELRY"
  61. Jewelry.TextColor3 = Color3.new(1, 1, 1)
  62. Jewelry.TextSize = 24
  63. Jewelry.TextWrapped = true
  64. JewO.MouseButton1Down:connect(function()
  65. for i = 1,45 do
  66. wait(.08)
  67. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175)
  68. end
  69. end)
  70.  
  71.  
  72. CriminalBase.Name = "CriminalBase"
  73. CriminalBase.Parent = Main
  74. CriminalBase.BackgroundColor3 = Color3.new(0, 0, 0)
  75. CriminalBase.Position = UDim2.new(0, 0, 0.865116298, 0)
  76. CriminalBase.Size = UDim2.new(0, 152, 0, 29)
  77. CriminalBase.Font = Enum.Font.SourceSans
  78. CriminalBase.Text = "CRIMINALBASE1"
  79. CriminalBase.TextColor3 = Color3.new(1, 1, 1)
  80. CriminalBase.TextSize = 24
  81. CriminalBase.TextWrapped = true
  82. CrimBase1.MouseButton1Down:connect(function()
  83. for i = 1,45 do
  84. wait(.08)
  85. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261)
  86. end
  87. end)
  88.  
  89.  
  90. Noclip.Name = "Noclip"
  91. Noclip.Parent = Main
  92. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  93. Noclip.Position = UDim2.new(0.600000024, 0, 0.493023276, 0)
  94. Noclip.Size = UDim2.new(0, 152, 0, 29)
  95. Noclip.Font = Enum.Font.SourceSans
  96. Noclip.Text = "NOCLIP[B]"
  97. Noclip.TextColor3 = Color3.new(1, 1, 1)
  98. Noclip.TextSize = 24
  99. Noclip.TextWrapped = true
  100. NoClip.MouseButton1Down:connect(function()
  101. local noclipplayer = game:GetService("Players").LocalPlayer
  102. local noclipmouse = noclipplayer:GetMouse()
  103.  
  104. local donoclip = false
  105. local noclip = false
  106.  
  107. function b_noclip(key)
  108. if (key == "b") then
  109. if noclip == false then
  110. donoclip = true
  111.  
  112. noclip = true
  113. elseif noclip == true then
  114. donoclip = false
  115.  
  116. noclip = false
  117. end
  118. end
  119. end
  120.  
  121. noclipmouse.KeyDown:connect(b_noclip)
  122.  
  123. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  124. if obj ~= workspace.Terrain then
  125. if donoclip == true then
  126. obj.CanCollide = false
  127. else
  128. obj.CanCollide = true
  129. end
  130. end
  131. end)
  132. end)
  133.  
  134.  
  135. Walkspeed.Name = "Walkspeed"
  136. Walkspeed.Parent = Main
  137. Walkspeed.BackgroundColor3 = Color3.new(0, 0, 0)
  138. Walkspeed.Position = UDim2.new(0.600000024, 0, 0.111627936, 0)
  139. Walkspeed.Size = UDim2.new(0, 152, 0, 29)
  140. Walkspeed.Font = Enum.Font.SourceSans
  141. Walkspeed.Text = "WALKSPEED[X]"
  142. Walkspeed.TextColor3 = Color3.new(1, 1, 1)
  143. Walkspeed.TextSize = 24
  144. Walkspeed.TextWrapped = true
  145. WalkSpeed.MouseButton1Down:connect(function()
  146. local walkspeedplayer = game:GetService("Players").LocalPlayer
  147. local walkspeedmouse = walkspeedplayer:GetMouse()
  148.  
  149. local walkspeedenabled = false
  150.  
  151. function x_walkspeed(key)
  152. if (key == "x") then
  153. if walkspeedenabled == false then
  154. _G.WS = 200;
  155. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  156. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  157. Humanoid.WalkSpeed = _G.WS;
  158. end)
  159. Humanoid.WalkSpeed = _G.WS;
  160.  
  161. walkspeedenabled = true
  162. elseif walkspeedenabled == true then
  163. _G.WS = 16;
  164. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  165. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  166. Humanoid.WalkSpeed = _G.WS;
  167. end)
  168. Humanoid.WalkSpeed = _G.WS;
  169.  
  170. walkspeedenabled = false
  171. end
  172. end
  173. end
  174.  
  175. walkspeedmouse.KeyDown:connect(x_walkspeed)
  176.  
  177. end)
  178.  
  179. OutsidePrison.Name = "OutsidePrison"
  180. OutsidePrison.Parent = Main
  181. OutsidePrison.BackgroundColor3 = Color3.new(0, 0, 0)
  182. OutsidePrison.Position = UDim2.new(0.600000024, 0, 0.865116298, 0)
  183. OutsidePrison.Size = UDim2.new(0, 152, 0, 29)
  184. OutsidePrison.Font = Enum.Font.SourceSans
  185. OutsidePrison.Text = "OUTSIDEPRISON"
  186. OutsidePrison.TextColor3 = Color3.new(1, 1, 1)
  187. OutsidePrison.TextSize = 24
  188. OutsidePrison.TextWrapped = true
  189.  
  190. Open.Name = "Open"
  191. Open.Parent = Top
  192. Open.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  193. Open.Position = UDim2.new(0.523684204, 0, -6.51724148, 0)
  194. Open.Size = UDim2.new(0, 212, 0, 29)
  195. Open.Font = Enum.Font.SourceSans
  196. Open.Text = "OPEN JAILEXPLOITER"
  197. Open.TextColor3 = Color3.new(1, 1, 1)
  198. Open.TextSize = 24
  199. Open.TextWrapped = true
  200.  
  201. Exit.Name = "Exit"
  202. Exit.Parent = Top
  203. Exit.BackgroundColor3 = Color3.new(0, 0, 0)
  204. Exit.Position = UDim2.new(0.91315788, 0, 0, 0)
  205. Exit.Size = UDim2.new(0, 33, 0, 29)
  206. Exit.Font = Enum.Font.SourceSans
  207. Exit.Text = "X"
  208. Exit.TextColor3 = Color3.new(1, 1, 1)
  209. Exit.TextSize = 24
  210. Exit.TextWrapped = true
  211.  
  212. TextLabel.Parent = Top
  213. TextLabel.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  214. TextLabel.Size = UDim2.new(0, 347, 0, 29)
  215. TextLabel.Font = Enum.Font.SourceSans
  216. TextLabel.Text = "JAILEXPLOITER NEW!"
  217. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  218. TextLabel.TextSize = 24
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement