Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.84 KB | None | 0 0
  1. if game.PlaceId == 155615604 then
  2. mainRemotes = game.ReplicatedStorage
  3. meleeRemote = mainRemotes['meleeEvent']
  4. mouse = game.Players.LocalPlayer:GetMouse()
  5. punching = false
  6. cooldown = false
  7.  
  8. function punch()
  9. cooldown = true
  10. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  11. part.Transparency = 1
  12. part.Size = Vector3.new(5, 2, 3)
  13. part.CanCollide = false
  14. local w1 = Instance.new("Weld", part)
  15. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  16. w1.Part1 = part
  17. w1.C1 = CFrame.new(0,0,2)
  18. part.Touched:connect(function(hit)
  19. if game.Players:FindFirstChild(hit.Parent.Name) then
  20. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  21. if plr.Name ~= game.Players.LocalPlayer.Name then
  22. part:Destroy()
  23.  
  24. for i = 1,100 do
  25. meleeRemote:FireServer(plr)
  26. end
  27. end
  28. end
  29. end)
  30.  
  31. wait(1)
  32. cooldown = false
  33. part:Destroy()
  34. end
  35.  
  36.  
  37. mouse.KeyDown:connect(function(key)
  38. if cooldown == false then
  39. if key:lower() == "f" then
  40.  
  41. punch()
  42.  
  43. end
  44. end
  45. end)
  46.  
  47. Gui = Instance.new("ScreenGui", game.CoreGui)
  48. Button = Instance.new("TextButton", Gui)
  49. Button.Size = UDim2.new(0, 100, 0, 40)
  50. Button.BackgroundTransparency = 0.7
  51. Button.Position = UDim2.new(0.003, 0, 0.88, 0)
  52. Button.Text = "Kill All"
  53. Button.TextColor3 = Color3.new(255, 255, 255)
  54. Button.MouseButton1Down:connect(function()
  55. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  56.  
  57. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  58.  
  59. wait()
  60. function kill(a)
  61. local A_1 =
  62. {
  63. [1] =
  64. {
  65. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  66. ["Distance"] = 3.2524313926697,
  67. ["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),
  68. ["Hit"] = a.Character.Head
  69. },
  70. [2] =
  71. {
  72. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  73. ["Distance"] = 3.2699294090271,
  74. ["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),
  75. ["Hit"] = a.Character.Head
  76. },
  77. [3] =
  78. {
  79. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  80. ["Distance"] = 3.1665518283844,
  81. ["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),
  82. ["Hit"] = a.Character.Head
  83. },
  84. [4] =
  85. {
  86. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  87. ["Distance"] = 3.3218522071838,
  88. ["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),
  89. ["Hit"] = a.Character.Head
  90. },
  91. [5] =
  92. {
  93. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  94. ["Distance"] = 3.222757101059,
  95. ["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),
  96. ["Hit"] = a.Character.Head
  97. }
  98. }
  99. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  100. local Event = game:GetService("ReplicatedStorage").ShootEvent
  101. Event:FireServer(A_1, A_2)
  102. Event:FireServer(A_1, A_2)
  103. end
  104.  
  105. for i,v in pairs(game.Players:GetChildren())do
  106. if v.Name ~= game.Players.LocalPlayer.Name then
  107. kill(v)
  108. end
  109. end
  110. wait()
  111. workspace.Remote.TeamEvent:FireServer("Bright orange")
  112. end)
  113. end
  114.  
  115. if game.PlaceId == 155615604 then
  116. Gui = Instance.new("ScreenGui", game.CoreGui)
  117. Button = Instance.new("TextButton", Gui)
  118. Button.Size = UDim2.new(0, 100, 0, 40)
  119. Button.BackgroundTransparency = 0.7
  120. Button.Position = UDim2.new(0.003, 0, 0.93, 0)
  121. Button.Text = "Void"
  122. Button.TextColor3 = Color3.new(255, 255, 255)
  123. Button.MouseButton1Down:connect(function()
  124. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1107.82202,-445.239594,2111.5647))
  125. end)
  126.  
  127. Gui = Instance.new("ScreenGui", game.CoreGui)
  128. Button = Instance.new("TextButton", Gui)
  129. Button.Size = UDim2.new(0, 100, 0, 40)
  130. Button.BackgroundTransparency = 0.7
  131. Button.Position = UDim2.new(0.003, 0, 0.78, 0)
  132. Button.Text = "Criminal"
  133. Button.TextColor3 = Color3.new(255, 255, 255)
  134. Button.MouseButton1Down:connect(function()
  135. crimchange = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  136. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-919.958, 95.327, 2138.189)
  137. wait(0.075)
  138. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(crimchange)
  139. end)
  140.  
  141. Gui = Instance.new("ScreenGui", game.CoreGui)
  142. Button = Instance.new("TextButton", Gui)
  143. Button.Size = UDim2.new(0, 100, 0, 40)
  144. Button.BackgroundTransparency = 0.7
  145. Button.Position = UDim2.new(0.003, 0, 0.73, 0)
  146. Button.Text = "Neutral"
  147. Button.TextColor3 = Color3.new(255, 255, 255)
  148. Button.MouseButton1Down:connect(function()
  149. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  150. end)
  151.  
  152. Gui = Instance.new("ScreenGui", game.CoreGui)
  153. Button = Instance.new("TextButton", Gui)
  154. Button.Size = UDim2.new(0, 100, 0, 40)
  155. Button.BackgroundTransparency = 0.7
  156. Button.Position = UDim2.new(0.003, 0, 0.68, 0)
  157. Button.Text = "Inmate"
  158. Button.TextColor3 = Color3.new(255, 255, 255)
  159. Button.MouseButton1Down:connect(function()
  160. Workspace.Remote.TeamEvent:FireServer("Bright orange")
  161. end)
  162.  
  163. Gui = Instance.new("ScreenGui", game.CoreGui)
  164. Button = Instance.new("TextButton", Gui)
  165. Button.Size = UDim2.new(0, 100, 0, 40)
  166. Button.BackgroundTransparency = 0.7
  167. Button.Position = UDim2.new(0.003, 0, 0.63, 0)
  168. Button.Text = "Police"
  169. Button.TextColor3 = Color3.new(255, 255, 255)
  170. Button.MouseButton1Down:connect(function()
  171. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  172. end)
  173.  
  174. Gui = Instance.new("ScreenGui", game.CoreGui)
  175. Button = Instance.new("TextButton", Gui)
  176. Button.Size = UDim2.new(0, 100, 0, 40)
  177. Button.BackgroundTransparency = 0.7
  178. Button.Position = UDim2.new(0.003, 0, 0.58, 0)
  179. Button.Text = "Items"
  180. Button.TextColor3 = Color3.new(255, 255, 255)
  181. Button.MouseButton1Down:connect(function()
  182. for i, v in pairs(game.Workspace["Prison_ITEMS"].single:GetChildren()) do
  183. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  184. end
  185. end)
  186.  
  187. Gui = Instance.new("ScreenGui", game.CoreGui)
  188. Button = Instance.new("TextButton", Gui)
  189. Button.Size = UDim2.new(0, 100, 0, 40)
  190. Button.BackgroundTransparency = 0.7
  191. Button.Position = UDim2.new(0.003, 0, 0.83, 0)
  192. Button.Text = "Destroy"
  193. Button.TextColor3 = Color3.new(255, 255, 255)
  194. Button.MouseButton1Down:connect(function()
  195. local plr = game:service("Players").LocalPlayer
  196. plr.Character.Torso.Anchored = true
  197. plr.Character.HumanoidRootPart:Destroy()
  198. plr.Character.Torso.Anchored = false
  199. end)
  200.  
  201. plr = game:service'Players'.LocalPlayer
  202. char = plr.Character
  203. mouse = plr:GetMouse()
  204. on = false
  205.  
  206. mouse.KeyDown:connect(function(key)
  207. if key == "e" then
  208. on = true
  209. end
  210. end)
  211.  
  212. mouse.KeyUp:connect(function(key)
  213. if key == "e" then
  214. on = false
  215. end
  216. end)
  217.  
  218. while wait(0.1) do
  219. for i, b in pairs(game.Players:GetChildren()) do
  220. if b.Name ~= plr.Name and not b:IsFriendsWith(plr.UserId) and on then
  221. for i = 1, 10 do
  222. game.ReplicatedStorage.meleeEvent:FireServer(b)
  223. end
  224. end
  225. end
  226. end
  227.  
  228. loadstring(game:HttpGet("https://pastebin.com/raw/hvmyZWax", true))()
  229. wait(1)
  230. loadstring(game:GetObjects('rbxassetid://3014749018')[1].Source)()
  231.  
  232. local mouse = game.Players.LocalPlayer:GetMouse()
  233. local arrestEvent = game.Workspace.Remote.arrest
  234. mouse.Button1Down:connect(function()
  235. local obj = mouse.Target
  236. local response = arrestEvent:InvokeServer(obj)
  237. end)
  238. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement