Advertisement
Awesome_Gaming

PrisonBreak Beta V1.3

Dec 25th, 2019
3,206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.96 KB | None | 0 0
  1. -- PrisonBreak Beta Made by Erick Denis David (Erickdenisdavid03HD)
  2. -- Beta Version: 1.3
  3.  
  4. local PrisonBreakBetaV13 = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local MainMenu = Instance.new("TextLabel")
  8. local OpenBeta = Instance.new("TextButton")
  9. local Beta11 = Instance.new("TextLabel")
  10. local Guimenu = Instance.new("TextButton")
  11. local ComingSoon = Instance.new("TextButton")
  12. local Main = Instance.new("Frame")
  13. local Title = Instance.new("TextLabel")
  14. local Btools = Instance.new("TextButton")
  15. local Guns = Instance.new("TextButton")
  16. local SuperPunch = Instance.new("TextButton")
  17. local RemoveWalls = Instance.new("TextButton")
  18. local RemoveAll = Instance.new("TextButton")
  19. local Yard = Instance.new("TextButton")
  20. local Crimbase = Instance.new("TextButton")
  21. local Prison = Instance.new("TextButton")
  22. local KillAll = Instance.new("TextButton")
  23. local Police = Instance.new("TextButton")
  24. local Inmate = Instance.new("TextButton")
  25. local Neutral = Instance.new("TextButton")
  26. local Arrestcrims = Instance.new("TextButton")
  27. local Invisible = Instance.new("TextButton")
  28. local Creatorname = Instance.new("TextLabel")
  29. local Close = Instance.new("TextButton")
  30. local Fling = Instance.new("TextButton")
  31. local Mainbeta = Instance.new("Frame")
  32. local Titlebeta = Instance.new("TextLabel")
  33. local Closebeta = Instance.new("TextButton")
  34. local PunishAll = Instance.new("TextButton")
  35. local UnPunishAll = Instance.new("TextButton")
  36. local FastRemington = Instance.new("TextButton")
  37. local FastM9 = Instance.new("TextButton")
  38. local FastTaser = Instance.new("TextButton")
  39. local Taserbypass = Instance.new("TextButton")
  40. local Guimain = Instance.new("Frame")
  41. local Titleagain = Instance.new("TextLabel")
  42. local PrisonBreakerV15 = Instance.new("TextButton")
  43. local Infiniteyield = Instance.new("TextButton")
  44. local PrisonDestroyer = Instance.new("TextButton")
  45. local Close3 = Instance.new("TextButton")
  46.  
  47. --Properties:
  48.  
  49. PrisonBreakBetaV13.Name = "PrisonBreak Beta V1.3"
  50. PrisonBreakBetaV13.Parent = game.CoreGui
  51.  
  52. Frame.Parent = PrisonBreakBetaV13
  53. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  54. Frame.Position = UDim2.new(0, 0, 0.28747794, 0)
  55. Frame.Size = UDim2.new(0, 239, 0, 331)
  56.  
  57. Open.Name = "Open"
  58. Open.Parent = Frame
  59. Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  60. Open.Position = UDim2.new(0.0334728025, 0, 0.169796795, 0)
  61. Open.Size = UDim2.new(0, 222, 0, 43)
  62. Open.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  63. Open.Text = "Open"
  64. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  65. Open.TextSize = 14.000
  66. Open.MouseButton1Down:connect(function()
  67. Frame.Visible = false
  68. Main.Visible = true
  69. end)
  70.  
  71. MainMenu.Name = "Main Menu"
  72. MainMenu.Parent = Frame
  73. MainMenu.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  74. MainMenu.BackgroundTransparency = 1.000
  75. MainMenu.Size = UDim2.new(0, 239, 0, 50)
  76. MainMenu.Text = "Main Menu"
  77. MainMenu.TextColor3 = Color3.fromRGB(255, 255, 255)
  78. MainMenu.TextSize = 14.000
  79.  
  80. OpenBeta.Name = "Open [Beta]"
  81. OpenBeta.Parent = Frame
  82. OpenBeta.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  83. OpenBeta.Position = UDim2.new(0.0334728025, 0, 0.324249685, 0)
  84. OpenBeta.Size = UDim2.new(0, 222, 0, 42)
  85. OpenBeta.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  86. OpenBeta.Text = "Open [Beta]"
  87. OpenBeta.TextColor3 = Color3.fromRGB(0, 0, 0)
  88. OpenBeta.TextSize = 14.000
  89. OpenBeta.MouseButton1Down:connect(function()
  90. Frame.Visible = false
  91. Mainbeta.Visible = true
  92. end)
  93.  
  94. Beta11.Name = "Beta 1.1"
  95. Beta11.Parent = Frame
  96. Beta11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  97. Beta11.BackgroundTransparency = 1.000
  98. Beta11.Position = UDim2.new(-0.00418410031, 0, 0.835241616, 0)
  99. Beta11.Size = UDim2.new(0, 239, 0, 49)
  100. Beta11.Text = "Version: Beta 1.3"
  101. Beta11.TextColor3 = Color3.fromRGB(255, 255, 255)
  102. Beta11.TextSize = 14.000
  103.  
  104. Guimenu.Name = "Gui menu"
  105. Guimenu.Parent = Frame
  106. Guimenu.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. Guimenu.Position = UDim2.new(0.0334728025, 0, 0.46980679, 0)
  108. Guimenu.Size = UDim2.new(0, 222, 0, 42)
  109. Guimenu.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  110. Guimenu.Text = "Gui menu"
  111. Guimenu.TextColor3 = Color3.fromRGB(0, 0, 0)
  112. Guimenu.TextSize = 14.000
  113. Guimenu.MouseButton1Down:connect(function()
  114. Frame.Visible = false
  115. Guimain.Visible = true
  116. end)
  117.  
  118. ComingSoon.Name = "Coming Soon"
  119. ComingSoon.Parent = Frame
  120. ComingSoon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  121. ComingSoon.Position = UDim2.new(0.0334728025, 0, 0.623885334, 0)
  122. ComingSoon.Size = UDim2.new(0, 222, 0, 42)
  123. ComingSoon.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  124. ComingSoon.Text = "Coming Soon"
  125. ComingSoon.TextColor3 = Color3.fromRGB(0, 0, 0)
  126. ComingSoon.TextSize = 14.000
  127.  
  128. Main.Name = "Main"
  129. Main.Parent = PrisonBreakBetaV13
  130. Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  131. Main.Position = UDim2.new(0.274635017, 0, 0.164021164, 0)
  132. Main.Size = UDim2.new(0, 600, 0, 380)
  133. Main.Visible = false
  134. Main.Active = true
  135. Main.Draggable = true
  136.  
  137. Title.Name = "Title"
  138. Title.Parent = Main
  139. Title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  140. Title.BackgroundTransparency = 1.000
  141. Title.Size = UDim2.new(0, 600, 0, 50)
  142. Title.Text = "PrisonBreak Beta V1.1"
  143. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  144. Title.TextSize = 14.000
  145.  
  146. Btools.Name = "Btools"
  147. Btools.Parent = Main
  148. Btools.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  149. Btools.Position = UDim2.new(0, 0, 0.131578937, 0)
  150. Btools.Size = UDim2.new(0, 200, 0, 50)
  151. Btools.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  152. Btools.Text = "Btools"
  153. Btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  154. Btools.TextSize = 14.000
  155. Btools.MouseButton1Down:connect(function()
  156. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  157. tool1.BinType = "Hammer"
  158. end)
  159.  
  160. Guns.Name = "Guns"
  161. Guns.Parent = Main
  162. Guns.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  163. Guns.Position = UDim2.new(0.333333343, 0, 0.131578937, 0)
  164. Guns.Size = UDim2.new(0, 200, 0, 50)
  165. Guns.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  166. Guns.Text = "Guns"
  167. Guns.TextColor3 = Color3.fromRGB(0, 0, 0)
  168. Guns.TextSize = 14.000
  169. Guns.MouseButton1Down:connect(function()
  170. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  171.  
  172. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  173. print(lol)
  174. end
  175. end)
  176.  
  177. SuperPunch.Name = "SuperPunch"
  178. SuperPunch.Parent = Main
  179. SuperPunch.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  180. SuperPunch.Position = UDim2.new(0.666666687, 0, 0.131578937, 0)
  181. SuperPunch.Size = UDim2.new(0, 200, 0, 50)
  182. SuperPunch.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  183. SuperPunch.Text = "SuperPunch"
  184. SuperPunch.TextColor3 = Color3.fromRGB(0, 0, 0)
  185. SuperPunch.TextSize = 14.000
  186. SuperPunch.MouseButton1Down:connect(function()
  187. 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)
  188. end)
  189.  
  190. RemoveWalls.Name = "RemoveWalls"
  191. RemoveWalls.Parent = Main
  192. RemoveWalls.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  193. RemoveWalls.Position = UDim2.new(0, 0, 0.263157904, 0)
  194. RemoveWalls.Size = UDim2.new(0, 200, 0, 50)
  195. RemoveWalls.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  196. RemoveWalls.Text = "RemoveWalls"
  197. RemoveWalls.TextColor3 = Color3.fromRGB(0, 0, 0)
  198. RemoveWalls.TextSize = 14.000
  199. RemoveWalls.MouseButton1Down:connect(function()
  200. wait(0.1)
  201. game.Workspace.Prison_Guard_Outpost:Remove()
  202.  
  203. wait(0.1)
  204. game.Workspace.Prison_Cafeteria.building:Remove()
  205.  
  206. wait(0.1)
  207. game.Workspace.Prison_Cafeteria.glass:Remove()
  208.  
  209. wait(0.1)
  210. game.Workspace.Prison_Cafeteria.oven:Remove()
  211.  
  212. wait(0.1)
  213. game.Workspace.Prison_Cafeteria.shelves:Remove()
  214.  
  215. wait(0.1)
  216. game.Workspace.Prison_Cafeteria.vents:Remove()
  217.  
  218. wait(0.1)
  219. game.Workspace.Prison_Cafeteria.accents:Remove()
  220.  
  221. wait(0.1)
  222. game.Workspace.Prison_Cafeteria.vendingmachine:Remove()
  223.  
  224. wait(0.1)
  225. game.Workspace.Prison_Cafeteria.Prison_table1:Remove()
  226.  
  227. wait(0.1)
  228. game.Workspace.Prison_Cafeteria.counter:Remove()
  229.  
  230. wait(0.1)
  231. game.Workspace.Prison_Cafeteria.boxes:Remove()
  232. end)
  233.  
  234.  
  235.  
  236. RemoveAll.Name = "RemoveAll"
  237. RemoveAll.Parent = Main
  238. RemoveAll.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  239. RemoveAll.Position = UDim2.new(0.333333343, 0, 0.263157904, 0)
  240. RemoveAll.Size = UDim2.new(0, 200, 0, 50)
  241. RemoveAll.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  242. RemoveAll.Text = "RemoveAll"
  243. RemoveAll.TextColor3 = Color3.fromRGB(0, 0, 0)
  244. RemoveAll.TextSize = 14.000
  245. RemoveAll.MouseButton1Down:connect(function()
  246. wait(0.1)
  247. game.Workspace.Prison_Halls.walls:Remove()
  248.  
  249. wait(0.1)
  250. game.Workspace.Prison_Halls.roof:Remove()
  251.  
  252. wait(0.1)
  253. game.Workspace.Prison_Halls.outlines:Remove()
  254.  
  255. wait(0.1)
  256. game.Workspace.Prison_Halls.lights:Remove()
  257.  
  258. wait(0.1)
  259. Workspace.Prison_Halls.accent:Remove()
  260.  
  261. wait(0.1)
  262. game.Workspace.Prison_Halls.glass:Remove()
  263.  
  264. wait(0.1)
  265. game.Workspace.Prison_Cellblock.b_front:Remove()
  266.  
  267. wait(0.1)
  268. game.Workspace.Prison_Cellblock.doors:Remove()
  269.  
  270. wait(0.1)
  271. game.Workspace.Prison_Cellblock.c_tables:Remove()
  272.  
  273. wait(0.1)
  274. game.Workspace.Prison_Cellblock.a_front:Remove()
  275.  
  276. wait(0.1)
  277. game.Workspace.Prison_Cellblock.b_outerwall:Remove()
  278.  
  279. wait(0.1)
  280. game.Workspace.Prison_Cellblock.c_wall:Remove()
  281.  
  282. wait(0.1)
  283. game.Workspace.Prison_Cellblock.b_wall:Remove()
  284.  
  285. wait(0.1)
  286. game.Workspace.Prison_Cellblock.c_hallwall:Remove()
  287.  
  288. wait(0.1)
  289. game.Workspace.Prison_Cellblock.a_outerwall:Remove()
  290.  
  291. wait(0.1)
  292. game.Workspace.Prison_Cellblock.b_ramp:Remove()
  293.  
  294. wait(0.1)
  295. game.Workspace.Prison_Cellblock.a_ramp:Remove()
  296.  
  297. wait(0.1)
  298. game.Workspace.Prison_Cellblock.a_walls:Remove()
  299.  
  300. wait(0.1)
  301. game.Workspace.Prison_Cellblock.Cells_B:Remove()
  302.  
  303. wait(0.1)
  304. game.Workspace.Prison_Cellblock.Cells_A:Remove()
  305.  
  306. wait(0.1)
  307. game.Workspace.Prison_Cellblock.c_corner:Remove()
  308.  
  309. wait(0.1)
  310. game.Workspace.Prison_Cellblock.Wedge:Remove()
  311.  
  312. wait(0.1)
  313. game.Workspace.Prison_Cellblock.a_ceiling:Remove()
  314.  
  315. wait(0.1)
  316. game.Workspace.Prison_Cellblock.b_ceiling:Remove()
  317.  
  318. wait(0.1)
  319. game.Workspace.City_buildings:Remove()
  320.  
  321. wait(0.1)
  322. game.Workspace.Prison_OuterWall:Remove()
  323.  
  324. wait(0.1)
  325. game.Workspace.Prison_Fences:Remove()
  326. end)
  327.  
  328. Yard.Name = "Yard"
  329. Yard.Parent = Main
  330. Yard.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  331. Yard.Position = UDim2.new(0.333333373, 0, 0.394736886, 0)
  332. Yard.Size = UDim2.new(0, 200, 0, 50)
  333. Yard.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  334. Yard.Text = "Yard"
  335. Yard.TextColor3 = Color3.fromRGB(0, 0, 0)
  336. Yard.TextSize = 14.000
  337. Yard.MouseButton1Down:connect(function()
  338. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779.87,98,2458.93)
  339. end)
  340.  
  341. Crimbase.Name = "Crimbase"
  342. Crimbase.Parent = Main
  343. Crimbase.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  344. Crimbase.Position = UDim2.new(0.666666687, 0, 0.263157904, 0)
  345. Crimbase.Size = UDim2.new(0, 200, 0, 50)
  346. Crimbase.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  347. Crimbase.Text = "Crimbase"
  348. Crimbase.TextColor3 = Color3.fromRGB(0, 0, 0)
  349. Crimbase.TextSize = 14.000
  350. Crimbase.MouseButton1Down:connect(function()
  351. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.46,94.13,2063.63)
  352. end)
  353.  
  354.  
  355. Prison.Name = "Prison"
  356. Prison.Parent = Main
  357. Prison.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  358. Prison.Position = UDim2.new(0, 0, 0.394736856, 0)
  359. Prison.Size = UDim2.new(0, 200, 0, 50)
  360. Prison.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  361. Prison.Text = "Prison"
  362. Prison.TextColor3 = Color3.fromRGB(0, 0, 0)
  363. Prison.TextSize = 14.000
  364. Prison.MouseButton1Down:connect(function()
  365. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
  366. end)
  367.  
  368. KillAll.Name = "KillAll"
  369. KillAll.Parent = Main
  370. KillAll.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  371. KillAll.Position = UDim2.new(0, 0, 0.526315808, 0)
  372. KillAll.Size = UDim2.new(0, 200, 0, 50)
  373. KillAll.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  374. KillAll.Text = "KillAll"
  375. KillAll.TextColor3 = Color3.fromRGB(0, 0, 0)
  376. KillAll.TextSize = 14.000
  377. KillAll.MouseButton1Down:connect(function()
  378. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  379.  
  380. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  381.  
  382. wait(0.5)
  383. function kill(a)
  384. local A_1 =
  385. {
  386. [1] =
  387. {
  388. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  389. ["Distance"] = 3.2524313926697,
  390. ["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),
  391. ["Hit"] = a.Character.Head
  392. },
  393. [2] =
  394. {
  395. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  396. ["Distance"] = 3.2699294090271,
  397. ["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),
  398. ["Hit"] = a.Character.Head
  399. },
  400. [3] =
  401. {
  402. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  403. ["Distance"] = 3.1665518283844,
  404. ["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),
  405. ["Hit"] = a.Character.Head
  406. },
  407. [4] =
  408. {
  409. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  410. ["Distance"] = 3.3218522071838,
  411. ["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),
  412. ["Hit"] = a.Character.Head
  413. },
  414. [5] =
  415. {
  416. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  417. ["Distance"] = 3.222757101059,
  418. ["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),
  419. ["Hit"] = a.Character.Head
  420. }
  421. }
  422. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  423. local Event = game:GetService("ReplicatedStorage").ShootEvent
  424. Event:FireServer(A_1, A_2)
  425. Event:FireServer(A_1, A_2)
  426. end
  427.  
  428. for i,v in pairs(game.Players:GetChildren())do
  429. if v.Name ~= game.Players.LocalPlayer.Name then
  430. kill(v)
  431. end
  432. end
  433. wait(1)
  434. workspace.Remote.TeamEvent:FireServer("Bright orange")
  435. end)
  436.  
  437.  
  438.  
  439. Police.Name = "Police"
  440. Police.Parent = Main
  441. Police.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  442. Police.Position = UDim2.new(0, 0, 0.650000036, 0)
  443. Police.Size = UDim2.new(0, 200, 0, 50)
  444. Police.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  445. Police.Text = "Police"
  446. Police.TextColor3 = Color3.fromRGB(0, 0, 0)
  447. Police.TextSize = 14.000
  448. Police.MouseButton1Down:connect(function()
  449. workspace.Remote.TeamEvent:FireServer("Bright blue")
  450. end)
  451.  
  452. Inmate.Name = "Inmate"
  453. Inmate.Parent = Main
  454. Inmate.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  455. Inmate.Position = UDim2.new(0.666666687, 0, 0.650000036, 0)
  456. Inmate.Size = UDim2.new(0, 200, 0, 50)
  457. Inmate.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  458. Inmate.Text = "Inmate"
  459. Inmate.TextColor3 = Color3.fromRGB(0, 0, 0)
  460. Inmate.TextSize = 14.000
  461. Inmate.MouseButton1Down:connect(function()
  462. workspace.Remote.TeamEvent:FireServer("Bright orange")
  463. end)
  464.  
  465.  
  466. Neutral.Name = "Neutral"
  467. Neutral.Parent = Main
  468. Neutral.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  469. Neutral.Position = UDim2.new(0.333333313, 0, 0.64736855, 0)
  470. Neutral.Size = UDim2.new(0, 200, 0, 50)
  471. Neutral.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  472. Neutral.Text = "Neutral"
  473. Neutral.TextColor3 = Color3.fromRGB(0, 0, 0)
  474. Neutral.TextSize = 14.000
  475. Neutral.MouseButton1Down:connect(function()
  476. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  477. end)
  478.  
  479. Arrestcrims.Name = "Arrestcrims"
  480. Arrestcrims.Parent = Main
  481. Arrestcrims.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  482. Arrestcrims.Position = UDim2.new(0.666666687, 0, 0.386842221, 0)
  483. Arrestcrims.Size = UDim2.new(0, 200, 0, 50)
  484. Arrestcrims.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  485. Arrestcrims.Text = "Arrestcrims"
  486. Arrestcrims.TextColor3 = Color3.fromRGB(0, 0, 0)
  487. Arrestcrims.TextSize = 14.000
  488. Arrestcrims.MouseButton1Down:connect(function()
  489. local Player = game.Players.LocalPlayer
  490. local cpos = Player.Character.HumanoidRootPart.CFrame
  491. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  492. if v.Name ~= Player.Name then
  493. local i = 10
  494. repeat
  495. wait()
  496. i = i-1
  497. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  498. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  499. until i == 0
  500. end
  501. end
  502. Player.Character.HumanoidRootPart.CFrame = cpos
  503. Notify("Success", "Arrested all of the n00bs", "Cool!")
  504. end)
  505.  
  506. Invisible.Name = "Invisible"
  507. Invisible.Parent = Main
  508. Invisible.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  509. Invisible.Position = UDim2.new(0.333333343, 0, 0.518421173, 0)
  510. Invisible.Size = UDim2.new(0, 200, 0, 50)
  511. Invisible.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  512. Invisible.Text = "Invisible"
  513. Invisible.TextColor3 = Color3.fromRGB(0, 0, 0)
  514. Invisible.TextSize = 14.000
  515. Invisible.MouseButton1Down:connect(function()
  516. local player = game.Players.LocalPlayer
  517. position = player.Character.HumanoidRootPart.Position
  518. wait(0.1)
  519. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  520. wait(0.1)
  521. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  522. wait(0.1)
  523. player.Character.HumanoidRootPart:Destroy()
  524. humanoidrootpart.Parent = player.Character
  525. player.Character:MoveTo(position)
  526. wait()
  527. -- Remove this if you want to see yourself (others still won't see you)
  528. game.Players.LocalPlayer.Character.Torso.Transparency = 1
  529. game.Players.LocalPlayer.Character.Head.Transparency = 1
  530. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
  531. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
  532. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
  533. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
  534. game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
  535. game.Players.LocalPlayer.Character.Head.face:Remove()
  536. end)
  537.  
  538. Creatorname.Name = "Creator name"
  539. Creatorname.Parent = Main
  540. Creatorname.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  541. Creatorname.BackgroundTransparency = 1.000
  542. Creatorname.Position = UDim2.new(0.00999999978, 0, 0.773684204, 0)
  543. Creatorname.Size = UDim2.new(0, 600, 0, 79)
  544. Creatorname.Text = "Made by Erickdenisdavid03HD"
  545. Creatorname.TextColor3 = Color3.fromRGB(255, 255, 255)
  546. Creatorname.TextSize = 14.000
  547.  
  548. Close.Name = "Close"
  549. Close.Parent = Main
  550. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  551. Close.Position = UDim2.new(0.913333356, 0, 0, 0)
  552. Close.Size = UDim2.new(0, 52, 0, 50)
  553. Close.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  554. Close.Text = "X"
  555. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  556. Close.TextSize = 14.000
  557. Close.MouseButton1Down:connect(function()
  558. Main.Visible = false
  559. Frame.Visible = true
  560. end)
  561.  
  562. Fling.Name = "Fling"
  563. Fling.Parent = Main
  564. Fling.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  565. Fling.Position = UDim2.new(0.666666687, 0, 0.515789568, 0)
  566. Fling.Size = UDim2.new(0, 200, 0, 50)
  567. Fling.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  568. Fling.Text = "Fling"
  569. Fling.TextColor3 = Color3.fromRGB(0, 0, 0)
  570. Fling.TextSize = 14.000
  571. Fling.MouseButton1Down:connect(function()
  572. power = 300 -- change this to make it more or less powerful
  573.  
  574. game:GetService('RunService').Stepped:connect(function()
  575. game.Players.LocalPlayer.Character.Head.CanCollide = false
  576. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  577. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  578. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  579. end)
  580.  
  581. wait(.1)
  582. local bambam = Instance.new("BodyThrust")
  583. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  584. bambam.Force = Vector3.new(power,0,power)
  585. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  586. end)
  587.  
  588.  
  589. Mainbeta.Name = "Mainbeta"
  590. Mainbeta.Parent = PrisonBreakBetaV13
  591. Mainbeta.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  592. Mainbeta.Position = UDim2.new(0.287408769, 0, 0.153439149, 0)
  593. Mainbeta.Size = UDim2.new(0, 618, 0, 392)
  594. Mainbeta.Visible = false
  595. Mainbeta.Active = true
  596. Mainbeta.Draggable = true
  597.  
  598. Titlebeta.Name = "Title beta"
  599. Titlebeta.Parent = Mainbeta
  600. Titlebeta.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  601. Titlebeta.BackgroundTransparency = 1.000
  602. Titlebeta.Size = UDim2.new(0, 618, 0, 50)
  603. Titlebeta.Text = "PrisonBreak Beta"
  604. Titlebeta.TextColor3 = Color3.fromRGB(255, 255, 255)
  605. Titlebeta.TextSize = 14.000
  606.  
  607. Closebeta.Name = "Closebeta"
  608. Closebeta.Parent = Mainbeta
  609. Closebeta.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  610. Closebeta.Position = UDim2.new(0.893203855, 0, 0, 0)
  611. Closebeta.Size = UDim2.new(0, 66, 0, 50)
  612. Closebeta.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  613. Closebeta.Text = "X"
  614. Closebeta.TextColor3 = Color3.fromRGB(0, 0, 0)
  615. Closebeta.TextSize = 14.000
  616. Closebeta.MouseButton1Down:connect(function()
  617. Mainbeta.Visible = false
  618. Frame.Visible = true
  619. end)
  620.  
  621.  
  622. PunishAll.Name = "PunishAll"
  623. PunishAll.Parent = Mainbeta
  624. PunishAll.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  625. PunishAll.Position = UDim2.new(0, 0, 0.127551019, 0)
  626. PunishAll.Size = UDim2.new(0, 200, 0, 50)
  627. PunishAll.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  628. PunishAll.Font = Enum.Font.SourceSans
  629. PunishAll.Text = "Punish all"
  630. PunishAll.TextColor3 = Color3.fromRGB(0, 0, 0)
  631. PunishAll.TextSize = 14.000
  632. PunishAll.MouseButton1Down:connect(function()
  633. workspace.Remote.TeamEvent:FireServer("Bright blue")
  634.  
  635. saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  636. game:GetService("StarterGui"):SetCore("SendNotification", {
  637. Title = "Position Saved";
  638. Text = "Success";
  639. })
  640.  
  641. local A_1 = "LocalPlayer"
  642. local Event = game:GetService("Workspace").Remote.loadchar
  643. Event:InvokeServer(A_1)
  644.  
  645. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved
  646. game:GetService("StarterGui"):SetCore("SendNotification", {
  647. Title = "Position Loaded";
  648. Text = "Success";
  649. })
  650.  
  651. while true do
  652. wait(1.0)
  653. function kill(a)
  654. local A_1 =
  655. {
  656. [1] =
  657. {
  658. ["RayObject"] = Ray.new(Vector3.new(829.838562, 101.489998, 2331.25635), Vector3.new(-30.6540909, -5.42795324, 95.0308533)),
  659. ["Distance"] = 15.355997085571,
  660. ["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),
  661. ["Hit"] = a.Character.Torso
  662. }
  663. }
  664. local A_2 = game.Players.LocalPlayer.Backpack["Taser"]
  665. local Event = game:GetService("ReplicatedStorage").ShootEvent
  666. Event:FireServer(A_1, A_2)
  667. end
  668.  
  669. for i,v in pairs(game.Players:GetChildren())do
  670. if v.Name ~= game.Players.LocalPlayer.Name then
  671. kill(v)
  672. end
  673. end
  674.  
  675. wait(1.0)
  676. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  677.  
  678. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  679.  
  680. wait(0.5)
  681. function kill(a)
  682. local A_1 =
  683. {
  684. [1] =
  685. {
  686. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  687. ["Distance"] = 3.2524313926697,
  688. ["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),
  689. ["Hit"] = a.Character.Head
  690. },
  691. [2] =
  692. {
  693. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  694. ["Distance"] = 3.2699294090271,
  695. ["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),
  696. ["Hit"] = a.Character.Head
  697. },
  698. [3] =
  699. {
  700. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  701. ["Distance"] = 3.1665518283844,
  702. ["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),
  703. ["Hit"] = a.Character.Head
  704. },
  705. [4] =
  706. {
  707. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  708. ["Distance"] = 3.3218522071838,
  709. ["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),
  710. ["Hit"] = a.Character.Head
  711. },
  712. [5] =
  713. {
  714. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  715. ["Distance"] = 3.222757101059,
  716. ["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),
  717. ["Hit"] = a.Character.Head
  718. }
  719. }
  720. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  721. local Event = game:GetService("ReplicatedStorage").ShootEvent
  722. Event:FireServer(A_1, A_2)
  723. Event:FireServer(A_1, A_2)
  724. end
  725.  
  726. for i,v in pairs(game.Players:GetChildren())do
  727. if v.Name ~= game.Players.LocalPlayer.Name then
  728. kill(v)
  729. end
  730. end
  731. wait(0.2)
  732. end
  733. end)
  734.  
  735.  
  736. UnPunishAll.Name = "UnPunishAll"
  737. UnPunishAll.Parent = Mainbeta
  738. UnPunishAll.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  739. UnPunishAll.Position = UDim2.new(0.323624581, 0, 0.127551019, 0)
  740. UnPunishAll.Size = UDim2.new(0, 200, 0, 50)
  741. UnPunishAll.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  742. UnPunishAll.Font = Enum.Font.SourceSans
  743. UnPunishAll.Text = "UnPunish All"
  744. UnPunishAll.TextColor3 = Color3.fromRGB(0, 0, 0)
  745. UnPunishAll.TextSize = 14.000
  746. UnPunishAll.MouseButton1Down:connect(function()
  747. workspace.Remote.TeamEvent:FireServer("Bright orange")
  748.  
  749. saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  750. game:GetService("StarterGui"):SetCore("SendNotification", {
  751. Title = "Position Saved";
  752. Text = "Success";
  753. })
  754.  
  755. wait(0.1)
  756. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(992.738892, -503.049591, 2542.15552)
  757.  
  758.  
  759. wait(0.5)
  760. local A_1 = "LocalPlayer"
  761. local Event = game:GetService("Workspace").Remote.loadchar
  762. Event:InvokeServer(A_1)
  763.  
  764. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved
  765. game:GetService("StarterGui"):SetCore("SendNotification", {
  766. Title = "Position Loaded";
  767. Text = "Success";
  768. })
  769. end)
  770.  
  771.  
  772. FastRemington.Name = "FastRemington "
  773. FastRemington.Parent = Mainbeta
  774. FastRemington.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  775. FastRemington.Position = UDim2.new(0.00161812303, 0, 0.255102038, 0)
  776. FastRemington.Size = UDim2.new(0, 199, 0, 50)
  777. FastRemington.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  778. FastRemington.Font = Enum.Font.SourceSans
  779. FastRemington.Text = "FastRemington "
  780. FastRemington.TextColor3 = Color3.fromRGB(0, 0, 0)
  781. FastRemington.TextSize = 14.000
  782. FastRemington.MouseButton1Down:connect(function()
  783. local Player = game.Players.LocalPlayer.Name
  784. local Gun = "Remington 870" -- < -- Gun Name
  785. local Run = game:GetService("RunService")
  786.  
  787. Gun = game.Players[Player].Character[Gun]
  788. local Mouse = game.Players.LocalPlayer:GetMouse()
  789. local Down = false
  790. local Sound = Gun.Handle.FireSound
  791.  
  792. function CreateRay(Point_A, Point_B)
  793. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  794. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  795. local Dist = (Point_A - Pos).Magnitude
  796. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  797.  
  798. return CFrame, Dist, Ray
  799. end
  800.  
  801. function FireLaser(target)
  802. coroutine.resume(coroutine.create(function()
  803. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  804. local Bullet = Instance.new("Part", Gun)
  805. Bullet.BrickColor = BrickColor.Yellow()
  806. Bullet.Material = "Neon"
  807. Bullet.Anchored = true
  808. Bullet.CanCollide = false
  809. Bullet.Size = Vector3.new(0.2, 0.2, D)
  810. Bullet.CFrame = C
  811.  
  812. local bulletTable = {}
  813. table.insert(bulletTable, {
  814. Hit = target,
  815. Distance = D,
  816. Cframe = C,
  817. RayObject = R
  818. })
  819.  
  820. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  821. local C = Sound:Clone()
  822. C.Parent = Gun
  823. C:Play()
  824. wait(0.05)
  825. Bullet:Remove()
  826. end))
  827. end
  828.  
  829. Mouse.Button1Down:Connect(function()
  830. Down = true
  831. end)
  832.  
  833.  
  834. Mouse.Button1Up:Connect(function()
  835. Down = false
  836. end)
  837.  
  838. while Run.Stepped:wait() do
  839. if Down == true then
  840. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  841. FireLaser(Mouse.Target)
  842. end
  843. end
  844. end)
  845.  
  846. FastM9.Name = "FastM9"
  847. FastM9.Parent = Mainbeta
  848. FastM9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  849. FastM9.Position = UDim2.new(0.647249162, 0, 0.255102038, 0)
  850. FastM9.Size = UDim2.new(0, 218, 0, 50)
  851. FastM9.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  852. FastM9.Font = Enum.Font.SourceSans
  853. FastM9.Text = "FastM9"
  854. FastM9.TextColor3 = Color3.fromRGB(0, 0, 0)
  855. FastM9.TextSize = 14.000
  856. FastM9.MouseButton1Down:connect(function()
  857. local Player = game.Players.LocalPlayer.Name
  858. local Gun = "M9" -- < -- Gun Name
  859. local Run = game:GetService("RunService")
  860.  
  861. Gun = game.Players[Player].Character[Gun]
  862. local Mouse = game.Players.LocalPlayer:GetMouse()
  863. local Down = false
  864. local Sound = Gun.Handle.FireSound
  865.  
  866. function CreateRay(Point_A, Point_B)
  867. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  868. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  869. local Dist = (Point_A - Pos).Magnitude
  870. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  871.  
  872. return CFrame, Dist, Ray
  873. end
  874.  
  875. function FireLaser(target)
  876. coroutine.resume(coroutine.create(function()
  877. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  878. local Bullet = Instance.new("Part", Gun)
  879. Bullet.BrickColor = BrickColor.Yellow()
  880. Bullet.Material = "Neon"
  881. Bullet.Anchored = true
  882. Bullet.CanCollide = false
  883. Bullet.Size = Vector3.new(0.2, 0.2, D)
  884. Bullet.CFrame = C
  885.  
  886. local bulletTable = {}
  887. table.insert(bulletTable, {
  888. Hit = target,
  889. Distance = D,
  890. Cframe = C,
  891. RayObject = R
  892. })
  893.  
  894. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  895. local C = Sound:Clone()
  896. C.Parent = Gun
  897. C:Play()
  898. wait(0.05)
  899. Bullet:Remove()
  900. end))
  901. end
  902.  
  903. Mouse.Button1Down:Connect(function()
  904. Down = true
  905. end)
  906.  
  907.  
  908. Mouse.Button1Up:Connect(function()
  909. Down = false
  910. end)
  911.  
  912. while Run.Stepped:wait() do
  913. if Down == true then
  914. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  915. FireLaser(Mouse.Target)
  916. end
  917. end
  918. end)
  919.  
  920. FastTaser.Name = "FastTaser"
  921. FastTaser.Parent = Mainbeta
  922. FastTaser.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  923. FastTaser.Position = UDim2.new(0.647249162, 0, 0.127551019, 0)
  924. FastTaser.Size = UDim2.new(0, 218, 0, 50)
  925. FastTaser.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  926. FastTaser.Font = Enum.Font.SourceSans
  927. FastTaser.Text = "FastTaser"
  928. FastTaser.TextColor3 = Color3.fromRGB(0, 0, 0)
  929. FastTaser.TextSize = 14.000
  930. FastTaser.MouseButton1Down:connect(function()
  931. local Player = game.Players.LocalPlayer.Name
  932. local Gun = "Taser" -- < -- Gun Name
  933. local Run = game:GetService("RunService")
  934.  
  935. Gun = game.Players[Player].Character[Gun]
  936. local Mouse = game.Players.LocalPlayer:GetMouse()
  937. local Down = false
  938. local Sound = Gun.Handle.FireSound
  939.  
  940. function CreateRay(Point_A, Point_B)
  941. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  942. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  943. local Dist = (Point_A - Pos).Magnitude
  944. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  945.  
  946. return CFrame, Dist, Ray
  947. end
  948.  
  949. function FireLaser(target)
  950. coroutine.resume(coroutine.create(function()
  951. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  952. local Bullet = Instance.new("Part", Gun)
  953. Bullet.BrickColor = BrickColor.Yellow()
  954. Bullet.Material = "Neon"
  955. Bullet.Anchored = true
  956. Bullet.CanCollide = false
  957. Bullet.Size = Vector3.new(0.2, 0.2, D)
  958. Bullet.CFrame = C
  959.  
  960. local bulletTable = {}
  961. table.insert(bulletTable, {
  962. Hit = target,
  963. Distance = D,
  964. Cframe = C,
  965. RayObject = R
  966. })
  967.  
  968. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  969. local C = Sound:Clone()
  970. C.Parent = Gun
  971. C:Play()
  972. wait(0.05)
  973. Bullet:Remove()
  974. end))
  975. end
  976.  
  977. Mouse.Button1Down:Connect(function()
  978. Down = true
  979. end)
  980.  
  981.  
  982. Mouse.Button1Up:Connect(function()
  983. Down = false
  984. end)
  985.  
  986. while Run.Stepped:wait() do
  987. if Down == true then
  988. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  989. FireLaser(Mouse.Target)
  990. end
  991. end
  992. end)
  993.  
  994.  
  995. Taserbypass.Name = "Taserbypass"
  996. Taserbypass.Parent = Mainbeta
  997. Taserbypass.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  998. Taserbypass.Position = UDim2.new(0.323624581, 0, 0.255102038, 0)
  999. Taserbypass.Size = UDim2.new(0, 200, 0, 50)
  1000. Taserbypass.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  1001. Taserbypass.Font = Enum.Font.SourceSans
  1002. Taserbypass.Text = "Taserbypass"
  1003. Taserbypass.TextColor3 = Color3.fromRGB(0, 0, 0)
  1004. Taserbypass.TextSize = 14.000
  1005. Taserbypass.MouseButton1Down:connect(function()
  1006. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  1007. game.Players.LocalPlayer.CharacterAdded:connect(function()
  1008. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  1009. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  1010. end)
  1011. local message = Instance.new("Message",game.Workspace)
  1012. message.Text = 'Made By Jake11price'
  1013. wait(2)
  1014. message:Destroy()
  1015. end)
  1016.  
  1017. Guimain.Name = "Guimain"
  1018. Guimain.Parent = PrisonBreakBetaV13
  1019. Guimain.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1020. Guimain.Position = UDim2.new(0.268248171, 0, 0.118165784, 0)
  1021. Guimain.Size = UDim2.new(0, 658, 0, 432)
  1022. Guimain.Visible = false
  1023. Guimain.Active = true
  1024. Guimain.Draggable = true
  1025.  
  1026. Titleagain.Name = "Titleagain"
  1027. Titleagain.Parent = Guimain
  1028. Titleagain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1029. Titleagain.BackgroundTransparency = 1.000
  1030. Titleagain.Size = UDim2.new(0, 658, 0, 50)
  1031. Titleagain.Text = "Gui menu | PrsionBreak Beta"
  1032. Titleagain.TextColor3 = Color3.fromRGB(255, 255, 255)
  1033. Titleagain.TextSize = 14.000
  1034.  
  1035. PrisonBreakerV15.Name = "PrisonBreaker V1.5"
  1036. PrisonBreakerV15.Parent = Guimain
  1037. PrisonBreakerV15.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1038. PrisonBreakerV15.Position = UDim2.new(0, 0, 0.115740739, 0)
  1039. PrisonBreakerV15.Size = UDim2.new(0, 200, 0, 50)
  1040. PrisonBreakerV15.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  1041. PrisonBreakerV15.Font = Enum.Font.SourceSans
  1042. PrisonBreakerV15.Text = "PrisonBreaker V1.5"
  1043. PrisonBreakerV15.TextColor3 = Color3.fromRGB(0, 0, 0)
  1044. PrisonBreakerV15.TextSize = 14.000
  1045. PrisonBreakerV15.MouseButton1Down:connect(function()
  1046. loadstring(game:HttpGet(("https://pastebin.com/raw/8BkFF3AV"),true))()
  1047. end)
  1048.  
  1049.  
  1050.  
  1051. Infiniteyield.Name = "Infinite yield"
  1052. Infiniteyield.Parent = Guimain
  1053. Infiniteyield.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1054. Infiniteyield.Position = UDim2.new(0.303951383, 0, 0.115740739, 0)
  1055. Infiniteyield.Size = UDim2.new(0, 200, 0, 50)
  1056. Infiniteyield.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  1057. Infiniteyield.Font = Enum.Font.SourceSans
  1058. Infiniteyield.Text = "Infinite yield"
  1059. Infiniteyield.TextColor3 = Color3.fromRGB(0, 0, 0)
  1060. Infiniteyield.TextSize = 14.000
  1061. Infiniteyield.MouseButton1Down:connect(function()
  1062. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  1063. end)
  1064.  
  1065.  
  1066. PrisonDestroyer.Name = "PrisonDestroyer"
  1067. PrisonDestroyer.Parent = Guimain
  1068. PrisonDestroyer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1069. PrisonDestroyer.Position = UDim2.new(0.607902765, 0, 0.115740739, 0)
  1070. PrisonDestroyer.Size = UDim2.new(0, 258, 0, 50)
  1071. PrisonDestroyer.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  1072. PrisonDestroyer.Font = Enum.Font.SourceSans
  1073. PrisonDestroyer.Text = "PrisonDestroyer"
  1074. PrisonDestroyer.TextColor3 = Color3.fromRGB(0, 0, 0)
  1075. PrisonDestroyer.TextSize = 14.000
  1076. PrisonDestroyer.MouseButton1Down:connect(function()
  1077. loadstring(game:HttpGet("https://pastebin.com/raw/YvRE3nrF",true))()
  1078. end)
  1079.  
  1080.  
  1081. Close3.Name = "Close3"
  1082. Close3.Parent = Guimain
  1083. Close3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1084. Close3.Position = UDim2.new(0.901215792, 0, 0, 0)
  1085. Close3.Size = UDim2.new(0, 65, 0, 50)
  1086. Close3.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  1087. Close3.Text = "X"
  1088. Close3.TextColor3 = Color3.fromRGB(0, 0, 0)
  1089. Close3.TextSize = 14.000
  1090. Close3.MouseButton1Down:connect(function()
  1091. Guimain.Visible = false
  1092. Frame.Visible = true
  1093. end)
  1094.  
  1095. -- More Update coming soon. Stay Tuned
  1096. -- Subscribe to my youtube channel Best Roblox Exploits: https://www.youtube.com/channel/UCT6bvmZhTIWX9bcnwqWr92w
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement