Advertisement
RobloxAnonymous

Prison Life (Breaker Gui)

Dec 15th, 2019
7,698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.01 KB | None | 0 0
  1. --Prison Breaker--
  2. local function SendNotification(title,text,duration,...)
  3. game.StarterGui:SetCore("SendNotification", {
  4. Title = title;
  5. Text = text;
  6. Icon = "";
  7. Duration = duration;
  8. })
  9. end
  10.  
  11. game.Players.ChildAdded:Connect(function(player)
  12. if not pcall (function()
  13. SendNotification("Player Joined",""..player.Name.." Has joined the server",2.5 )
  14. end) then
  15. print ("Error")
  16. end
  17. end)
  18.  
  19. game.Players.ChildRemoved:Connect(function(player)
  20. if not pcall (function()
  21. SendNotification("Player Left",""..player.Name.." Has rage quit",2.5 )
  22. end) then
  23. print ("Error")
  24. end
  25. end)
  26. for i,v in pairs(game:GetService("CoreGui"):GetChildren()) do
  27. if v.Name == "PurchasePromptApp" then
  28. v:Remove()
  29. end
  30. end
  31. for i,v in pairs(game:GetService("CoreGui"):GetChildren()) do
  32. if v.Name == "PrisonBreakerV1.6" then
  33. v:Remove()
  34. end
  35. end
  36.  
  37. local toggle = false
  38. local PrisonBreakerV16 = Instance.new("ScreenGui")
  39. local openmain = Instance.new("Frame")
  40. local open = Instance.new("TextButton")
  41. local main = Instance.new("Frame")
  42. local title = Instance.new("TextLabel")
  43. local home = Instance.new("TextButton")
  44. local guis = Instance.new("TextButton")
  45. local teams = Instance.new("TextButton")
  46. local funcs = Instance.new("TextButton")
  47. local homemain = Instance.new("Frame")
  48. local title_2 = Instance.new("TextLabel")
  49. local TextLabel = Instance.new("TextLabel")
  50. local teamsmain = Instance.new("Frame")
  51. local cop = Instance.new("TextButton")
  52. local inmate = Instance.new("TextButton")
  53. local neutral = Instance.new("TextButton")
  54. local crim = Instance.new("TextButton")
  55. local guismain = Instance.new("Frame")
  56. local prisonbreakerv15 = Instance.new("TextButton")
  57. local prisondestroyer = Instance.new("TextButton")
  58. local kickgui = Instance.new("TextButton")
  59. local scriptsmain = Instance.new("Frame")
  60. local godmode = Instance.new("TextButton")
  61. local destroy = Instance.new("TextButton")
  62. local hitbox = Instance.new("TextButton")
  63. local antikickmainon = Instance.new("Frame")
  64. local antikickon = Instance.new("TextButton")
  65. local antikickmainoff = Instance.new("Frame")
  66. local antikickoff = Instance.new("TextButton")
  67. local modguns = Instance.new("TextButton")
  68. PrisonBreakerV16.Name = "PrisonBreakerV1.6"
  69. PrisonBreakerV16.Parent = game.CoreGui
  70. -- All Skids Welcome
  71.  
  72. openmain.Name = "openmain"
  73. openmain.Parent = PrisonBreakerV16
  74. openmain.BackgroundColor3 = Color3.new(1, 1, 1)
  75. openmain.Position = UDim2.new(0.0104873544, 0, 0.549140036, 0)
  76. openmain.Size = UDim2.new(0, 100, 0, 26)
  77.  
  78. open.Name = "open"
  79. open.Parent = openmain
  80. open.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  81. open.Position = UDim2.new(0, 0, -0.0299201012, 0)
  82. open.Size = UDim2.new(0, 100, 0, 26)
  83. open.Font = Enum.Font.GothamBlack
  84. open.Text = "OPEN"
  85. open.TextColor3 = Color3.new(0, 0, 0)
  86. open.TextSize = 18
  87. open.TextWrapped = true
  88. open.MouseButton1Down:connect(function()
  89. local main = game:GetService("CoreGui")["PrisonBreakerV1.6"].main
  90. wait(0.01)
  91. if toggle == false then
  92. main:TweenPosition(UDim2.new(0.081, 0, 0.3, 0), 'Out', 'Quad', 0.8)
  93. toggle = true
  94. else
  95. main:TweenPosition(UDim2.new(1.5, 0, 0.8, 0), 'Out', 'Quad', 0.8)
  96. toggle = false
  97. end
  98. wait(0.9)
  99. if main.Position == (UDim2.new(0.081, 0, 0.3, 0)) then
  100. open.Text = "CLOSE"
  101. else
  102. open.Text = "OPEN"
  103. end
  104. end)
  105.  
  106. main.Name = "main"
  107. main.Parent = PrisonBreakerV16
  108. main.BackgroundColor3 = Color3.new(0, 0, 127)
  109. main.BorderColor3 = Color3.new(0, 0, 127)
  110. main.BorderSizePixel = 5
  111. main.Position = UDim2.new(1.5, 0, 0.8, 0)
  112. main.Size = UDim2.new(0, 465, 0, 341)
  113. main.Active = true
  114. main.Draggable = true
  115.  
  116. title.Name = "title"
  117. title.Parent = main
  118. title.BackgroundColor3 = Color3.new(0, 0, 0)
  119. title.BorderSizePixel = 2
  120. title.Position = UDim2.new(0.0064516128, 0, 0.829912007, 0)
  121. title.Size = UDim2.new(0, 459, 0, 58)
  122. title.Font = Enum.Font.GothamBold
  123. title.Text = "PrisonBreaker V1.6 Made By Jake11price"
  124. title.TextColor3 = Color3.new(1, 0, 0)
  125. title.TextSize = 15
  126.  
  127. home.Name = "home"
  128. home.Parent = main
  129. home.BackgroundColor3 = Color3.new(255, 0, 0)
  130. home.Position = UDim2.new(0.0129032256, 0, 0.0263929628, 0)
  131. home.Size = UDim2.new(0, 100, 0, 37)
  132. home.Font = Enum.Font.GothamBlack
  133. home.Text = "Home"
  134. home.TextColor3 = Color3.new(0, 0, 0)
  135. home.TextSize = 25
  136. function SCRIPT_CIMJ66_FAKESCRIPT() -- Frame.LocalScript
  137. local script = Instance.new('LocalScript')
  138. script.Parent = home
  139. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  140.  
  141. counter = 0
  142.  
  143. while wait(0.1)do
  144. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  145.  
  146. counter = counter + 0.01
  147. end
  148.  
  149.  
  150. end
  151. coroutine.resume(coroutine.create(SCRIPT_CIMJ66_FAKESCRIPT))
  152. home.MouseButton1Down:connect(function()
  153. teamsmain.Visible = false
  154. guismain.Visible = false
  155. scriptsmain.Visible = false
  156. homemain.Visible = true
  157. end)
  158.  
  159. guis.Name = "guis"
  160. guis.Parent = main
  161. guis.BackgroundColor3 = Color3.new(255, 0, 0)
  162. guis.Position = UDim2.new(0.246848866, 0, 0.0263929628, 0)
  163. guis.Size = UDim2.new(0, 108, 0, 37)
  164. guis.Font = Enum.Font.GothamBlack
  165. guis.Text = "Guis"
  166. guis.TextColor3 = Color3.new(0, 0, 0)
  167. guis.TextSize = 25
  168. function SCRIPT_CIMJ66_FAKESCRIPT() -- Frame.LocalScript
  169. local script = Instance.new('LocalScript')
  170. script.Parent = guis
  171. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  172.  
  173. counter = 0
  174.  
  175. while wait(0.1)do
  176. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  177.  
  178. counter = counter + 0.01
  179. end
  180.  
  181.  
  182. end
  183. coroutine.resume(coroutine.create(SCRIPT_CIMJ66_FAKESCRIPT))
  184. guis.MouseButton1Down:connect(function()
  185. teamsmain.Visible = false
  186. scriptsmain.Visible = false
  187. homemain.Visible = false
  188. guismain.Visible = true
  189. end)
  190.  
  191. teams.Name = "teams"
  192. teams.Parent = main
  193. teams.BackgroundColor3 = Color3.new(255, 0, 0)
  194. teams.Position = UDim2.new(0.500149369, 0, 0.0263929628, 0)
  195. teams.Size = UDim2.new(0, 108, 0, 37)
  196. teams.Font = Enum.Font.GothamBlack
  197. teams.Text = "Teams"
  198. teams.TextColor3 = Color3.new(0, 0, 0)
  199. teams.TextSize = 25
  200. function SCRIPT_CIMJ66_FAKESCRIPT() -- Frame.LocalScript
  201. local script = Instance.new('LocalScript')
  202. script.Parent = teams
  203. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  204.  
  205. counter = 0
  206.  
  207. while wait(0.1)do
  208. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  209.  
  210. counter = counter + 0.01
  211. end
  212.  
  213.  
  214. end
  215. coroutine.resume(coroutine.create(SCRIPT_CIMJ66_FAKESCRIPT))
  216. teams.MouseButton1Down:connect(function()
  217. scriptsmain.Visible = false
  218. homemain.Visible = false
  219. guismain.Visible = false
  220. teamsmain.Visible = true
  221. end)
  222.  
  223. funcs.Name = "funcs"
  224. funcs.Parent = main
  225. funcs.BackgroundColor3 = Color3.new(255, 0, 0)
  226. funcs.Position = UDim2.new(0.754838645, 0, 0.0263929628, 0)
  227. funcs.Size = UDim2.new(0, 108, 0, 37)
  228. funcs.Font = Enum.Font.GothamBlack
  229. funcs.Text = "New Scripts"
  230. funcs.TextColor3 = Color3.new(0, 0, 0)
  231. funcs.TextSize = 18
  232. function SCRIPT_CIMJ66_FAKESCRIPT() -- Frame.LocalScript
  233. local script = Instance.new('LocalScript')
  234. script.Parent = funcs
  235. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  236.  
  237. counter = 0
  238.  
  239. while wait(0.1)do
  240. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  241.  
  242. counter = counter + 0.01
  243. end
  244.  
  245.  
  246. end
  247. coroutine.resume(coroutine.create(SCRIPT_CIMJ66_FAKESCRIPT))
  248. funcs.MouseButton1Down:connect(function()
  249. homemain.Visible = false
  250. guismain.Visible = false
  251. teamsmain.Visible = false
  252. scriptsmain.Visible = true
  253. end)
  254.  
  255. homemain.Name = "homemain"
  256. homemain.Parent = main
  257. homemain.BackgroundColor3 = Color3.new(0, 0, 0)
  258. homemain.Position = UDim2.new(0, 0, 0.178885639, 0)
  259. homemain.Size = UDim2.new(0, 465, 0, 218)
  260.  
  261. title_2.Name = "title"
  262. title_2.Parent = homemain
  263. title_2.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  264. title_2.BorderSizePixel = 0
  265. title_2.Position = UDim2.new(0.0206066482, 0, 0.0379392318, 0)
  266. title_2.Size = UDim2.new(0, 445, 0, 87)
  267. title_2.Font = Enum.Font.GothamBlack
  268. title_2.Text = "This is my last prison life gui... Enjoy the new scripts!"
  269. title_2.TextColor3 = Color3.new(0, 0, 0)
  270. title_2.TextScaled = true
  271. title_2.TextSize = 14
  272. title_2.TextWrapped = true
  273.  
  274. TextLabel.Parent = homemain
  275. TextLabel.BackgroundColor3 = Color3.new(0, 1, 0)
  276. TextLabel.BorderSizePixel = 0
  277. TextLabel.Position = UDim2.new(0.0193548389, 0, 0.486238539, 0)
  278. TextLabel.Size = UDim2.new(0, 445, 0, 87)
  279. TextLabel.Font = Enum.Font.GothamBlack
  280. TextLabel.Text = "Subscribe to my Youtube Channel: Jake11price"
  281. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  282. TextLabel.TextScaled = true
  283. TextLabel.TextSize = 14
  284. TextLabel.TextWrapped = true
  285.  
  286. teamsmain.Name = "teamsmain"
  287. teamsmain.Parent = main
  288. teamsmain.BackgroundColor3 = Color3.new(0, 0, 0)
  289. teamsmain.BorderSizePixel = 0
  290. teamsmain.Position = UDim2.new(0, 0, 0.178885639, 0)
  291. teamsmain.Size = UDim2.new(0, 462, 0, 222)
  292. teamsmain.Visible = false
  293.  
  294. cop.Name = "cop"
  295. cop.Parent = teamsmain
  296. cop.BackgroundColor3 = Color3.new(0, 0, 1)
  297. cop.BorderSizePixel = 1
  298. cop.Position = UDim2.new(0.0199004635, 0, 0.28773582, 0)
  299. cop.Size = UDim2.new(0, 89, 0, 70)
  300. cop.Font = Enum.Font.GothamBlack
  301. cop.Text = "Guards"
  302. cop.TextColor3 = Color3.new(0, 0, 0)
  303. cop.TextSize = 18
  304. cop.TextWrapped = true
  305. cop.MouseButton1Down:connect(function()
  306. workspace.Remote.TeamEvent:FireServer("Bright blue")
  307. end)
  308.  
  309. inmate.Name = "inmate"
  310. inmate.Parent = teamsmain
  311. inmate.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  312. inmate.BorderSizePixel = 1
  313. inmate.Position = UDim2.new(0.278606981, 0, 0.28773585, 0)
  314. inmate.Size = UDim2.new(0, 89, 0, 70)
  315. inmate.Font = Enum.Font.GothamBlack
  316. inmate.Text = "Inmates"
  317. inmate.TextColor3 = Color3.new(0, 0, 0)
  318. inmate.TextSize = 18
  319. inmate.MouseButton1Down:connect(function()
  320. workspace.Remote.TeamEvent:FireServer("Bright orange")
  321. end)
  322.  
  323. neutral.Name = "neutral"
  324. neutral.Parent = teamsmain
  325. neutral.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  326. neutral.BorderSizePixel = 1
  327. neutral.Position = UDim2.new(0.524875581, 0, 0.28773585, 0)
  328. neutral.Size = UDim2.new(0, 89, 0, 70)
  329. neutral.Font = Enum.Font.GothamBlack
  330. neutral.Text = "Neutral"
  331. neutral.TextColor3 = Color3.new(0, 0, 0)
  332. neutral.TextSize = 18
  333. neutral.MouseButton1Down:connect(function()
  334. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  335. end)
  336.  
  337. crim.Name = "crim"
  338. crim.Parent = teamsmain
  339. crim.BackgroundColor3 = Color3.new(1, 0, 0)
  340. crim.BorderSizePixel = 1
  341. crim.Position = UDim2.new(0.768656731, 0, 0.28773585, 0)
  342. crim.Size = UDim2.new(0, 89, 0, 70)
  343. crim.Font = Enum.Font.GothamBlack
  344. crim.Text = "Criminals"
  345. crim.TextColor3 = Color3.new(0, 0, 0)
  346. crim.TextSize = 18
  347. crim.MouseButton1Down:connect(function()
  348. local Crim = Instance.new("Part")
  349. Crim.Name = "plr"
  350. Crim.Parent = workspace
  351. Crim.Anchored = true
  352. Crim.Archivable = true
  353. Crim.CFrame = CFrame.new(9e99, 9e99, 9e99)
  354. Bruh = game.Workspace["Criminals Spawn"].SpawnLocation
  355. wait(0.1)
  356. Crim.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  357. Crim.Transparency = 1
  358. Crim.Anchored = true
  359. Crim.CanCollide = false
  360. lol = true
  361. Bruh = game.Workspace["Criminals Spawn"].SpawnLocation
  362. Bruh.CanCollide = false
  363. Bruh.Size = Vector3.new(51.05, 24.12, 54.76)
  364. Bruh.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  365. Bruh.Transparency = 1
  366. wait(0.1)
  367. lol = false
  368. wait(0.04)
  369. if lol == false then
  370. Bruh.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  371. Bruh.Size = Vector3.new(6, 0.2, 6)
  372. Bruh.Transparency = 0
  373. lol = false
  374. end
  375. end)
  376.  
  377. guismain.Name = "guismain"
  378. guismain.Parent = main
  379. guismain.BackgroundColor3 = Color3.new(1, 0.45098, 0)
  380. guismain.BorderSizePixel = 0
  381. guismain.Position = UDim2.new(0, 0, 0.178885639, 0)
  382. guismain.Size = UDim2.new(0, 462, 0, 222)
  383. guismain.Visible = false
  384.  
  385. prisonbreakerv15.Name = "prisonbreakerv1.5"
  386. prisonbreakerv15.Parent = guismain
  387. prisonbreakerv15.BackgroundColor3 = Color3.new(0, 0, 0)
  388. prisonbreakerv15.Position = UDim2.new(0.0273631848, 0, 0.0566037744, 0)
  389. prisonbreakerv15.Size = UDim2.new(0, 109, 0, 50)
  390. prisonbreakerv15.Font = Enum.Font.GothamBlack
  391. prisonbreakerv15.Text = "PrisonBreaker V1.5"
  392. prisonbreakerv15.TextColor3 = Color3.new(0, 1, 0)
  393. prisonbreakerv15.TextScaled = true
  394. prisonbreakerv15.TextSize = 14
  395. prisonbreakerv15.TextWrapped = true
  396. prisonbreakerv15.MouseButton1Down:connect(function()
  397. loadstring(game:HttpGet("https://pastebin.com/raw/HpCpt9rt",true))()
  398. end)
  399.  
  400. prisondestroyer.Name = "prisondestroyer"
  401. prisondestroyer.Parent = guismain
  402. prisondestroyer.BackgroundColor3 = Color3.new(0, 0, 0)
  403. prisondestroyer.Position = UDim2.new(0.363184065, 0, 0.0566037744, 0)
  404. prisondestroyer.Size = UDim2.new(0, 109, 0, 50)
  405. prisondestroyer.Font = Enum.Font.GothamBlack
  406. prisondestroyer.Text = "PrisonDestroyer"
  407. prisondestroyer.TextColor3 = Color3.new(0, 1, 0)
  408. prisondestroyer.TextScaled = true
  409. prisondestroyer.TextSize = 14
  410. prisondestroyer.TextWrapped = true
  411. prisondestroyer.MouseButton1Down:connect(function()
  412. loadstring(game:HttpGet("https://pastebin.com/raw/nu20tAZE",true))()
  413. end)
  414.  
  415. kickgui.Name = "kickgui"
  416. kickgui.Parent = guismain
  417. kickgui.BackgroundColor3 = Color3.new(0, 0, 0)
  418. kickgui.Position = UDim2.new(0.701492548, 0, 0.0566037744, 0)
  419. kickgui.Size = UDim2.new(0, 109, 0, 50)
  420. kickgui.Font = Enum.Font.GothamBlack
  421. kickgui.Text = "Kick Gui"
  422. kickgui.TextColor3 = Color3.new(0, 1, 0)
  423. kickgui.TextSize = 18
  424. kickgui.TextWrapped = true
  425. kickgui.MouseButton1Down:connect(function()
  426. loadstring(game:HttpGet("https://pastebin.com/raw/AncyYd8Q", true))()
  427. end)
  428.  
  429. scriptsmain.Name = "scriptsmain"
  430. scriptsmain.Parent = main
  431. scriptsmain.BackgroundColor3 = Color3.new(1, 0.45098, 0)
  432. scriptsmain.BorderSizePixel = 0
  433. scriptsmain.Position = UDim2.new(0, 0, 0.178885639, 0)
  434. scriptsmain.Size = UDim2.new(0, 462, 0, 222)
  435. scriptsmain.Visible = false
  436.  
  437. godmode.Name = "godmode"
  438. godmode.Parent = scriptsmain
  439. godmode.BackgroundColor3 = Color3.new(0, 0, 0)
  440. godmode.Position = UDim2.new(0.12686567, 0, 0.061611373, 0)
  441. godmode.Size = UDim2.new(0, 126, 0, 44)
  442. godmode.Font = Enum.Font.GothamBlack
  443. godmode.Text = "Godmode (SWAT ONLY)"
  444. godmode.TextColor3 = Color3.new(0, 1, 0)
  445. godmode.TextScaled = true
  446. godmode.TextSize = 14
  447. godmode.TextWrapped = true
  448. godmode.MouseButton1Down:connect(function()
  449. game.Players.LocalPlayer.Character.Humanoid.HealthChanged:Connect(function(health)
  450. if health < game.Players.LocalPlayer.Character.Humanoid.MaxHealth then
  451. workspace.Remote.TeamEvent:FireServer("Bright blue")
  452. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.clothes["Riot Police"].ITEMPICKUP)
  453. workspace.Remote.TeamEvent:FireServer("Bright orange")
  454. end
  455. end)
  456. end)
  457.  
  458. destroy.Name = "destroy"
  459. destroy.Parent = scriptsmain
  460. destroy.BackgroundColor3 = Color3.new(0, 0, 0)
  461. destroy.Position = UDim2.new(0.559701502, 0, 0.061611373, 0)
  462. destroy.Size = UDim2.new(0, 126, 0, 44)
  463. destroy.Font = Enum.Font.GothamBlack
  464. destroy.Text = "CRASH OTHERS!"
  465. destroy.TextColor3 = Color3.new(0, 1, 0)
  466. destroy.TextScaled = true
  467. destroy.TextSize = 14
  468. destroy.TextWrapped = true
  469. destroy.MouseButton1Down:connect(function()
  470. game:GetService("StarterGui"):SetCore("SendNotification", {
  471. Title = "Destroying Server...";
  472. Text = "Please wait up to 30 seconds!!";
  473. })
  474. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(917.909851, 129.489944, 2328.6958)
  475. wait(0.5)
  476. local client = game:GetService("Players").LocalPlayer
  477.  
  478. for _, child in next, client.Backpack:GetChildren() do
  479. if child:IsA("Tool") then
  480. client.Character.Humanoid:UnequipTools()
  481. end
  482. end
  483.  
  484. local Crim = Instance.new("Part")
  485. Crim.Name = "plr"
  486. Crim.Parent = workspace
  487. Crim.Anchored = true
  488. Crim.Archivable = true
  489. Crim.CFrame = CFrame.new(9e99, 9e99, 9e99)
  490. Bruh = game.Workspace["Criminals Spawn"].SpawnLocation
  491. wait(0.1)
  492. Crim.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  493. Crim.Transparency = 1
  494. Crim.Anchored = true
  495. Crim.CanCollide = false
  496. lol = true
  497. Bruh = game.Workspace["Criminals Spawn"].SpawnLocation
  498. Bruh.CanCollide = false
  499. Bruh.Size = Vector3.new(51.05, 24.12, 54.76)
  500. Bruh.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  501. Bruh.Transparency = 1
  502. wait(0.1)
  503. lol = false
  504. wait(0.04)
  505. if lol == false then
  506. Bruh.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  507. Bruh.Size = Vector3.new(6, 0.2, 6)
  508. Bruh.Transparency = 0
  509. lol = false
  510. end
  511. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  512. wait(0.1)
  513. local tbl_main =
  514. {
  515. "CRASHING SERVER!! Script made by jake11price.",
  516. "All"
  517. }
  518. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  519. wait(0.5)
  520. game:GetService("StarterGui"):SetCore("SendNotification", {
  521. Title = "Warning!!";
  522. Text = "DO NOT EQUIP THE REMINGTON 870 UNTIL YOU TURN BACK INTO AN INMATE!!";
  523. })
  524. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  525. for i=1,650 do
  526. local tbl_36BA2890 =
  527. {
  528. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-379.812744, 31.2091656, 121.524826)),
  529. ["Distance"] = 61.344123840332,
  530. ["Cframe"] = CFrame.new(809.089844, 101.766418, 2219.49268, 0.363455683, 0.0792314336, -0.928236127, -1.86264515e-09, 0.996376872, 0.0850477219, 0.931611478, -0.0309110768, 0.362138808),
  531. ["Hit"] = v.Character.Head
  532. }
  533. local tbl_36B5BF78 =
  534. {
  535. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-379.036713, 35.5271149, 122.755898)),
  536. ["Distance"] = 61.299308776855,
  537. ["Cframe"] = CFrame.new(809.180542, 102.100838, 2219.57886, 0.366918802, 0.0893238857, -0.92595464, 0, 0.995379448, 0.0960210636, 0.930253029, -0.035231933, 0.365223378),
  538. ["Hit"] = v.Character.Head
  539. }
  540. local tbl_36B585E8 =
  541. {
  542. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-379.921326, 20.3493805, 123.473427)),
  543. ["Distance"] = 61.141574859619,
  544. ["Cframe"] = CFrame.new(809.180542, 100.912926, 2219.61255, 0.36787042, 0.0533849634, -0.928343356, 0, 0.99835068, 0.0574107729, 0.929877102, -0.021119725, 0.367263645),
  545. ["Hit"] = v.Character.Head
  546. }
  547. local tbl_36B5CC38 =
  548. {
  549. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-371.464417, 33.5804787, 144.521744)),
  550. ["Distance"] = 63.866916656494,
  551. ["Cframe"] = CFrame.new(808.680542, 102.047562, 2221.70142, 0.418726623, 0.0821772888, -0.90438652, 0, 0.995897233, 0.0904924273, 0.908112347, -0.0378915891, 0.417008668),
  552. ["Hit"] = v.Character.Head
  553. }
  554. local tbl_36B5BB28 =
  555. {
  556. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-376.177948, 24.8940163, 133.680374)),
  557. ["Distance"] = 62.931880950928,
  558. ["Cframe"] = CFrame.new(808.680542, 101.319054, 2220.68823, 0.391926825, 0.0631896704, -0.917823792, 0, 0.997638524, 0.0686846897, 0.91999644, -0.0269193724, 0.391001284),
  559. ["Hit"] = v.Character.Head
  560. }
  561. local tbl_36B58A98 =
  562. {
  563. tbl_36B5BB28,
  564. tbl_36B5CC38,
  565. tbl_36B585E8,
  566. tbl_36B5BF78,
  567. tbl_36BA2890
  568. }
  569. local tbl_main =
  570. {
  571. tbl_36B58A98,
  572. game:GetService("Players").LocalPlayer.Backpack["Remington 870"]
  573. }
  574. game:GetService("ReplicatedStorage").ShootEvent:FireServer(unpack(tbl_main))
  575. local tbl_36BA2890 =
  576. {
  577. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-379.812744, 31.2091656, 121.524826)),
  578. ["Distance"] = 61.344123840332,
  579. ["Cframe"] = CFrame.new(809.089844, 101.766418, 2219.49268, 0.363455683, 0.0792314336, -0.928236127, -1.86264515e-09, 0.996376872, 0.0850477219, 0.931611478, -0.0309110768, 0.362138808),
  580. ["Hit"] = v.Character.Head
  581. }
  582. local tbl_36B5BF78 =
  583. {
  584. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-379.036713, 35.5271149, 122.755898)),
  585. ["Distance"] = 61.299308776855,
  586. ["Cframe"] = CFrame.new(809.180542, 102.100838, 2219.57886, 0.366918802, 0.0893238857, -0.92595464, 0, 0.995379448, 0.0960210636, 0.930253029, -0.035231933, 0.365223378),
  587. ["Hit"] = v.Character.Head
  588. }
  589. local tbl_36B585E8 =
  590. {
  591. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-379.921326, 20.3493805, 123.473427)),
  592. ["Distance"] = 61.141574859619,
  593. ["Cframe"] = CFrame.new(809.180542, 100.912926, 2219.61255, 0.36787042, 0.0533849634, -0.928343356, 0, 0.99835068, 0.0574107729, 0.929877102, -0.021119725, 0.367263645),
  594. ["Hit"] = v.Character.Head
  595. }
  596. local tbl_36B5CC38 =
  597. {
  598. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-371.464417, 33.5804787, 144.521744)),
  599. ["Distance"] = 63.866916656494,
  600. ["Cframe"] = CFrame.new(808.680542, 102.047562, 2221.70142, 0.418726623, 0.0821772888, -0.90438652, 0, 0.995897233, 0.0904924273, 0.908112347, -0.0378915891, 0.417008668),
  601. ["Hit"] = v.Character.Head
  602. }
  603. local tbl_36B5BB28 =
  604. {
  605. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-376.177948, 24.8940163, 133.680374)),
  606. ["Distance"] = 62.931880950928,
  607. ["Cframe"] = CFrame.new(808.680542, 101.319054, 2220.68823, 0.391926825, 0.0631896704, -0.917823792, 0, 0.997638524, 0.0686846897, 0.91999644, -0.0269193724, 0.391001284),
  608. ["Hit"] = v.Character.Head
  609. }
  610. local tbl_36B58A98 =
  611. {
  612. tbl_36B5BB28,
  613. tbl_36B5CC38,
  614. tbl_36B585E8,
  615. tbl_36B5BF78,
  616. tbl_36BA2890
  617. }
  618. local tbl_main =
  619. {
  620. tbl_36B58A98,
  621. game:GetService("Players").LocalPlayer.Backpack["Remington 870"]
  622. }
  623. game:GetService("ReplicatedStorage").ShootEvent:FireServer(unpack(tbl_main))
  624. end
  625. end
  626. workspace.Remote.TeamEvent:FireServer("Bright orange")
  627. end)
  628.  
  629. hitbox.Name = "hitbox"
  630. hitbox.Parent = scriptsmain
  631. hitbox.BackgroundColor3 = Color3.new(0, 0, 0)
  632. hitbox.Position = UDim2.new(0.12686567, 0, 0.379146874, 0)
  633. hitbox.Size = UDim2.new(0, 126, 0, 50)
  634. hitbox.Font = Enum.Font.GothamBlack
  635. hitbox.Text = "Guard Hitbox Expander"
  636. hitbox.TextColor3 = Color3.new(0, 1, 0)
  637. hitbox.TextScaled = true
  638. hitbox.TextSize = 14
  639. hitbox.TextWrapped = true
  640. hitbox.MouseButton1Down:connect(function()
  641. _G.HeadSize = 10
  642. _G.Disabled = true
  643. _G.Reset = true
  644.  
  645. game:GetService('RunService').RenderStepped:connect(function()
  646. if _G.Disabled then
  647. for i,v in pairs(game.Teams["Guards"]:GetPlayers()) do
  648. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  649. pcall(function()
  650. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  651. v.Character.HumanoidRootPart.Transparency = 0.7
  652. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  653. v.Character.HumanoidRootPart.Material = "Neon"
  654. v.Character.HumanoidRootPart.CanCollide = false
  655. end)
  656. if _G.Reset then
  657. if v.Character.Humanoid.Health == 0 then
  658. v.Character.HumanoidRootPart.Size = Vector3.new(1,1,1)
  659. end
  660. end
  661. end
  662. end
  663. end
  664. end)
  665. end)
  666.  
  667. antikickmainon.Name = "antikickmainon"
  668. antikickmainon.Parent = scriptsmain
  669. antikickmainon.BackgroundColor3 = Color3.new(1, 1, 1)
  670. antikickmainon.Position = UDim2.new(0.559701502, 0, 0.379146934, 0)
  671. antikickmainon.Size = UDim2.new(0, 126, 0, 50)
  672. antikickmainon.Visible = false
  673.  
  674. antikickon.Name = "antikickon"
  675. antikickon.Parent = antikickmainon
  676. antikickon.BackgroundColor3 = Color3.new(0, 1, 0)
  677. antikickon.Size = UDim2.new(0, 126, 0, 50)
  678. antikickon.Font = Enum.Font.GothamBlack
  679. antikickon.Text = "CrimAura (On)"
  680. antikickon.TextColor3 = Color3.new(0, 0, 0)
  681. antikickon.TextSize = 14
  682. antikickon.MouseButton1Down:connect(function()
  683. antikickmainon.Visible = false
  684. antikickmainoff.Visible = true
  685. _G.Crim = false
  686. end)
  687.  
  688. antikickmainoff.Name = "antikickmainoff"
  689. antikickmainoff.Parent = scriptsmain
  690. antikickmainoff.BackgroundColor3 = Color3.new(1, 1, 1)
  691. antikickmainoff.Position = UDim2.new(0.559701562, 0, 0.379146814, 0)
  692. antikickmainoff.Size = UDim2.new(0, 126, 0, 50)
  693.  
  694. antikickoff.Name = "antikickoff"
  695. antikickoff.Parent = antikickmainoff
  696. antikickoff.BackgroundColor3 = Color3.new(1, 0, 0)
  697. antikickoff.Size = UDim2.new(0, 126, 0, 50)
  698. antikickoff.Font = Enum.Font.GothamBlack
  699. antikickoff.Text = "CrimAura (Off)"
  700. antikickoff.TextColor3 = Color3.new(0, 0, 0)
  701. antikickoff.TextSize = 14
  702. antikickoff.TextWrapped = true
  703. antikickoff.MouseButton1Down:connect(function()
  704. antikickmainoff.Visible = false
  705. antikickmainon.Visible = true
  706. wait(0.6)
  707. _G.Crim = true
  708. while _G.Crim == true do wait() do
  709. for i,v in pairs(game.Teams["Guards"]:GetPlayers()) do
  710. for o,l in pairs(game.Teams["Inmates"]:GetPlayers()) do
  711. local tbl_main =
  712. {
  713. game:GetService("Workspace")["Prison_ITEMS"].single["Crude Knife"].ITEMPICKUP
  714. }
  715. game:GetService("Workspace").Remote.ItemHandler:InvokeServer(unpack(tbl_main))
  716.  
  717. wait(0.00001)
  718. for i,v in pairs(game.Teams["Guards"]:GetPlayers()) do
  719. for o,l in pairs(game.Teams["Inmates"]:GetPlayers()) do
  720. if v.Name ~= game.Players.LocalPlayer.Name then
  721. if l.Name ~= game.Players.LocalPlayer.Name then
  722. local tbl_main =
  723. {
  724. v,
  725. game:GetService("Players").LocalPlayer.Backpack["Crude Knife"]
  726. }
  727. game:GetService("ReplicatedStorage").meleeEvent:FireServer(unpack(tbl_main))
  728. local tbl_main =
  729. {
  730. l,
  731. game:GetService("Players").LocalPlayer.Backpack["Crude Knife"]
  732. }
  733. game:GetService("ReplicatedStorage").meleeEvent:FireServer(unpack(tbl_main))
  734.  
  735.  
  736. local Crim = Instance.new("Part")
  737. Crim.Name = "plr"
  738. Crim.Parent = workspace
  739. Crim.Anchored = true
  740. Crim.Archivable = true
  741. Crim.CFrame = CFrame.new(9e99, 9e99, 9e99)
  742. Bruh = game.Workspace["Criminals Spawn"].SpawnLocation
  743. Crim.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  744. Crim.Transparency = 1
  745. Crim.Anchored = true
  746. Crim.CanCollide = false
  747. lol = true
  748. Bruh = game.Workspace["Criminals Spawn"].SpawnLocation
  749. Bruh.CanCollide = false
  750. Bruh.Size = Vector3.new(51.05, 24.12, 54.76)
  751. Bruh.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  752. Bruh.Transparency = 1
  753. wait(0.001)
  754. lol = false
  755. if lol == false then
  756. Bruh.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  757. Bruh.Size = Vector3.new(6, 0.2, 6)
  758. Bruh.Transparency = 0
  759. lol = false
  760. end
  761. end
  762. end
  763. end
  764. end
  765. end
  766. end
  767. end
  768. end
  769. end)
  770.  
  771. modguns.Name = "modguns"
  772. modguns.Parent = scriptsmain
  773. modguns.BackgroundColor3 = Color3.new(0, 0, 0)
  774. modguns.Position = UDim2.new(0.137171283, 0, 0.706161141, 0)
  775. modguns.Size = UDim2.new(0, 329, 0, 50)
  776. modguns.Font = Enum.Font.GothamBlack
  777. modguns.Text = "Mod All Guns"
  778. modguns.TextColor3 = Color3.new(0, 1, 0)
  779. modguns.TextSize = 30
  780. modguns.TextWrapped = true
  781. modguns.MouseButton1Down:connect(function()
  782. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  783.  
  784. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  785. print(lol)
  786. end
  787.  
  788. local client = game:GetService("Players").LocalPlayer
  789.  
  790. for _, child in next, client.Backpack:GetChildren() do
  791. if child:IsA("Tool") then
  792. client.Character.Humanoid:UnequipTools()
  793. end
  794. end
  795. local reg = (getreg or debug.getregistry)
  796. local get = (debug.getupvalues or secret953)
  797. local client = game:GetService("Players").LocalPlayer
  798. local render = game:GetService('RunService').RenderStepped
  799.  
  800. local function fakeStats()
  801. function change(t)
  802. local myStats = {
  803. ReloadTime = 0,
  804. FireRate = 0,
  805. AutoFire = true,
  806. StoredAmmo = math.huge,
  807. MaxAmmo = math.huge,
  808. CurrentAmmo = math.huge,
  809. }
  810.  
  811. for name, fake in next, myStats do
  812. t[name] = fake
  813. end
  814. end
  815.  
  816. for k, v in next, reg() do
  817. if type(v) == "function" then
  818. local upvals = get(v)
  819. if upvals and upvals.GunStates then
  820. change(upvals.GunStates)
  821. end
  822. end
  823. end
  824. end
  825.  
  826. client.Backpack.ChildAdded:connect(function(child)
  827. if child:IsA("Tool") and child:FindFirstChild("GunInterface") then
  828. client.Character.Humanoid:EquipTool(child)
  829.  
  830. render:wait()
  831. fakeStats()
  832. render:wait()
  833.  
  834. client.Character.Humanoid:UnequipTools()
  835. end
  836. end)
  837.  
  838. for _, child in next, client.Backpack:GetChildren() do
  839. if child:IsA("Tool") and child:FindFirstChild("GunInterface") then
  840. client.Character.Humanoid:EquipTool(child)
  841.  
  842. render:wait()
  843. fakeStats()
  844. render:wait()
  845.  
  846. client.Character.Humanoid:UnequipTools()
  847. end
  848. end
  849. end)
  850.  
  851. for i,v in pairs(game:GetService("Workspace")["Prison_Halls"]:GetChildren()) do
  852. if v.Name ~= ("floor") then
  853. if v.Name ~= ("lights") then
  854. v:Remove()
  855. end
  856. end
  857. end
  858. for i,v in pairs(game:GetService("Workspace")["Prison_Guard_Outpost"]:GetChildren()) do
  859. if v.Name ~= ("floor") then
  860. if v.Name ~= ("lights") then
  861. v:Remove()
  862. end
  863. end
  864. end
  865. for i,v in pairs(game:GetService("Workspace")["Prison_Cafeteria"]:GetChildren()) do
  866. if v.Name ~= ("floor") then
  867. if v.Name ~= ("lights") then
  868. v:Remove()
  869. end
  870. end
  871. end
  872. for i,v in pairs(game:GetService("Workspace")["Prison_Fences"]:GetChildren()) do
  873. v:Remove()
  874. end
  875. for i,v in pairs(game:GetService("Workspace")["Prison_OuterWall"]:GetChildren()) do
  876. v:Remove()
  877. end
  878. for i,v in pairs(game:GetService("Workspace")["Doors"]:GetChildren()) do
  879. v:Remove()
  880. end
  881. for i,v in pairs(game:GetService("Workspace")["Prison_Administration"]:GetChildren()) do
  882. if v.Name ~= ("light_floor1") then
  883. if v.Name ~= ("light_floor2") then
  884. v:Remove()
  885. end
  886. end
  887. end
  888. for i,v in pairs(game:GetService("Workspace")["Prison_Cellblock"]:GetChildren()) do
  889. if v.Name ~= ("c_floor") then
  890. if v.Name ~= ("a_lights") then
  891. if v.Name ~= ("b_lights") then
  892. if v.Name ~= ("c_lights") then
  893. v:Remove()
  894. end
  895. end
  896. end
  897. end
  898. end
  899. wait(0.1)
  900. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(917.909851, 129.489944, 2328.6958)
  901. wait(1)
  902. print("Successfully Loaded PrisonBreaker V1.6")
  903. game:GetService("StarterGui"):SetCore("SendNotification", {
  904. Title = "PrisonBreaker V1.6 Loaded";
  905. Text = "Enjoy destroying the game ;)";
  906. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement