Advertisement
Anchours

Just a script

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