d481

Untitled

Jan 28th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.85 KB | None | 0 0
  1. --[[
  2. Made By: Jmuse#3982
  3. Full credit to the original script makers
  4. Website: https://rbxcheats--jmuse.repl.co/
  5. ]]
  6.  
  7.  
  8. local PrisonLife = Instance.new("ScreenGui")
  9. local MainGUI = Instance.new("Frame")
  10. local topcolorframe = Instance.new("Frame")
  11. local sidebar = Instance.new("Frame")
  12. local LOCAL = Instance.new("Frame")
  13. local GunsFrame = Instance.new("Frame")
  14. local gunstitle = Instance.new("TextLabel")
  15. local m4a1 = Instance.new("TextButton")
  16. local ak47 = Instance.new("TextButton")
  17. local shotgun = Instance.new("TextButton")
  18. local m9 = Instance.new("TextButton")
  19. local OtherFrame = Instance.new("Frame")
  20. local othertitle = Instance.new("TextLabel")
  21. local speedtext = Instance.new("TextBox")
  22. local speed = Instance.new("TextButton")
  23. local jumpheight = Instance.new("TextBox")
  24. local jump = Instance.new("TextButton")
  25. local btools = Instance.new("TextButton")
  26. local TeamsFrame = Instance.new("Frame")
  27. local teamstitle = Instance.new("TextLabel")
  28. local inmate = Instance.new("TextButton")
  29. local police = Instance.new("TextButton")
  30. local crime = Instance.new("TextButton")
  31. local na = Instance.new("TextButton")
  32. local RAGE = Instance.new("Frame")
  33. local KillFrame = Instance.new("Frame")
  34. local killtitle = Instance.new("TextLabel")
  35. local killall = Instance.new("TextButton")
  36. local killaura = Instance.new("TextButton")
  37. local killtext = Instance.new("TextBox")
  38. local kill = Instance.new("TextButton")
  39. local MISC = Instance.new("Frame")
  40. local ModFrame = Instance.new("Frame")
  41. local modtitle = Instance.new("TextLabel")
  42. local modm4 = Instance.new("TextButton")
  43. local modak = Instance.new("TextButton")
  44. local modshotgun = Instance.new("TextButton")
  45. local modm9 = Instance.new("TextButton")
  46. local MiscFrame = Instance.new("Frame")
  47. local misctitle = Instance.new("TextLabel")
  48. local doors = Instance.new("TextButton")
  49. local fences = Instance.new("TextButton")
  50. local arrest = Instance.new("TextButton")
  51. local flycar = Instance.new("TextButton")
  52. local TPLIST = Instance.new("Frame")
  53. local OtherFrame_2 = Instance.new("Frame")
  54. local tptitle = Instance.new("TextLabel")
  55. local proom = Instance.new("TextButton")
  56. local prcells = Instance.new("TextButton")
  57. local crime_2 = Instance.new("TextButton")
  58. local yard = Instance.new("TextButton")
  59. local TeamsFrame_2 = Instance.new("Frame")
  60. local teamstitle_2 = Instance.new("TextLabel")
  61. local na_2 = Instance.new("TextButton")
  62. local TextBox = Instance.new("TextBox")
  63. local INFO = Instance.new("Frame")
  64. local OtherFrame_3 = Instance.new("Frame")
  65. local infotitle = Instance.new("TextLabel")
  66. local TextLabel = Instance.new("TextLabel")
  67. local TextLabel_2 = Instance.new("TextLabel")
  68. local TextLabel_3 = Instance.new("TextLabel")
  69. local TextLabel_4 = Instance.new("TextLabel")
  70. local TextLabel_5 = Instance.new("TextLabel")
  71. local TextLabel_6 = Instance.new("TextLabel")
  72. local TextLabel_7 = Instance.new("TextLabel")
  73. local TextLabel_8 = Instance.new("TextLabel")
  74. local info = Instance.new("TextButton")
  75. local vlocal = Instance.new("TextButton")
  76. local misc = Instance.new("TextButton")
  77. local rage = Instance.new("TextButton")
  78. local tplist = Instance.new("TextButton")
  79. --Properties:
  80. PrisonLife.Name = "Prison Life"
  81. PrisonLife.Parent = game.CoreGui
  82.  
  83. MainGUI.Name = "MainGUI"
  84. MainGUI.Parent = PrisonLife
  85. MainGUI.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  86. MainGUI.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  87. MainGUI.BorderSizePixel = 5
  88. MainGUI.Position = UDim2.new(0.389766276, 0, 0.260442257, 0)
  89. MainGUI.Size = UDim2.new(0, 524, 0, 389)
  90. MainGUI.Visible = false
  91. MainGUI.Active = true
  92. MainGUI.Draggable = true
  93.  
  94. topcolorframe.Name = "topcolorframe"
  95. topcolorframe.Parent = MainGUI
  96. topcolorframe.BackgroundColor3 = Color3.new(1, 0, 0)
  97. topcolorframe.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  98. topcolorframe.BorderSizePixel = 0
  99. topcolorframe.Size = UDim2.new(0, 524, 0, 1)
  100.  
  101. sidebar.Name = "sidebar"
  102. sidebar.Parent = MainGUI
  103. sidebar.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  104. sidebar.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  105. sidebar.Position = UDim2.new(0.0162459817, 0, 0.0231362469, 0)
  106. sidebar.Size = UDim2.new(0, 100, 0, 372)
  107.  
  108. LOCAL.Name = "LOCAL"
  109. LOCAL.Parent = MainGUI
  110. LOCAL.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  111. LOCAL.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  112. LOCAL.BorderSizePixel = 0
  113. LOCAL.Position = UDim2.new(0.22137405, 0, 0.0268495064, 0)
  114. LOCAL.Size = UDim2.new(0, 408, 0, 378)
  115. LOCAL.Visible = false
  116.  
  117. GunsFrame.Name = "GunsFrame"
  118. GunsFrame.Parent = LOCAL
  119. GunsFrame.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  120. GunsFrame.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  121. GunsFrame.Position = UDim2.new(0.00733424025, 0, 0.0094598867, 0)
  122. GunsFrame.Size = UDim2.new(0, 193, 0, 123)
  123.  
  124. gunstitle.Name = "gunstitle"
  125. gunstitle.Parent = GunsFrame
  126. gunstitle.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  127. gunstitle.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  128. gunstitle.Position = UDim2.new(0.0518134832, 0, -0.0370370448, 0)
  129. gunstitle.Size = UDim2.new(0, 45, 0, 11)
  130. gunstitle.Font = Enum.Font.SourceSansBold
  131. gunstitle.Text = "Guns"
  132. gunstitle.TextColor3 = Color3.new(1, 1, 1)
  133. gunstitle.TextSize = 14
  134. gunstitle.TextWrapped = true
  135.  
  136. m4a1.Name = "m4a1"
  137. m4a1.Parent = GunsFrame
  138. m4a1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  139. m4a1.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  140. m4a1.Position = UDim2.new(0.0310880821, 0, 0.225383908, 0)
  141. m4a1.Size = UDim2.new(0, 83, 0, 27)
  142. m4a1.Font = Enum.Font.SourceSansBold
  143. m4a1.Text = "M4A1"
  144. m4a1.TextColor3 = Color3.new(1, 1, 1)
  145. m4a1.TextSize = 14
  146. m4a1.MouseButton1Click:connect(function()
  147. local Weapon = {"M4A1"}
  148. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  149. if v.Name == Weapon[1] then
  150. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  151. end
  152. end
  153. end)
  154.  
  155. ak47.Name = "ak47"
  156. ak47.Parent = GunsFrame
  157. ak47.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  158. ak47.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  159. ak47.Position = UDim2.new(0.531088054, 0, 0.225383908, 0)
  160. ak47.Size = UDim2.new(0, 83, 0, 27)
  161. ak47.Font = Enum.Font.SourceSansBold
  162. ak47.Text = "AK-47"
  163. ak47.TextColor3 = Color3.new(1, 1, 1)
  164. ak47.TextSize = 14
  165. ak47.MouseButton1Click:connect(function()
  166. local Weapon = {"AK-47"}
  167. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  168. if v.Name == Weapon[1] then
  169. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  170. end
  171. end
  172. end)
  173.  
  174. shotgun.Name = "shotgun"
  175. shotgun.Parent = GunsFrame
  176. shotgun.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  177. shotgun.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  178. shotgun.Position = UDim2.new(0.0310880821, 0, 0.539205074, 0)
  179. shotgun.Size = UDim2.new(0, 83, 0, 27)
  180. shotgun.Font = Enum.Font.SourceSansBold
  181. shotgun.Text = "Shotgun"
  182. shotgun.TextColor3 = Color3.new(1, 1, 1)
  183. shotgun.TextSize = 14
  184. shotgun.MouseButton1Click:connect(function()
  185. local Weapon = {"Remington 870"}
  186. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  187. if v.Name == Weapon[1] then
  188. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  189. end
  190. end
  191. end)
  192.  
  193. m9.Name = "m9"
  194. m9.Parent = GunsFrame
  195. m9.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  196. m9.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  197. m9.Position = UDim2.new(0.531088054, 0, 0.539205074, 0)
  198. m9.Size = UDim2.new(0, 83, 0, 27)
  199. m9.Font = Enum.Font.SourceSansBold
  200. m9.Text = "M9"
  201. m9.TextColor3 = Color3.new(1, 1, 1)
  202. m9.TextSize = 14
  203. m9.MouseButton1Click:connect(function()
  204. local Weapon = {"M9"}
  205. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  206. if v.Name == Weapon[1] then
  207. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  208. end
  209. end
  210. end)
  211.  
  212. OtherFrame.Name = "OtherFrame"
  213. OtherFrame.Parent = LOCAL
  214. OtherFrame.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  215. OtherFrame.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  216. OtherFrame.Position = UDim2.new(0.00733424164, 0, 0.382285297, 0)
  217. OtherFrame.Size = UDim2.new(0, 397, 0, 226)
  218.  
  219. othertitle.Name = "othertitle"
  220. othertitle.Parent = OtherFrame
  221. othertitle.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  222. othertitle.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  223. othertitle.Position = UDim2.new(0.0518134832, 0, -0.0370370448, 0)
  224. othertitle.Size = UDim2.new(0, 45, 0, 11)
  225. othertitle.Font = Enum.Font.SourceSansBold
  226. othertitle.Text = "Other"
  227. othertitle.TextColor3 = Color3.new(1, 1, 1)
  228. othertitle.TextSize = 14
  229. othertitle.TextWrapped = true
  230.  
  231. speedtext.Name = "speedtext"
  232. speedtext.Parent = OtherFrame
  233. speedtext.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  234. speedtext.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  235. speedtext.Position = UDim2.new(0.0228751265, 0, 0.238738745, 0)
  236. speedtext.Size = UDim2.new(0, 235, 0, 27)
  237. speedtext.Font = Enum.Font.SourceSans
  238. speedtext.Text = "[Number Value Here]"
  239. speedtext.TextColor3 = Color3.new(1, 1, 1)
  240. speedtext.TextSize = 14
  241.  
  242. speed.Name = "speed"
  243. speed.Parent = OtherFrame
  244. speed.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  245. speed.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  246. speed.Position = UDim2.new(0.646937907, 0, 0.235901609, 0)
  247. speed.Size = UDim2.new(0, 130, 0, 27)
  248. speed.Font = Enum.Font.SourceSansBold
  249. speed.Text = "Set Speed"
  250. speed.TextColor3 = Color3.new(1, 1, 1)
  251. speed.TextSize = 14
  252. speed.MouseButton1Click:connect(function()
  253. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = speedtext.Text
  254. end)
  255.  
  256. jumpheight.Name = "jumpheight"
  257. jumpheight.Parent = OtherFrame
  258. jumpheight.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  259. jumpheight.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  260. jumpheight.Position = UDim2.new(0.0228751265, 0, 0.438738734, 0)
  261. jumpheight.Size = UDim2.new(0, 235, 0, 27)
  262. jumpheight.Font = Enum.Font.SourceSans
  263. jumpheight.Text = "[Number Value Here]"
  264. jumpheight.TextColor3 = Color3.new(1, 1, 1)
  265. jumpheight.TextSize = 14
  266.  
  267. jump.Name = "jump"
  268. jump.Parent = OtherFrame
  269. jump.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  270. jump.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  271. jump.Position = UDim2.new(0.646937907, 0, 0.435901612, 0)
  272. jump.Size = UDim2.new(0, 130, 0, 27)
  273. jump.Font = Enum.Font.SourceSansBold
  274. jump.Text = "Set Jump"
  275. jump.TextColor3 = Color3.new(1, 1, 1)
  276. jump.TextSize = 14
  277. jump.MouseButton1Click:connect(function()
  278. game.Players.LocalPlayer.Character.Humanoid.JumpPower = jumpheight.Text
  279. end)
  280.  
  281. btools.Name = "btools"
  282. btools.Parent = OtherFrame
  283. btools.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  284. btools.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  285. btools.Position = UDim2.new(0.0247010551, 0, 0.637095511, 0)
  286. btools.Size = UDim2.new(0, 374, 0, 27)
  287. btools.Font = Enum.Font.SourceSansBold
  288. btools.Text = "Btools"
  289. btools.TextColor3 = Color3.new(1, 1, 1)
  290. btools.TextSize = 14
  291. btools.MouseButton1Click:connect(function()
  292. wait(0.1)
  293. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  294. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  295. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  296. tool1.BinType = "Clone"
  297. tool2.BinType = "Hammer"
  298. tool3.BinType = "Grab"
  299. end)
  300.  
  301. TeamsFrame.Name = "TeamsFrame"
  302. TeamsFrame.Parent = LOCAL
  303. TeamsFrame.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  304. TeamsFrame.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  305. TeamsFrame.Position = UDim2.new(0.507477641, 0, 0.0094598867, 0)
  306. TeamsFrame.Size = UDim2.new(0, 193, 0, 123)
  307.  
  308. teamstitle.Name = "teamstitle"
  309. teamstitle.Parent = TeamsFrame
  310. teamstitle.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  311. teamstitle.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  312. teamstitle.Position = UDim2.new(0.0518134832, 0, -0.0370370448, 0)
  313. teamstitle.Size = UDim2.new(0, 45, 0, 11)
  314. teamstitle.Font = Enum.Font.SourceSansBold
  315. teamstitle.Text = "Teams"
  316. teamstitle.TextColor3 = Color3.new(1, 1, 1)
  317. teamstitle.TextSize = 14
  318. teamstitle.TextWrapped = true
  319.  
  320. inmate.Name = "inmate"
  321. inmate.Parent = TeamsFrame
  322. inmate.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  323. inmate.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  324. inmate.Position = UDim2.new(0.0310880821, 0, 0.225383908, 0)
  325. inmate.Size = UDim2.new(0, 83, 0, 27)
  326. inmate.Font = Enum.Font.SourceSansBold
  327. inmate.Text = "Inmate"
  328. inmate.TextColor3 = Color3.new(1, 1, 1)
  329. inmate.TextSize = 14
  330. inmate.MouseButton1Click:connect(function()
  331. Workspace.Remote.TeamEvent:FireServer("Bright orange")
  332. end)
  333.  
  334. police.Name = "police"
  335. police.Parent = TeamsFrame
  336. police.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  337. police.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  338. police.Position = UDim2.new(0.531088054, 0, 0.225383908, 0)
  339. police.Size = UDim2.new(0, 83, 0, 27)
  340. police.Font = Enum.Font.SourceSansBold
  341. police.Text = "Police"
  342. police.TextColor3 = Color3.new(1, 1, 1)
  343. police.TextSize = 14
  344. police.MouseButton1Click:connect(function()
  345. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  346. end)
  347.  
  348. crime.Name = "crime"
  349. crime.Parent = TeamsFrame
  350. crime.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  351. crime.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  352. crime.Position = UDim2.new(0.531088054, 0, 0.539205074, 0)
  353. crime.Size = UDim2.new(0, 83, 0, 27)
  354. crime.Font = Enum.Font.SourceSansBold
  355. crime.Text = "Criminal"
  356. crime.TextColor3 = Color3.new(1, 1, 1)
  357. crime.TextSize = 14
  358. crime.MouseButton1Click:connect(function()
  359. -- 02hacks Criminal Team v1
  360. LP = game.Players.LocalPlayer
  361.  
  362. RE = LP.Character.HumanoidRootPart.Position
  363. LP.Character.HumanoidRootPart.CFrame = CFrame.new(-919.958, 95.327, 2138.189)
  364. wait(0.075)
  365. LP.Character.HumanoidRootPart.CFrame = CFrame.new(RE)
  366. end)
  367.  
  368. na.Name = "na"
  369. na.Parent = TeamsFrame
  370. na.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  371. na.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  372. na.Position = UDim2.new(0.0284973793, 0, 0.539205074, 0)
  373. na.Size = UDim2.new(0, 83, 0, 27)
  374. na.Font = Enum.Font.SourceSansBold
  375. na.Text = "N/A"
  376. na.TextColor3 = Color3.new(1, 1, 1)
  377. na.TextSize = 14
  378. na.MouseButton1Click:connect(function()
  379. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  380. end)
  381.  
  382. RAGE.Name = "RAGE"
  383. RAGE.Parent = MainGUI
  384. RAGE.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  385. RAGE.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  386. RAGE.BorderSizePixel = 0
  387. RAGE.Position = UDim2.new(0.221000001, 0, 0.0270000007, 0)
  388. RAGE.Size = UDim2.new(0, 408, 0, 378)
  389. RAGE.Visible = false
  390.  
  391. KillFrame.Name = "KillFrame"
  392. KillFrame.Parent = RAGE
  393. KillFrame.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  394. KillFrame.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  395. KillFrame.Position = UDim2.new(0.00733424164, 0, 0.00945988391, 0)
  396. KillFrame.Size = UDim2.new(0, 226, 0, 155)
  397.  
  398. killtitle.Name = "killtitle"
  399. killtitle.Parent = KillFrame
  400. killtitle.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  401. killtitle.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  402. killtitle.Position = UDim2.new(0.0291434582, 0, -0.0345339626, 0)
  403. killtitle.Size = UDim2.new(0, 45, 0, 11)
  404. killtitle.Font = Enum.Font.SourceSansBold
  405. killtitle.Text = "Kill"
  406. killtitle.TextColor3 = Color3.new(1, 1, 1)
  407. killtitle.TextSize = 14
  408. killtitle.TextWrapped = true
  409.  
  410. killall.Name = "killall"
  411. killall.Parent = KillFrame
  412. killall.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  413. killall.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  414. killall.Position = UDim2.new(0.0964354724, 0, 0.128225803, 0)
  415. killall.Size = UDim2.new(0, 83, 0, 27)
  416. killall.Font = Enum.Font.SourceSansBold
  417. killall.Text = "Kill All"
  418. killall.TextColor3 = Color3.new(1, 1, 1)
  419. killall.TextSize = 14
  420. killall.MouseButton1Click:connect(function()
  421. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  422.  
  423. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  424.  
  425. wait(0.5)
  426. function kill(a)
  427. local A_1 =
  428. {
  429. [1] =
  430. {
  431. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  432. ["Distance"] = 3.2524313926697,
  433. ["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),
  434. ["Hit"] = a.Character.Head
  435. },
  436. [2] =
  437. {
  438. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  439. ["Distance"] = 3.2699294090271,
  440. ["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),
  441. ["Hit"] = a.Character.Head
  442. },
  443. [3] =
  444. {
  445. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  446. ["Distance"] = 3.1665518283844,
  447. ["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),
  448. ["Hit"] = a.Character.Head
  449. },
  450. [4] =
  451. {
  452. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  453. ["Distance"] = 3.3218522071838,
  454. ["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),
  455. ["Hit"] = a.Character.Head
  456. },
  457. [5] =
  458. {
  459. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  460. ["Distance"] = 3.222757101059,
  461. ["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),
  462. ["Hit"] = a.Character.Head
  463. }
  464. }
  465. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  466. local Event = game:GetService("ReplicatedStorage").ShootEvent
  467. Event:FireServer(A_1, A_2)
  468. Event:FireServer(A_1, A_2)
  469. end
  470.  
  471. for i,v in pairs(game.Players:GetChildren())do
  472. if v.Name ~= game.Players.LocalPlayer.Name then
  473. kill(v)
  474. end
  475. end
  476. wait(1)
  477. workspace.Remote.TeamEvent:FireServer("Bright orange")
  478. end)
  479.  
  480. killaura.Name = "killaura"
  481. killaura.Parent = KillFrame
  482. killaura.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  483. killaura.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  484. killaura.Position = UDim2.new(0.538623512, 0, 0.128225803, 0)
  485. killaura.Size = UDim2.new(0, 83, 0, 27)
  486. killaura.Font = Enum.Font.SourceSansBold
  487. killaura.Text = "Kill Aura"
  488. killaura.TextColor3 = Color3.new(1, 1, 1)
  489. killaura.TextSize = 14
  490. killaura.MouseButton1Click:connect(function()
  491. game:GetService("StarterGui"):SetCore("SendNotification", {
  492. Title = "Info:";
  493. Text = "Press E To Kill People Near You!";
  494. })
  495.  
  496. plr = game:service'Players'.LocalPlayer
  497. char = plr.Character
  498. mouse = plr:GetMouse()
  499. on = false
  500.  
  501. mouse.KeyDown:connect(function(key)
  502. if key == "e" then
  503. on = true
  504. end
  505. end)
  506.  
  507. mouse.KeyUp:connect(function(key)
  508. if key == "e" then
  509. on = false
  510. end
  511. end)
  512.  
  513. while wait(0.1) do
  514. for i, b in pairs(game.Players:GetChildren()) do
  515. if b.Name ~= plr.Name and not b:IsFriendsWith(plr.UserId) and on then
  516. for i = 1, 10 do
  517. game.ReplicatedStorage.meleeEvent:FireServer(b)
  518. end
  519. end
  520. end
  521. end
  522.  
  523.  
  524. while true do
  525. wait(0.01)
  526. for i,v in pairs (game.Players:GetChildren()) do
  527. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  528. game.ReplicatedStorage.meleeEvent:FireServer(v.Name)
  529. wait(.8)
  530. end
  531. end
  532. end)
  533.  
  534. killtext.Name = "killtext"
  535. killtext.Parent = KillFrame
  536. killtext.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  537. killtext.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  538. killtext.Position = UDim2.new(0.0929203555, 0, 0.429032266, 0)
  539. killtext.Size = UDim2.new(0, 183, 0, 27)
  540. killtext.Font = Enum.Font.SourceSansBold
  541. killtext.Text = ""
  542. killtext.TextColor3 = Color3.new(1, 1, 1)
  543. killtext.TextSize = 14
  544.  
  545. kill.Name = "kill"
  546. kill.Parent = KillFrame
  547. kill.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  548. kill.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  549. kill.Position = UDim2.new(0.0920107663, 0, 0.724999964, 0)
  550. kill.Size = UDim2.new(0, 182, 0, 27)
  551. kill.Font = Enum.Font.SourceSansBold
  552. kill.Text = "Kill Player"
  553. kill.TextColor3 = Color3.new(1, 1, 1)
  554. kill.TextSize = 14
  555. kill.MouseButton1Click:connect(function()
  556. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  557.  
  558. wait(0.1)
  559. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  560.  
  561. local A_1 =
  562. {
  563. [1] =
  564. {
  565. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(277.738678, 6.89340925, 287.773712)),
  566. ["Distance"] = 4.7204174995422,
  567. ["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),
  568. ["Hit"] = game.Workspace[killtext.Text].Head
  569. },
  570. [2] =
  571. {
  572. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(303.047546, 21.3568707, 260.203888)),
  573. ["Distance"] = 4.8114862442017,
  574. ["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),
  575. ["Hit"] = game.Workspace[killtext.Text].Head
  576. },
  577. [3] =
  578. {
  579. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(296.800507, 7.00420141, 268.067932)),
  580. ["Distance"] = 4.444625377655,
  581. ["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),
  582. ["Hit"] = game.Workspace[killtext.Text].Head
  583. },
  584. [4] =
  585. {
  586. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(284.930573, 11.9850616, 280.483368)),
  587. ["Distance"] = 4.6211166381836,
  588. ["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),
  589. ["Hit"] = game.Workspace[killtext.Text].Head
  590. },
  591. [5] =
  592. {
  593. ["RayObject"] = Ray.new(Vector3.new(827.412415, 101.489777, 2296.84326), Vector3.new(294.625824, 2.15741801, 270.538269)),
  594. ["Distance"] = 4.4639973640442,
  595. ["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),
  596. ["Hit"] = game.Workspace[killtext.Text].Head
  597. }
  598. }
  599. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  600. local Event = game:GetService("ReplicatedStorage").ShootEvent
  601. Event:FireServer(A_1, A_2)
  602.  
  603. wait(0.5)
  604. workspace.Remote.TeamEvent:FireServer("Bright orange")
  605. end)
  606.  
  607. MISC.Name = "MISC"
  608. MISC.Parent = MainGUI
  609. MISC.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  610. MISC.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  611. MISC.BorderSizePixel = 0
  612. MISC.Position = UDim2.new(0.221000001, 0, 0.0270000007, 0)
  613. MISC.Size = UDim2.new(0, 408, 0, 378)
  614. MISC.Visible = false
  615.  
  616. ModFrame.Name = "ModFrame"
  617. ModFrame.Parent = MISC
  618. ModFrame.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  619. ModFrame.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  620. ModFrame.Position = UDim2.new(0.00733424025, 0, 0.0094598867, 0)
  621. ModFrame.Size = UDim2.new(0, 193, 0, 123)
  622.  
  623. modtitle.Name = "modtitle"
  624. modtitle.Parent = ModFrame
  625. modtitle.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  626. modtitle.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  627. modtitle.Position = UDim2.new(0.0518134832, 0, -0.0370370448, 0)
  628. modtitle.Size = UDim2.new(0, 45, 0, 11)
  629. modtitle.Font = Enum.Font.SourceSansBold
  630. modtitle.Text = "Mod Guns"
  631. modtitle.TextColor3 = Color3.new(1, 1, 1)
  632. modtitle.TextSize = 14
  633. modtitle.TextWrapped = true
  634.  
  635. modm4.Name = "modm4"
  636. modm4.Parent = ModFrame
  637. modm4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  638. modm4.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  639. modm4.Position = UDim2.new(0.0310880821, 0, 0.225383908, 0)
  640. modm4.Size = UDim2.new(0, 83, 0, 27)
  641. modm4.Font = Enum.Font.SourceSansBold
  642. modm4.Text = "M4A1"
  643. modm4.TextColor3 = Color3.new(1, 1, 1)
  644. modm4.TextSize = 14
  645. modm4.MouseButton1Click:connect(function()
  646. S = game.Players.LocalPlayer.Backpack["M4A1"].GunStates
  647. rs = require(S)
  648. for i,v in next, rs do
  649. rs.Spread = 0
  650. rs.FireRate = 0
  651. rs.CurrentAmmo = math.huge
  652. rs.Bullets = 30
  653. rs.AutoFire = true
  654. end
  655. end)
  656.  
  657. modak.Name = "modak"
  658. modak.Parent = ModFrame
  659. modak.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  660. modak.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  661. modak.Position = UDim2.new(0.531088054, 0, 0.225383908, 0)
  662. modak.Size = UDim2.new(0, 83, 0, 27)
  663. modak.Font = Enum.Font.SourceSansBold
  664. modak.Text = "AK-47"
  665. modak.TextColor3 = Color3.new(1, 1, 1)
  666. modak.TextSize = 14
  667. modak.MouseButton1Click:connect(function()
  668. S = game.Players.LocalPlayer.Backpack["AK-47"].GunStates
  669. rs = require(S)
  670. for i,v in next, rs do
  671. rs.Spread = 0
  672. rs.FireRate = 0
  673. rs.CurrentAmmo = math.huge
  674. rs.Bullets = 30
  675. rs.AutoFire = true
  676. end
  677. end)
  678.  
  679. modshotgun.Name = "modshotgun"
  680. modshotgun.Parent = ModFrame
  681. modshotgun.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  682. modshotgun.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  683. modshotgun.Position = UDim2.new(0.0310880821, 0, 0.539205074, 0)
  684. modshotgun.Size = UDim2.new(0, 83, 0, 27)
  685. modshotgun.Font = Enum.Font.SourceSansBold
  686. modshotgun.Text = "Shotgun"
  687. modshotgun.TextColor3 = Color3.new(1, 1, 1)
  688. modshotgun.TextSize = 14
  689. modshotgun.MouseButton1Click:connect(function()
  690. S = game.Players.LocalPlayer.Backpack["Remington 870"].GunStates
  691. rs = require(S)
  692. for i,v in next, rs do
  693. rs.Spread = 0
  694. rs.FireRate = 0
  695. rs.CurrentAmmo = math.huge
  696. rs.Bullets = 30
  697. rs.AutoFire = true
  698. end
  699. end)
  700.  
  701. modm9.Name = "modm9"
  702. modm9.Parent = ModFrame
  703. modm9.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  704. modm9.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  705. modm9.Position = UDim2.new(0.531088054, 0, 0.539205074, 0)
  706. modm9.Size = UDim2.new(0, 83, 0, 27)
  707. modm9.Font = Enum.Font.SourceSansBold
  708. modm9.Text = "M9"
  709. modm9.TextColor3 = Color3.new(1, 1, 1)
  710. modm9.TextSize = 14
  711. modm9.MouseButton1Click:connect(function()
  712. S = game.Players.LocalPlayer.Backpack["M9"].GunStates
  713. rs = require(S)
  714. for i,v in next, rs do
  715. rs.Spread = 0
  716. rs.FireRate = 0
  717. rs.CurrentAmmo = math.huge
  718. rs.Bullets = 30
  719. rs.AutoFire = true
  720. end
  721. end)
  722.  
  723. MiscFrame.Name = "MiscFrame"
  724. MiscFrame.Parent = MISC
  725. MiscFrame.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  726. MiscFrame.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  727. MiscFrame.Position = UDim2.new(0.507477641, 0, 0.0094598867, 0)
  728. MiscFrame.Size = UDim2.new(0, 193, 0, 123)
  729.  
  730. misctitle.Name = "misctitle"
  731. misctitle.Parent = MiscFrame
  732. misctitle.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  733. misctitle.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  734. misctitle.Position = UDim2.new(0.0518134832, 0, -0.0370370448, 0)
  735. misctitle.Size = UDim2.new(0, 45, 0, 11)
  736. misctitle.Font = Enum.Font.SourceSansBold
  737. misctitle.Text = "Misc"
  738. misctitle.TextColor3 = Color3.new(1, 1, 1)
  739. misctitle.TextSize = 14
  740. misctitle.TextWrapped = true
  741.  
  742. doors.Name = "doors"
  743. doors.Parent = MiscFrame
  744. doors.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  745. doors.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  746. doors.Position = UDim2.new(0.0310880821, 0, 0.225383908, 0)
  747. doors.Size = UDim2.new(0, 83, 0, 27)
  748. doors.Font = Enum.Font.SourceSansBold
  749. doors.Text = "Remove Doors"
  750. doors.TextColor3 = Color3.new(1, 1, 1)
  751. doors.TextSize = 14
  752. doors.MouseButton1Down:connect(function()
  753. game.Workspace.Doors:Destroy()
  754. end)
  755.  
  756. fences.Name = "fences"
  757. fences.Parent = MiscFrame
  758. fences.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  759. fences.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  760. fences.Position = UDim2.new(0.531088054, 0, 0.225383908, 0)
  761. fences.Size = UDim2.new(0, 83, 0, 27)
  762. fences.Font = Enum.Font.SourceSansBold
  763. fences.Text = "Remove Fences"
  764. fences.TextColor3 = Color3.new(1, 1, 1)
  765. fences.TextSize = 14
  766. fences.MouseButton1Down:connect(function()
  767. game.Workspace.Prison_Fences:Destroy()
  768. end)
  769.  
  770. arrest.Name = "arrest"
  771. arrest.Parent = MiscFrame
  772. arrest.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  773. arrest.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  774. arrest.Position = UDim2.new(0.531088054, 0, 0.539205074, 0)
  775. arrest.Size = UDim2.new(0, 83, 0, 27)
  776. arrest.Font = Enum.Font.SourceSansBold
  777. arrest.Text = "Click Arrest"
  778. arrest.TextColor3 = Color3.new(1, 1, 1)
  779. arrest.TextSize = 14
  780. arrest.MouseButton1Down:connect(function()
  781. local mouse = game.Players.LocalPlayer:GetMouse()
  782. local arrestEvent = game.Workspace.Remote.arrest
  783. mouse.Button1Down:connect(function()
  784. local obj = mouse.Target
  785. local response = arrestEvent:InvokeServer(obj)
  786. end)
  787. end)
  788.  
  789. flycar.Name = "flycar"
  790. flycar.Parent = MiscFrame
  791. flycar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  792. flycar.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  793. flycar.Position = UDim2.new(0.0284973793, 0, 0.539205074, 0)
  794. flycar.Size = UDim2.new(0, 83, 0, 27)
  795. flycar.Font = Enum.Font.SourceSansBold
  796. flycar.Text = "Fly Car"
  797. flycar.TextColor3 = Color3.new(1, 1, 1)
  798. flycar.TextSize = 14
  799. flycar.MouseButton1Down:connect(function()
  800. local hint = Instance.new("Hint",game.Players.LocalPlayer.PlayerGui)
  801. hint.Text = "Press Z To Toggle"
  802. hint.Name = game.JobId
  803. repeat wait()
  804. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  805. local mouse = game.Players.LocalPlayer:GetMouse()
  806. repeat wait() until mouse
  807. local plr = game.Players.LocalPlayer
  808. local torso = plr.Character.Torso
  809. local flying = true
  810. local deb = true
  811. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  812. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  813. local maxspeed = 500
  814. local speed = 0
  815.  
  816. function Fly()
  817. local bg = Instance.new("BodyGyro", torso)
  818. bg.P = 9e4
  819. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  820. bg.cframe = torso.CFrame
  821. local bv = Instance.new("BodyVelocity", torso)
  822. bv.velocity = Vector3.new(0,0.1,0)
  823. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  824. repeat wait()
  825. plr.Character.Humanoid.PlatformStand = false
  826. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  827. speed = speed+125.0+(speed/maxspeed)
  828. if speed > maxspeed then
  829. speed = maxspeed
  830. end
  831. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  832. speed = speed-250
  833. if speed < 0 then
  834. speed = 0
  835. end
  836. end
  837. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  838. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  839. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  840. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  841. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  842. else
  843. bv.velocity = Vector3.new(0,0.1,0)
  844. end
  845. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  846. until not flying
  847. ctrl = {f = 0, b = 0, l = 0, r = 0}
  848. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  849. speed = 0
  850. bg:Destroy()
  851. bv:Destroy()
  852. plr.Character.Humanoid.PlatformStand = false
  853. end
  854. mouse.KeyDown:connect(function(key)
  855. if key:lower() == "z" then
  856. if flying then flying = false
  857. else
  858. flying = true
  859. Fly()
  860. end
  861. elseif key:lower() == "w" then
  862. ctrl.f = 1
  863. elseif key:lower() == "s" then
  864. ctrl.b = -1
  865. elseif key:lower() == "a" then
  866. ctrl.l = -1
  867. elseif key:lower() == "d" then
  868. ctrl.r = 1
  869. end
  870. end)
  871. mouse.KeyUp:connect(function(key)
  872. if key:lower() == "w" then
  873. ctrl.f = 0
  874. elseif key:lower() == "s" then
  875. ctrl.b = 0
  876. elseif key:lower() == "a" then
  877. ctrl.l = 0
  878. elseif key:lower() == "d" then
  879. ctrl.r = 0
  880. end
  881. wait(5)
  882. hint:Destroy()
  883. end)
  884. Fly()
  885. end)
  886.  
  887. TPLIST.Name = "TP LIST"
  888. TPLIST.Parent = MainGUI
  889. TPLIST.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  890. TPLIST.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  891. TPLIST.BorderSizePixel = 0
  892. TPLIST.Position = UDim2.new(0.221000001, 0, 0.0270000007, 0)
  893. TPLIST.Size = UDim2.new(0, 408, 0, 378)
  894. TPLIST.Visible = false
  895.  
  896. OtherFrame_2.Name = "OtherFrame"
  897. OtherFrame_2.Parent = TPLIST
  898. OtherFrame_2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  899. OtherFrame_2.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  900. OtherFrame_2.Position = UDim2.new(0.00733424164, 0, 0.00926943216, 0)
  901. OtherFrame_2.Size = UDim2.new(0, 193, 0, 123)
  902.  
  903. tptitle.Name = "tptitle"
  904. tptitle.Parent = OtherFrame_2
  905. tptitle.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  906. tptitle.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  907. tptitle.Position = UDim2.new(0.0515263528, 0, -0.0318927914, 0)
  908. tptitle.Size = UDim2.new(0, 45, 0, 11)
  909. tptitle.Font = Enum.Font.SourceSansBold
  910. tptitle.Text = "TP"
  911. tptitle.TextColor3 = Color3.new(1, 1, 1)
  912. tptitle.TextSize = 14
  913. tptitle.TextWrapped = true
  914.  
  915. proom.Name = "proom"
  916. proom.Parent = OtherFrame_2
  917. proom.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  918. proom.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  919. proom.Position = UDim2.new(0.0309999995, 0, 0.224999994, 0)
  920. proom.Size = UDim2.new(0, 83, 0, 27)
  921. proom.Font = Enum.Font.SourceSansBold
  922. proom.Text = "Police Room"
  923. proom.TextColor3 = Color3.new(1, 1, 1)
  924. proom.TextSize = 14
  925. proom.MouseButton1Click:connect(function()
  926. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(836, 99, 2271)
  927. end)
  928.  
  929. prcells.Name = "prcells"
  930. prcells.Parent = OtherFrame_2
  931. prcells.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  932. prcells.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  933. prcells.Position = UDim2.new(0.531000018, 0, 0.224999994, 0)
  934. prcells.Size = UDim2.new(0, 83, 0, 27)
  935. prcells.Font = Enum.Font.SourceSansBold
  936. prcells.Text = "Prison Cells"
  937. prcells.TextColor3 = Color3.new(1, 1, 1)
  938. prcells.TextSize = 14
  939. prcells.MouseButton1Click:connect(function()
  940. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918, 97.73, 2447)
  941. end)
  942.  
  943. crime_2.Name = "crime"
  944. crime_2.Parent = OtherFrame_2
  945. crime_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  946. crime_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  947. crime_2.Position = UDim2.new(0.0309999995, 0, 0.538999975, 0)
  948. crime_2.Size = UDim2.new(0, 83, 0, 27)
  949. crime_2.Font = Enum.Font.SourceSansBold
  950. crime_2.Text = "Crime Base"
  951. crime_2.TextColor3 = Color3.new(1, 1, 1)
  952. crime_2.TextSize = 14
  953. crime_2.MouseButton1Click:connect(function()
  954. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.704, 91.632, 2056.925)
  955. end)
  956.  
  957. yard.Name = "yard"
  958. yard.Parent = OtherFrame_2
  959. yard.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  960. yard.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  961. yard.Position = UDim2.new(0.531000018, 0, 0.538999975, 0)
  962. yard.Size = UDim2.new(0, 83, 0, 27)
  963. yard.Font = Enum.Font.SourceSansBold
  964. yard.Text = "Yard"
  965. yard.TextColor3 = Color3.new(1, 1, 1)
  966. yard.TextSize = 14
  967. yard.MouseButton1Click:connect(function()
  968. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779.092, 96.001, 2451.114)
  969. end)
  970.  
  971. TeamsFrame_2.Name = "TeamsFrame"
  972. TeamsFrame_2.Parent = TPLIST
  973. TeamsFrame_2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  974. TeamsFrame_2.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  975. TeamsFrame_2.Position = UDim2.new(0.507477641, 0, 0.0094598867, 0)
  976. TeamsFrame_2.Size = UDim2.new(0, 193, 0, 123)
  977.  
  978. teamstitle_2.Name = "teamstitle"
  979. teamstitle_2.Parent = TeamsFrame_2
  980. teamstitle_2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  981. teamstitle_2.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  982. teamstitle_2.Position = UDim2.new(0.062176168, 0, -0.0370370522, 0)
  983. teamstitle_2.Size = UDim2.new(0, 70, 0, 11)
  984. teamstitle_2.Font = Enum.Font.SourceSansBold
  985. teamstitle_2.Text = "TP To Player"
  986. teamstitle_2.TextColor3 = Color3.new(1, 1, 1)
  987. teamstitle_2.TextSize = 14
  988. teamstitle_2.TextWrapped = true
  989.  
  990. na_2.Name = "na"
  991. na_2.Parent = TeamsFrame_2
  992. na_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  993. na_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  994. na_2.Position = UDim2.new(0.0284974091, 0, 0.539205134, 0)
  995. na_2.Size = UDim2.new(0, 180, 0, 27)
  996. na_2.Font = Enum.Font.SourceSansBold
  997. na_2.Text = "Teleport To Player"
  998. na_2.TextColor3 = Color3.new(1, 1, 1)
  999. na_2.TextSize = 14
  1000. na_2.MouseButton1Click:connect(function()
  1001. local tp_namedplayer = TextBox.Text
  1002. local tp_player = game:GetService("Players")[tp_namedplayer]
  1003. local PLR = game:GetService("Players").LocalPlayer
  1004. local p = TextBox.Text
  1005.  
  1006. if tp_player then
  1007. for i = 1,1 do
  1008. wait(.08)
  1009. PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 0, -1)
  1010. end
  1011. end
  1012. end)
  1013.  
  1014. TextBox.Parent = TeamsFrame_2
  1015. TextBox.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1016. TextBox.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1017. TextBox.Position = UDim2.new(0.0259067342, 0, 0.219512224, 0)
  1018. TextBox.Size = UDim2.new(0, 179, 0, 27)
  1019. TextBox.Font = Enum.Font.SourceSansBold
  1020. TextBox.Text = ""
  1021. TextBox.TextColor3 = Color3.new(1, 1, 1)
  1022. TextBox.TextSize = 14
  1023.  
  1024. INFO.Name = "INFO"
  1025. INFO.Parent = MainGUI
  1026. INFO.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1027. INFO.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1028. INFO.BorderSizePixel = 0
  1029. INFO.Position = UDim2.new(0.221000001, 0, 0.0270000007, 0)
  1030. INFO.Size = UDim2.new(0, 408, 0, 378)
  1031.  
  1032. OtherFrame_3.Name = "OtherFrame"
  1033. OtherFrame_3.Parent = INFO
  1034. OtherFrame_3.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1035. OtherFrame_3.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1036. OtherFrame_3.Position = UDim2.new(0.00733424164, 0, 0.0118968496, 0)
  1037. OtherFrame_3.Size = UDim2.new(0, 397, 0, 365)
  1038.  
  1039. infotitle.Name = "infotitle"
  1040. infotitle.Parent = OtherFrame_3
  1041. infotitle.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1042. infotitle.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1043. infotitle.Position = UDim2.new(0.0543323755, 0, -0.0139822904, 0)
  1044. infotitle.Size = UDim2.new(0, 45, 0, 11)
  1045. infotitle.Font = Enum.Font.SourceSansBold
  1046. infotitle.Text = "Info"
  1047. infotitle.TextColor3 = Color3.new(1, 1, 1)
  1048. infotitle.TextSize = 14
  1049. infotitle.TextWrapped = true
  1050.  
  1051. TextLabel.Parent = OtherFrame_3
  1052. TextLabel.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1053. TextLabel.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1054. TextLabel.Position = UDim2.new(0.0977189764, 0, 0.169863015, 0)
  1055. TextLabel.Size = UDim2.new(0, 322, 0, 19)
  1056. TextLabel.Font = Enum.Font.SourceSansBold
  1057. TextLabel.Text = "GUI Made By: Jmuse#3982"
  1058. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  1059. TextLabel.TextSize = 14
  1060.  
  1061. TextLabel_2.Parent = OtherFrame_3
  1062. TextLabel_2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1063. TextLabel_2.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1064. TextLabel_2.Position = UDim2.new(0.0977189764, 0, 0.221917808, 0)
  1065. TextLabel_2.Size = UDim2.new(0, 322, 0, 19)
  1066. TextLabel_2.Font = Enum.Font.SourceSansBold
  1067. TextLabel_2.Text = "Youtube: Jmuse"
  1068. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  1069. TextLabel_2.TextSize = 14
  1070.  
  1071. TextLabel_3.Parent = OtherFrame_3
  1072. TextLabel_3.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1073. TextLabel_3.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1074. TextLabel_3.Position = UDim2.new(0.105275653, 0, 0.273972601, 0)
  1075. TextLabel_3.Size = UDim2.new(0, 322, 0, 19)
  1076. TextLabel_3.Font = Enum.Font.SourceSansBold
  1077. TextLabel_3.Text = "Website: https://rbxcheats--jmuse.repl.co/"
  1078. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  1079. TextLabel_3.TextSize = 14
  1080.  
  1081. TextLabel_4.Parent = OtherFrame_3
  1082. TextLabel_4.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1083. TextLabel_4.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1084. TextLabel_4.Position = UDim2.new(0.0952000841, 0, 0.326027393, 0)
  1085. TextLabel_4.Size = UDim2.new(0, 322, 0, 19)
  1086. TextLabel_4.Font = Enum.Font.SourceSansBold
  1087. TextLabel_4.Text = "DM Me On Discord For Server Invite"
  1088. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  1089. TextLabel_4.TextSize = 14
  1090.  
  1091. TextLabel_5.Parent = OtherFrame_3
  1092. TextLabel_5.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1093. TextLabel_5.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1094. TextLabel_5.Position = UDim2.new(0.105275653, 0, 0.479452044, 0)
  1095. TextLabel_5.Size = UDim2.new(0, 322, 0, 19)
  1096. TextLabel_5.Font = Enum.Font.SourceSansBold
  1097. TextLabel_5.Text = "Most Scripts Made By: Jake11Price"
  1098. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  1099. TextLabel_5.TextSize = 14
  1100.  
  1101. TextLabel_6.Parent = OtherFrame_3
  1102. TextLabel_6.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1103. TextLabel_6.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1104. TextLabel_6.Position = UDim2.new(0.105275653, 0, 0.531506896, 0)
  1105. TextLabel_6.Size = UDim2.new(0, 322, 0, 19)
  1106. TextLabel_6.Font = Enum.Font.SourceSansBold
  1107. TextLabel_6.Text = "Fly Car Script By: Exodots"
  1108. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  1109. TextLabel_6.TextSize = 14
  1110.  
  1111. TextLabel_7.Parent = OtherFrame_3
  1112. TextLabel_7.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1113. TextLabel_7.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1114. TextLabel_7.Position = UDim2.new(0.105275653, 0, 0.712328792, 0)
  1115. TextLabel_7.Size = UDim2.new(0, 322, 0, 19)
  1116. TextLabel_7.Font = Enum.Font.SourceSansBold
  1117. TextLabel_7.Text = "Version: v2.2"
  1118. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  1119. TextLabel_7.TextSize = 14
  1120.  
  1121. TextLabel_8.Parent = OtherFrame_3
  1122. TextLabel_8.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1123. TextLabel_8.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1124. TextLabel_8.Position = UDim2.new(0.105275653, 0, 0.764383614, 0)
  1125. TextLabel_8.Size = UDim2.new(0, 322, 0, 19)
  1126. TextLabel_8.Font = Enum.Font.SourceSansBold
  1127. TextLabel_8.Text = "Mod Gun Scripts Won't Work For Free Exploits!"
  1128. TextLabel_8.TextColor3 = Color3.new(1, 0, 0)
  1129. TextLabel_8.TextSize = 14
  1130.  
  1131. info.Name = "info"
  1132. info.Parent = MainGUI
  1133. info.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1134. info.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1135. info.Position = UDim2.new(0.0223664101, 0, 0.612118721, 0)
  1136. info.Size = UDim2.new(0, 93, 0, 50)
  1137. info.Font = Enum.Font.SourceSansBold
  1138. info.Text = "INFO"
  1139. info.TextColor3 = Color3.new(1, 1, 1)
  1140. info.TextSize = 14
  1141. info.MouseButton1Click:connect(function()
  1142. INFO.Visible = true
  1143. LOCAL.Visible = false
  1144. MISC.Visible = false
  1145. RAGE.Visible = false
  1146. TPLIST.Visible = false
  1147. end)
  1148.  
  1149. vlocal.Name = "local"
  1150. vlocal.Parent = MainGUI
  1151. vlocal.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1152. vlocal.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1153. vlocal.Position = UDim2.new(0.0223664101, 0, 0.0521187522, 0)
  1154. vlocal.Size = UDim2.new(0, 93, 0, 50)
  1155. vlocal.Font = Enum.Font.SourceSansBold
  1156. vlocal.Text = "LOCAL"
  1157. vlocal.TextColor3 = Color3.new(1, 1, 1)
  1158. vlocal.TextSize = 14
  1159. vlocal.MouseButton1Click:connect(function()
  1160. INFO.Visible = false
  1161. LOCAL.Visible = true
  1162. MISC.Visible = false
  1163. RAGE.Visible = false
  1164. TPLIST.Visible = false
  1165. end)
  1166.  
  1167. misc.Name = "misc"
  1168. misc.Parent = MainGUI
  1169. misc.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1170. misc.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1171. misc.Position = UDim2.new(0.0223664101, 0, 0.33211875, 0)
  1172. misc.Size = UDim2.new(0, 93, 0, 50)
  1173. misc.Font = Enum.Font.SourceSansBold
  1174. misc.Text = "MISC"
  1175. misc.TextColor3 = Color3.new(1, 1, 1)
  1176. misc.TextSize = 14
  1177. misc.MouseButton1Click:connect(function()
  1178. INFO.Visible = false
  1179. LOCAL.Visible = false
  1180. MISC.Visible = true
  1181. RAGE.Visible = false
  1182. TPLIST.Visible = false
  1183. end)
  1184.  
  1185. rage.Name = "rage"
  1186. rage.Parent = MainGUI
  1187. rage.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1188. rage.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1189. rage.Position = UDim2.new(0.0223664101, 0, 0.192118794, 0)
  1190. rage.Size = UDim2.new(0, 93, 0, 50)
  1191. rage.Font = Enum.Font.SourceSansBold
  1192. rage.Text = "RAGE"
  1193. rage.TextColor3 = Color3.new(1, 1, 1)
  1194. rage.TextSize = 14
  1195. rage.MouseButton1Click:connect(function()
  1196. INFO.Visible = false
  1197. LOCAL.Visible = false
  1198. MISC.Visible = false
  1199. RAGE.Visible = true
  1200. TPLIST.Visible = false
  1201. end)
  1202.  
  1203. tplist.Name = "tplist"
  1204. tplist.Parent = MainGUI
  1205. tplist.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1206. tplist.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1207. tplist.Position = UDim2.new(0.0223664101, 0, 0.472118735, 0)
  1208. tplist.Size = UDim2.new(0, 93, 0, 50)
  1209. tplist.Font = Enum.Font.SourceSansBold
  1210. tplist.Text = "TP LIST"
  1211. tplist.TextColor3 = Color3.new(1, 1, 1)
  1212. tplist.TextSize = 14
  1213. tplist.MouseButton1Click:connect(function()
  1214. INFO.Visible = false
  1215. LOCAL.Visible = false
  1216. MISC.Visible = false
  1217. RAGE.Visible = false
  1218. TPLIST.Visible = true
  1219. end)
  1220. -- Scripts:
  1221. function SCRIPT_ZVLF84_FAKESCRIPT() -- MainGUI.LocalScript
  1222. local script = Instance.new('LocalScript')
  1223. script.Parent = MainGUI
  1224. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  1225. if key:lower() == "f" then
  1226. if script.Parent.Visible == false then
  1227. script.Parent.Visible = true
  1228. else
  1229. script.Parent.Visible = false
  1230. end
  1231. end
  1232. end)
  1233.  
  1234. end
  1235. coroutine.resume(coroutine.create(SCRIPT_ZVLF84_FAKESCRIPT))
  1236.  
  1237.  
  1238. game:GetService("StarterGui"):SetCore("SendNotification", {
  1239. Title = "Info:";
  1240. Text = "Prison Life GUI v2.2 Has Loaded";
  1241. })
  1242. wait(1)
  1243. game:GetService("StarterGui"):SetCore("SendNotification", {
  1244. Title = "Info:";
  1245. Text = "Press [F] To Open GUI";
  1246. })
  1247. wait(1)
  1248. game:GetService("StarterGui"):SetCore("SendNotification", {
  1249. Title = "Info:";
  1250. Text = "Made By: Jmuse#3982";
  1251. })
  1252.  
  1253. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  1254.  
  1255. counter = 0
  1256.  
  1257. while wait(0.1)do
  1258. game.Players.LocalPlayer.PlayerGui.Home.hud.StaminaFrame.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1259.  
  1260. counter = counter + 0.01
  1261. end
  1262.  
  1263. --[[
  1264. Made By: Jmuse#3982
  1265. Full credit to the original script makers
  1266. Website: http://rbxcheats.com/
  1267. ]]
Add Comment
Please, Sign In to add comment