gabiplayz

Untitled

Apr 6th, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.85 KB | None | 0 0
  1. -- dis is mah script , is made by maumaumaumaumaumau not by SezHu
  2. print("Permanent Jail Script Loaded , Credits : maumaumaumaumaumau[Owner & Scripter] | Thanks for using my script , If you loaded it you are lucky of having this great script!")
  3. m = Instance.new("Message", workspace)
  4. m.Text = "Perm Jail Script Loaded | Creator and scripter of this script : maumaumaumaumaumau | Thanks for loading my script , Dont abuse it , Again Thanks for loading it :D"
  5. wait(3)
  6. m:remove()
  7. local ScreenGui = Instance.new("ScreenGui")
  8. local Frame = Instance.new("Frame")
  9. local Frame_2 = Instance.new("Frame")
  10. local Frame_3 = Instance.new("Frame")
  11. local TextBox = Instance.new("TextBox")
  12. local TextLabel = Instance.new("TextLabel")
  13. local TextButton = Instance.new("TextButton")
  14. local TextButton_2 = Instance.new("TextButton")
  15. local TextButton_3 = Instance.new("TextButton")
  16.  
  17. -- Properties
  18.  
  19. ScreenGui.Parent = game.Players.dogcar23.PlayerGui
  20. ScreenGui.ResetOnSpawn = false
  21.  
  22. Frame.Parent = ScreenGui
  23. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  24. Frame.Position = UDim2.new(0.737903237, 0, 0.27765727, 0)
  25. Frame.Size = UDim2.new(0, 179, 0, 135)
  26.  
  27. Frame_2.Parent = Frame
  28. Frame_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  29. Frame_2.BorderSizePixel = 0
  30. Frame_2.Size = UDim2.new(0, 179, 0, 15)
  31.  
  32. Frame_3.Parent = Frame
  33. Frame_3.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  34. Frame_3.BorderSizePixel = 0
  35. Frame_3.Position = UDim2.new(0.00558659201, 0, 0.111111112, 0)
  36. Frame_3.Size = UDim2.new(0, 178, 0, 6)
  37.  
  38. TextBox.Parent = Frame
  39. TextBox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  40. TextBox.BorderSizePixel = 3
  41. TextBox.Position = UDim2.new(0.128855973, 0, 0.523435473, 0)
  42. TextBox.Size = UDim2.new(0, 132, 0, 20)
  43. TextBox.Font = Enum.Font.SourceSansBold
  44. TextBox.PlaceholderText = "Username"
  45. TextBox.Text = ""
  46. TextBox.TextColor3 = Color3.new(1, 1, 1)
  47. TextBox.TextSize = 14
  48.  
  49. TextLabel.Parent = Frame
  50. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  51. TextLabel.BackgroundTransparency = 1
  52. TextLabel.Position = UDim2.new(0.0471737385, 0, 0.15906769, 0)
  53. TextLabel.Size = UDim2.new(0, 161, 0, 50)
  54. TextLabel.Font = Enum.Font.SourceSansBold
  55. TextLabel.Text = "Jail A Player"
  56. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  57. TextLabel.TextSize = 20
  58.  
  59. TextButton.Parent = Frame
  60. TextButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  61. TextButton.BorderSizePixel = 3
  62. TextButton.Position = UDim2.new(0.128491625, 0, 0.777777791, 0)
  63. TextButton.Size = UDim2.new(0, 132, 0, 19)
  64. TextButton.Font = Enum.Font.SourceSansBold
  65. TextButton.Text = "Jail"
  66. TextButton.TextColor3 = Color3.new(1, 1, 1)
  67. TextButton.TextSize = 14
  68. TextButton.MouseButton1Click:connect(function()
  69. local plr = TextBox
  70. p = Instance.new("Part",workspace)
  71. p.Position = Vector3.new(28.06, 0.5, 113.835)
  72. p.Anchored = true
  73. p.Size = Vector3.new(4, 1, 4.09)
  74. while true do
  75. wait(0.4)
  76. game.Players[plr.Text].Character.Torso.CFrame = CFrame.new(28.06, 5.0, 113.835)
  77. end
  78. end)
  79.  
  80. TextButton_2.Parent = Frame
  81. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  82. TextButton_2.BackgroundTransparency = 1
  83. TextButton_2.Position = UDim2.new(0.905027926, 0, 0.111111119, 0)
  84. TextButton_2.Size = UDim2.new(0, 24, 0, 27)
  85. TextButton_2.Font = Enum.Font.SourceSansBold
  86. TextButton_2.Text = "X"
  87. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  88. TextButton_2.TextSize = 20
  89. TextButton_2.MouseButton1Click:connect(function()
  90. TextButton_3.Visible = true
  91. Frame.Visible = false
  92. end)
  93.  
  94. TextButton_3.Parent = ScreenGui
  95. TextButton_3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  96. TextButton_3.BorderSizePixel = 3
  97. TextButton_3.Position = UDim2.new(0, 0, 0.453362256, 0)
  98. TextButton_3.Size = UDim2.new(0, 84, 0, 43)
  99. TextButton_3.Font = Enum.Font.SourceSansBold
  100. TextButton_3.Text = "Open Jail GUI"
  101. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  102. TextButton_3.TextSize = 14
  103. TextButton_3.MouseButton1Click:connect(function()
  104. Frame.Visible = true
  105. TextButton_3.Visible = false
  106. end)
  107. TextButton_3.Visible = false
  108.  
  109. game.Players.dogcar23.Character.Humanoid.MaxHealth = math.huge
  110. game.Players.dogcar23.Character.Humanoid.Health = 1e9
  111.  
  112. while true do
  113. wait(0.3)
  114. if game.Players.dogcar23.Character.Humanoid.Health == 0 then
  115. wait(8)
  116. local ScreenGui = Instance.new("ScreenGui")
  117. local Frame = Instance.new("Frame")
  118. local Frame_2 = Instance.new("Frame")
  119. local Frame_3 = Instance.new("Frame")
  120. local TextBox = Instance.new("TextBox")
  121. local TextLabel = Instance.new("TextLabel")
  122. local TextButton = Instance.new("TextButton")
  123. local TextButton_2 = Instance.new("TextButton")
  124. local TextButton_3 = Instance.new("TextButton")
  125.  
  126. ScreenGui.Parent = game.Players.dogcar23.PlayerGui
  127. ScreenGui.ResetOnSpawn = false
  128.  
  129. Frame.Parent = ScreenGui
  130. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  131. Frame.Position = UDim2.new(0.737903237, 0, 0.27765727, 0)
  132. Frame.Size = UDim2.new(0, 179, 0, 135)
  133.  
  134. Frame_2.Parent = Frame
  135. Frame_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  136. Frame_2.BorderSizePixel = 0
  137. Frame_2.Size = UDim2.new(0, 179, 0, 15)
  138.  
  139. Frame_3.Parent = Frame
  140. Frame_3.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  141. Frame_3.BorderSizePixel = 0
  142. Frame_3.Position = UDim2.new(0.00558659201, 0, 0.111111112, 0)
  143. Frame_3.Size = UDim2.new(0, 178, 0, 6)
  144.  
  145. TextBox.Parent = Frame
  146. TextBox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  147. TextBox.BorderSizePixel = 3
  148. TextBox.Position = UDim2.new(0.128855973, 0, 0.523435473, 0)
  149. TextBox.Size = UDim2.new(0, 132, 0, 20)
  150. TextBox.Font = Enum.Font.SourceSansBold
  151. TextBox.PlaceholderText = "Username"
  152. TextBox.Text = ""
  153. TextBox.TextColor3 = Color3.new(1, 1, 1)
  154. TextBox.TextSize = 14
  155.  
  156. TextLabel.Parent = Frame
  157. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  158. TextLabel.BackgroundTransparency = 1
  159. TextLabel.Position = UDim2.new(0.0471737385, 0, 0.15906769, 0)
  160. TextLabel.Size = UDim2.new(0, 161, 0, 50)
  161. TextLabel.Font = Enum.Font.SourceSansBold
  162. TextLabel.Text = "Jail A Player"
  163. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  164. TextLabel.TextSize = 20
  165.  
  166. TextButton.Parent = Frame
  167. TextButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  168. TextButton.BorderSizePixel = 3
  169. TextButton.Position = UDim2.new(0.128491625, 0, 0.777777791, 0)
  170. TextButton.Size = UDim2.new(0, 132, 0, 19)
  171. TextButton.Font = Enum.Font.SourceSansBold
  172. TextButton.Text = "Jail"
  173. TextButton.TextColor3 = Color3.new(1, 1, 1)
  174. TextButton.TextSize = 14
  175. TextButton.MouseButton1Click:connect(function()
  176. local plr = TextBox
  177. p = Instance.new("Part",workspace)
  178. p.Position = Vector3.new(28.06, 0.5, 113.835)
  179. p.Anchored = true
  180. p.Size = Vector3.new(4, 1, 4.09)
  181. while true do
  182. wait(0.4)
  183. game.Players[plr.Text].Character.Torso.CFrame = CFrame.new(28.06, 5.0, 113.835)
  184. end
  185. end)
  186.  
  187. TextButton_2.Parent = Frame
  188. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  189. TextButton_2.BackgroundTransparency = 1
  190. TextButton_2.Position = UDim2.new(0.905027926, 0, 0.111111119, 0)
  191. TextButton_2.Size = UDim2.new(0, 24, 0, 27)
  192. TextButton_2.Font = Enum.Font.SourceSansBold
  193. TextButton_2.Text = "X"
  194. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  195. TextButton_2.TextSize = 20
  196. TextButton_2.MouseButton1Click:connect(function()
  197. TextButton_3.Visible = true
  198. Frame.Visible = false
  199. end)
  200.  
  201. TextButton_3.Parent = ScreenGui
  202. TextButton_3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  203. TextButton_3.BorderSizePixel = 3
  204. TextButton_3.Position = UDim2.new(0, 0, 0.453362256, 0)
  205. TextButton_3.Size = UDim2.new(0, 84, 0, 43)
  206. TextButton_3.Font = Enum.Font.SourceSansBold
  207. TextButton_3.Text = "Open Jail GUI"
  208. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  209. TextButton_3.TextSize = 14
  210. TextButton_3.MouseButton1Click:connect(function()
  211. Frame.Visible = true
  212. TextButton_3.Visible = false
  213. end)
  214. TextButton_3.Visible = false
  215.  
  216. game.Players.dogcar23.Character.Humanoid.MaxHealth = math.huge
  217. game.Players.dogcar23.Character.Humanoid.Health = 1e9
  218. end
  219. end
Add Comment
Please, Sign In to add comment