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 = "Chipmaster2013's Doors Hub",
- LoadingTitle = "Doors hub with good",
- LoadingSubtitle = "by Chipmaster2013",
- ConfigurationSaving = {
- Enabled = true,
- FolderName = nil, -- Create a custom folder for your hub/game
- FileName = "doors hub"
- },
- 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("Amazing doors scripts🚪", 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😂 and mobile script", 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()
- print ("lolcat")
- end,
- })
- local Button = CreditsTab:CreateButton({
- Name = "_G.NeRD",
- Callback = function()
- print ("_G.NeRD")
- end,
- })
- local Button = CreditsTab:CreateButton({
- Name = "Steven/anthonial",
- Callback = function()
- print ("Steven/anthonial")
- end,
- })
- local Button = CreditsTab:CreateButton({
- Name = "@KiwiB.",
- Callback = function()
- print ("@KiwiB.")
- end,
- })
- local Button = CreditsTab:CreateButton({
- Name = "1 F0",
- Callback = function()
- print ("1 F0")
- end,
- })
- local Button = CreditsTab:CreateButton({
- Name = "RegularVynixu",
- Callback = function()
- print ("RegularVynixu")
- end,
- })
- local Button = CreditsTab:CreateButton({
- Name = "Edge,Zwolf,Moon,Toon",
- Callback = function()
- print ("Edge,Zwolf,Moon,Toon")
- end,
- })
- local Button = CreditsTab:CreateButton({
- Name = "mstudio45",
- Callback = function()
- print ("mstudio45")
- end,
- })
- local Button = CreditsTab:CreateButton({
- Name = "luk3",
- Callback = function()
- print ("luk3")
- end,
- })
- local Button = CreditsTab:CreateButton({
- Name = "Master Oogway",
- Callback = function()
- print ("Master Oogway")
- end,
- })
- local Button = CreditsTab:CreateButton({
- Name = "yieviro92",
- Callback = function()
- print ("yieviro92")
- 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,
- })
- local Button = OthersTab:CreateButton({
- Name = "Auto Change Badges",
- Callback = function()
- local list = require(game:GetService("ReplicatedStorage").Achievements) while task.wait() do for i,v in pairs(list) do game:GetService("ReplicatedStorage").EntityInfo.FlexAchievement:FireServer(i) end end
- end,
- })
- local Button = OthersTab:CreateButton({
- Name = "mobile keyboard script",
- Callback = function()
- end, loadstring(game:HttpGet(('https://raw.githubusercontent.com/manimcool21/Keyboard-FE/main/Protected%20(3).lua'),true))()
- })
- local Button = OthersTab:CreateButton({
- Name = "Sally/Window on every door",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/therealderkleinetiger/Doors-Public/main/Sally%20on%20every%20Window.lua"))()
- end,
- })
- local MobilescriptsTab = Window:CreateTab("most likey wont work for pc", nil) -- Title, Image
- local MobilescriptsSection = MobilescriptsTab:CreateSection("enjoy mobile hackers😉")
- local Button = MobilescriptsTab:CreateButton({
- Name = "reset Character",
- Callback = function()
- game.Players.LocalPlayer.Character.Humanoid.Health = 0
- end,
- })
- local Button = MobilescriptsTab:CreateButton({
- Name = "auto change badges",
- Callback = function()
- local list = require(game:GetService("ReplicatedStorage").Achievements) while task.wait() do for i,v in pairs(list) do game:GetService("ReplicatedStorage").EntityInfo.FlexAchievement:FireServer(i) end end
- end,
- })
- local Button = MobilescriptsTab:CreateButton({
- Name = "mobile keyboard",
- Callback = function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/manimcool21/Keyboard-FE/main/Protected%20(3).lua'),true))()
- end,
- })
- local Button = MobilescriptsTab:CreateButton({
- Name = "sally/window on every door",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/therealderkleinetiger/Doors-Public/main/Sally%20on%20every%20Window.lua"))()
- end,
- })
- local Button = MobilescriptsTab:CreateButton({
- Name = "holy hand grenade on everything",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/HolyGrenadeByNerd.lua"))()
- end,
- })
- local Button = MobilescriptsTab: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, })
- end,
- })
- local Button = MobilescriptsTab:CreateButton({
- Name = "banana gun for mobile",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/CBxBM55t", true))()
- end,
- })
- local Button = MobilescriptsTab:CreateButton({
- Name = "new msdoors",
- Callback = function()
- loadstring(game:HttpGet(("https://raw.githubusercontent.com/mstudio45/MSDOORS/main/MSHUB_Loader.lua"),true))()
- end,
- })
- local Button = MobilescriptsTab:CreateButton({
- Name = "new poopdoors",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/mstudio45/MSDOORS/7bd97c2d956a775d683c2d7973d79715b30998ea/MSDOORS/Moonsec.lua'))()
- end,
- })
- local Button = MobilescriptsTab:CreateButton({
- Name = "king hub",
- Callback = function()
- loadstring(game:HttpGetAsync("https://pastebin.com/raw/R8QMbhzv"))()
- end,
- })
- local Button = MobilescriptsTab:CreateButton({
- Name = "infinte yield",
- Callback = function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
- end,
- })
- local Button = MobilescriptsTab:CreateButton({
- Name = "auto a1000",
- Callback = function()
- loadstring(game:HttpGet("https://scriptblox.com/raw/DOORS-Doors-Auto-A1000-Auto-Walk-Timelapse-9099"))()
- end,
- })
- local Button = MobilescriptsTab:CreateButton({
- Name = "entity spawner",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/plamen6789/UtilitiesHub/main/UtilitiesGUI'))()
- end,
- })
- local Button = MobilescriptsTab:CreateButton({
- Name = "awesome script for mobile",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/yieviro92creepy/Ak/main/Z'))()
- end,
- })
Advertisement
Add Comment
Please, Sign In to add comment