Marty2000

Prison life

Apr 20th, 2024 (edited)
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.06 KB | None | 0 0
  1. local library = loadstring(game:HttpGet(('https://pastebin.com/raw/FsJak6AT')))() -- It's obfuscated, I won't let you see my ugly coding skills. =)
  2.  
  3. local w = library:CreateWindow("Prison Hub")
  4.  
  5. local b = w:CreateFolder("Prison Hub")
  6. b:Button("PRISON BREAKER",function()
  7. loadstring(game:HttpGet('https://gist.githubusercontent.com/super5gamer46/139581a2a1962ad85bf3ba99e6d730cf/raw/b1497620b7bcc4a4342366d8da0a0c05ba835d49/gistfile1.txt'))()
  8. end)
  9.  
  10. b:Button("Free Sword",function()
  11. local plr=game.Players.LocalPlayer;local tool=Instance.new("Tool",plr.Backpack)tool.GripPos=Vector3.new(0.1,-1,0)tool.Name="Sword"local k=Instance.new("Part",tool)k.Name="Handle"k.Size=Vector3.new(0.4,4,0.4)local l=Instance.new("Animation",tool)l.AnimationId="rbxassetid://218504594"local m=plr.Character.Humanoid:LoadAnimation(l)db=true;da=false;tool.Equipped:connect(function()tool.Activated:connect(function()if db==true then db=false;m:Play()wait()da=true;db=true;wait(0.1)da=false end end)end)k.Touched:connect(function(n)if da==true then local o=n.Parent.Humanoid;if o~=nil then local p=game.Players:FindFirstChild(n.Parent.Name)for j=1,10 do if p.Name~="FunnyVideo15"then game.ReplicatedStorage.meleeEvent:FireServer(p)end end end end end)
  12. end)
  13.  
  14. b:Button("BlackHole",function()
  15. local UserInputService = game:GetService("UserInputService")
  16. local Mouse = game:GetService("Players").LocalPlayer:GetMouse()
  17. local Folder = Instance.new("Folder", game:GetService("Workspace"))
  18. local Part = Instance.new("Part", Folder)
  19. local Attachment1 = Instance.new("Attachment", Part)
  20. Part.Anchored = true
  21. Part.CanCollide = false
  22. Part.Transparency = 1
  23. local Updated = Mouse.Hit + Vector3.new(0, 5, 0)
  24. local NetworkAccess = coroutine.create(function()
  25. settings().Physics.AllowSleep = false
  26. while game:GetService("RunService").RenderStepped:Wait() do
  27. for _, Players in next, game:GetService("Players"):GetPlayers() do
  28. if Players ~= game:GetService("Players").LocalPlayer then
  29. Players.MaximumSimulationRadius = 0
  30. sethiddenproperty(Players, "SimulationRadius", 0)
  31. end
  32. end
  33. game:GetService("Players").LocalPlayer.MaximumSimulationRadius = math.pow(math.huge,math.huge)
  34. setsimulationradius(math.huge)
  35. end
  36. end)
  37. coroutine.resume(NetworkAccess)
  38. local function ForcePart(v)
  39. if v:IsA("Part") and v.Anchored == false and v.Parent:FindFirstChild("Humanoid") == nil and v.Parent:FindFirstChild("Head") == nil and v.Name ~= "Handle" then
  40. Mouse.TargetFilter = v
  41. for _, x in next, v:GetChildren() do
  42. if x:IsA("BodyAngularVelocity") or x:IsA("BodyForce") or x:IsA("BodyGyro") or x:IsA("BodyPosition") or x:IsA("BodyThrust") or x:IsA("BodyVelocity") or x:IsA("RocketPropulsion") then
  43. x:Destroy()
  44. end
  45. end
  46. if v:FindFirstChild("Attachment") then
  47. v:FindFirstChild("Attachment"):Destroy()
  48. end
  49. if v:FindFirstChild("AlignPosition") then
  50. v:FindFirstChild("AlignPosition"):Destroy()
  51. end
  52. if v:FindFirstChild("Torque") then
  53. v:FindFirstChild("Torque"):Destroy()
  54. end
  55. v.CanCollide = false
  56. local Torque = Instance.new("Torque", v)
  57. Torque.Torque = Vector3.new(100000, 100000, 100000)
  58. local AlignPosition = Instance.new("AlignPosition", v)
  59. local Attachment2 = Instance.new("Attachment", v)
  60. Torque.Attachment0 = Attachment2
  61. AlignPosition.MaxForce = 9999999999999999
  62. AlignPosition.MaxVelocity = math.huge
  63. AlignPosition.Responsiveness = 200
  64. AlignPosition.Attachment0 = Attachment2
  65. AlignPosition.Attachment1 = Attachment1
  66. end
  67. end
  68. for _, v in next, game:GetService("Workspace"):GetDescendants() do
  69. ForcePart(v)
  70. end
  71. game:GetService("Workspace").DescendantAdded:Connect(function(v)
  72. ForcePart(v)
  73. end)
  74. UserInputService.InputBegan:Connect(function(Key, Chat)
  75. if Key.KeyCode == Enum.KeyCode.E and not Chat then
  76. Updated = Mouse.Hit + Vector3.new(0, 5, 0)
  77. end
  78. end)
  79. spawn(function()
  80. while game:GetService("RunService").RenderStepped:Wait() do
  81. Attachment1.WorldCFrame = Updated
  82. end
  83. end)
  84. end)
  85.  
  86. b:Button("Remove Doors",function()
  87. game.Workspace.Doors:Destroy()
  88. game.Workspace.Prison_Fences:Destroy()
  89. end)
  90.  
  91. b:Button("GOD MODE",function()
  92. loadstring(game:HttpGet('https://gist.githubusercontent.com/super5gamer46/0d8839ba2851a76497a85bc6faf56445/raw/0ef8b6fe77e9f48b067902075ecb3a85290bd40a/gistfile1.txt'))()
  93. end)
  94. b:Button("ADMIN",function()
  95. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  96. end)
  97.  
  98. b:Button("Teleport To Guns",function()
  99. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(836.713, 99.9899, 2278.67))
  100. end)
  101.  
  102. b:Button("Click to spawn cars",function()
  103. game:GetService("RunService").RenderStepped:Connect(function()
  104. game.Players.LocalPlayer.SimulationRadius = math.huge
  105. game.Players.LocalPlayer.MaximumSimulationRadius = math.huge
  106. end)
  107. game.StarterGui:SetCore("SendNotification", {Title = "Credits"; Text = "Discord - Voyager#3458 V3rmillion - Duck Guy"; Duration = 5})
  108. local Mouse = game.Players.LocalPlayer:GetMouse()
  109. Mouse.Button1Down:Connect(function(hit)
  110. for i,v in pairs(workspace.Prison_ITEMS.buttons:GetDescendants()) do
  111. if v.Name == "Car Spawner" and v.ClassName == "Part" then
  112. workspace.Remote.ItemHandler:InvokeServer(v)
  113. end
  114. end
  115. wait(.5)
  116. for i,v in pairs(workspace.CarContainer:GetChildren()) do
  117. v:MoveTo(Mouse.hit.p)
  118. v.Parent = workspace
  119. end
  120. end)
  121. end)
  122.  
  123. b:Button("Teleport To Yard",function()
  124. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(817.938, 98.1899, 2418.06))
  125. end)
  126.  
  127. b:Button("Teleport To Gate",function()
  128. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(615.811, 98.0292, 2264.33))
  129. end)
  130.  
  131. b:Button("Teleport To Outside",function()
  132. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(423.59, 92.935, 2265.6))
  133. end)
  134.  
  135. b:Button("Teleport To Prison",function()
  136. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(829.965, 99.9767, 2361.8))
  137. end)
  138.  
  139.  
  140. b:Button("Give all",function()
  141. local ohInstance1 = workspace.Prison_ITEMS.giver["M9"].ITEMPICKUP
  142.  
  143. workspace.Remote.ItemHandler:InvokeServer(ohInstance1)
  144.  
  145. local ohInstance1 = workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP
  146.  
  147. workspace.Remote.ItemHandler:InvokeServer(ohInstance1)
  148.  
  149. local ohInstance1 = workspace.Prison_ITEMS.giver["AK-47"].ITEMPICKUP
  150.  
  151. workspace.Remote.ItemHandler:InvokeServer(ohInstance1)
  152. end)
  153. b:Button("100 Speed",function()
  154. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  155. end)
  156.  
  157. b:DestroyGUI()
  158.  
  159. local b = w:CreateFolder("Tapping Gods")
  160. b:Button("AutoMegaClick",function()
  161. loadstring(game:HttpGet('https://gist.githubusercontent.com/super5gamer46/3784f8d4687b53bf249c7cdd8ade0f22/raw/55db372df2ef825ea17df603febd68a80296396b/gistfile1.txt'))()
  162. end)
  163. b:Button("AutoClick",function()
  164. loadstring(game:HttpGet('https://gist.githubusercontent.com/super5gamer46/16c013c1244a669402d03d0db992c151/raw/079e42d445eab16f9c5609ed0d1499b5551198af/gistfile1.txt'))()
  165. end)
Add Comment
Please, Sign In to add comment