Adam_Pastebin

Bennet's Doors Hub 2.0

Aug 5th, 2023
869
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.97 KB | Gaming | 2 1
  1. -- Bennets Doors Hub 2.0
  2.  
  3. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  4.  
  5. local Window = OrionLib:MakeWindow({Name = "Bennets Doors Hub 2.0", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  6.                                                  
  7.  
  8. local MainTab = Window:MakeTab({
  9.     Name = "Main guis",
  10.     Icon = "rbxassetid://4483345998",
  11.     PremiumOnly = false
  12. })
  13.  
  14. local Section = MainTab:AddSection({
  15.     Name = "Enjoy👌"
  16. })
  17.  
  18. MainTab:AddSlider({
  19.     Name = "WalkSpeed Slider",
  20.     Min = 16,
  21.     Max = 50,
  22.     Default = 5,
  23.     Color = Color3.fromRGB(255,255,255),
  24.     Increment = 1,
  25.     ValueName = "WS",
  26.     Callback = function(Value)
  27.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
  28.     end    
  29. })
  30.  
  31. MainTab:AddButton({
  32.     Name = "MSDOORS 2.4",
  33.     Callback = function()
  34.         loadstring(game:HttpGet('https://raw.githubusercontent.com/mstudio45/MSDOORS/7bd97c2d956a775d683c2d7973d79715b30998ea/MSDOORS/Moonsec.lua'))()
  35.     end    
  36. })
  37.  
  38. MainTab:AddButton({
  39.     Name = "MSDOORS NEW",
  40.     Callback = function()
  41.         loadstring(game:HttpGet(("https://raw.githubusercontent.com/mstudio45/MSDOORS/main/MSHUB_Loader.lua"),true))()          
  42.     end    
  43. })
  44.  
  45. MainTab:AddButton({
  46.     Name = "King Hub",
  47.     Callback = function()
  48.         loadstring(game:HttpGetAsync("https://pastebin.com/raw/R8QMbhzv"))()
  49.     end    
  50. })
  51.  
  52. MainTab:AddButton({
  53.     Name = "awesome script by lolcat",
  54.     Callback = function()
  55.         loadstring(game:HttpGet("https://lolcat.boo/awesomescript"))()
  56.     end    
  57. })
  58.  
  59. MainTab:AddButton({
  60.     Name = "Vynixius",
  61.     Callback = function()
  62.         loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Doors/Script.lua"))()
  63.     end    
  64. })
  65.  
  66. MainTab:AddButton({
  67.     Name = "awesome script for mobile",
  68.     Callback = function()
  69.         loadstring(game:HttpGet('https://raw.githubusercontent.com/yieviro92creepy/Ak/main/Z'))()
  70.     end    
  71. })
  72.  
  73. MainTab:AddButton({
  74.     Name = "poopdoors",
  75.     Callback = function()
  76.         loadstring(game:HttpGet('https://raw.githubusercontent.com/zoophiliaphobic/POOPDOORS/main/script.lua'))()
  77.     end    
  78. })
  79.  
  80. local OtherTab = Window:MakeTab({
  81.     Name = "Other scripts",
  82.     Icon = "rbxassetid://4483345998",
  83.     PremiumOnly = false
  84. })
  85.  
  86. local Section = OtherTab:AddSection({
  87.     Name = "Other cool scripts"
  88. })
  89.  
  90. OtherTab:AddButton({
  91.     Name = "Fe Tornado Script",
  92.     Callback = function()
  93.         _G.spinSpeed = 500
  94.  
  95.         local plr = game.Players.LocalPlayer
  96.         local char = plr.Character or plr.CharacterAppearanceLoaded:Wait()
  97.         local hrp = char:FindFirstChild("HumanoidRootPart") or char:FindFirstChild("Collision") or char:FindFirstChildOfClass("BasePart")
  98.         local spinningAttachments = {}
  99.         local mainAttachment = Instance.new("Attachment",hrp)
  100.         mainAttachment.Name = "MainAttachment"
  101.         for i=1, 10 do
  102.             local spinningAttachment = Instance.new("Attachment",mainAttachment)
  103.             spinningAttachments[#spinningAttachments+1] = spinningAttachment
  104.             spinningAttachment.Position = Vector3.new(0,-2,0)
  105.             spinningAttachment:SetAttribute("i",i)
  106.         end
  107.         for _,spinningAttachment in pairs(spinningAttachments) do
  108.             local i = spinningAttachment:GetAttribute("i")
  109.             coroutine.wrap(function()
  110.                 local rot = 0
  111.                 while true do
  112.                     spinningAttachment.Orientation = Vector3.new(0,rot,0)
  113.                     rot += (tonumber(_G.spinSpeed) ~= nil and tonumber(_G.spinSpeed) or 1)*(5/i)
  114.                     if rot == 360 or rot >= 360 then
  115.                         rot = 0
  116.                     end
  117.                     task.wait(0)
  118.                 end
  119.                 spinningAttachment:Destroy()
  120.             end)()
  121.         end
  122.         function isnumber(a)
  123.             a = tostring(a)
  124.             return tonumber(a) ~= nil or a == "inf" or a == "-inf" or a == "nan"
  125.         end
  126.         function rs(times)
  127.             local times = times or 1
  128.             if times == 0 or times <= 0 then
  129.                 times = 1
  130.             end
  131.             times = (times-1)*game["Run Service"].RenderStepped:Wait()
  132.             if math.floor(times) == 0 then
  133.                 times = 1
  134.             end
  135.             for i=1,times do
  136.                 game["Run Service"].RenderStepped:Wait()
  137.             end
  138.         end
  139.         function tornadoo(d)
  140.             if not d or not d:IsA("BasePart") then return end
  141.             d.Massless = true
  142.             d.CanTouch = false
  143.             coroutine.wrap(function()
  144.                 if d and d:IsDescendantOf(workspace) then
  145.                     local spinAttachment = Instance.new("Attachment",spinningAttachments[math.random(1,#spinningAttachments)])
  146.                     spinAttachment.Position = Vector3.new(math.random(1,2) == 1 and 5 or -5,math.random(0,100)/10,math.random(1,2) == 1 and 5 or -5)
  147.                     spinAttachment.Position -= Vector3.new(0,0,spinAttachment.Position.Y*2)
  148.                     local holderAttachment = Instance.new("Attachment",d)
  149.                     holderAttachment.Orientation = Vector3.new(math.random(-179,179),math.random(-179,179),math.random(-179,179))
  150.                     local aP = Instance.new("AlignPosition",d)
  151.                     aP.Attachment1 = spinAttachment
  152.                     aP.Attachment0 = holderAttachment
  153.                     aP.MaxForce = 50
  154.                     aP.Responsiveness = 50
  155.                     aP.ApplyAtCenterOfMass = true
  156.                     local aO = Instance.new("AlignOrientation",d)
  157.                     aO.Attachment1 = aP.Attachment1
  158.                     aO.Attachment0 = aP.Attachment0
  159.                     local rotVector = Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  160.                     coroutine.wrap(function()
  161.                         repeat
  162.                             rotVector += Vector3.new(math.random(-100,100)/5000,math.random(-100,100)/5000,math.random(-100,100)/5000)
  163.                             holderAttachment.Orientation -= rotVector
  164.                             rs(1)
  165.                         until not d or not d:IsDescendantOf(workspace)
  166.                         rs(1)
  167.                         spinAttachment:Destroy()
  168.                         if d then
  169.                             aP:Destroy()
  170.                             aO:Destroy()
  171.                         end
  172.                     end)()
  173.                 end
  174.             end)()
  175.         end
  176.         function descendant(d)
  177.             coroutine.wrap(function()
  178.                 if d then
  179.                     if d:IsA("BasePart") then
  180.                         rs(5)
  181.                         if d.Name == "Door" and d.Parent.Name == "DoorSet" then
  182.                             rs(1)
  183.                             tornadoo(d)
  184.                         end
  185.                         if d.Name == "Door" and d.Parent.Name == "DoorNormal" then
  186.                             rs(1)
  187.                             tornadoo(d)
  188.                         end
  189.                         if d.Name == "BananaPeel" then
  190.                             rs(1)
  191.                             tornadoo(d)
  192.                         end
  193.                     end
  194.                     if d:IsA("Folder") then
  195.                         rs(5)
  196.                         if d.Name == "FigureSetup" then
  197.                             for i,v in pairs(d:GetDescendants()) do
  198.                                 tornadoo(d)
  199.                             end
  200.                         end
  201.                     end
  202.                     if d:IsA("Model") and not d:IsA("Tool") then
  203.                         if d.Name == "JeffTheKiller" or d.Name == "Jeff the killer" then
  204.                             rs(1)
  205.                             for i,v in pairs(d:GetDescendants()) do
  206.                                 tornadoo(d)
  207.                             end
  208.                         end
  209.                         if d.Name == "DrawerContainer" then
  210.                             rs(1)
  211.                             tornadoo(d:WaitForChild("Main"))
  212.                         end
  213.                         if d.Name == "Door" and isnumber(d.Parent.Name) then
  214.                             rs(1)
  215.                             tornadoo(d:WaitForChild("Door"))
  216.                         end
  217.                     end
  218.                     if d:IsA("PrismaticConstraint") or d:IsA("HingeConstraint") then
  219.                         rs(1)
  220.                         d:Destroy()
  221.                     end
  222.                 end
  223.             end)()
  224.         end
  225.         for i,v in pairs(workspace:GetDescendants()) do
  226.             descendant(v)
  227.         end
  228.         workspace.DescendantAdded:Connect(descendant)
  229.         print("Success!")
  230.         game["Run Service"].RenderStepped:Connect(function()
  231.             mainAttachment.WorldOrientation = Vector3.new()
  232.         end)
  233.     end    
  234. })
  235.  
  236.  
  237. OtherTab:AddButton({
  238.     Name = "Remove Door 50 NOT FE",
  239.     Callback = function()
  240.         game:GetService("Workspace").CurrentRooms:FindFirstChild("50").Door.Door:remove()
  241.     end    
  242. })
  243.  
  244. OtherTab:AddButton({
  245.     Name = "Shears on everything",
  246.     Callback = function()
  247.         loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/shears_done.lua"))()
  248.     end    
  249. })
  250.  
  251.  
  252. OtherTab:AddButton({
  253.     Name = "Sally/Window on ever door",
  254.     Callback = function()
  255.         loadstring(game:HttpGet("https://raw.githubusercontent.com/therealderkleinetiger/Doors-Public/main/Sally%20on%20every%20Window.lua"))()
  256.     end    
  257. })
  258.  
  259. OtherTab:AddButton({
  260.     Name = "Tablet In Shop",
  261.     Callback = function()
  262.         _G.UpdateStars = false -- stars disappear after picking up a book/breaker pole | false: a little lag
  263. _G.OnShop = true -- can buy on pre run shop
  264. _G.Price = 1 -- tablet price on shop
  265. _G.Description = "FREE IPAD" -- tablet description on shop
  266.  
  267. loadstring(game:HttpGet('https://raw.githubusercontent.com/DeividComSono/Scripts/main/Scanner.lua'))()
  268.     end    
  269. })
  270.  
  271. OtherTab:AddButton({
  272.     Name = "Noclip",
  273.     Callback = function()
  274.         local Noclip = nil
  275. local Clip = nil
  276.  
  277. function noclip()
  278.     Clip = false
  279.     local function Nocl()
  280.         if Clip == false and game.Players.LocalPlayer.Character ~= nil then
  281.             for _,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  282.                 if v:IsA('BasePart') and v.CanCollide and v.Name ~= floatName then
  283.                     v.CanCollide = false
  284.                 end
  285.             end
  286.         end
  287.         wait(0.21) -- basic optimization
  288.     end
  289.     Noclip = game:GetService('RunService').Stepped:Connect(Nocl)
  290. end
  291.  
  292. function clip()
  293.     if Noclip then Noclip:Disconnect() end
  294.     Clip = true
  295. end
  296.  
  297. noclip() -- to toggle noclip() and clip()
  298.     end    
  299. })
  300.  
  301. OtherTab:AddButton({
  302.     Name = "Auto Change Badges",
  303.     Callback = function()
  304.         local list = require(game:GetService("ReplicatedStorage").Achievements)
  305. while task.wait() do
  306.     for i,v in pairs(list) do
  307.         game:GetService("ReplicatedStorage").EntityInfo.FlexAchievement:FireServer(i)
  308.     end
  309. end
  310.     end    
  311. })
  312.  
  313. OtherTab:AddButton({
  314.     Name = "Noclip + Bypasser",
  315.     Callback = function()
  316.         -- Made by Deivid#5444
  317.  
  318. _G.Keybind = "R"
  319. _G.ClipGui = true
  320. _G.IncludeNoclip = true
  321.  
  322. local isEnabled = false
  323.  
  324. local UIS = game:GetService("UserInputService")
  325.  
  326. local Plr = game.Players.LocalPlayer
  327. local Char = Plr.Character or Plr.CharacterAdded:Wait()
  328.  
  329. local ScreenGui = Instance.new("ScreenGui")
  330. ScreenGui.Parent = game.CoreGui
  331. ScreenGui.Enabled = _G.ClipGui or false
  332.  
  333. local TextLabel = Instance.new("TextLabel")
  334. TextLabel.Parent = ScreenGui
  335.  
  336. TextLabel.AnchorPoint = Vector2.new(1, 0)
  337. TextLabel.Position = UDim2.new(1, -5, 0, 0)
  338. TextLabel.Text = "Noclip + Bypasser: Off"
  339. TextLabel.Size = UDim2.new(0,200,0,75)
  340. TextLabel.TextScaled = true
  341. TextLabel.TextStrokeColor3 = Color3.new(1,1,1)
  342. TextLabel.TextStrokeTransparency = 0
  343. TextLabel.BackgroundTransparency = 1
  344.  
  345. function getValue()
  346.     local value
  347.     if isEnabled then
  348.         value = "On"
  349.     else
  350.         value = "Off"
  351.     end
  352.     return value
  353. end
  354.  
  355. UIS.InputBegan:Connect(function(input, gp)
  356.     if gp then return end
  357.  
  358.     if input.KeyCode == Enum.KeyCode[_G.Keybind] then
  359.         isEnabled = not isEnabled
  360.         task.wait()
  361.         TextLabel.Text = "Noclip + Bypasser: " .. getValue()
  362.     end
  363. end)
  364.  
  365. game:GetService("RunService").RenderStepped:Connect(function()
  366.     if not Char:FindFirstChild("HumanoidRootPart") then return end
  367.     if _G.IncludeNoclip then
  368.         Char.HumanoidRootPart.CanCollide = not isEnabled
  369.         Char.Collision.CanCollide = not isEnabled
  370.     end
  371.  
  372.     local HrpCFrame = Char.HumanoidRootPart.CFrame
  373.  
  374.     local ray = Ray.new(HrpCFrame.Position, HrpCFrame.LookVector * 0.5)
  375.     local part = workspace:FindPartOnRay(ray)
  376.     if part and part.CanCollide == true and isEnabled then
  377.         Char.HumanoidRootPart.Anchored = true
  378.         Char:PivotTo(Char.HumanoidRootPart.CFrame * CFrame.new(0, 1000, 0))
  379.         task.wait()
  380.         Char:PivotTo(Char.HumanoidRootPart.CFrame * CFrame.new(0, 0, -4))
  381.         task.wait()
  382.         Char:PivotTo(Char.HumanoidRootPart.CFrame * CFrame.new(0, -1000, 0))
  383.         task.wait(0.1)
  384.         Char.HumanoidRootPart.Anchored = false
  385.     end
  386. end)
  387.     end    
  388. })
  389.  
  390.  
  391. OtherTab:AddButton({
  392.     Name = "Mincraft debug scripts",
  393.     Callback = function()
  394.         loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Debug%20Stick"))()
  395.     end    
  396. })
  397.  
  398.  
  399. OtherTab:AddButton({
  400.     Name = "MCDonalds on Door 0 Script",
  401.     Callback = function()
  402.         loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/MCDonalds"))()
  403.     end    
  404. })
  405.  
  406. OtherTab:AddButton({
  407.     Name = "Gummy Flashlight On Door 0 Script",
  408.     Callback = function()
  409.         loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Gummy%20Flashlight.lua"))()
  410.     end    
  411. })
  412.  
  413. OtherTab:AddButton({
  414.     Name = "Gummy Flashlight On Door 0 Script",
  415.     Callback = function()
  416.         loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Gummy%20Flashlight.lua"))()
  417.     end    
  418. })
Advertisement
Add Comment
Please, Sign In to add comment