Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
- local Window = Rayfield:CreateWindow({
- Name = "Bennets Doors Hubđ",
- LoadingTitle = "Doors hub with diffrent good guis",
- LoadingSubtitle = "by Ttvpro143134",
- ConfigurationSaving = {
- Enabled = false,
- FolderName = nil, -- Create a custom folder for your hub/game
- FileName = "doors hub again"
- },
- Discord = {
- Enabled = false,
- Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
- RememberJoins = true -- Set this to false to make them join the discord every time they load it up
- },
- KeySystem = false, -- Set this to true to use our key system
- KeySettings = {
- Title = "Untitled",
- Subtitle = "Key System",
- Note = "No method of obtaining the key is provided",
- FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
- SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
- GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
- Key = {"Hello"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
- }
- })
- local MainTab = Window:CreateTab("Good doors guisđȘ", nil) -- Title, Image
- local MainSection = MainTab:CreateSection("Main")
- Rayfield:Notify({
- Title = "hi you executed the script thxs",
- Content = "hope you enjoy",
- Duration = 6.5,
- Image = nil,
- Actions = { -- Notification Buttons
- Ignore = {
- Name = "Okay!",
- Callback = function()
- print("The user tapped Okay!")
- end
- },
- },
- })
- local Button = MainTab:CreateButton({
- Name = "Vynixius hub",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Doors/Script.lua"))()
- end,
- })
- local Slider = MainTab:CreateSlider({
- Name = "Walkspeed slider if theres problems",
- Range = {0, 300},
- Increment = 1,
- Suffix = "Speed",
- CurrentValue = 16,
- Flag = "Slider1", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (Value)
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "awesome script by lolcat",
- Callback = function()
- loadstring(game:HttpGet("https://lolcat.boo/awesomescript"))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "BEST ENTITY SPAWNER",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/plamen6789/UtilitiesHub/main/UtilitiesGUI'))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "BEST AUTO A1000",
- Callback = function()
- loadstring(game:HttpGet("https://scriptblox.com/raw/DOORS-Doors-Auto-A1000-Auto-Walk-Timelapse-9099"))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "useful fe admin commands",
- Callback = function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "another good gui",
- Callback = function()
- loadstring(game:HttpGetAsync("https://pastebin.com/raw/R8QMbhzv"))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "New Poopdoors",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/mstudio45/MSDOORS/7bd97c2d956a775d683c2d7973d79715b30998ea/MSDOORS/Moonsec.lua'))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "New MSDOORS",
- Callback = function()
- loadstring(game:HttpGet(("https://raw.githubusercontent.com/mstudio45/MSDOORS/main/MSHUB_Loader.lua"),true))()
- end,
- })
- local OthersTab = Window:CreateTab("other trolling and funđ", nil) -- Title, Image
- local Section = OthersTab:CreateSection("become the best troll")
- local Button = OthersTab:CreateButton({
- Name = "FE banna gun",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/1yVKg5Wm", true))()
- end,
- })
- local Button = OthersTab:CreateButton({
- Name = "FE banna gun for mobile",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/CBxBM55t", true))()
- end,
- })
- local Button = OthersTab:CreateButton({
- Name = "Buffed shears on everything",
- Callback = function()
- -- Spawner Customizations --
- _G.Luck = 100 -- The chance of shears spawning in the game
- _G.Spawns = false -- If the shears can spawn naturally in the game
- -- Tool Customizations --
- _G.Durability = 5 -- How much durability it will have until it breaks
- _G.MaxDurability = 5 -- The max durability if you enable regeneration
- _G.InfiniteUses = false -- If The Shears have infinite uses and cannot break
- _G.DurabilityTakenEachSnip = 0.25 -- How much each snip you take with the shears takes from the durability
- _G.SnipSpeed = 1.25 -- The speed of the snipping
- -- Regeneration --
- _G.Regens = true -- If the shears regenerate after being used
- _G.RegenSpeed = 1 -- How fast the shears will regenerate after being used
- _G.RegenAmount = 0.1 -- How much durability it will regenerate after the chosen amount of time
- -- Loadstring --
- loadstring(game:HttpGet("https://raw.githubusercontent.com/iimateiYT/Scripts/main/Buffed%20Shears%20On%20Everything.lua"))()
- end,
- })
- local Button = OthersTab:CreateButton({
- Name = "POV of figure on door 100",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/hViaKdbk"))()
- end,
- })
- local Button = OthersTab:CreateButton({
- Name = "POV of figure on door 50",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/yAmUcY13"))()
- end,
- })
- local Button = OthersTab:CreateButton({
- Name = "POV of seek",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/QPsfr9P4"))()
- end,
- })
- local Button = OthersTab:CreateButton({
- Name = "Magnet script",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/MagnetByNerd.lua"))()
- end,
- })
- local Button = OthersTab:CreateButton({
- Name = "Holy Grenade On EVERYTHING",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/HolyGrenadeByNerd.lua"))()
- end,
- })
- local CreditsTab = Window:CreateTab("credits to all the people", nil) -- Title, Image
- local Section = CreditsTab:CreateSection("thanks you guys")
- local Button = CreditsTab:CreateButton({
- Name = "lolcat",
- Callback = function()
- -- The function that takes place when the button is pressed
- end,
- })
- local Button = CreditsTab:CreateButton({
- Name = "_G.NeRD",
- Callback = function()
- -- The function that takes place when the button is pressed
- end,
- })
- local Button = CreditsTab:CreateButton({
- Name = "Steven/anthonial",
- Callback = function()
- -- The function that takes place when the button is pressed
- end,
- })
- local Button = CreditsTab:CreateButton({
- Name = "@KiwiB.",
- Callback = function()
- -- The function that takes place when the button is pressed
- end,
- })
- local Button = CreditsTab:CreateButton({
- Name = "1_10",
- Callback = function()
- -- The function that takes place when the button is pressed
- end,
- })
- local Button = CreditsTab:CreateButton({
- Name = "RegularVynixu",
- Callback = function()
- -- The function that takes place when the button is pressed
- end,
- })
- local Button = CreditsTab:CreateButton({
- Name = "Edge,Zwolf,Moon,Toon",
- Callback = function()
- -- The function that takes place when the button is pressed
- end,
- })
- local StuffithinkididwrongTab = Window:CreateTab("sorry", 4483362458) -- Title, Image
- local Button = StuffithinkididwrongTab:CreateButton({
- Name = "i proably didnt give all credits dm me if i did @boyifudontgetyo112",
- Callback = function()
- -- The function that takes place when the button is pressed
- end,
- })
- local Button = OthersTab:CreateButton({
- Name = "doors devs troll mode",
- Callback = function()
- firesignal(game:GetService("ReplicatedStorage").EntityInfo.Caption.OnClientEvent, 'Dev Troll started',true,2)
- wait(1)
- firesignal(game:GetService("ReplicatedStorage").EntityInfo.Caption.OnClientEvent, 'Credits to Depth for Making Dev Troll Doors',true,1)
- -- Custom Door Sounds
- loadstring(game:HttpGet("https://pastebin.com/raw/iAhTGdBh"))()
- loadstring(game:HttpGet("https://pastebin.com/raw/6brG9uma"))()
- game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
- -- trollface
- coroutine.wrap(function()
- while true do
- wait(math.random(20,550))
- game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
- if workspace:FindFirstChild("SeekMoving") == nil and game:GetService("ReplicatedStorage").GameData.LatestRoom.Value ~= 50 then
- wait(1.5)
- loadstring(game:HttpGet("https://pastebin.com/raw/bNV4Dz18"))()
- end
- end
- end)()
- -- trollface
- coroutine.wrap(function()
- while true do
- wait(math.random(55,250))
- game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
- wait(0.5)
- if workspace:FindFirstChild("SeekMoving") == nil and game:GetService("ReplicatedStorage").GameData.LatestRoom.Value ~= 50 then
- loadstring(game:HttpGet("https://pastebin.com/raw/bNV4Dz18"))()
- end
- end
- end)()
- -- Matcher Mimic
- coroutine.wrap(function()
- while true do
- wait(math.random(105,250))
- game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
- workspace.Mimic.MatchMimic1:Destroy()
- workspace.Mimic.roast:Destroy()
- wait(0.35)
- if workspace:FindFirstChild("Matcher") == nil and workspace:FindFirstChild("RushMoving") == nil and workspace:FindFirstChild("Bound") == nil and workspace:FindFirstChild("AmbushMoving") == nil and game:GetService("ReplicatedStorage").GameData.LatestRoom.Value ~= 50 then
- loadstring(game:HttpGet("https://raw.githubusercontent.com/check78/Entities/main/MatchMimic.txt"))()
- end
- end
- end)()
- -- Rebound Mimic
- coroutine.wrap(function()
- while true do
- wait(math.random(155,650))
- game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
- workspace.Mimic.BoundMimic1:Destroy()
- wait(1.55)
- if workspace:FindFirstChild("Matcher") == nil and workspace:FindFirstChild("RushMoving") == nil and workspace:FindFirstChild("Bound") == nil and workspace:FindFirstChild("AmbushMoving") == nil and game:GetService("ReplicatedStorage").GameData.LatestRoom.Value ~= 50 then
- loadstring(game:HttpGet("https://raw.githubusercontent.com/check78/Entities/main/BoundMimic.txt"))()
- end
- end
- end)()
- -- Trollface
- coroutine.wrap(function()
- while true do
- wait(math.random(30,150))
- game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
- wait(0.3)
- if workspace:FindFirstChild("SeekMoving") == nil and game:GetService("ReplicatedStorage").GameData.LatestRoom.Value ~= 50 then
- loadstring(game:HttpGet("https://pastebin.com/raw/bNV4Dz18"))()
- end
- end
- end)()
- -- Ambush
- coroutine.wrap(function()
- while true do
- wait(math.random(100,750))
- game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
- if workspace:FindFirstChild("SeekMoving") == nil and game:GetService("ReplicatedStorage").GameData.LatestRoom.Value ~= 50 then
- loadstring(game:HttpGet("https://pastebin.com/raw/5uvkrcyw"))()
- end
- end
- end)()
- -- Rush
- coroutine.wrap(function()
- while true do
- wait(math.random(5,3500))
- game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
- loadstring(game:HttpGet("https://pastebin.com/raw/8Lqvce9u"))()
- end
- end)()
- -- Crucifix
- coroutine.wrap(function()
- while true do
- wait(math.random(160,860))
- game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
- if workspace:FindFirstChild("SeekMoving") == nil and game:GetService("ReplicatedStorage").GameData.LatestRoom.Value ~= 50 then
- loadstring(game:HttpGet('https://raw.githubusercontent.com/DeividComSono/Scripts/main/Crucifix.lua'))()
- end
- end
- end)()
- -- shocker
- coroutine.wrap(function()
- while true do
- wait(math.random(60,250))
- game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
- if workspace:FindFirstChild("SeekMoving") == nil and game:GetService("ReplicatedStorage").GameData.LatestRoom.Value ~= 50 then
- local gotshocker = false
- spawn(function()
- while wait(math.random(6,100)) do
- local killed = false
- local ReSt = game:GetService("ReplicatedStorage")
- local Plr = game.Players.LocalPlayer
- local val = 80
- local events = require(game.ReplicatedStorage.ClientModules.Module_Events)
- local cameraShaker = require(game.ReplicatedStorage.CameraShaker)
- local camera = workspace.CurrentCamera
- local camShake = cameraShaker.new(Enum.RenderPriority.Camera.Value, function(cf)
- camera.CFrame = camera.CFrame * cf
- end)
- camShake:Start()
- function GetTime(Distance, Speed)
- -- Time = Distance / Speed
- local Time = Distance / Speed
- return Time
- end
- function GetGitSound(GithubSnd,SoundName)
- local url=GithubSnd
- if not isfile(SoundName..".mp3") then
- writefile(SoundName..".mp3", game:HttpGet(url))
- end
- local sound=Instance.new("Sound")
- sound.SoundId=(getcustomasset or getsynasset)(SoundName..".mp3")
- return sound
- end
- function GetGitModel(ModelUrl,ModelName)
- if not isfile(ModelName..".txt") then writefile(ModelName..".txt", game:HttpGet(ModelUrl)) end
- local a=game:GetObjects((getcustomasset or getsynasset)(ModelName..".txt"))[1]
- a.Name=ModelName
- return a
- end
- local Model = game:GetObjects("rbxassetid://11547803978")[1] ---11547601187
- Model.Parent = workspace
- local Shocker = Model:FindFirstChildWhichIsA("BasePart")
- function IsScreen()
- local isOnScreen = select(2, camera:WorldToViewportPoint(Shocker.Position));
- if isOnScreen then
- return true
- end
- end
- local dead = false
- local offset = Vector3.new(0,0,-math.random(5,20))
- Shocker.CFrame = Plr.Character.HumanoidRootPart.CFrame*CFrame.new(offset)
- Shocker.PlaySound:Play()
- spawn(function()
- wait(2)
- if IsScreen() then
- dead = true
- end
- end)
- repeat wait() until dead == true or not IsScreen()
- if dead == true then
- spawn(function()
- while dead do wait()
- if Plr.Character:FindFirstChildWhichIsA("Humanoid") then
- Plr.Character:FindFirstChildWhichIsA("Humanoid").WalkSpeed = 0
- end
- end
- end)
- Shocker["HORROR SCREAM 15"]:Play()
- game.TweenService:Create(Shocker,TweenInfo.new(0.4,Enum.EasingStyle.Circular,Enum.EasingDirection.In),{CFrame = Plr.Character.HumanoidRootPart.CFrame}):Play()
- wait(0.4)
- Plr.Character:FindFirstChildWhichIsA("Humanoid"):TakeDamage(30)
- camShake:Shake(cameraShaker.Presets.Explosion)
- ReSt.GameStats["Player_".. Plr.Name].Total.DeathCause.Value = "Shocker"
- firesignal(game.ReplicatedStorage.Bricks.DeathHint.OnClientEvent, {"You died to who you call Shocker..","Dont look at it or it stuns you!"})
- game.TweenService:Create(Shocker,TweenInfo.new(0.4,Enum.EasingStyle.Circular,Enum.EasingDirection.In),{CFrame = Shocker.CFrame + Vector3.new(0,-10,0)}):Play()
- game.TweenService:Create(Shocker.PlaySound,TweenInfo.new(1,Enum.EasingStyle.Circular,Enum.EasingDirection.In),{Volume = 0}):Play()
- wait(1)
- Shocker:Destroy()
- wait(2)
- dead = false
- end
- if dead == false then
- if gotshocker == false then gotshocker = true
- getgenv().Title = "Shocking Experience" --Title Here
- getgenv().Description = "Look at me." --Description Here
- getgenv().Reason = "Encounter Shocker." --Reason Here
- getgenv().BadgeId = 2129271052 --Replace Number with Your Badge ID
- getgenv().Category = 10 --You can replace the Category or dont
- local Unlock = require(game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Lobby.RemoteListener.Modules.AchievementUnlock)
- local Achievements = debug.getupvalue(Unlock, 1)
- for i,v in pairs(require(game:GetService("ReplicatedStorage").Achievements)) do
- v.Title = getgenv().Title
- v.Desc = getgenv().Description
- v.Reason = getgenv().Reason
- v.BadgeId = getgenv().BadgeId
- v.Category = getgenv().Category
- end
- spawn(function()
- Unlock(nil,"Join")
- end)
- end
- game.TweenService:Create(Shocker,TweenInfo.new(0.4,Enum.EasingStyle.Circular,Enum.EasingDirection.In),{CFrame = Shocker.CFrame + Vector3.new(0,-20,0)}):Play()
- game.TweenService:Create(Shocker.PlaySound,TweenInfo.new(1,Enum.EasingStyle.Circular,Enum.EasingDirection.In),{Volume = 0}):Play()
- wait(1)
- Shocker:Destroy()
- end
- end
- end)
- local CanSpawn = {
- [1] = true,
- [2] = false,
- [3] = true,
- [4] = true,
- [5] = false,
- [6] = true,
- }
- end
- end
- end)()
- -- No Overseer in Lever Room
- workspace.CurrentRooms[game.ReplicatedStorage.GameData.LatestRoom.Value].Assets.ChildAdded:Connect(function(eye)
- if eye.Name == "LeverForGate" then
- wait(0.6)
- workspace.Overseer:Destroy()
- else
- end
- end)
- -- No Overseer in Seek Chase
- workspace.ChildAdded:Connect(function(seek)
- if seek.Name == "SeekMoving" then
- wait(0.6)
- workspace.Overseer:Destroy()
- else
- end
- end)
- -- No Overseer and Normal Eyes Combo
- workspace.ChildAdded:Connect(function(seek)
- if seek.Name == "Eyes" then
- wait(0.6)
- workspace.Overseer:Destroy()
- else
- end
- end)
- local roast = Instance.new("Sound")
- roast.Parent = workspace
- roast.Name = "Omg"
- roast.SoundId = "rbxassetid://4835664238"
- roast.Volume = 1
- roast.Pitch = 1
- roast.TimePosition = 0.2
- roast:Play()
- local a = game.Players.LocalPlayer.PlayerGui.MainUI
- a.Dialogue.TextScaled = false
- a.Dialogue.TextWrapped = false
- a.Dialogue.Visible = true
- a.Dialogue.TextColor3 = Color3.fromRGB(213, 247, 210)
- a.Dialogue.TextTransparency = 1
- a.Dialogue.Glow.Visible = true
- a.Dialogue.Glow.ImageColor3 = Color3.fromRGB(30, 170, 144)
- a.Dialogue.Glow.ImageTransparency = 1
- a.Dialogue.Text = "Credits to Depth"
- a.Dialogue.TextSize = 100
- a.Dialogue.Glow.Size = UDim2.new(2, 0, 2, 0)
- game.TweenService:Create(a.Dialogue,TweenInfo.new(0.7),{TextTransparency = 0}):Play()
- game.TweenService:Create(a.Dialogue.Glow,TweenInfo.new(0.7),{ImageTransparency = 0}):Play()
- wait(1.5)
- game.TweenService:Create(a.Dialogue,TweenInfo.new(0.7),{TextTransparency = 1}):Play()
- game.TweenService:Create(a.Dialogue.Glow,TweenInfo.new(0.7),{ImageTransparency = 1}):Play()
- wait(0.5)
- game.TweenService:Create(a.Dialogue,TweenInfo.new(0.7),{TextTransparency = 0}):Play()
- game.TweenService:Create(a.Dialogue.Glow,TweenInfo.new(0.7),{ImageTransparency = 0}):Play()
- a.Dialogue.Text = "idk,"
- wait(1.5)
- game.TweenService:Create(a.Dialogue,TweenInfo.new(0.7),{TextTransparency = 1}):Play()
- game.TweenService:Create(a.Dialogue.Glow,TweenInfo.new(0.7),{ImageTransparency = 1}):Play()
- wait(0.5)
- game.TweenService:Create(a.Dialogue,TweenInfo.new(0.7),{TextTransparency = 0}):Play()
- game.TweenService:Create(a.Dialogue.Glow,TweenInfo.new(0.7),{ImageTransparency = 0}):Play()
- a.Dialogue.Text = "[Dev Troll mode]"
- wait(1.5)
- game.TweenService:Create(a.Dialogue,TweenInfo.new(0.7),{TextTransparency = 1}):Play()
- game.TweenService:Create(a.Dialogue.Glow,TweenInfo.new(0.7),{ImageTransparency = 1}):Play()
- local Sounds = Instance.new("Folder")
- Sounds.Name = "Mimic"
- Sounds.Parent = workspace
- end,
- })
- local Button = OthersTab:CreateButton({
- Name = "fake korblox and headless",
- Callback = function()
- local lp = game:GetService "Players".LocalPlayer
- if lp.Character:FindFirstChild "Head" then
- local char = lp.Character
- char.Archivable = true
- local new = char:Clone()
- new.Parent = workspace
- lp.Character = new
- wait(2)
- local oldhum = char:FindFirstChildWhichIsA "Humanoid"
- local newhum = oldhum:Clone()
- newhum.Parent = char
- newhum.RequiresNeck = false
- oldhum.Parent = nil
- wait(2)
- lp.Character = char
- new:Destroy()
- wait(1)
- newhum:GetPropertyChangedSignal("Health"):Connect(
- function()
- if newhum.Health <= 0 then
- oldhum.Parent = lp.Character
- wait(1)
- oldhum:Destroy()
- end
- end)
- workspace.CurrentCamera.CameraSubject = char
- if char:FindFirstChild "Animate" then
- char.Animate.Disabled = true
- wait(.1)
- char.Animate.Disabled = false
- end
- lp.Character:FindFirstChild "Head":Destroy()
- end
- end,
- })
- local Button = OthersTab:CreateButton({
- Name = "pc only test if your executer is working",
- Callback = function()
- print("Hello, World!")
- end,
- })
- local Button = OthersTab:CreateButton({
- Name = "kill yourself script",
- Callback = function()
- game.Players.LocalPlayer.Character.Humanoid.Health = 0
- end,
- })
- local Button = OthersTab:CreateButton({
- Name = "doors anticheat bypass",
- Callback = function()
- if game.PlaceId == 6839171747 then
- task.defer(function()
- while wait() do
- pcall(function()
- workspace.CurrentRooms["0"].StarterElevator.DoorHitbox:Destroy()
- end)
- end
- end)
- game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Game.RemoteListener.Disabled = true
- end
- end,
- })
Advertisement
Add Comment
Please, Sign In to add comment