Advertisement
Guest User

nig nig noo

a guest
Jan 18th, 2020
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.60 KB | None | 0 0
  1. --NEW PRISON LIFE SCRIPT
  2.  
  3. local function SendNotification(title,text,duration,...)
  4. game.StarterGui:SetCore("SendNotification", {
  5. Title = title;
  6. Text = text;
  7. Icon = "";
  8. Duration = duration;
  9. })
  10. end
  11.  
  12. game.Players.ChildAdded:Connect(function(player)
  13. if not pcall (function()
  14. SendNotification("Player Joined",""..player.Name.." Has joined the server",2.5 )
  15. end) then
  16. print ("Error")
  17. end
  18. end)
  19.  
  20. game.Players.ChildRemoved:Connect(function(player)
  21. if not pcall (function()
  22. SendNotification("Player Left",""..player.Name.." Has rage quit",2.5 )
  23. end) then
  24. print ("Error")
  25. end
  26. end)
  27. for i,v in pairs(game:GetService("CoreGui"):GetChildren()) do
  28. if v.Name == "PurchasePromptApp" then
  29. v:Remove()
  30. end
  31. end
  32. for i,v in pairs(game:GetService("CoreGui"):GetChildren()) do
  33. if v.Name == "PrisonBreakerV1.6" then
  34. v:Remove()
  35. end
  36. end
  37.  
  38. local toggle = false
  39. local PrisonBreakerV16 = Instance.new("ScreenGui")
  40. local openmain = Instance.new("Frame")
  41. local open = Instance.new("TextButton")
  42. local main = Instance.new("Frame")
  43. local title = Instance.new("TextLabel")
  44. local home = Instance.new("TextButton")
  45. local guis = Instance.new("TextButton")
  46. local teams = Instance.new("TextButton")
  47. local funcs = Instance.new("TextButton")
  48. local homemain = Instance.new("Frame")
  49. local title_2 = Instance.new("TextLabel")
  50. local TextLabel = Instance.new("TextLabel")
  51. local teamsmain = Instance.new("Frame")
  52. local cop = Instance.new("TextButton")
  53. local inmate = Instance.new("TextButton")
  54. local neutral = Instance.new("TextButton")
  55. local crim = Instance.new("TextButton")
  56. local guismain = Instance.new("Frame")
  57. local prisonbreakerv15 = Instance.new("TextButton")
  58. local prisondestroyer = Instance.new("TextButton")
  59. local kickgui = Instance.new("TextButton")
  60. local scriptsmain = Instance.new("Frame")
  61. local godmode = Instance.new("TextButton")
  62. local destroy = Instance.new("TextButton")
  63. local hitbox = Instance.new("TextButton")
  64. local antikickmainon = Instance.new("Frame")
  65. local antikickon = Instance.new("TextButton")
  66. local antikickmainoff = Instance.new("Frame")
  67. local antikickoff = Instance.new("TextButton")
  68. local modguns = Instance.new("TextButton")
  69. PrisonBreakerV16.Name = "PrisonBreakerV1.6"
  70. PrisonBreakerV16.Parent = game.CoreGui
  71. -- All Skids Welcome
  72.  
  73. openmain.Name = "openmain"
  74. openmain.Parent = PrisonBreakerV16
  75. openmain.BackgroundColor3 = Color3.new(1, 1, 1)
  76. openmain.Position = UDim2.new(0.0104873544, 0, 0.549140036, 0)
  77. openmain.Size = UDim2.new(0, 100, 0, 26)
  78.  
  79. open.Name = "open"
  80. open.Parent = openmain
  81. open.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  82. open.Position = UDim2.new(0, 0, -0.0299201012, 0)
  83. open.Size = UDim2.new(0, 100, 0, 26)
  84. open.Font = Enum.Font.GothamBlack
  85. open.Text = "OPEN"
  86. open.TextColor3 = Color3.new(0, 0, 0)
  87. open.TextSize = 18
  88. open.TextWrapped = true
  89. open.MouseButton1Down:connect(function()
  90. local main = game:GetService("CoreGui")["PrisonBreakerV1.6"].main
  91. wait(0.01)
  92. if toggle == false then
  93. main:TweenPosition(UDim2.new(0.081, 0, 0.3, 0), 'Out', 'Quad', 0.8)
  94. toggle = true
  95. else
  96. main:TweenPosition(UDim2.new(1.5, 0, 0.8, 0), 'Out', 'Quad', 0.8)
  97. toggle = false
  98. end
  99. wait(0.9)
  100. if main.Position == (UDim2.new(0.081, 0, 0.3, 0)) then
  101. open.Text = "CLOSE"
  102. else
  103. open.Text = "OPEN"
  104. end
  105. end)
  106.  
  107. main.Name = "main"
  108. main.Parent = PrisonBreakerV16
  109. main.BackgroundColor3 = Color3.new(0, 0, 127)
  110. main.BorderColor3 = Color3.new(0, 0, 127)
  111. main.BorderSizePixel = 5
  112. main.Position = UDim2.new(1.5, 0, 0.8, 0)
  113. main.Size = UDim2.new(0, 465, 0, 341)
  114. main.Active = true
  115. main.Draggable = true
  116.  
  117. title.Name = "title"
  118. title.Parent = main
  119. title.BackgroundColor3 = Color3.new(0, 0, 0)
  120. title.BorderSizePixel = 2
  121. title.Position = UDim2.new(0.0064516128, 0, 0.829912007, 0)
  122. title.Size = UDim2.new(0, 459, 0, 58)
  123. title.Font = Enum.Font.GothamBold
  124. title.Text = "PrisonBreaker V1.6 Made By Jake11price"
  125. title.TextColor3 = Color3.new(1, 0, 0)
  126. title.TextSize = 15
  127.  
  128. home.Name = "home"
  129. home.Parent = main
  130. home.BackgroundColor3 = Color3.new(255, 0, 0)
  131. home.Position = UDim2.new(0.0129032256, 0, 0.0263929628, 0)
  132. home.Size = UDim2.new(0, 100, 0, 37)
  133. home.Font = Enum.Font.GothamBlack
  134. home.Text = "Home"
  135. home.TextColor3 = Color3.new(0, 0, 0)
  136. home.TextSize = 25
  137. function SCRIPT_CIMJ66_FAKESCRIPT() -- Frame.LocalScript
  138. local script = Instance.new('LocalScript')
  139. script.Parent = home
  140. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  141.  
  142. counter = 0
  143.  
  144. while wait(0.1)do
  145. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  146.  
  147. counter = counter + 0.01
  148. end
  149.  
  150.  
  151. end
  152. coroutine.resume(coroutine.create(SCRIPT_CIMJ66_FAKESCRIPT))
  153. home.MouseButton1Down:connect(function()
  154. teamsmain.Visible = false
  155. guismain.Visible = false
  156. scriptsmain.Visible = false
  157. homemain.Visible = true
  158. end)
  159.  
  160. guis.Name = "guis"
  161. guis.Parent = main
  162. guis.BackgroundColor3 = Color3.new(255, 0, 0)
  163. guis.Position = UDim2.new(0.246848866, 0, 0.0263929628, 0)
  164. guis.Size = UDim2.new(0, 108, 0, 37)
  165. guis.Font = Enum.Font.GothamBlack
  166. guis.Text = "Guis"
  167. guis.TextColor3 = Color3.new(0, 0, 0)
  168. guis.TextSize = 25
  169. function SCRIPT_CIMJ66_FAKESCRIPT() -- Frame.LocalScript
  170. local script = Instance.new('LocalScript')
  171. script.Parent = guis
  172. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  173.  
  174. counter = 0
  175.  
  176. while wait(0.1)do
  177. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  178.  
  179. counter = counter + 0.01
  180. end
  181.  
  182.  
  183. end
  184. coroutine.resume(coroutine.create(SCRIPT_CIMJ66_FAKESCRIPT))
  185. guis.MouseButton1Down:connect(function()
  186. teamsmain.Visible = false
  187. scriptsmain.Visible = false
  188. homemain.Visible = false
  189. guismain.Visible = true
  190. end)
  191.  
  192. teams.Name = "teams"
  193. teams.Parent = main
  194. teams.BackgroundColor3 = Color3.new(255, 0, 0)
  195. teams.Position = UDim2.new(0.500149369, 0, 0.0263929628, 0)
  196. teams.Size = UDim2.new(0, 108, 0, 37)
  197. teams.Font = Enum.Font.GothamBlack
  198. teams.Text = "Teams"
  199. teams.TextColor3 = Color3.new(0, 0, 0)
  200. teams.TextSize = 25
  201. function SCRIPT_CIMJ66_FAKESCRIPT() -- Frame.LocalScript
  202. local script = Instance.new('LocalScript')
  203. script.Parent = teams
  204. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  205.  
  206. counter = 0
  207.  
  208. while wait(0.1)do
  209. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  210.  
  211. counter = counter + 0.01
  212. end
  213.  
  214.  
  215. end
  216. coroutine.resume(coroutine.create(SCRIPT_CIMJ66_FAKESCRIPT))
  217. teams.MouseButton1Down:connect(function()
  218. scriptsmain.Visible = false
  219. homemain.Visible = false
  220. guismain.Visible = false
  221. teamsmain.Visible = true
  222. end)
  223.  
  224. funcs.Name = "funcs"
  225. funcs.Parent = main
  226. funcs.BackgroundColor3 = Color3.new(255, 0, 0)
  227. funcs.Position = UDim2.new(0.754838645, 0, 0.0263929628, 0)
  228. funcs.Size = UDim2.new(0, 108, 0, 37)
  229. funcs.Font = Enum.Font.GothamBlack
  230. funcs.Text = "New Scripts"
  231. funcs.TextColor3 = Color3.new(0, 0, 0)
  232. funcs.TextSize = 18
  233. function SCRIPT_CIMJ66_FAKESCRIPT() -- Frame.LocalScript
  234. local script = Instance.new('LocalScript')
  235. script.Parent = funcs
  236. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  237.  
  238. counter = 0
  239.  
  240. while wait(0.1)do
  241. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  242.  
  243. counter = counter + 0.01
  244. end
  245.  
  246.  
  247. end
  248. coroutine.resume(coroutine.create(SCRIPT_CIMJ66_FAKESCRIPT))
  249. funcs.MouseButton1Down:connect(function()
  250. homemain.Visible = false
  251. guismain.Visible = false
  252. teamsmain.Visible = false
  253. scriptsmain.Visible = true
  254. end)
  255.  
  256. homemain.Name = "homemain"
  257. homemain.Parent = main
  258. homemain.BackgroundColor3 = Color3.new(0, 0, 0)
  259. homemain.Position = UDim2.new(0, 0, 0.178885639, 0)
  260. homemain.Size = UDim2.new(0, 465, 0, 218)
  261.  
  262. title_2.Name = "title"
  263. title_2.Parent = homemain
  264. title_2.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  265. title_2.BorderSizePixel = 0
  266. title_2.Position = UDim2.new(0.0206066482, 0, 0.0379392318, 0)
  267. title_2.Size = UDim2.new(0, 445, 0, 87)
  268. title_2.Font = Enum.Font.GothamBlack
  269. title_2.Text = "This is my last prison life gui... Enjoy the new scripts!"
  270. title_2.TextColor3 = Color3.new(0, 0, 0)
  271. title_2.TextScaled = true
  272. title_2.TextSize = 14
  273. title_2.TextWrapped = true
  274.  
  275. TextLabel.Parent = homemain
  276. TextLabel.BackgroundColor3 = Color3.new(0, 1, 0)
  277. TextLabel.BorderSizePixel = 0
  278. TextLabel.Position = UDim2.new(0.0193548389, 0, 0.486238539, 0)
  279. TextLabel.Size = UDim2.new(0, 445, 0, 87)
  280. TextLabel.Font = Enum.Font.GothamBlack
  281. TextLabel.Text = "Subscribe to my Youtube Channel: Jake11price"
  282. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  283. TextLabel.TextScaled = true
  284. TextLabel.TextSize = 14
  285. TextLabel.TextWrapped = true
  286.  
  287. teamsmain.Name = "teamsmain"
  288. teamsmain.Parent = main
  289. teamsmain.BackgroundColor3 = Color3.new(0, 0, 0)
  290. teamsmain.BorderSizePixel = 0
  291. teamsmain.Position = UDim2.new(0, 0, 0.178885639, 0)
  292. teamsmain.Size = UDim2.new(0, 462, 0, 222)
  293. teamsmain.Visible = false
  294.  
  295. cop.Name = "cop"
  296. cop.Parent = teamsmain
  297. cop.BackgroundColor3 = Color3.new(0, 0, 1)
  298. cop.BorderSizePixel = 1
  299. cop.Position = UDim2.new(0.0199004635, 0, 0.28773582, 0)
  300. cop.Size = UDim2.new(0, 89, 0, 70)
  301. cop.Font = Enum.Font.GothamBlack
  302. cop.Text = "Guards"
  303. cop.TextColor3 = Color3.new(0, 0, 0)
  304. cop.TextSize = 18
  305. cop.TextWrapped = true
  306. cop.MouseButton1Down:connect(function()
  307. workspace.Remote.TeamEvent:FireServer("Bright blue")
  308. end)
  309.  
  310. inmate.Name = "inmate"
  311. inmate.Parent = teamsmain
  312. inmate.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  313. inmate.BorderSizePixel = 1
  314. inmate.Position = UDim2.new(0.278606981, 0, 0.28773585, 0)
  315. inmate.Size = UDim2.new(0, 89, 0, 70)
  316. inmate.Font = Enum.Font.GothamBlack
  317. inmate.Text = "Inmates"
  318. inmate.TextColor3 = Color3.new(0, 0, 0)
  319. inmate.TextSize = 18
  320. inmate.MouseButton1Down:connect(function()
  321. workspace.Remote.TeamEvent:FireServer("Bright orange")
  322. end)
  323.  
  324. neutral.Name = "neutral"
  325. neutral.Parent = teamsmain
  326. neutral.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  327. neutral.BorderSizePixel = 1
  328. neutral.Position = UDim2.new(0.524875581, 0, 0.28773585, 0)
  329. neutral.Size = UDim2.new(0, 89, 0, 70)
  330. neutral.Font = Enum.Font.GothamBlack
  331. neutral.Text = "Neutral"
  332. neutral.TextColor3 = Color3.new(0, 0, 0)
  333. neutral.TextSize = 18
  334. neutral.MouseButton1Down:connect(function()
  335. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  336. end)
  337.  
  338. crim.Name = "crim"
  339. crim.Parent = teamsmain
  340. crim.BackgroundColor3 = Color3.new(1, 0, 0)
  341. crim.BorderSizePixel = 1
  342. crim.Position = UDim2.new(0.768656731, 0, 0.28773585, 0)
  343. crim.Size = UDim2.new(0, 89, 0, 70)
  344. crim.Font = Enum.Font.GothamBlack
  345. crim.Text = "Criminals"
  346. crim.TextColor3 = Color3.new(0, 0, 0)
  347. crim.TextSize = 18
  348. crim.MouseButton1Down:connect(function()
  349. local Crim = Instance.new("Part")
  350. Crim.Name = "plr"
  351. Crim.Parent = workspace
  352. Crim.Anchored = true
  353. Crim.Archivable = true
  354. Crim.CFrame = CFrame.new(9e99, 9e99, 9e99)
  355. Bruh = game.Workspace["Criminals Spawn"].SpawnLocation
  356. wait(0.1)
  357. Crim.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  358. Crim.Transparency = 1
  359. Crim.Anchored = true
  360. Crim.CanCollide = false
  361. lol = true
  362. Bruh = game.Workspace["Criminals Spawn"].SpawnLocation
  363. Bruh.CanCollide = false
  364. Bruh.Size = Vector3.new(51.05, 24.12, 54.76)
  365. Bruh.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  366. Bruh.Transparency = 1
  367. wait(0.1)
  368. lol = false
  369. wait(0.04)
  370. if lol == false then
  371. Bruh.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  372. Bruh.Size = Vector3.new(6, 0.2, 6)
  373. Bruh.Transparency = 0
  374. lol = false
  375. end
  376. end)
  377.  
  378. guismain.Name = "guismain"
  379. guismain.Parent = main
  380. guismain.BackgroundColor3 = Color3.new(1, 0.45098, 0)
  381. guismain.BorderSizePixel = 0
  382. guismain.Position = UDim2.new(0, 0, 0.178885639, 0)
  383. guismain.Size = UDim2.new(0, 462, 0, 222)
  384. guismain.Visible = false
  385.  
  386. prisonbreakerv15.Name = "prisonbreakerv1.5"
  387. prisonbreakerv15.Parent = guismain
  388. prisonbreakerv15.BackgroundColor3 = Color3.new(0, 0, 0)
  389. prisonbreakerv15.Position = UDim2.new(0.0273631848, 0, 0.0566037744, 0)
  390. prisonbreakerv15.Size = UDim2.new(0, 109, 0, 50)
  391. prisonbreakerv15.Font = Enum.Font.GothamBlack
  392. prisonbreakerv15.Text = "PrisonBreaker V1.5"
  393. prisonbreakerv15.TextColor3 = Color3.new(0, 1, 0)
  394. prisonbreakerv15.TextScaled = true
  395. prisonbreakerv15.TextSize = 14
  396. prisonbreakerv15.TextWrapped = true
  397. prisonbreakerv15.MouseButton1Down:connect(function()
  398. loadstring(game:HttpGet("https://pastebin.com/raw/HpCpt9rt",true))()
  399. end)
  400.  
  401. prisondestroyer.Name = "prisondestroyer"
  402. prisondestroyer.Parent = guismain
  403. prisondestroyer.BackgroundColor3 = Color3.new(0, 0, 0)
  404. prisondestroyer.Position = UDim2.new(0.363184065, 0, 0.0566037744, 0)
  405. prisondestroyer.Size = UDim2.new(0, 109, 0, 50)
  406. prisondestroyer.Font = Enum.Font.GothamBlack
  407. prisondestroyer.Text = "PrisonDestroyer"
  408. prisondestroyer.TextColor3 = Color3.new(0, 1, 0)
  409. prisondestroyer.TextScaled = true
  410. prisondestroyer.TextSize = 14
  411. prisondestroyer.TextWrapped = true
  412. prisondestroyer.MouseButton1Down:connect(function()
  413. loadstring(game:HttpGet("https://pastebin.com/raw/nu20tAZE",true))()
  414. end)
  415.  
  416. kickgui.Name = "kickgui"
  417. kickgui.Parent = guismain
  418. kickgui.BackgroundColor3 = Color3.new(0, 0, 0)
  419. kickgui.Position = UDim2.new(0.701492548, 0, 0.0566037744, 0)
  420. kickgui.Size = UDim2.new(0, 109, 0, 50)
  421. kickgui.Font = Enum.Font.GothamBlack
  422. kickgui.Text = "Kick Gui"
  423. kickgui.TextColor3 = Color3.new(0, 1, 0)
  424. kickgui.TextSize = 18
  425. kickgui.TextWrapped = true
  426. kickgui.MouseButton1Down:connect(function()
  427. loadstring(game:HttpGet("https://pastebin.com/raw/AncyYd8Q", true))()
  428. end)
  429.  
  430. scriptsmain.Name = "scriptsmain"
  431. scriptsmain.Parent = main
  432. scriptsmain.BackgroundColor3 = Color3.new(1, 0.45098, 0)
  433. scriptsmain.BorderSizePixel = 0
  434. scriptsmain.Position = UDim2.new(0, 0, 0.178885639, 0)
  435. scriptsmain.Size = UDim2.new(0, 462, 0, 222)
  436. scriptsmain.Visible = false
  437.  
  438. godmode.Name = "godmode"
  439. godmode.Parent = scriptsmain
  440. godmode.BackgroundColor3 = Color3.new(0, 0, 0)
  441. godmode.Position = UDim2.new(0.12686567, 0, 0.061611373, 0)
  442. godmode.Size = UDim2.new(0, 126, 0, 44)
  443. godmode.Font = Enum.Font.GothamBlack
  444. godmode.Text = "Godmode (SWAT ONLY)"
  445. godmode.TextColor3 = Color3.new(0, 1, 0)
  446. godmode.TextScaled = true
  447. godmode.TextSize = 14
  448. godmode.TextWrapped = true
  449. godmode.MouseButton1Down:connect(function()
  450. game.Players.LocalPlayer.Character.Humanoid.HealthChanged:Connect(function(health)
  451. if health < game.Players.LocalPlayer.Character.Humanoid.MaxHealth then
  452. workspace.Remote.TeamEvent:FireServer("Bright blue")
  453. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.clothes["Riot Police"].ITEMPICKUP)
  454. workspace.Remote.TeamEvent:FireServer("Bright orange")
  455. end
  456. end)
  457. end)
  458.  
  459. destroy.Name = "destroy"
  460. destroy.Parent = scriptsmain
  461. destroy.BackgroundColor3 = Color3.new(0, 0, 0)
  462. destroy.Position = UDim2.new(0.559701502, 0, 0.061611373, 0)
  463. destroy.Size = UDim2.new(0, 126, 0, 44)
  464. destroy.Font = Enum.Font.GothamBlack
  465. destroy.Text = "CRASH OTHERS!"
  466. destroy.TextColor3 = Color3.new(0, 1, 0)
  467. destroy.TextScaled = true
  468. destroy.TextSize = 14
  469. destroy.TextWrapped = true
  470. destroy.MouseButton1Down:connect(function()
  471. game:GetService("StarterGui"):SetCore("SendNotification", {
  472. Title = "Destroying Server...";
  473. Text = "Please wait up to 30 seconds!!";
  474. })
  475. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(917.909851, 129.489944, 2328.6958)
  476. wait(0.5)
  477. local client = game:GetService("Players").LocalPlayer
  478.  
  479. for _, child in next, client.Backpack:GetChildren() do
  480. if child:IsA("Tool") then
  481. client.Character.Humanoid:UnequipTools()
  482. end
  483. end
  484.  
  485. local Crim = Instance.new("Part")
  486. Crim.Name = "plr"
  487. Crim.Parent = workspace
  488. Crim.Anchored = true
  489. Crim.Archivable = true
  490. Crim.CFrame = CFrame.new(9e99, 9e99, 9e99)
  491. Bruh = game.Workspace["Criminals Spawn"].SpawnLocation
  492. wait(0.1)
  493. Crim.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  494. Crim.Transparency = 1
  495. Crim.Anchored = true
  496. Crim.CanCollide = false
  497. lol = true
  498. Bruh = game.Workspace["Criminals Spawn"].SpawnLocation
  499. Bruh.CanCollide = false
  500. Bruh.Size = Vector3.new(51.05, 24.12, 54.76)
  501. Bruh.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  502. Bruh.Transparency = 1
  503. wait(0.1)
  504. lol = false
  505. wait(0.04)
  506. if lol == false then
  507. Bruh.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  508. Bruh.Size = Vector3.new(6, 0.2, 6)
  509. Bruh.Transparency = 0
  510. lol = false
  511. end
  512. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  513. wait(0.1)
  514. local tbl_main =
  515. {
  516. "CRASHING SERVER!! Script made by jake11price.",
  517. "All"
  518. }
  519. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  520. wait(0.5)
  521. game:GetService("StarterGui"):SetCore("SendNotification", {
  522. Title = "Warning!!";
  523. Text = "DO NOT EQUIP THE REMINGTON 870 UNTIL YOU TURN BACK INTO AN INMATE!!";
  524. })
  525. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  526. for i=1,650 do
  527. local tbl_36BA2890 =
  528. {
  529. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-379.812744, 31.2091656, 121.524826)),
  530. ["Distance"] = 61.344123840332,
  531. ["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),
  532. ["Hit"] = v.Character.Head
  533. }
  534. local tbl_36B5BF78 =
  535. {
  536. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-379.036713, 35.5271149, 122.755898)),
  537. ["Distance"] = 61.299308776855,
  538. ["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),
  539. ["Hit"] = v.Character.Head
  540. }
  541. local tbl_36B585E8 =
  542. {
  543. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-379.921326, 20.3493805, 123.473427)),
  544. ["Distance"] = 61.141574859619,
  545. ["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),
  546. ["Hit"] = v.Character.Head
  547. }
  548. local tbl_36B5CC38 =
  549. {
  550. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-371.464417, 33.5804787, 144.521744)),
  551. ["Distance"] = 63.866916656494,
  552. ["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),
  553. ["Hit"] = v.Character.Head
  554. }
  555. local tbl_36B5BB28 =
  556. {
  557. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-376.177948, 24.8940163, 133.680374)),
  558. ["Distance"] = 62.931880950928,
  559. ["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),
  560. ["Hit"] = v.Character.Head
  561. }
  562. local tbl_36B58A98 =
  563. {
  564. tbl_36B5BB28,
  565. tbl_36B5CC38,
  566. tbl_36B585E8,
  567. tbl_36B5BF78,
  568. tbl_36BA2890
  569. }
  570. local tbl_main =
  571. {
  572. tbl_36B58A98,
  573. game:GetService("Players").LocalPlayer.Backpack["Remington 870"]
  574. }
  575. game:GetService("ReplicatedStorage").ShootEvent:FireServer(unpack(tbl_main))
  576. local tbl_36BA2890 =
  577. {
  578. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-379.812744, 31.2091656, 121.524826)),
  579. ["Distance"] = 61.344123840332,
  580. ["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),
  581. ["Hit"] = v.Character.Head
  582. }
  583. local tbl_36B5BF78 =
  584. {
  585. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-379.036713, 35.5271149, 122.755898)),
  586. ["Distance"] = 61.299308776855,
  587. ["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),
  588. ["Hit"] = v.Character.Head
  589. }
  590. local tbl_36B585E8 =
  591. {
  592. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-379.921326, 20.3493805, 123.473427)),
  593. ["Distance"] = 61.141574859619,
  594. ["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),
  595. ["Hit"] = v.Character.Head
  596. }
  597. local tbl_36B5CC38 =
  598. {
  599. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-371.464417, 33.5804787, 144.521744)),
  600. ["Distance"] = 63.866916656494,
  601. ["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),
  602. ["Hit"] = v.Character.Head
  603. }
  604. local tbl_36B5BB28 =
  605. {
  606. ["RayObject"] = Ray.new(Vector3.new(839.947937, 99.4999466, 2211.61719), Vector3.new(-376.177948, 24.8940163, 133.680374)),
  607. ["Distance"] = 62.931880950928,
  608. ["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),
  609. ["Hit"] = v.Character.Head
  610. }
  611. local tbl_36B58A98 =
  612. {
  613. tbl_36B5BB28,
  614. tbl_36B5CC38,
  615. tbl_36B585E8,
  616. tbl_36B5BF78,
  617. tbl_36BA2890
  618. }
  619. local tbl_main =
  620. {
  621. tbl_36B58A98,
  622. game:GetService("Players").LocalPlayer.Backpack["Remington 870"]
  623. }
  624. game:GetService("ReplicatedStorage").ShootEvent:FireServer(unpack(tbl_main))
  625. end
  626. end
  627. workspace.Remote.TeamEvent:FireServer("Bright orange")
  628. end)
  629.  
  630. hitbox.Name = "hitbox"
  631. hitbox.Parent = scriptsmain
  632. hitbox.BackgroundColor3 = Color3.new(0, 0, 0)
  633. hitbox.Position = UDim2.new(0.12686567, 0, 0.379146874, 0)
  634. hitbox.Size = UDim2.new(0, 126, 0, 50)
  635. hitbox.Font = Enum.Font.GothamBlack
  636. hitbox.Text = "Guard Hitbox Expander"
  637. hitbox.TextColor3 = Color3.new(0, 1, 0)
  638. hitbox.TextScaled = true
  639. hitbox.TextSize = 14
  640. hitbox.TextWrapped = true
  641. hitbox.MouseButton1Down:connect(function()
  642. _G.HeadSize = 10
  643. _G.Disabled = true
  644. _G.Reset = true
  645.  
  646. game:GetService('RunService').RenderStepped:connect(function()
  647. if _G.Disabled then
  648. for i,v in pairs(game.Teams["Guards"]:GetPlayers()) do
  649. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  650. pcall(function()
  651. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  652. v.Character.HumanoidRootPart.Transparency = 0.7
  653. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  654. v.Character.HumanoidRootPart.Material = "Neon"
  655. v.Character.HumanoidRootPart.CanCollide = false
  656. end)
  657. if _G.Reset then
  658. if v.Character.Humanoid.Health == 0 then
  659. v.Character.HumanoidRootPart.Size = Vector3.new(1,1,1)
  660. end
  661. end
  662. end
  663. end
  664. end
  665. end)
  666. end)
  667.  
  668. antikickmainon.Name = "antikickmainon"
  669. antikickmainon.Parent = scriptsmain
  670. antikickmainon.BackgroundColor3 = Color3.new(1, 1, 1)
  671. antikickmainon.Position = UDim2.new(0.559701502, 0, 0.379146934, 0)
  672. antikickmainon.Size = UDim2.new(0, 126, 0, 50)
  673. antikickmainon.Visible = false
  674.  
  675. antikickon.Name = "antikickon"
  676. antikickon.Parent = antikickmainon
  677. antikickon.BackgroundColor3 = Color3.new(0, 1, 0)
  678. antikickon.Size = UDim2.new(0, 126, 0, 50)
  679. antikickon.Font = Enum.Font.GothamBlack
  680. antikickon.Text = "CrimAura (On)"
  681. antikickon.TextColor3 = Color3.new(0, 0, 0)
  682. antikickon.TextSize = 14
  683. antikickon.MouseButton1Down:connect(function()
  684. antikickmainon.Visible = false
  685. antikickmainoff.Visible = true
  686. _G.Crim = false
  687. end)
  688.  
  689. antikickmainoff.Name = "antikickmainoff"
  690. antikickmainoff.Parent = scriptsmain
  691. antikickmainoff.BackgroundColor3 = Color3.new(1, 1, 1)
  692. antikickmainoff.Position = UDim2.new(0.559701562, 0, 0.379146814, 0)
  693. antikickmainoff.Size = UDim2.new(0, 126, 0, 50)
  694.  
  695. antikickoff.Name = "antikickoff"
  696. antikickoff.Parent = antikickmainoff
  697. antikickoff.BackgroundColor3 = Color3.new(1, 0, 0)
  698. antikickoff.Size = UDim2.new(0, 126, 0, 50)
  699. antikickoff.Font = Enum.Font.GothamBlack
  700. antikickoff.Text = "CrimAura (Off)"
  701. antikickoff.TextColor3 = Color3.new(0, 0, 0)
  702. antikickoff.TextSize = 14
  703. antikickoff.TextWrapped = true
  704. antikickoff.MouseButton1Down:connect(function()
  705. antikickmainoff.Visible = false
  706. antikickmainon.Visible = true
  707. wait(0.6)
  708. _G.Crim = true
  709. while _G.Crim == true do wait() do
  710. for i,v in pairs(game.Teams["Guards"]:GetPlayers()) do
  711. for o,l in pairs(game.Teams["Inmates"]:GetPlayers()) do
  712. local tbl_main =
  713. {
  714. game:GetService("Workspace")["Prison_ITEMS"].single["Crude Knife"].ITEMPICKUP
  715. }
  716. game:GetService("Workspace").Remote.ItemHandler:InvokeServer(unpack(tbl_main))
  717.  
  718. wait(0.00001)
  719. for i,v in pairs(game.Teams["Guards"]:GetPlayers()) do
  720. for o,l in pairs(game.Teams["Inmates"]:GetPlayers()) do
  721. if v.Name ~= game.Players.LocalPlayer.Name then
  722. if l.Name ~= game.Players.LocalPlayer.Name then
  723. local tbl_main =
  724. {
  725. v,
  726. game:GetService("Players").LocalPlayer.Backpack["Crude Knife"]
  727. }
  728. game:GetService("ReplicatedStorage").meleeEvent:FireServer(unpack(tbl_main))
  729. local tbl_main =
  730. {
  731. l,
  732. game:GetService("Players").LocalPlayer.Backpack["Crude Knife"]
  733. }
  734. game:GetService("ReplicatedStorage").meleeEvent:FireServer(unpack(tbl_main))
  735.  
  736.  
  737. local Crim = Instance.new("Part")
  738. Crim.Name = "plr"
  739. Crim.Parent = workspace
  740. Crim.Anchored = true
  741. Crim.Archivable = true
  742. Crim.CFrame = CFrame.new(9e99, 9e99, 9e99)
  743. Bruh = game.Workspace["Criminals Spawn"].SpawnLocation
  744. Crim.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  745. Crim.Transparency = 1
  746. Crim.Anchored = true
  747. Crim.CanCollide = false
  748. lol = true
  749. Bruh = game.Workspace["Criminals Spawn"].SpawnLocation
  750. Bruh.CanCollide = false
  751. Bruh.Size = Vector3.new(51.05, 24.12, 54.76)
  752. Bruh.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  753. Bruh.Transparency = 1
  754. wait(0.001)
  755. lol = false
  756. if lol == false then
  757. Bruh.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  758. Bruh.Size = Vector3.new(6, 0.2, 6)
  759. Bruh.Transparency = 0
  760. lol = false
  761. end
  762. end
  763. end
  764. end
  765. end
  766. end
  767. end
  768. end
  769. end
  770. end)
  771.  
  772. modguns.Name = "modguns"
  773. modguns.Parent = scriptsmain
  774. modguns.BackgroundColor3 = Color3.new(0, 0, 0)
  775. modguns.Position = UDim2.new(0.137171283, 0, 0.706161141, 0)
  776. modguns.Size = UDim2.new(0, 329, 0, 50)
  777. modguns.Font = Enum.Font.GothamBlack
  778. modguns.Text = "Mod All Guns"
  779. modguns.TextColor3 = Color3.new(0, 1, 0)
  780. modguns.TextSize = 30
  781. modguns.TextWrapped = true
  782. modguns.MouseButton1Down:connect(function()
  783. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  784.  
  785. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  786. print(lol)
  787. end
  788.  
  789. local client = game:GetService("Players").LocalPlayer
  790.  
  791. for _, child in next, client.Backpack:GetChildren() do
  792. if child:IsA("Tool") then
  793. client.Character.Humanoid:UnequipTools()
  794. end
  795. end
  796. local reg = (getreg or debug.getregistry)
  797. local get = (debug.getupvalues or secret953)
  798. local client = game:GetService("Players").LocalPlayer
  799. local render = game:GetService('RunService').RenderStepped
  800.  
  801. local function fakeStats()
  802. function change(t)
  803. local myStats = {
  804. ReloadTime = 0,
  805. FireRate = 0,
  806. AutoFire = true,
  807. StoredAmmo = math.huge,
  808. MaxAmmo = math.huge,
  809. CurrentAmmo = math.huge,
  810. }
  811.  
  812. for name, fake in next, myStats do
  813. t[name] = fake
  814. end
  815. end
  816.  
  817. for k, v in next, reg() do
  818. if type(v) == "function" then
  819. local upvals = get(v)
  820. if upvals and upvals.GunStates then
  821. change(upvals.GunStates)
  822. end
  823. end
  824. end
  825. end
  826.  
  827. client.Backpack.ChildAdded:connect(function(child)
  828. if child:IsA("Tool") and child:FindFirstChild("GunInterface") then
  829. client.Character.Humanoid:EquipTool(child)
  830.  
  831. render:wait()
  832. fakeStats()
  833. render:wait()
  834.  
  835. client.Character.Humanoid:UnequipTools()
  836. end
  837. end)
  838.  
  839. for _, child in next, client.Backpack:GetChildren() do
  840. if child:IsA("Tool") and child:FindFirstChild("GunInterface") then
  841. client.Character.Humanoid:EquipTool(child)
  842.  
  843. render:wait()
  844. fakeStats()
  845. render:wait()
  846.  
  847. client.Character.Humanoid:UnequipTools()
  848. end
  849. end
  850. end)
  851.  
  852. for i,v in pairs(game:GetService("Workspace")["Prison_Halls"]:GetChildren()) do
  853. if v.Name ~= ("floor") then
  854. if v.Name ~= ("lights") then
  855. v:Remove()
  856. end
  857. end
  858. end
  859. for i,v in pairs(game:GetService("Workspace")["Prison_Guard_Outpost"]:GetChildren()) do
  860. if v.Name ~= ("floor") then
  861. if v.Name ~= ("lights") then
  862. v:Remove()
  863. end
  864. end
  865. end
  866. for i,v in pairs(game:GetService("Workspace")["Prison_Cafeteria"]:GetChildren()) do
  867. if v.Name ~= ("floor") then
  868. if v.Name ~= ("lights") then
  869. v:Remove()
  870. end
  871. end
  872. end
  873. for i,v in pairs(game:GetService("Workspace")["Prison_Fences"]:GetChildren()) do
  874. v:Remove()
  875. end
  876. for i,v in pairs(game:GetService("Workspace")["Prison_OuterWall"]:GetChildren()) do
  877. v:Remove()
  878. end
  879. for i,v in pairs(game:GetService("Workspace")["Doors"]:GetChildren()) do
  880. v:Remove()
  881. end
  882. for i,v in pairs(game:GetService("Workspace")["Prison_Administration"]:GetChildren()) do
  883. if v.Name ~= ("light_floor1") then
  884. if v.Name ~= ("light_floor2") then
  885. v:Remove()
  886. end
  887. end
  888. end
  889. for i,v in pairs(game:GetService("Workspace")["Prison_Cellblock"]:GetChildren()) do
  890. if v.Name ~= ("c_floor") then
  891. if v.Name ~= ("a_lights") then
  892. if v.Name ~= ("b_lights") then
  893. if v.Name ~= ("c_lights") then
  894. v:Remove()
  895. end
  896. end
  897. end
  898. end
  899. end
  900. wait(0.1)
  901. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(917.909851, 129.489944, 2328.6958)
  902. wait(1)
  903. print("Successfully Loaded PrisonBreaker V1.6")
  904. game:GetService("StarterGui"):SetCore("SendNotification", {
  905. Title = "PrisonBreaker V1.6 Loaded";
  906. Text = "Enjoy destroying the game ;)";
  907. })
  908.  
  909. -- Objects
  910.  
  911. local SnowyMenu = Instance.new("ScreenGui")
  912. local Opener = Instance.new("Frame")
  913. local Open = Instance.new("TextButton")
  914. local MainFrame = Instance.new("Frame")
  915. local BlackBottom = Instance.new("Frame")
  916. local BlueTop = Instance.new("Frame")
  917. local Frame = Instance.new("Frame")
  918. local Frame_2 = Instance.new("Frame")
  919. local FEBtools = Instance.new("TextButton")
  920. local FEDab = Instance.new("TextButton")
  921. local FEDance = Instance.new("TextButton")
  922. local FESpamBricks = Instance.new("TextButton")
  923. local FESpasm = Instance.new("TextButton")
  924. local FEBToolsWarning = Instance.new("TextLabel")
  925. local FEDabWarning = Instance.new("TextLabel")
  926. local FEDabWarning_2 = Instance.new("TextLabel")
  927. local FESpasmWarning = Instance.new("TextLabel")
  928. local SnowMenu = Instance.new("TextLabel")
  929. local SpamBricksWarning = Instance.new("TextLabel")
  930. local Closer = Instance.new("Frame")
  931. local Close = Instance.new("TextButton")
  932.  
  933. -- Properties
  934.  
  935. SnowyMenu.Name = "SnowyMenu"
  936. SnowyMenu.Parent = game.CoreGui
  937.  
  938. Opener.Name = "Opener"
  939. Opener.Parent = SnowyMenu
  940. Opener.BackgroundColor3 = Color3.new(1, 1, 1)
  941. Opener.BackgroundTransparency = 1
  942. Opener.Size = UDim2.new(0, 100, 0, 100)
  943.  
  944. Open.Name = "Open"
  945. Open.Parent = Opener
  946. Open.BackgroundColor3 = Color3.new(0, 1, 0)
  947. Open.BackgroundTransparency = 0.5
  948. Open.BorderSizePixel = 0
  949. Open.Position = UDim2.new(0, 0, 4.19999981, 0)
  950. Open.Size = UDim2.new(0, 95, 0, 35)
  951. Open.Font = Enum.Font.SourceSansBold
  952. Open.FontSize = Enum.FontSize.Size14
  953. Open.Text = "Open"
  954. Open.TextColor3 = Color3.new(0, 0, 0)
  955. Open.TextScaled = true
  956. Open.TextSize = 14
  957. Open.TextTransparency = 0.5
  958. Open.TextWrapped = true
  959.  
  960. MainFrame.Name = "MainFrame"
  961. MainFrame.Parent = SnowyMenu
  962. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  963. MainFrame.BackgroundTransparency = 1
  964. MainFrame.Size = UDim2.new(0, 1238, 0, 704)
  965. MainFrame.Visible = false
  966.  
  967. BlackBottom.Name = "BlackBottom"
  968. BlackBottom.Parent = MainFrame
  969. BlackBottom.Active = true
  970. BlackBottom.BackgroundColor3 = Color3.new(0, 0, 0)
  971. BlackBottom.BackgroundTransparency = 0.5
  972. BlackBottom.BorderSizePixel = 0
  973. BlackBottom.ClipsDescendants = true
  974. BlackBottom.Draggable = true
  975. BlackBottom.Position = UDim2.new(0.0993537977, 0, 0.390625, 0)
  976. BlackBottom.Selectable = true
  977. BlackBottom.Size = UDim2.new(0, 245, 0, 322)
  978.  
  979. BlueTop.Name = "BlueTop"
  980. BlueTop.Parent = BlackBottom
  981. BlueTop.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  982. BlueTop.BackgroundTransparency = 0.5
  983. BlueTop.BorderSizePixel = 0
  984. BlueTop.Position = UDim2.new(0.00139461458, 0, 0.000477999449, 0)
  985. BlueTop.Size = UDim2.new(0, 245, 0, 63)
  986.  
  987. Frame.Parent = BlackBottom
  988. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  989. Frame.BackgroundTransparency = 0.5
  990. Frame.BorderSizePixel = 0
  991. Frame.Position = UDim2.new(0.117124394, 0, 0.159514412, 0)
  992. Frame.Size = UDim2.new(0, 200, 0, 5)
  993.  
  994. Frame_2.Parent = BlackBottom
  995. Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
  996. Frame_2.BackgroundTransparency = 0.5
  997. Frame_2.BorderSizePixel = 0
  998. Frame_2.Position = UDim2.new(0.117124394, 0, 0.03721416, 0)
  999. Frame_2.Size = UDim2.new(0, 200, 0, 5)
  1000.  
  1001. FEBtools.Name = "FEBtools"
  1002. FEBtools.Parent = BlackBottom
  1003. FEBtools.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  1004. FEBtools.BackgroundTransparency = 0.5
  1005. FEBtools.BorderSizePixel = 0
  1006. FEBtools.Position = UDim2.new(0.0299660433, 0, 0.260604918, 0)
  1007. FEBtools.Size = UDim2.new(0, 100, 0, 34)
  1008. FEBtools.Font = Enum.Font.SourceSansBold
  1009. FEBtools.FontSize = Enum.FontSize.Size14
  1010. FEBtools.Text = "FE Btools"
  1011. FEBtools.TextColor3 = Color3.new(1, 1, 1)
  1012. FEBtools.TextScaled = true
  1013. FEBtools.TextSize = 14
  1014. FEBtools.TextTransparency = 0.5
  1015. FEBtools.TextWrapped = true
  1016.  
  1017. FEDab.Name = "FEDab"
  1018. FEDab.Parent = BlackBottom
  1019. FEDab.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  1020. FEDab.BackgroundTransparency = 0.5
  1021. FEDab.BorderSizePixel = 0
  1022. FEDab.Position = UDim2.new(0.0299660414, 0, 0.579571962, 0)
  1023. FEDab.Size = UDim2.new(0, 100, 0, 34)
  1024. FEDab.Font = Enum.Font.SourceSansBold
  1025. FEDab.FontSize = Enum.FontSize.Size14
  1026. FEDab.Text = "Local Dab"
  1027. FEDab.TextColor3 = Color3.new(1, 1, 1)
  1028. FEDab.TextScaled = true
  1029. FEDab.TextSize = 14
  1030. FEDab.TextTransparency = 0.5
  1031. FEDab.TextWrapped = true
  1032.  
  1033. FEDance.Name = "FEDance"
  1034. FEDance.Parent = BlackBottom
  1035. FEDance.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  1036. FEDance.BackgroundTransparency = 0.5
  1037. FEDance.BorderSizePixel = 0
  1038. FEDance.Position = UDim2.new(0.0299660414, 0, 0.727705061, 0)
  1039. FEDance.Size = UDim2.new(0, 100, 0, 34)
  1040. FEDance.Font = Enum.Font.SourceSansBold
  1041. FEDance.FontSize = Enum.FontSize.Size14
  1042. FEDance.Text = "Local Dance"
  1043. FEDance.TextColor3 = Color3.new(1, 1, 1)
  1044. FEDance.TextScaled = true
  1045. FEDance.TextSize = 14
  1046. FEDance.TextTransparency = 0.5
  1047. FEDance.TextWrapped = true
  1048.  
  1049. FESpamBricks.Name = "FESpamBricks"
  1050. FESpamBricks.Parent = BlackBottom
  1051. FESpamBricks.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  1052. FESpamBricks.BackgroundTransparency = 0.5
  1053. FESpamBricks.BorderSizePixel = 0
  1054. FESpamBricks.Position = UDim2.new(0.0299660414, 0, 0.414852172, 0)
  1055. FESpamBricks.Size = UDim2.new(0, 100, 0, 34)
  1056. FESpamBricks.Font = Enum.Font.SourceSansBold
  1057. FESpamBricks.FontSize = Enum.FontSize.Size14
  1058. FESpamBricks.Text = "Spam Bricks"
  1059. FESpamBricks.TextColor3 = Color3.new(1, 1, 1)
  1060. FESpamBricks.TextScaled = true
  1061. FESpamBricks.TextSize = 14
  1062. FESpamBricks.TextTransparency = 0.5
  1063. FESpamBricks.TextWrapped = true
  1064.  
  1065. FESpasm.Name = "FESpasm"
  1066. FESpasm.Parent = BlackBottom
  1067. FESpasm.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  1068. FESpasm.BackgroundTransparency = 0.5
  1069. FESpasm.BorderSizePixel = 0
  1070. FESpasm.Position = UDim2.new(0.0299660414, 0, 0.895265758, 0)
  1071. FESpasm.Size = UDim2.new(0, 100, 0, 34)
  1072. FESpasm.Font = Enum.Font.SourceSansBold
  1073. FESpasm.FontSize = Enum.FontSize.Size14
  1074. FESpasm.Text = "Local Spasm"
  1075. FESpasm.TextColor3 = Color3.new(1, 1, 1)
  1076. FESpasm.TextScaled = true
  1077. FESpasm.TextSize = 14
  1078. FESpasm.TextTransparency = 0.5
  1079. FESpasm.TextWrapped = true
  1080.  
  1081. FEBToolsWarning.Name = "FEBToolsWarning"
  1082. FEBToolsWarning.Parent = BlackBottom
  1083. FEBToolsWarning.BackgroundColor3 = Color3.new(1, 1, 1)
  1084. FEBToolsWarning.BackgroundTransparency = 1
  1085. FEBToolsWarning.Position = UDim2.new(0.457680285, 0, 0.259978473, 0)
  1086. FEBToolsWarning.Size = UDim2.new(0, 133, 0, 35)
  1087. FEBToolsWarning.Font = Enum.Font.SourceSansBold
  1088. FEBToolsWarning.FontSize = Enum.FontSize.Size14
  1089. FEBToolsWarning.Text = "The FE Btools Only work in some Cafe games."
  1090. FEBToolsWarning.TextColor3 = Color3.new(1, 1, 1)
  1091. FEBToolsWarning.TextScaled = true
  1092. FEBToolsWarning.TextSize = 14
  1093. FEBToolsWarning.TextWrapped = true
  1094.  
  1095. FEDabWarning.Name = "FEDabWarning"
  1096. FEDabWarning.Parent = BlackBottom
  1097. FEDabWarning.BackgroundColor3 = Color3.new(1, 1, 1)
  1098. FEDabWarning.BackgroundTransparency = 1
  1099. FEDabWarning.Position = UDim2.new(0.454363495, 0, 0.726284564, 0)
  1100. FEDabWarning.Size = UDim2.new(0, 133, 0, 35)
  1101. FEDabWarning.Font = Enum.Font.SourceSansBold
  1102. FEDabWarning.FontSize = Enum.FontSize.Size14
  1103. FEDabWarning.Text = "Dance Till you're dead :v"
  1104. FEDabWarning.TextColor3 = Color3.new(1, 1, 1)
  1105. FEDabWarning.TextScaled = true
  1106. FEDabWarning.TextSize = 14
  1107. FEDabWarning.TextWrapped = true
  1108.  
  1109. FEDabWarning_2.Name = "FEDabWarning"
  1110. FEDabWarning_2.Parent = BlackBottom
  1111. FEDabWarning_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1112. FEDabWarning_2.BackgroundTransparency = 1
  1113. FEDabWarning_2.Position = UDim2.new(0.458445162, 0, 0.578151464, 0)
  1114. FEDabWarning_2.Size = UDim2.new(0, 133, 0, 35)
  1115. FEDabWarning_2.Font = Enum.Font.SourceSansBold
  1116. FEDabWarning_2.FontSize = Enum.FontSize.Size14
  1117. FEDabWarning_2.Text = "DAB ON THEM HATERS!!!111"
  1118. FEDabWarning_2.TextColor3 = Color3.new(1, 1, 1)
  1119. FEDabWarning_2.TextScaled = true
  1120. FEDabWarning_2.TextSize = 14
  1121. FEDabWarning_2.TextWrapped = true
  1122.  
  1123. FESpasmWarning.Name = "FESpasmWarning"
  1124. FESpasmWarning.Parent = BlackBottom
  1125. FESpasmWarning.BackgroundColor3 = Color3.new(1, 1, 1)
  1126. FESpasmWarning.BackgroundTransparency = 1
  1127. FESpasmWarning.Position = UDim2.new(0.437633127, 0, 0.890739679, 0)
  1128. FESpasmWarning.Size = UDim2.new(0, 133, 0, 35)
  1129. FESpasmWarning.Font = Enum.Font.SourceSansBold
  1130. FESpasmWarning.FontSize = Enum.FontSize.Size14
  1131. FESpasmWarning.Text = "Too much cringe!!"
  1132. FESpasmWarning.TextColor3 = Color3.new(1, 1, 1)
  1133. FESpasmWarning.TextScaled = true
  1134. FESpasmWarning.TextSize = 14
  1135. FESpasmWarning.TextWrapped = true
  1136.  
  1137. SnowMenu.Name = "SnowMenu"
  1138. SnowMenu.Parent = BlackBottom
  1139. SnowMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  1140. SnowMenu.BackgroundTransparency = 1
  1141. SnowMenu.Position = UDim2.new(0.0967162326, 0, 0.0179542005, 0)
  1142. SnowMenu.Size = UDim2.new(0, 200, 0, 50)
  1143. SnowMenu.Font = Enum.Font.SourceSansBold
  1144. SnowMenu.FontSize = Enum.FontSize.Size14
  1145. SnowMenu.Text = "Fe Hax V2"
  1146. SnowMenu.TextColor3 = Color3.new(0, 0, 0)
  1147. SnowMenu.TextScaled = true
  1148. SnowMenu.TextSize = 14
  1149. SnowMenu.TextTransparency = 0.5
  1150. SnowMenu.TextWrapped = true
  1151.  
  1152. SpamBricksWarning.Name = "SpamBricksWarning"
  1153. SpamBricksWarning.Parent = BlackBottom
  1154. SpamBricksWarning.BackgroundColor3 = Color3.new(1, 1, 1)
  1155. SpamBricksWarning.BackgroundTransparency = 1
  1156. SpamBricksWarning.Position = UDim2.new(0.455639422, 0, 0.416537285, 0)
  1157. SpamBricksWarning.Size = UDim2.new(0, 133, 0, 35)
  1158. SpamBricksWarning.Font = Enum.Font.SourceSansBold
  1159. SpamBricksWarning.FontSize = Enum.FontSize.Size14
  1160. SpamBricksWarning.Text = "The Spam Bricks Will Spam Bricks Eveyerwhere 20 Times"
  1161. SpamBricksWarning.TextColor3 = Color3.new(1, 1, 1)
  1162. SpamBricksWarning.TextScaled = true
  1163. SpamBricksWarning.TextSize = 14
  1164. SpamBricksWarning.TextWrapped = true
  1165.  
  1166. Closer.Name = "Closer"
  1167. Closer.Parent = SnowyMenu
  1168. Closer.BackgroundColor3 = Color3.new(1, 1, 1)
  1169. Closer.BackgroundTransparency = 1
  1170. Closer.Size = UDim2.new(0, 100, 0, 100)
  1171. Closer.Visible = false
  1172.  
  1173. Close.Name = "Close"
  1174. Close.Parent = Closer
  1175. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  1176. Close.BackgroundTransparency = 0.5
  1177. Close.BorderSizePixel = 0
  1178. Close.Position = UDim2.new(0, 0, 4.61999989, 0)
  1179. Close.Size = UDim2.new(0, 95, 0, 35)
  1180. Close.Font = Enum.Font.SourceSansBold
  1181. Close.FontSize = Enum.FontSize.Size14
  1182. Close.Text = "Close"
  1183. Close.TextColor3 = Color3.new(0, 0, 0)
  1184. Close.TextScaled = true
  1185. Close.TextSize = 14
  1186. Close.TextTransparency = 0.5
  1187. Close.TextWrapped = true
  1188.  
  1189. Open.MouseButton1Click:connect(function()
  1190. game.CoreGui.SnowyMenu.Opener.Visible = false
  1191. game.CoreGui.SnowyMenu.MainFrame.Visible = true
  1192. game.CoreGui.SnowyMenu.Closer.Visible = true
  1193. end)
  1194.  
  1195. Close.MouseButton1Click:connect(function()
  1196. game.CoreGui.SnowyMenu.Opener.Visible = true
  1197. game.CoreGui.SnowyMenu.MainFrame.Visible = false
  1198. game.CoreGui.SnowyMenu.Closer.Visible = false
  1199. end)
  1200.  
  1201. FEDance.MouseButton1Click:connect(function()
  1202. Player = "LocalPlayer"
  1203. AnimationId = "33796059"
  1204. local Anim = Instance.new("Animation")
  1205. Anim.AnimationId = "rbxassetid://"..AnimationId
  1206. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  1207. k:Play() --Play the animation
  1208. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  1209. end)
  1210.  
  1211. FEBtools.MouseButton1Click:connect(function()
  1212. --fe cafe hammertool script cuz im gay--
  1213. maind = nil
  1214. if workspace:FindFirstChild'GiveSystem' then
  1215. if workspace.GiveSystem:FindFirstChild'GiveItem' then
  1216. maind = workspace.GiveSystem.GiveItem
  1217. end
  1218. end
  1219. if workspace:FindFirstChild'HandToCentre' then
  1220. if workspace.HandToCentre:FindFirstChild'SendItem' then
  1221. maind = workspace.HandToCentre.SendItem
  1222. end
  1223. end
  1224. if maind == nil then
  1225. print'could not find give event :('
  1226. return
  1227. end
  1228. tool = Instance.new'Tool'
  1229. me = game:GetService'Players'.LocalPlayer
  1230. tool.RequiresHandle = false
  1231. tool.TextureId = 'http://www.roblox.com/asset/?id=12223874'
  1232. tool.Name = 'ya like jazz?'
  1233. tool.Parent = me.Backpack
  1234. buttonf = nil
  1235. tool.Equipped:connect(function()
  1236. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  1237. m.Icon = 'rbxasset://textures/HammerCursor.png'
  1238. buttonf = m.Button1Down:connect(function()
  1239. if m.Target == nil then return end
  1240. local ob = m.Target
  1241. if ob:IsA'BasePart' or ob:IsA'WedgePart' then
  1242. if ob:IsDescendantOf(me.Character) then return end
  1243. m.Icon = 'rbxasset://textures/HammerOverCursor.png'
  1244. local ex = Instance.new'Explosion'
  1245. ex.BlastRadius = 0
  1246. ex.Position = ob.Position
  1247. ex.Parent = workspace
  1248. maind:FireServer(workspace, ob)
  1249. wait(0.3)
  1250. m.Icon = 'rbxasset://textures/HammerCursor.png'
  1251. end
  1252. end)
  1253. end)
  1254. tool.Unequipped:connect(function()
  1255. if buttonf ~= nil then
  1256. buttonf:Disconnect()
  1257. buttonf = nil
  1258. end
  1259. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  1260. m.Icon = ''
  1261. end)
  1262. end)
  1263.  
  1264. FESpamBricks.MouseButton1Click:connect(function()
  1265. for i=1,20 do
  1266. wait(1)
  1267. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1268. if v:IsA'Accoutrement' then
  1269. v.Parent=game.Players.LocalPlayer.Character
  1270. v.Parent = workspace.Terrain
  1271. end
  1272. end
  1273. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1274. if v:IsA'Accoutrement' then
  1275. for ape,hax in pairs(v.Handle:GetChildren()) do
  1276. hax:Destroy()
  1277. end
  1278. wait'.1'
  1279. v.Parent=game.Players.LocalPlayer.StarterGear
  1280. end
  1281. end
  1282. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1283. v:Destroy()
  1284. end
  1285. local prt=Instance.new("Model", workspace);
  1286. Instance.new("Part", prt).Name="Torso";
  1287. Instance.new("Part", prt).Name="Head";
  1288. Instance.new("Humanoid", prt).Name="Humanoid";
  1289. game.Players.LocalPlayer.Character=prt
  1290.  
  1291. repeat wait(1) until game.Players.LocalPlayer.Character:FindFirstChild'Head'
  1292. for lol,dad in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1293. if dad:IsA'Accoutrement' then
  1294. dad.Parent = game.Players.LocalPlayer.StarterGear
  1295. end
  1296. end
  1297. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1298. v:Destroy()
  1299. end
  1300. local prt2=Instance.new("Model", workspace);
  1301. Instance.new("Part", prt).Name="Torso";
  1302. Instance.new("Part", prt).Name="Head";
  1303. Instance.new("Humanoid", prt).Name="Humanoid";
  1304. game.Players.LocalPlayer.Character=prt
  1305. end
  1306. end)
  1307.  
  1308. FEDab.MouseButton1Click:connect(function()
  1309. Player = "LocalPlayer"
  1310. AnimationId = "248263260"
  1311. local Anim = Instance.new("Animation")
  1312. Anim.AnimationId = "rbxassetid://"..AnimationId
  1313. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  1314. k:Play() --Play the animation
  1315. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  1316. end)
  1317.  
  1318. FESpasm.MouseButton1Click:connect(function()
  1319. Player = "LocalPlayer"
  1320. AnimationId = "33796059"
  1321. local Anim = Instance.new("Animation")
  1322. Anim.AnimationId = "rbxassetid://"..AnimationId
  1323. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  1324. k:Play() --Play the animation
  1325. k:AdjustSpeed(99) --Set '1' to any value you want to adjust the animation speed.
  1326. end)
  1327.  
  1328. --================--
  1329. --================--
  1330. --End Of Script :P--
  1331. --================--
  1332. --================--
  1333.  
  1334. --=======================--
  1335. --=======================--
  1336. --_PRIVATE_ Made this GUI :V--
  1337. --=======================--
  1338. --=======================--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement