Advertisement
Guest User

only prisonlife exploitz v.1

a guest
Feb 22nd, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.42 KB | None | 0 0
  1. --Made by baconplay448
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local Title = Instance.new("TextLabel")
  5. local Credit = Instance.new("TextLabel")
  6. local Allguns = Instance.new("TextButton")
  7. local Infjump = Instance.new("TextButton")
  8. local Speed = Instance.new("TextButton")
  9. local TextButton = Instance.new("TextButton")
  10. local Killall = Instance.new("TextButton")
  11.  
  12. --Properties:
  13.  
  14. ScreenGui.Parent = game.CoreGui
  15.  
  16. Main.Name = "Main"
  17. Main.Parent = ScreenGui
  18. Main.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  19. Main.Position = UDim2.new(0.556601822, 0, 0.57784909, 0)
  20. Main.Size = UDim2.new(0, 557, 0, 263)
  21. Main.Active = true
  22. Main.draggable = true
  23.  
  24. Title.Name = "Title"
  25. Title.Parent = Main
  26. Title.BackgroundColor3 = Color3.fromRGB(170, 0, 127)
  27. Title.Size = UDim2.new(0, 557, 0, 45)
  28. Title.Font = Enum.Font.GothamBold
  29. Title.Text = "Exploitz v.1"
  30. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  31. Title.TextScaled = true
  32. Title.TextSize = 14.000
  33. Title.TextWrapped = true
  34.  
  35. Credit.Name = "Credit"
  36. Credit.Parent = Main
  37. Credit.BackgroundColor3 = Color3.fromRGB(170, 0, 127)
  38. Credit.Position = UDim2.new(0, 0, 0.83453238, 0)
  39. Credit.Size = UDim2.new(0, 557, 0, 45)
  40. Credit.Font = Enum.Font.SciFi
  41. Credit.Text = "Made by baconplay448"
  42. Credit.TextColor3 = Color3.fromRGB(0, 0, 0)
  43. Credit.TextScaled = true
  44. Credit.TextSize = 14.000
  45. Credit.TextWrapped = true
  46.  
  47. Allguns.Name = "All guns"
  48. Allguns.Parent = Main
  49. Allguns.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  50. Allguns.Position = UDim2.new(0.748653531, 0, 0.501354098, 0)
  51. Allguns.Size = UDim2.new(0, 117, 0, 37)
  52. Allguns.Font = Enum.Font.GothamBold
  53. Allguns.Text = "All guns"
  54. Allguns.TextColor3 = Color3.fromRGB(0, 0, 0)
  55. Allguns.TextScaled = true
  56. Allguns.TextSize = 14.000
  57. Allguns.TextWrapped = true
  58. Allguns.MouseButton1Down:connect(function()
  59. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  60.  
  61. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  62. print(lol)
  63. end
  64. end)
  65.  
  66. Infjump.Name = "Inf jump"
  67. Infjump.Parent = Main
  68. Infjump.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  69. Infjump.Position = UDim2.new(0.129263997, 0, 0.241007239, 0)
  70. Infjump.Size = UDim2.new(0, 117, 0, 37)
  71. Infjump.Font = Enum.Font.GothamBold
  72. Infjump.Text = "Inf jump"
  73. Infjump.TextColor3 = Color3.fromRGB(0, 0, 0)
  74. Infjump.TextScaled = true
  75. Infjump.TextSize = 14.000
  76. Infjump.TextWrapped = true
  77. Infjump.MouseButton1Down:connect(function()
  78. game:GetService("UserInputService").JumpRequest:connect(function()
  79. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  80. end)
  81. end)
  82.  
  83. Speed.Name = "Speed"
  84. Speed.Parent = Main
  85. Speed.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  86. Speed.Position = UDim2.new(0.748653591, 0, 0.239899352, 0)
  87. Speed.Size = UDim2.new(0, 117, 0, 37)
  88. Speed.Font = Enum.Font.GothamBold
  89. Speed.Text = "Speed"
  90. Speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. Speed.TextScaled = true
  92. Speed.TextSize = 14.000
  93. Speed.TextWrapped = true
  94. Speed.MouseButton1Down:connect(function()
  95. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
  96. end)
  97.  
  98. TextButton.Parent = Main
  99. TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  100. TextButton.Position = UDim2.new(0.427289009, 0, 0.244809568, 0)
  101. TextButton.Size = UDim2.new(0, 140, 0, 36)
  102. TextButton.Font = Enum.Font.GothamBold
  103. TextButton.Text = "Reviz Admin"
  104. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  105. TextButton.TextScaled = true
  106. TextButton.TextSize = 14.000
  107. TextButton.TextWrapped = true
  108. TextButton.MouseButton1Down:connect(function()
  109. loadstring(game:HttpGet(('https://pastebin.com/raw/pyzjWNhk'),true))()
  110. end)
  111.  
  112. Killall.Name = "Killall"
  113. Killall.Parent = Main
  114. Killall.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  115. Killall.Position = UDim2.new(0.131059363, 0, 0.536121666, 0)
  116. Killall.Size = UDim2.new(0, 116, 0, 38)
  117. Killall.Font = Enum.Font.GothamBold
  118. Killall.Text = "Kill all"
  119. Killall.TextColor3 = Color3.fromRGB(0, 0, 0)
  120. Killall.TextScaled = true
  121. Killall.TextSize = 14.000
  122. Killall.TextWrapped = true
  123. Killall.MouseButton1Down:connect(function()
  124. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  125.  
  126. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  127.  
  128. wait(0.5)
  129. function kill(a)
  130. local A_1 =
  131. {
  132. [1] =
  133. {
  134. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  135. ["Distance"] = 3.2524313926697,
  136. ["Cframe"] = CFrame.new(840.310791, 101.334137, 2267.87988, 0.0636406094, 0.151434347, -0.986416459, 0, 0.988420188, 0.151741937, 0.997972965, -0.00965694897, 0.0629036576),
  137. ["Hit"] = a.Character.Head
  138. },
  139. [2] =
  140. {
  141. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  142. ["Distance"] = 3.2699294090271,
  143. ["Cframe"] = CFrame.new(840.290466, 101.184189, 2267.93506, 0.0964837447, 0.0589403138, -0.993587971, 4.65661287e-10, 0.998245299, 0.0592165813, 0.995334625, -0.00571343815, 0.0963144377),
  144. ["Hit"] = a.Character.Head
  145. },
  146. [3] =
  147. {
  148. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  149. ["Distance"] = 3.1665518283844,
  150. ["Cframe"] = CFrame.new(840.338867, 101.236496, 2267.80371, 0.0166504811, 0.0941716284, -0.995416701, 1.16415322e-10, 0.995554805, 0.0941846818, 0.999861419, -0.00156822044, 0.0165764652),
  151. ["Hit"] = a.Character.Head
  152. },
  153. [4] =
  154. {
  155. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  156. ["Distance"] = 3.3218522071838,
  157. ["Cframe"] = CFrame.new(840.277222, 101.285957, 2267.9707, 0.117109694, 0.118740402, -0.985994935, -1.86264515e-09, 0.992826641, 0.119563118, 0.993119001, -0.0140019981, 0.116269611),
  158. ["Hit"] = a.Character.Head
  159. },
  160. [5] =
  161. {
  162. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  163. ["Distance"] = 3.222757101059,
  164. ["Cframe"] = CFrame.new(840.317993, 101.286423, 2267.86035, 0.0517584644, 0.123365127, -0.991010666, 0, 0.992340803, 0.123530701, 0.99865967, -0.00639375951, 0.0513620302),
  165. ["Hit"] = a.Character.Head
  166. }
  167. }
  168. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  169. local Event = game:GetService("ReplicatedStorage").ShootEvent
  170. Event:FireServer(A_1, A_2)
  171. Event:FireServer(A_1, A_2)
  172. end
  173.  
  174. for i,v in pairs(game.Players:GetChildren())do
  175. if v.Name ~= game.Players.LocalPlayer.Name then
  176. kill(v)
  177. end
  178. end
  179. wait(1)
  180. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement