Advertisement
probanana

Cracked

Aug 10th, 2023
8,228
2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.16 KB | None | 2 0
  1. game.StarterGui:SetCore("SendNotification", {
  2. Title = "Like And Subscribe";
  3. Text = "Made By Luffy And Leery"; -- what the text says (ofc)
  4. Duration = 8;
  5. })
  6. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  7. local Window = Library.CreateLib("Temperion Admin GUI Made By Luffy And Leery. Prison Abuser! :)", "Serpent")
  8.  
  9.  
  10. -- Auto kill all
  11. local Main = Window:NewTab("Main")
  12. local MainSection = Main:NewSection("Rage")
  13.  
  14. local isAutoKillRunning = false -- Variable to track the state of the auto-kill loop
  15.  
  16. local function AutoKillLoop()
  17. while isAutoKillRunning do
  18. for i, v in next, game:GetService("Players"):GetChildren() do
  19. pcall(function()
  20. if v ~= game:GetService("Players").LocalPlayer and not v.Character:FindFirstChildOfClass("ForceField") and v.Character.Humanoid.Health > 0 then
  21. while v.Character:WaitForChild("Humanoid").Health > 0 and isAutoKillRunning do
  22. wait()
  23. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  24. for x, c in next, game:GetService("Players"):GetChildren() do
  25. if c ~= game:GetService("Players").LocalPlayer then
  26. game.ReplicatedStorage.meleeEvent:FireServer(c)
  27. end
  28. end
  29. end
  30. end
  31. end)
  32. wait()
  33. end
  34. end
  35. end
  36.  
  37. -- Automatic jump when sitting
  38. local function AutoJump()
  39. while isAutoKillRunning do
  40. if game:GetService("Players").LocalPlayer.Character and game:GetService("Players").LocalPlayer.Character:FindFirstChild("Humanoid") then
  41. local humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid
  42. if humanoid.Sit then
  43. humanoid.Jump = true
  44. end
  45. end
  46. wait()
  47. end
  48. end
  49.  
  50. MainSection:NewToggle("Kill All (Use With Kill Aura)", "Kill everyone inside the server, will jump if seated", function(state)
  51. if state then
  52. print("Toggle On")
  53. isAutoKillRunning = true
  54. spawn(AutoKillLoop)
  55. spawn(AutoJump) -- Start the automatic jump function
  56. else
  57. print("Toggle Off")
  58. isAutoKillRunning = false
  59. end
  60. end)
  61.  
  62. --Killauraaaa
  63.  
  64. local Parts = {}
  65. local States = {}
  66. local plr = game.Players.LocalPlayer
  67. local char = plr.Character
  68.  
  69. MainSection:NewToggle("Kill Aura", "Toggle Kill Aura", function(state)
  70. States.KillAura = state
  71. if state then
  72. print("Kill Aura On")
  73. CreateKillPart()
  74. else
  75. print("Kill Aura Off")
  76. if Parts[1] and Parts[1].Name == "KillAura" then
  77. Parts[1]:Destroy()
  78. Parts[1] = nil
  79. end
  80. end
  81. end)
  82.  
  83. function CreateKillPart()
  84. if Parts[1] then
  85. pcall(function()
  86. Parts[1]:Destroy()
  87. end)
  88. Parts[1] = nil
  89. end
  90. local Part = Instance.new("Part",plr.Character)
  91. local hilight = Instance.new("Highlight",Part)
  92. hilight.FillTransparency = 1
  93.  
  94. Part.Anchored = true
  95. Part.CanCollide = false
  96. Part.CanTouch = false
  97. Part.Material = Enum.Material.SmoothPlastic
  98. Part.Transparency = .98
  99. Part.Material = Enum.Material.SmoothPlastic
  100. Part.BrickColor = BrickColor.White()
  101. Part.Size = Vector3.new(20,2,20)
  102. Part.Name = "KillAura"
  103. Parts[1] = Part
  104. end
  105.  
  106. task.spawn(function()
  107. repeat task.wait()until plr.Character and char and char:FindFirstChildOfClass("Humanoid")
  108.  
  109. if States.KillAura then
  110. CreateKillPart()
  111. end
  112. end)
  113.  
  114. game:GetService("RunService").Stepped:Connect(function()
  115. if States.KillAura then
  116. for i,v in pairs(game.Players:GetPlayers()) do
  117. if v ~= game.Players.LocalPlayer then
  118. if (v.Character.HumanoidRootPart.Position - plr.Character.HumanoidRootPart.Position).magnitude <14 and v.Character.Humanoid.Health >0 then
  119. local args = {
  120. [1] = v
  121. }
  122. for i =1,2 do
  123. task.spawn(function()
  124. game:GetService("ReplicatedStorage").meleeEvent:FireServer(unpack(args))
  125. end)
  126. end
  127.  
  128. end
  129. end
  130. end
  131. end
  132. end)
  133.  
  134. --loop tp
  135. local plr = game.Players.LocalPlayer
  136. local char = plr.Character
  137.  
  138. MainSection:NewTextBox("Teleport to Player", "Enter part of a player's username", function(txt)
  139. local players = game.Players:GetPlayers()
  140. local target
  141. for _, player in pairs(players) do
  142. if string.find(string.lower(player.Name), string.lower(txt)) then
  143. target = player
  144. break
  145. end
  146. end
  147. if target then
  148. local targetChar = target.Character
  149. if targetChar then
  150. local targetPos = targetChar.HumanoidRootPart.Position
  151. char:MoveTo(targetPos + Vector3.new(0,0,2))
  152. print("Teleported to "..target.Name)
  153. else
  154. print(target.Name.." does not have a character in the game")
  155. end
  156. else
  157. print("No player found with username containing "..txt)
  158. end
  159. end)
  160.  
  161. MainSection:NewButton("Teleport Tool", "Tool", function()
  162. game.StarterGui:SetCore("SendNotification", {
  163. Title = "Teleport Tool";
  164. Text = "Made by Luffy_Exploits"; -- what the text says (ofc)
  165. Duration = 5;
  166. })
  167.  
  168. local LocalPlayer = game.Players.LocalPlayer
  169.  
  170. local rp = LocalPlayer.Character.HumanoidRootPart
  171.  
  172. local tool = Instance.new("Tool",LocalPlayer.Backpack)
  173.  
  174. local mouse = LocalPlayer:GetMouse()
  175.  
  176. tool.Name = "Teleport Tool"
  177.  
  178. tool.RequiresHandle = false
  179.  
  180. tool.Activated:Connect(function()
  181.  
  182. rp.CFrame = CFrame.new(mouse.Hit.X,mouse.Hit.Y + 4,mouse.Hit.Z)
  183.  
  184. end)
  185.  
  186.  
  187. end)
  188.  
  189.  
  190.  
  191. MainSection:NewButton("Infinite Jump", "", function()
  192. print("Clicked")
  193.  
  194. local InfiniteJumpEnabled = true
  195. game:GetService("UserInputService").JumpRequest:connect(function()
  196. if InfiniteJumpEnabled then
  197. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  198. end
  199. end)
  200. print("Ready")
  201. end)
  202.  
  203. MainSection:NewButton("Prison Ware", "", function()
  204. print("Clicked")
  205.  
  206. loadstring(game:HttpGet("https://raw.githubusercontent.com/Denverrz/scripts/master/PRISONWARE_v1.3.txt"))();
  207. print("Ready")
  208. end)
  209.  
  210. MainSection:NewButton("Prison Ruiner (Patched)", "", function()
  211. print("Clicked")
  212.  
  213. loadstring(game:HttpGet('https://pastebin.com/raw/iZ64yzjE'))();
  214. print("Ready")
  215. end)
  216.  
  217. MainSection:NewButton("Reset (Kills You)", "", function()
  218. print("Clicked")
  219.  
  220. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  221. print("Ready")
  222. end)
  223.  
  224. MainSection:NewButton("Kill Aura V2", "", function()
  225. print("Clicked")
  226.  
  227. while wait () do
  228. for i, e in pairs(game.Players:GetChildren()) do
  229. if e ~= game.Players.LocalPlayer then
  230. local meleeEvent = game:GetService("ReplicatedStorage").meleeEvent
  231. meleeEvent:FireServer(e)
  232.  
  233. end end end
  234. print("Ready")
  235. end)
  236.  
  237. MainSection:NewButton("Super Speed", "Runs to 111 speed", function()
  238.  
  239. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 111
  240. print("Ready")
  241. end)
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272. local Player = Window:NewTab("Player")
  273. local PlayerSection = Player:NewSection("Visuals")
  274.  
  275. PlayerSection:NewToggle("Fullbright ", "Makes u be able to see in night", function() -------- FullBRIGHT
  276. print("Clicked")
  277. loadstring(game:HttpGet('https://raw.githubusercontent.com/XxReisWolfxX/fullbright/main/fbscript'))();
  278. print("Applyd")
  279. end)
  280.  
  281. PlayerSection:NewSlider("Fov", "Change ur fov", 130, 70, function(s)
  282. game:GetService'Workspace'.Camera.FieldOfView = s
  283. end)
  284.  
  285. PlayerSection:NewButton("Anti lag", "Boosts fps", function()
  286.  
  287. -- Made by RIP#6666
  288. _G.Settings = {
  289. Players = {
  290. ["Ignore Me"] = true, -- Ignore your Character
  291. ["Ignore Others"] = true -- Ignore other Characters
  292. },
  293. Meshes = {
  294. Destroy = false, -- Destroy Meshes
  295. LowDetail = true -- Low detail meshes (NOT SURE IT DOES ANYTHING)
  296. },
  297. Images = {
  298. Invisible = true, -- Invisible Images
  299. LowDetail = false, -- Low detail images (NOT SURE IT DOES ANYTHING)
  300. Destroy = false, -- Destroy Images
  301. },
  302. ["No Particles"] = true, -- Disables all ParticleEmitter, Trail, Smoke, Fire and Sparkles
  303. ["No Camera Effects"] = true, -- Disables all PostEffect's (Camera/Lighting Effects)
  304. ["No Explosions"] = true, -- Makes Explosion's invisible
  305. ["No Clothes"] = true, -- Removes Clothing from the game
  306. ["Low Water Graphics"] = true, -- Removes Water Quality
  307. ["No Shadows"] = true, -- Remove Shadows
  308. ["Low Rendering"] = true, -- Lower Rendering
  309. ["Low Quality Parts"] = true -- Lower quality parts
  310. }
  311. loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/FPSBooster.lua"))()
  312. print("Ready")
  313. end)
  314.  
  315.  
  316.  
  317.  
  318. PlayerSection:NewToggle("Add RTX", "Adds a shader", function(state)
  319. if state then
  320. local find1 = game.Lighting:FindFirstChildWhichIsA("BloomEffect")
  321. if find1 then
  322. game.Lighting:FindFirstChildWhichIsA("BloomEffect"):Destroy()
  323. end
  324. local find2 = game.Lighting:FindFirstChildWhichIsA("SunRaysEffect")
  325. if find2 then
  326. game.Lighting:FindFirstChildWhichIsA("SunRaysEffect"):Destroy()
  327. end
  328. local find3 = game.Lighting:FindFirstChildWhichIsA("ColorCorrectionEffect")
  329. if find3 then
  330. game.Lighting:FindFirstChildWhichIsA("ColorCorrectionEffect"):Destroy()
  331. end
  332. local find4 = game.Lighting:FindFirstChildWhichIsA("BlurEffect")
  333. if find4 then
  334. game.Lighting:FindFirstChildWhichIsA("BlurEffect"):Destroy()
  335. end
  336. local find5 = game.Lighting:FindFirstChildWhichIsA("Sky")
  337. if find5 then
  338. game.Lighting:FindFirstChildWhichIsA("Sky"):Destroy()
  339. end
  340. local blem = Instance.new("BloomEffect",game.Lighting)
  341. local sanrey = Instance.new("SunRaysEffect",game.Lighting)
  342. local color = Instance.new("ColorCorrectionEffect",game.Lighting)
  343. local blor = Instance.new("BlurEffect",game.Lighting)
  344. Instance.new("Sky",game.Lighting)
  345. game.Lighting.ExposureCompensation = 0.34
  346. game.Lighting.ShadowSoftness = 1
  347. game.Lighting.EnvironmentDiffuseScale = 0.343
  348. game.Lighting.EnvironmentSpecularScale = 1
  349. game.Lighting.Brightness = 2
  350. game.Lighting.ColorShift_Top = Color3.fromRGB(118,117,108)
  351. game.Lighting.OutdoorAmbient = Color3.fromRGB(141,141,141)
  352. game.Lighting.GeographicLatitude = 100
  353. game.Lighting.Ambient = Color3.fromRGB(112,112,112)
  354. blem.Intensity = 0.5
  355. blem.Size = 22
  356. blem.Threshold = 1.5
  357. sanrey.Intensity = 0.117
  358. sanrey.Spread = 1
  359. blor.Size = 2
  360. color.Contrast = 0.3
  361. color.Saturation = 0.2
  362. color.TintColor = Color3.fromRGB(255,252,224)
  363. else
  364. local find1 = game.Lighting:FindFirstChildWhichIsA("BloomEffect")
  365. if find1 then
  366. game.Lighting:FindFirstChildWhichIsA("BloomEffect"):Destroy()
  367. end
  368.  
  369. local find2 = game.Lighting:FindFirstChildWhichIsA("SunRaysEffect")
  370. if find2 then
  371. game.Lighting:FindFirstChildWhichIsA("SunRaysEffect"):Destroy()
  372. end
  373.  
  374. local find3 = game.Lighting:FindFirstChildWhichIsA("ColorCorrectionEffect")
  375. if find3 then
  376. game.Lighting:FindFirstChildWhichIsA("ColorCorrectionEffect"):Destroy()
  377. end
  378.  
  379. local find4 = game.Lighting:FindFirstChildWhichIsA("BlurEffect")
  380. if find4 then
  381. game.Lighting:FindFirstChildWhichIsA("BlurEffect"):Destroy()
  382. end
  383.  
  384. local find5 = game.Lighting:FindFirstChildWhichIsA("Sky")
  385. if find5 then
  386. game.Lighting:FindFirstChildWhichIsA("Sky"):Destroy()
  387. end
  388.  
  389. -- Reset lighting properties to default values.
  390. game.Lighting.ExposureCompensation = 0
  391. game.Lighting.ShadowSoftness = 0
  392. game.Lighting.EnvironmentDiffuseScale = 1
  393. game.Lighting.EnvironmentSpecularScale = 1
  394. game.Lighting.Brightness = 1
  395. game.Lighting.ColorShift_Top = Color3.fromRGB(0,0,0)
  396. game.Lighting.OutdoorAmbient = Color3.fromRGB(127,127,127)
  397. game.Lighting.GeographicLatitude=41.733299255371094
  398. game.Lighting.Ambient=Color3.fromRGB(127,127,127)
  399. end
  400. end)
  401.  
  402.  
  403.  
  404. local cam = workspace.CurrentCamera
  405. local noclip = false
  406.  
  407. PlayerSection:NewToggle("Freeze cam", "Freezes ur cam", function(state)
  408. noclip = state
  409. if state then
  410. print("Freeze cam")
  411. cam.CameraSubject = nil
  412. cam.CameraType = Enum.CameraType.Scriptable
  413. else
  414. print("Freeze cam Off")
  415. cam.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  416. cam.CameraType = Enum.CameraType.Custom
  417. end
  418. end)
  419.  
  420. local PlayerSection = Player:NewSection("Movement")
  421.  
  422. PlayerSection:NewSlider("Walkspeed", "changes ur speed, pretty cool i guessss", 100, 16, function(s)
  423. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  424. end)
  425. PlayerSection:NewSlider("JumpPower", "Be a lil monkey", 100, 50, function(s)
  426. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  427. end)
  428.  
  429. PlayerSection:NewButton("Inf Stamina", "Infinite amount of Stamina", function()
  430. local plr = game:GetService("Players").LocalPlayer
  431. for i,v in next, getgc() do
  432. if type(v) == "function" and getfenv(v).script and getfenv(v).script == plr.Character.ClientInputHandler then
  433. for i2,v2 in next, debug.getupvalues(v) do
  434. if type(v2) == "number" then
  435. debug.setupvalue(v, i2, math.huge)
  436. end
  437. end
  438. end
  439. end
  440. print("Clicked")
  441. end)
  442.  
  443. PlayerSection:NewTextBox("NoClip -Use Keybind v", "Adds a key to ur no clip!", function(NoClip)
  444. print("key set to "..NoClip)
  445. local StealthMode = true -- If game has an anticheat that checks the logs
  446.  
  447. local Indicator
  448.  
  449. if not StealthMode then
  450. local ScreenGui = Instance.new("ScreenGui", game.CoreGui)
  451. Indicator = Instance.new("TextLabel", ScreenGui)
  452. Indicator.AnchorPoint = Vector2.new(0, 1)
  453. Indicator.Position = UDim2.new(0, 0, 1, 0)
  454. Indicator.Size = UDim2.new(0, 200, 0, 50)
  455. Indicator.BackgroundTransparency = 1
  456. Indicator.TextScaled = true
  457. Indicator.TextStrokeTransparency = 0
  458. Indicator.TextColor3 = Color3.new(0, 0, 0)
  459. Indicator.TextStrokeColor3 = Color3.new(1, 1, 1)
  460. Indicator.Text = "Noclip: Enabled"
  461. end
  462.  
  463. local noclip = true
  464. local player = game.Players.LocalPlayer
  465. local character = player.Character or player.CharacterAdded:Wait()
  466.  
  467. local mouse = player:GetMouse()
  468.  
  469. mouse.KeyDown:Connect(function(key)
  470. if key == NoClip then
  471. noclip = not noclip
  472.  
  473. if not StealthMode then
  474. Indicator.Text = "Noclip: " .. (noclip and "Enabled" or "Disabled")
  475. end
  476. end
  477. end)
  478.  
  479. while true do
  480. player = game.Players.LocalPlayer
  481. character = player.Character
  482.  
  483. if noclip then
  484. for _, v in pairs(character:GetDescendants()) do
  485. pcall(function()
  486. if v:IsA("BasePart") then
  487. v.CanCollide = false
  488. end
  489. end)
  490. end
  491. end
  492.  
  493. game:GetService("RunService").Stepped:wait()
  494. end
  495. end)
  496.  
  497.  
  498.  
  499. local Admin = Window:NewTab("Admin")
  500. local AdminSection = Admin:NewSection("Admin")
  501.  
  502. AdminSection:NewButton("NamelessAdmin", "", function()
  503. print("Clicked")
  504. loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))();
  505. print("Ready")
  506. end)
  507.  
  508. AdminSection:NewButton("InfiniteYield", "", function()
  509. print("Clicked")
  510. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))();
  511. print("Ready")
  512. end)
  513.  
  514. AdminSection:NewButton("Reviz Admin v2", "", function()
  515. print("Clicked")
  516. loadstring(game:HttpGet('https://raw.githubusercontent.com/Pa1ntex/reviz-admin-v2-script-FE/main/Reviz%20admin%20v2%20FE'))();
  517. print("Ready")
  518. end)
  519.  
  520. AdminSection:NewButton("Tiger Admin", "", function()
  521. print("Clicked")
  522.  
  523. loadstring(game:HttpGet('https://raw.githubusercontent.com/H17S32/Tiger_Admin/main/Script'))()
  524. print("Ready")
  525. end)
  526.  
  527. AdminSection:NewButton("Lightux Admin (Needs Key)", "", function()
  528. print("Clicked")
  529.  
  530. loadstring(game:HttpGet(('https://raw.githubusercontent.com/zeuise0002/SSSWWW222/main/README.md'),true))()
  531. print("Ready")
  532. end)
  533.  
  534. AdminSection:NewButton("Btools (NOT FE)", "", function()
  535.  
  536. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  537. tool1.BinType = "Hammer"
  538. print("Ready")
  539. end)
  540.  
  541. AdminSection:NewButton("Prevail X (Works)", "", function()
  542. print("Clicked")
  543.  
  544. loadstring(game:HttpGet("https://pastebin.com/raw/mHfK0Xk4", true))()
  545. print("Ready")
  546. end)
  547.  
  548. AdminSection:NewButton("Prevail X And Prison Ruiner", "", function()
  549. print("Clicked")
  550.  
  551. loadstring(game:HttpGet(('https://raw.githubusercontent.com/LuffyExploits/LuffyExploits/main/Prison%20Life%20Script%202022.txt'),true))()
  552. print("Ready")
  553. end)
  554.  
  555. AdminSection:NewButton("Fling Gui", "", function()
  556. print("Clicked")
  557.  
  558. loadstring(game:HttpGet(('https://raw.githubusercontent.com/LuffyExploits/LuffyExploits/main/Fling%20Gui.md'),true))()
  559. print("Ready")
  560. end)
  561.  
  562. AdminSection:NewButton("02hacks Prevail X", "", function()
  563. print("Clicked")
  564.  
  565.  
  566. --[[
  567. 88""Yb 88""Yb 888888 Yb dP db 88 88 Yb dP
  568. 88__dP 88__dP 88__ Yb dP dPYb 88 88 YbdP
  569. 88""" 88"Yb 88"" YbdP dP__Yb 88 88 .o dPYb
  570. 88 88 Yb 888888 YP dP""""Yb 88 88ood8 dP Yb ~02hacks
  571. ]]
  572. loadstring(game:HttpGet("https://pastebin.com/raw/mHfK0Xk4", true))()
  573. print("Ready")
  574. end)
  575.  
  576. AdminSection:NewButton("GodMode", "", function()
  577. print("Clicked")
  578.  
  579. local p=game.Players.LocalPlayer;
  580. local oldcframe;
  581. local holdingfoil=false;
  582. p.Character.Humanoid:SetStateEnabled(15,false);
  583. p.Character.Humanoid:SetStateEnabled(16,false);
  584. -- p.Character.Humanoid:SetStateEnabled(18,false);
  585. p.CharacterRemoving:Connect(function()
  586. if (p.Character) then
  587. local t=p.Character:FindFirstChild("Torso")
  588. if (t ~= nil) then oldcframe=t.CFrame end
  589. if (p.Character:findFirstChild("Foil")) then holdingfoil=true end
  590. end
  591. end)
  592. p.CharacterAdded:Connect(function()
  593. while p.Character==nil do wait() end
  594. while p.Character.Parent==nil do wait() end
  595. local h=p.Character:WaitForChild("Humanoid")
  596. local rp=p.Character:WaitForChild("HumanoidRootPart")
  597. --[[ created by static / "Des" ]]
  598. if (h ~= nil and rp ~= nil) then
  599. h:SetStateEnabled(15,false);
  600. h:SetStateEnabled(16,false);
  601. -- h:SetStateEnabled(18,false);
  602. for i=1,10 do
  603. rp.CFrame=oldcframe;
  604. end
  605. if (holdingfoil) then
  606. holdingfoil=false
  607. local foil=p.Backpack:FindFirstChild("Foil")
  608. if (foil ~= nil) then
  609. foil.Parent=p.Character
  610. end
  611. end
  612. end
  613. end)
  614. print("Ready")
  615. end)
  616.  
  617.  
  618.  
  619. AdminSection:NewButton("Chat Bypasser", "", function()
  620. print("Clicked")
  621.  
  622. loadstring(game:HttpGet('https://raw.githubusercontent.com/Suno0526/Faith/main/module.lua', true))()
  623. print("Ready")
  624. end)
  625.  
  626. AdminSection:NewButton("Ez Admin (Patched)", "", function()
  627. print("Clicked")
  628.  
  629. loadstring(game:HttpGet("https://pastebin.com/raw/gQ4ugY1Q", true))()
  630. print("Ready")
  631. end)
  632.  
  633. AdminSection:NewButton("Willy Prison Admin (Patched)", "", function()
  634. print("Clicked")
  635.  
  636. loadstring(game:HttpGet("https://pastebin.com/raw/VwELNvdc", true))()
  637. print("Ready")
  638. end)
  639.  
  640.  
  641.  
  642. AdminSection:NewButton("FE Sound Spam (Warning EarRape)", "", function()
  643. print("Clicked")
  644.  
  645. -- Works in any game where RespectFilteringEnabled option is false
  646. -- !! If it doesn't say success, try it on a different game, usually an older game will work. !!
  647.  
  648. --[[
  649. A few games i've tested it on:
  650. https://www.roblox.com/games/12109643/Fencing
  651. https://www.roblox.com/games/189707/Natural-Disaster-Survival
  652. https://www.roblox.com/games/192800/Work-at-a-Pizza-Place
  653. https://www.roblox.com/games/6441847031/CHAOS
  654. https://www.roblox.com/games/155615604/Prison-Life
  655. Works on a lot more games than this, you just need to find them! ~ trial and error :)
  656. --]]
  657.  
  658. local Notification = loadstring(game:HttpGet("https://raw.githubusercontent.com/Jxereas/UI-Libraries/main/notification_gui_library.lua", true))()
  659. local SoundService = game:GetService("SoundService")
  660.  
  661. if SoundService.RespectFilteringEnabled == false then
  662. Notification.new("success", "Success", "Everyone can hear the sounds in this game!")
  663. Notification.new("message", "YouTube : darkModz", "YouTube - darkmodz")
  664. else
  665. Notification.new("warning", "Warning", "Unfortunately no one else can hear it in this game, try a different one.\nMaybe an older game will work.")
  666. end
  667.  
  668. while wait() do
  669. for _, sound in next, workspace:GetDescendants() do
  670. if sound:IsA("Sound") then
  671. sound.Volume = 10
  672. sound:Play()
  673. end
  674. end
  675. end
  676. print("Ready")
  677. end)
  678.  
  679.  
  680. local Guns = Window:NewTab("Guns")
  681. local GunsSection = Guns:NewSection("Guns")
  682.  
  683. GunsSection:NewButton("Get All Guns", "", function()
  684. print("Clicked")
  685.  
  686. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(822, 101, 2251, 1, -0, 0, 0, 1, 0, -0, -0, 1)
  687. wait(1.1)
  688. local args = {
  689. [1] = workspace:WaitForChild("Prison_ITEMS"):WaitForChild("giver"):WaitForChild("M9"):WaitForChild("ITEMPICKUP")
  690. }
  691.  
  692. workspace:WaitForChild("Remote"):WaitForChild("ItemHandler"):InvokeServer(unpack(args))
  693. wait(1.1)
  694. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(824.801025, 104.330627, 2250.36157, 0.173624337, 0.984811902, 0, -0.984811902, 0.173624337, -0, -0, 0, 1)
  695. wait(1.1)
  696. local args = {
  697. [1] = workspace:WaitForChild("Prison_ITEMS"):WaitForChild("giver"):WaitForChild("Remington 870"):WaitForChild("ITEMPICKUP")
  698. }
  699.  
  700. workspace:WaitForChild("Remote"):WaitForChild("ItemHandler"):InvokeServer(unpack(args))
  701. wait(1.1)
  702. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-936.710632, 93.5627747, 2054.66602, 0, -1, 0, 1, 0, -0, 0, 0, 1)
  703. wait(1.1)
  704. local args = {
  705. [1] = workspace:WaitForChild("Prison_ITEMS"):WaitForChild("giver"):WaitForChild("AK-47"):WaitForChild("ITEMPICKUP")
  706. }
  707.  
  708. workspace:WaitForChild("Remote"):WaitForChild("ItemHandler"):InvokeServer(unpack(args))
  709. print("Ready")
  710. end)
  711.  
  712.  
  713.  
  714. GunsSection:NewButton("Fly gui", "", function()
  715. print("Clicked")
  716.  
  717. loadstring(game:HttpGet('https://pastebin.com/raw/5AztwCYD'))()
  718. print("Ready")
  719. end)
  720.  
  721. GunsSection:NewButton("Dalloc Admin", "", function()
  722. print("Clicked")
  723.  
  724. getgenv().KeyBind = "RightShift";
  725. getgenv().oldUi = true --set this to false for that new ui which most of u hate
  726. loadstring(game:HttpGet("https://raw.githubusercontent.com/ricardocruz5/pladmin/main/main.lua"))()
  727. print("Ready")
  728. end)
  729.  
  730.  
  731.  
  732.  
  733. local GunsSection = Guns:NewSection("Modify")
  734. GunsSection:NewButton("Mod Guns", "This will mod all ur guns", function()
  735. print("Clicked")
  736. _G.loop = true
  737. while _G.loop == true do wait(0.5)
  738. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS:findFirstChild('M9', true).ITEMPICKUP)
  739. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS:findFirstChild('Remington 870', true).ITEMPICKUP)
  740. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS:findFirstChild('AK-47', true).ITEMPICKUP)
  741. for i, v in next, debug.getregistry() do
  742. if type(v) == "table" then
  743. if v.Bullets then
  744. v.AutoFire = true
  745. v.FireRate = 0
  746. v.Bullets = 50
  747. v.Range = math.huge
  748. v.MaxAmmo = math.huge
  749. v.CurrentAmmo = math.huge
  750. v.StoredAmmo = math.huge
  751. end
  752. end
  753. end
  754. end
  755. print("Ready")
  756. end)
  757.  
  758. GunsSection:NewButton("Mod M9", "Mods that gun", function()
  759.  
  760. local player = game:GetService("Players").LocalPlayer
  761. local gun = player.Backpack:FindFirstChild("M9")
  762. local sM = require(gun:FindFirstChild("GunStates"))
  763. sM["Damage"] = 999
  764. sM["MaxAmmo"] = 9999991
  765. sM["StoredAmmo"] = 9999991
  766. sM["FireRate"] = 0.05
  767. sM["AmmoPerClip"] = 9999991
  768. sM["Range"] = 5000
  769. sM["ReloadTime"] = 0.05
  770. sM["Bullets"] = 1
  771. sM["AutoFire"] = true
  772. end)
  773. print("Ready")
  774.  
  775. GunsSection:NewButton("Mod Remington 870", "Mods that gun", function()
  776.  
  777. local player = game:GetService("Players").LocalPlayer
  778. local gun = player.Backpack:FindFirstChild("Remington 870")
  779. local sM = require(gun:FindFirstChild("GunStates"))
  780. sM["Damage"] = 999
  781. sM["MaxAmmo"] = 9999991
  782. sM["StoredAmmo"] = 9999991
  783. sM["FireRate"] = 0.05
  784. sM["AmmoPerClip"] = 9999991
  785. sM["Range"] = 5000
  786. sM["ReloadTime"] = 0.05
  787. sM["Bullets"] = 1
  788. sM["AutoFire"] = true
  789. end)
  790. print("Ready")
  791.  
  792. GunsSection:NewButton("Mod AK-47", "Mods that gun", function()
  793.  
  794. local player = game:GetService("Players").LocalPlayer
  795. local gun = player.Backpack:FindFirstChild("AK-47")
  796. local sM = require(gun:FindFirstChild("GunStates"))
  797. sM["Damage"] = 999
  798. sM["MaxAmmo"] = 9999991
  799. sM["StoredAmmo"] = 9999991
  800. sM["FireRate"] = 0.05
  801. sM["AmmoPerClip"] = 9999991
  802. sM["Range"] = 5000
  803. sM["ReloadTime"] = 0.05
  804. sM["Bullets"] = 1
  805. sM["AutoFire"] = true
  806. print("Ready")
  807. end)
  808.  
  809. GunsSection:NewButton("Mod M4A1", "Mods that gun", function()
  810.  
  811. local gun = player.Backpack:FindFirstChild("M4A1")
  812. local sM = require(gun:FindFirstChild("GunStates"))
  813. sM["Damage"] = 999
  814. sM["MaxAmmo"] = 9999991
  815. sM["StoredAmmo"] = 9999991
  816. sM["FireRate"] = 0.05
  817. sM["AmmoPerClip"] = 9999991
  818. sM["Range"] = 5000
  819. sM["ReloadTime"] = 0.05
  820. sM["Bullets"] = 1
  821. sM["AutoFire"] = true
  822. print("Ready")
  823. end)
  824.  
  825. GunsSection:NewButton("Silent Aim", "", function()
  826. print("Clicked")
  827.  
  828. local Players = game.Players
  829. local LocalPlayer = Players.LocalPlayer
  830. local GetPlayers = Players.GetPlayers
  831. local Camera = workspace.CurrentCamera
  832. local WTSP = Camera.WorldToScreenPoint
  833. local FindFirstChild = game.FindFirstChild
  834. local Vector2_new = Vector2.new
  835. local Mouse = LocalPlayer.GetMouse(LocalPlayer)
  836. function ClosestChar()
  837. local Max, Close = math.huge
  838. for I,V in pairs(GetPlayers(Players)) do
  839. if V ~= LocalPlayer and V.Team ~= LocalPlayer.Team and V.Character then
  840. local Head = FindFirstChild(V.Character, "Head")
  841. if Head then
  842. local Pos, OnScreen = WTSP(Camera, Head.Position)
  843. if OnScreen then
  844. local Dist = (Vector2_new(Pos.X, Pos.Y) - Vector2_new(Mouse.X, Mouse.Y)).Magnitude
  845. if Dist < Max then
  846. Max = Dist
  847. Close = V.Character
  848. end
  849. end
  850. end
  851. end
  852. end
  853. return Close
  854. end
  855.  
  856. local MT = getrawmetatable(game)
  857. local __namecall = MT.__namecall
  858. setreadonly(MT, false)
  859. MT.__namecall = newcclosure(function(self, ...)
  860. local Method = getnamecallmethod()
  861. if Method == "FindPartOnRay" and not checkcaller() and tostring(getfenv(0).script) == "GunInterface" then
  862. local Character = ClosestChar()
  863. if Character then
  864. return Character.Head, Character.Head.Position
  865. end
  866. end
  867.  
  868. return __namecall(self, ...)
  869. end)
  870. setreadonly(MT, true)
  871. print("Ready")
  872. end)
  873.  
  874.  
  875.  
  876. GunsSection:NewButton("Auto Reload", "Auto Reloads Your Gun", function()
  877. print("Clicked")
  878.  
  879. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  880.  
  881. local GunStates = {}
  882. -- require
  883. ReplicatedStorage.UpdateEvent.OnClientEvent:connect(function(_, Tool)
  884. local Gun = Tool:FindFirstChild("GunStates")
  885. if Tool and Gun and Gun.ClassName == "ModuleScript" then
  886. sM = require(Gun)
  887. if sM.CurrentAmmo == 0 and not table.find(GunStates, Tool.Name) then
  888. table.insert(GunStates, Tool.Name)
  889. print(Tool.Name.." empty, reloading")
  890. ReplicatedStorage.ReloadEvent:FireServer(Tool)
  891. wait(sM.ReloadTime)
  892. warn("finished reloading "..Tool.Name)
  893. sM.CurrentAmmo = sM.MaxAmmo
  894. for i,v in pairs(GunStates) do
  895. if v == Tool.Name then
  896. table.remove(GunStates, i)
  897. end
  898. end
  899. end
  900. end
  901. end)
  902. print("Ready")
  903. end)
  904.  
  905.  
  906. local Teleports = Window:NewTab("Teleports")
  907. local TeleportsSection = Teleports:NewSection("Teleports")
  908.  
  909. TeleportsSection:NewButton("Outside of prison", "Teleports You outside of the prison!", function()
  910. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(451.6684265136719, 98.0399169921875, 2216.338134765625)
  911. end)
  912. TeleportsSection:NewButton("Prison Yard", "Teleports You to the Prison Yard", function()
  913. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(736.4671630859375, 97.99992370605469, 2517.583740234375)
  914. end)
  915. TeleportsSection:NewButton("Kitchen", "Teleports You to the Kitchen!", function()
  916. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(906.641845703125, 99.98993682861328, 2237.67333984375)
  917. end)
  918. TeleportsSection:NewButton("Prison Cells", "Teleports You to the Prison Cells!", function()
  919. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(919.5551147460938, 99.98998260498047, 2441.700927734375)
  920. end)
  921. TeleportsSection:NewButton("Surveilance Room", "Teleports You to the Surveilance Room!", function()
  922. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(795.251953125, 99.98998260498047, 2327.720703125)
  923. end)
  924. TeleportsSection:NewButton("Break Room", "Teleports You to the Break Room!", function()
  925. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(800.0896606445312, 99.98998260498047, 2266.71630859375)
  926. end)
  927. TeleportsSection:NewButton("Police Armory", "Teleports You to the Police Armory!", function()
  928. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(837.2889404296875, 99.98998260498047, 2270.99658203125)
  929. end)
  930. TeleportsSection:NewButton("Police Room", "Teleports to to the Police Room", function()
  931. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(836.5386352539062, 99.98998260498047, 2320.604248046875)
  932. end)
  933. TeleportsSection:NewButton("Cafeteria", "Teleports you to the Cafeteria!", function()
  934. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.994873046875, 99.98993682861328, 2325.73095703125)
  935. end)
  936. TeleportsSection:NewButton("Criminal Base Inside", "Teleports you to the Criminal Base Inside!", function()
  937. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-935.360474, 94.1287842, 2066.77319)
  938. end)
  939.  
  940. TeleportsSection:NewButton("Teleporter Gui", "", function()
  941. print("Clicked")
  942.  
  943. loadstring(game:HttpGet(('https://pastebin.com/raw/KfeptYP6'),true))()
  944. print("Ready")
  945. end)
  946.  
  947. TeleportsSection:NewButton("Main Tower", "", function()
  948. print("Clicked")
  949.  
  950. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(823.287292, 130.039948, 2587.73975)
  951. end)
  952. print("Ready")
  953.  
  954. TeleportsSection:NewButton("Reception", "Teleports to area", function()
  955.  
  956. local LocalPlayer = game.Players.LocalPlayer.Character.HumanoidRootPart
  957. LocalPlayer.CFrame = CFrame.new(695, 99, 2273)
  958.  
  959. print("Ready")
  960. end)
  961.  
  962. TeleportsSection:NewButton("Back", "Teleports to that area", function()
  963.  
  964. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(980, 101, 2327)
  965. print("Ready")
  966. end)
  967.  
  968. TeleportsSection:NewButton("Escape Prison", "Teleports to that area", function()
  969.  
  970. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(465.9,98.19,2253.47)
  971. print("Ready")
  972. end)
  973.  
  974. TeleportsSection:NewButton("Nexus", "Teleports to that area", function()
  975.  
  976. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(879,99,2377)
  977. print("Ready")
  978. end)
  979.  
  980. local World = Window:NewTab("World")
  981. local WorldSection = World:NewSection("World")
  982.  
  983. local ez = Instance.new("Folder")
  984. ez.Name = "nikodoors"
  985. ez.Parent = game:service"ReplicatedStorage"
  986. local ez = Instance.new("Folder")
  987. ez.Name = "nikofences"
  988. ez.Parent = game:service"ReplicatedStorage"
  989.  
  990. WorldSection:NewToggle("Remove doors", "Removes all doors from your game", function(state)
  991. if state then
  992. print("Toggle On")
  993. for i,v in pairs(workspace.Doors:GetChildren()) do
  994. v.Parent = game:service"ReplicatedStorage".nikodoors
  995.  
  996. end
  997. else
  998. print("Toggle Off")
  999. for i,v in pairs(game:service"ReplicatedStorage".nikodoors:GetChildren()) do
  1000. v.Parent = workspace.Doors
  1001. end
  1002. end
  1003. end)
  1004.  
  1005. WorldSection:NewToggle("Remove Fences", "Don't be caged like a monkey, be free", function(state)
  1006. if state then
  1007. print("Toggle On")
  1008. for i,v in pairs(workspace.Prison_Fences:GetChildren()) do
  1009. v.Parent = game:GetService("ReplicatedStorage").nikofences
  1010. end
  1011. else
  1012. print("Toggle Off")
  1013. for i,v in pairs(game:GetService("ReplicatedStorage").nikofences:GetChildren()) do
  1014. v.Parent = workspace.Prison_Fences
  1015. end
  1016. end
  1017. end)
  1018.  
  1019. WorldSection:NewButton("Arrest All", "Arrest All Criminals", function()
  1020. wait(0.1)
  1021. Player = game.Players.LocalPlayer
  1022. Pcf = Player.Character.HumanoidRootPart.CFrame
  1023. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  1024. if v.Name ~= Player.Name then
  1025. local i = 10
  1026. repeat
  1027. wait()
  1028. i = i-1
  1029. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  1030. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1031. until i == 0
  1032. end
  1033. end
  1034.  
  1035. end)
  1036.  
  1037. WorldSection:NewButton("Kill All (Reset To Stop) ", "Reset To Stop", function()
  1038. spawn(function()
  1039. while wait(0.1) do
  1040. for i, v in next, game:GetService("Players"):GetChildren() do
  1041. pcall(function()
  1042. if v~= game:GetService("Players").LocalPlayer and not v.Character:FindFirstChildOfClass("ForceField") and v.Character.Humanoid.Health > 0 then
  1043. while v.Character:WaitForChild("Humanoid").Health > 0 do
  1044. wait();
  1045. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame;
  1046. for x, c in next, game:GetService("Players"):GetChildren() do
  1047. if c ~= game:GetService("Players").LocalPlayer then game.ReplicatedStorage.meleeEvent:FireServer(c) end
  1048. end
  1049. end
  1050. end
  1051. end)
  1052. wait()
  1053. end
  1054. end
  1055. end)
  1056. end)
  1057.  
  1058. WorldSection:NewButton("InvisGUI", "Invisible", function()
  1059. loadstring(game:HttpGet('https://pastebin.com/raw/AYtzGEPb'))()
  1060. end)
  1061.  
  1062. WorldSection:NewButton("Rejoin", "Rejoin The Game", function()
  1063. loadstring(game:HttpGet("https://pastebin.com/raw/1gtVMUz3"))()
  1064. end)
  1065.  
  1066. WorldSection:NewButton("Leave", "Leave The Game", function()
  1067.  
  1068. wait(.1)
  1069. game:Shutdown()
  1070. print("Ready")
  1071. end)
  1072.  
  1073. WorldSection:NewButton("Server Hop", "Server Hops", function()
  1074.  
  1075. local module = loadstring(game:HttpGet"https://raw.githubusercontent.com/LeoKholYt/roblox/main/lk_serverhop.lua")()
  1076.  
  1077. module:Teleport(game.PlaceId)
  1078. print("Ready")
  1079. end)
  1080.  
  1081. WorldSection:NewButton("Server Hop To Dead Server", "Server hops to a dead server", function()
  1082.  
  1083. local Http = game:GetService("HttpService")
  1084. local TPS = game:GetService("TeleportService")
  1085. local Api = "https://games.roblox.com/v1/games/"
  1086.  
  1087. local _place = game.PlaceId
  1088. local _servers = Api.._place.."/servers/Public?sortOrder=Asc&limit=100"
  1089. function ListServers(cursor)
  1090. local Raw = game:HttpGet(_servers .. ((cursor and "&cursor="..cursor) or ""))
  1091. return Http:JSONDecode(Raw)
  1092. end
  1093.  
  1094. local Server, Next; repeat
  1095. local Servers = ListServers(Next)
  1096. Server = Servers.data[1]
  1097. Next = Servers.nextPageCursor
  1098. until Server
  1099.  
  1100. TPS:TeleportToPlaceInstance(_place,Server.id,game.Players.LocalPlayer)
  1101. print("Ready")
  1102. end)
  1103.  
  1104. local Hacks = Window:NewTab("Hacks")
  1105. local HacksSection = Hacks:NewSection("Hacks")
  1106.  
  1107. HacksSection:NewButton("Mobile buttons", "", function()
  1108. print("Clicked")
  1109.  
  1110. loadstring(game:HttpGet(("https://pastebin.com/raw/jfBF6Ccg"),true))()
  1111. print("Ready")
  1112. end)
  1113.  
  1114. HacksSection:NewButton("Esp", "", function()
  1115. print("Clicked")
  1116.  
  1117. loadstring(game:HttpGet(('https://pastebin.com/raw/iRFj1ZfR'),true))()
  1118. print("Ready")
  1119. end)
  1120.  
  1121. HacksSection:NewButton("Ez Hub", "", function()
  1122. print("Clicked")
  1123.  
  1124. loadstring(game:HttpGet(('https://raw.githubusercontent.com/debug420/Ez-Industries-Launcher-Data/master/Launcher.lua'),true))()
  1125. print("Ready")
  1126. end)
  1127.  
  1128. HacksSection:NewButton("Fe Bypass", "", function()
  1129. print("Clicked")
  1130.  
  1131. loadstring(game:HttpGet("https://raw.githubusercontent.com/Enes5858/Enes5858/main/SKIDDDDD.txt"))()
  1132. print("Ready")
  1133. end)
  1134.  
  1135. HacksSection:NewButton("Fe Disabled Tools", "", function()
  1136. print("Clicked")
  1137.  
  1138. loadstring(game:HttpGet("https://pastebin.com/raw/AZVi2tuK"))()
  1139. print("Ready")
  1140. end)
  1141.  
  1142. HacksSection:NewButton("Chat Bypasser", "Bypasses chat filter", function()
  1143.  
  1144. loadstring(game:HttpGet("https://raw.githubusercontent.com/synnyyy/synergy/additional/betterbypasser",true))()
  1145. print("Ready")
  1146. end)
  1147.  
  1148. HacksSection:NewButton("One Punch", "", function()
  1149. print("Clicked")
  1150.  
  1151. mainRemotes = game.ReplicatedStorage
  1152. meleeRemote = mainRemotes['meleeEvent']
  1153. mouse = game.Players.LocalPlayer:GetMouse()
  1154. punching = false
  1155. cooldown = false
  1156.  
  1157. function punch()
  1158. cooldown = true
  1159. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  1160. part.Transparency = 1
  1161. part.Size = Vector3.new(5, 2, 3)
  1162. part.CanCollide = false
  1163. local w1 = Instance.new("Weld", part)
  1164. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  1165. w1.Part1 = part
  1166. w1.C1 = CFrame.new(0,0,2)
  1167. part.Touched:connect(function(hit)
  1168. if game.Players:FindFirstChild(hit.Parent.Name) then
  1169. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  1170. if plr.Name ~= game.Players.LocalPlayer.Name then
  1171. part:Destroy()
  1172.  
  1173. for i = 1,100 do
  1174. meleeRemote:FireServer(plr)
  1175. end
  1176. end
  1177. end
  1178. end)
  1179.  
  1180. wait(1)
  1181. cooldown = false
  1182. part:Destroy()
  1183. end
  1184.  
  1185.  
  1186. mouse.KeyDown:connect(function(key)
  1187. if cooldown == false then
  1188. if key:lower() == "f" then
  1189.  
  1190. punch()
  1191.  
  1192. end
  1193. end
  1194. end)
  1195.  
  1196. print("Ready")
  1197. end)
  1198.  
  1199. local Scripts = Window:NewTab("Scripts")
  1200. local ScriptsSection = Scripts:NewSection("Scripts")
  1201.  
  1202. ScriptsSection:NewButton("Keyboard", "", function()
  1203. print("Clicked")
  1204.  
  1205. loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  1206. print("Ready")
  1207. end)
  1208.  
  1209. ScriptsSection:NewButton("Kill All Gui", "", function()
  1210. print("Clicked")
  1211.  
  1212. loadstring(game:HttpGet('https://pastebin.com/raw/AvDk19WS'))()
  1213. print("Ready")
  1214. end)
  1215.  
  1216. ScriptsSection:NewButton("Rawnder Admin", "", function()
  1217. print("Clicked")
  1218.  
  1219. loadstring(game:HttpGet('https://paste.website/p/96d68817-3f1e-4fef-a8b8-9aafdc810329.txt'))()
  1220. print("Ready")
  1221. end)
  1222.  
  1223. ScriptsSection:NewButton("Baseball bat", "", function()
  1224. print("Clicked")
  1225.  
  1226. loadstring(game:HttpGet(('https://pastebin.com/raw/mTrRfcXV'),true))()
  1227. print("Ready")
  1228. end)
  1229.  
  1230. ScriptsSection:NewButton("Infinite Stamina", "", function()
  1231. print("Clicked")
  1232.  
  1233. loadstring(game:HttpGet("https://scriptblox.com/raw/Prison-Life-(Cars-fixed!)-Inf-Stamina-NO-BUGS-4782"))()
  1234. print("Ready")
  1235. end)
  1236.  
  1237. local Gui = Window:NewTab("Gui")
  1238. local GuiSection = Gui:NewSection("Gui")
  1239.  
  1240.  
  1241. GuiSection:NewKeybind("Toggle The Gui", "Use k to toggle", Enum.KeyCode.K, function()
  1242. Library:ToggleUI()
  1243. end)
  1244.  
  1245. GuiSection:NewButton("Anti Afk", "", function()
  1246. print("Clicked")
  1247.  
  1248. local Rice = Instance.new("ScreenGui")
  1249. local Main = Instance.new("Frame")
  1250. local Title = Instance.new("TextLabel")
  1251. local Credits = Instance.new("TextLabel")
  1252. local Activate = Instance.new("TextButton")
  1253. local UICorner = Instance.new("UICorner")
  1254. local OpenClose = Instance.new("TextButton")
  1255. local UICorner_2 = Instance.new("UICorner")
  1256.  
  1257. Rice.Name = "Rice"
  1258. Rice.Parent = game.CoreGui
  1259. Rice.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1260.  
  1261. Main.Name = "Main"
  1262. Main.Parent = Rice
  1263. Main.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  1264. Main.BorderSizePixel = 0
  1265. Main.Position = UDim2.new(0.321207851, 0, 0.409807354, 0)
  1266. Main.Size = UDim2.new(0, 295, 0, 116)
  1267. Main.Visible = false
  1268. Main.Active = true
  1269. Main.Draggable = true
  1270.  
  1271. Title.Name = "Title"
  1272. Title.Parent = Main
  1273. Title.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  1274. Title.BorderSizePixel = 0
  1275. Title.Size = UDim2.new(0, 295, 0, 16)
  1276. Title.Font = Enum.Font.GothamBold
  1277. Title.Text = "Rice Anti-Afk"
  1278. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  1279. Title.TextScaled = true
  1280. Title.TextSize = 12.000
  1281. Title.TextWrapped = true
  1282.  
  1283. Credits.Name = "Credits"
  1284. Credits.Parent = Main
  1285. Credits.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  1286. Credits.BorderSizePixel = 0
  1287. Credits.Position = UDim2.new(0, 0, 0.861901641, 0)
  1288. Credits.Size = UDim2.new(0, 295, 0, 16)
  1289. Credits.Font = Enum.Font.GothamBold
  1290. Credits.Text = "Made by Luffy_Exploits"
  1291. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  1292. Credits.TextScaled = true
  1293. Credits.TextSize = 12.000
  1294. Credits.TextWrapped = true
  1295.  
  1296. Activate.Name = "Activate"
  1297. Activate.Parent = Main
  1298. Activate.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  1299. Activate.BorderColor3 = Color3.fromRGB(27, 42, 53)
  1300. Activate.BorderSizePixel = 0
  1301. Activate.Position = UDim2.new(0.0330629945, 0, 0.243326917, 0)
  1302. Activate.Size = UDim2.new(0, 274, 0, 59)
  1303. Activate.Font = Enum.Font.GothamBold
  1304. Activate.Text = "Activate"
  1305. Activate.TextColor3 = Color3.fromRGB(0, 255, 127)
  1306. Activate.TextSize = 43.000
  1307. Activate.TextStrokeColor3 = Color3.fromRGB(102, 255, 115)
  1308. Activate.MouseButton1Down:connect(function()
  1309. local vu = game:GetService("VirtualUser")
  1310. game:GetService("Players").LocalPlayer.Idled:connect(function()
  1311. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  1312. wait(1)
  1313. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  1314. end)
  1315. end)
  1316.  
  1317.  
  1318. UICorner.Parent = Activate
  1319.  
  1320. OpenClose.Name = "Open/Close"
  1321. OpenClose.Parent = Rice
  1322. OpenClose.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  1323. OpenClose.Position = UDim2.new(0.353924811, 0, 0.921739101, 0)
  1324. OpenClose.Size = UDim2.new(0, 247, 0, 35)
  1325. OpenClose.Font = Enum.Font.GothamBold
  1326. OpenClose.Text = "Open/Close"
  1327. OpenClose.TextColor3 = Color3.fromRGB(255, 255, 255)
  1328. OpenClose.TextSize = 14.000
  1329.  
  1330. UICorner_2.Parent = OpenClose
  1331.  
  1332. local function NERMBF_fake_script() -- OpenClose.LocalScript
  1333. local script = Instance.new('LocalScript', OpenClose)
  1334.  
  1335. local frame = script.Parent.Parent.Main
  1336.  
  1337. script.Parent.MouseButton1Click:Connect(function()
  1338. frame.Visible = not frame.Visible
  1339. end)
  1340. end
  1341. coroutine.wrap(NERMBF_fake_script)()
  1342. print("Ready")
  1343. end)
  1344.  
  1345.  
  1346. local Teams = Window:NewTab("Teams")
  1347. local TeamsSection = Teams:NewSection("Teams")
  1348.  
  1349. TeamsSection:NewButton("Neutral", "", function()
  1350. print("Clicked")
  1351.  
  1352. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  1353. print("Ready")
  1354. end)
  1355.  
  1356. TeamsSection:NewButton("Inmate", "", function()
  1357. print("Clicked")
  1358.  
  1359. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1360. print("Ready")
  1361. end)
  1362.  
  1363. TeamsSection:NewButton("Guard (Wont Work If The Team Is Full)", "", function()
  1364. print("Clicked")
  1365.  
  1366. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  1367. print("Ready")
  1368. end)
  1369.  
  1370. TeamsSection:NewButton("Criminal", "", function()
  1371. print("Clicked")
  1372.  
  1373. local LP = game.Players.LocalPlayer
  1374. local RE = LP.Character.HumanoidRootPart.Position
  1375. LP.Character.HumanoidRootPart.CFrame = CFrame.new(-919.958, 95.327, 2138.189)
  1376. wait(0.075)
  1377. LP.Character.HumanoidRootPart.CFrame = CFrame.new(RE)
  1378.  
  1379. print("Ready")
  1380. end)
  1381.  
  1382. TeamsSection:NewButton("Criminal 2", "", function()
  1383.  
  1384. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-976.125183, 109.123924, 2059.99536)
  1385.  
  1386. wait(0.3)
  1387. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
  1388.  
  1389. print("Ready")
  1390. end)
  1391.  
  1392. TeamsSection:NewButton("Criminal 3", "", function()
  1393.  
  1394. local lastPos = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").position
  1395. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  1396. LCS.CanCollide = false
  1397. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  1398. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1399. LCS.Transparency = 1
  1400. wait(0.5)
  1401. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1402. LCS.Size = Vector3.new(6, 0.2, 6)
  1403. LCS.Transparency = 0
  1404. wait()
  1405. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(lastPos)
  1406.  
  1407. print("Ready")
  1408. end)
  1409.  
  1410.  
  1411.  
  1412. TeamsSection:NewButton("Criminal 4", "", function()
  1413. print("Clicked")
  1414.  
  1415. local CrimPad = workspace["Criminals Spawn"].SpawnLocation
  1416. CrimPad.CanCollide = false
  1417. CrimPad.Transparency = 1
  1418. CrimPad.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1419. wait()
  1420. CrimPad.CanCollide = true
  1421. CrimPad.Transparency = 0
  1422. CrimPad.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1423. local savedcf = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1424. local savedcamcf = workspace.CurrentCamera.CFrame
  1425. local CrimPad = workspace["Criminals Spawn"].SpawnLocation
  1426. CrimPad.CanCollide = false
  1427. CrimPad.Transparency = 1
  1428. CrimPad.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1429. wait()
  1430. CrimPad.CanCollide = true
  1431. CrimPad.Transparency = 0
  1432. CrimPad.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1433. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = savedcf
  1434. workspace.CurrentCamera.CFrame = savedcamcf
  1435.  
  1436. print("Ready")
  1437. end)
  1438.  
  1439.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement