Adam_Pastebin

My Doors GUI [UPDATED]

Jul 29th, 2023 (edited)
1,234
3
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 13.94 KB | Gaming | 3 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4.    Name = "Chipmaster2013's Doors Hub",
  5.    LoadingTitle = "Doors hub with good",
  6.    LoadingSubtitle = "by Chipmaster2013",
  7.    ConfigurationSaving = {
  8.       Enabled = true,
  9.       FolderName = nil, -- Create a custom folder for your hub/game
  10.       FileName = "doors hub"
  11.    },
  12.    Discord = {
  13.       Enabled = false,
  14.       Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  15.       RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  16.    },
  17.    KeySystem = false, -- Set this to true to use our key system
  18.    KeySettings = {
  19.       Title = "Untitled",
  20.       Subtitle = "Key System",
  21.       Note = "No method of obtaining the key is provided",
  22.       FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  23.       SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  24.       GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  25.       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")
  26.    }
  27. })
  28.  
  29. local MainTab = Window:CreateTab("Amazing doors scripts🚪", nil) -- Title, Image
  30. local MainSection = MainTab:CreateSection("Main")
  31.  
  32. Rayfield:Notify({
  33.    Title = "hi you executed the script thxs",
  34.    Content = "hope you enjoy",
  35.    Duration = 6.5,
  36.    Image = nil,
  37.    Actions = { -- Notification Buttons
  38.       Ignore = {
  39.          Name = "Okay!",
  40.          Callback = function()
  41.          print("The user tapped Okay!")
  42.          end
  43.      },
  44. },
  45. })
  46.  
  47. local Button = MainTab:CreateButton({
  48.    Name = "Vynixius hub",
  49.    Callback = function()
  50.    loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Doors/Script.lua"))()
  51.    end,
  52.    })
  53.    
  54.    local Slider = MainTab:CreateSlider({
  55.    Name = "Walkspeed slider if theres problems",
  56.    Range = {0, 300},
  57.    Increment = 1,
  58.    Suffix = "Speed",
  59.    CurrentValue = 16,
  60.    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
  61.    Callback = function(Value)
  62.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (Value)
  63.    end,
  64. })
  65.  
  66. local Button = MainTab:CreateButton({
  67.    Name = "awesome script by lolcat",
  68.    Callback = function()
  69.    loadstring(game:HttpGet("https://lolcat.boo/awesomescript"))()
  70.    end,
  71. })
  72. local Button = MainTab:CreateButton({
  73.    Name = "BEST ENTITY SPAWNER",
  74.    Callback = function()   loadstring(game:HttpGet('https://raw.githubusercontent.com/plamen6789/UtilitiesHub/main/UtilitiesGUI'))()
  75.    end,
  76. })
  77.  
  78. local Button = MainTab:CreateButton({
  79.    Name = "BEST AUTO A1000",
  80.    Callback = function()
  81.    loadstring(game:HttpGet("https://scriptblox.com/raw/DOORS-Doors-Auto-A1000-Auto-Walk-Timelapse-9099"))()
  82.    end,
  83. })
  84.  
  85. local Button = MainTab:CreateButton({
  86.    Name = "useful fe admin commands",
  87.    Callback = function()   loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  88.    end,
  89. })
  90.  
  91. local Button = MainTab:CreateButton({
  92.    Name = "another good gui",
  93.    Callback = function()   loadstring(game:HttpGetAsync("https://pastebin.com/raw/R8QMbhzv"))()
  94.    end,
  95. })
  96.  
  97. local Button = MainTab:CreateButton({
  98.    Name = "New Poopdoors",
  99.    Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/mstudio45/MSDOORS/7bd97c2d956a775d683c2d7973d79715b30998ea/MSDOORS/Moonsec.lua'))()
  100.    end,
  101. })
  102.  
  103. local Button = MainTab:CreateButton({
  104.    Name = "New MSDOORS",
  105.    Callback = function()   loadstring(game:HttpGet(("https://raw.githubusercontent.com/mstudio45/MSDOORS/main/MSHUB_Loader.lua"),true))()
  106.    end,
  107. })
  108. local OthersTab = Window:CreateTab("other trolling and fun😂 and mobile script", nil) -- Title, Image
  109. local Section = OthersTab:CreateSection("become the best troll")
  110.  
  111. local Button = OthersTab:CreateButton({
  112.    Name = "FE banna gun",
  113.    Callback = function()
  114.        
  115. loadstring(game:HttpGet("https://pastebin.com/raw/1yVKg5Wm", true))()
  116.    end,
  117. })
  118.  
  119. local Button = OthersTab:CreateButton({
  120.    Name = "FE banna gun for mobile",
  121.    Callback = function()
  122.    loadstring(game:HttpGet("https://pastebin.com/raw/CBxBM55t", true))()
  123.    end,
  124. })
  125.  
  126. local Button = OthersTab:CreateButton({
  127.    Name = "Buffed shears on everything",
  128.    Callback = function()
  129.    -- Spawner Customizations --
  130. _G.Luck = 100 -- The chance of shears spawning in the game
  131. _G.Spawns = false -- If the shears can spawn naturally in the game
  132. -- Tool Customizations --
  133. _G.Durability = 5 -- How much durability it will have until it breaks
  134. _G.MaxDurability = 5 -- The max durability if you enable regeneration
  135. _G.InfiniteUses = false -- If The Shears have infinite uses and cannot break
  136. _G.DurabilityTakenEachSnip = 0.25 -- How much each snip you take with the shears takes from the durability
  137. _G.SnipSpeed = 1.25 -- The speed of the snipping
  138. -- Regeneration --
  139. _G.Regens = true -- If the shears regenerate after being used
  140. _G.RegenSpeed = 1 -- How fast the shears will regenerate after being used
  141. _G.RegenAmount = 0.1 -- How much durability it will regenerate after the chosen amount of time
  142. -- Loadstring --
  143. loadstring(game:HttpGet("https://raw.githubusercontent.com/iimateiYT/Scripts/main/Buffed%20Shears%20On%20Everything.lua"))()
  144.    end,
  145. })
  146.  
  147. local Button = OthersTab:CreateButton({
  148.    Name = "POV of figure on door 100",
  149.    Callback = function()
  150.  
  151. loadstring(game:HttpGet("https://pastebin.com/raw/hViaKdbk"))()
  152.    end,
  153. })
  154.  
  155. local Button = OthersTab:CreateButton({
  156.    Name = "POV of figure on door 50",
  157.    Callback = function()
  158.  
  159. loadstring(game:HttpGet("https://pastebin.com/raw/yAmUcY13"))()
  160.    end,
  161. })
  162.  
  163. local Button = OthersTab:CreateButton({
  164.    Name = "POV of seek",
  165.    Callback = function()
  166.  
  167. loadstring(game:HttpGet("https://pastebin.com/raw/QPsfr9P4"))()
  168.    end,
  169. })
  170.  
  171. local Button = OthersTab:CreateButton({
  172.    Name = "Magnet script",
  173.    Callback = function()
  174.  
  175.   loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/MagnetByNerd.lua"))()
  176.    end,
  177. })
  178.  
  179. local Button = OthersTab:CreateButton({
  180.    Name = "Holy Grenade On EVERYTHING",
  181.    Callback = function()
  182.  
  183. loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/HolyGrenadeByNerd.lua"))()
  184.    end,
  185. })
  186.  
  187. local CreditsTab = Window:CreateTab("credits to all the people", nil) -- Title, Image
  188. local Section = CreditsTab:CreateSection("thanks you guys")
  189.  
  190. local Button = CreditsTab:CreateButton({
  191.    Name = "lolcat",
  192.    Callback = function()
  193.    print ("lolcat")
  194.    end,
  195. })
  196.  
  197. local Button = CreditsTab:CreateButton({
  198.    Name = "_G.NeRD",
  199.    Callback = function()
  200.   print ("_G.NeRD")
  201.    end,
  202. })
  203.  
  204. local Button = CreditsTab:CreateButton({
  205.    Name = "Steven/anthonial",
  206.    Callback = function()
  207.    print ("Steven/anthonial")
  208.    end,
  209. })
  210.  
  211. local Button = CreditsTab:CreateButton({
  212.    Name = "@KiwiB.",
  213.    Callback = function()
  214.    print ("@KiwiB.")
  215.    end,
  216. })
  217.  
  218. local Button = CreditsTab:CreateButton({
  219.    Name = "1 F0",
  220.    Callback = function()
  221.    print ("1 F0")
  222.    end,
  223. })
  224.  
  225. local Button = CreditsTab:CreateButton({
  226.    Name = "RegularVynixu",
  227.    Callback = function()
  228.   print ("RegularVynixu")
  229.    end,
  230. })
  231.  
  232. local Button = CreditsTab:CreateButton({
  233.    Name = "Edge,Zwolf,Moon,Toon",
  234.    Callback = function()
  235.    print ("Edge,Zwolf,Moon,Toon")
  236.    end,
  237. })
  238.  
  239. local Button = CreditsTab:CreateButton({
  240.    Name = "mstudio45",
  241.    Callback = function()
  242.    print ("mstudio45")
  243.    end,
  244. })
  245.  
  246. local Button = CreditsTab:CreateButton({
  247.    Name = "luk3",
  248.    Callback = function()
  249.    print ("luk3")
  250.    end,
  251. })
  252.  
  253. local Button = CreditsTab:CreateButton({
  254.    Name = "Master Oogway",
  255.    Callback = function()
  256.    print ("Master Oogway")
  257.    end,
  258. })
  259.  
  260. local Button = CreditsTab:CreateButton({
  261.    Name = "yieviro92",
  262.    Callback = function()
  263.    print ("yieviro92")
  264.    end,
  265. })
  266.  
  267. local Button = OthersTab:CreateButton({
  268.    Name = "pc only test if your executer is working",
  269.    Callback = function()
  270.    print("Hello, World!")
  271.    end,
  272. })
  273.  
  274. local Button = OthersTab:CreateButton({
  275.    Name = "kill yourself script",
  276.    Callback = function()
  277.  
  278. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  279.    end,
  280. })
  281.  
  282. local Button = OthersTab:CreateButton({
  283.    Name = "doors anticheat bypass",
  284.    Callback = function()
  285.    if game.PlaceId == 6839171747 then
  286.  
  287. task.defer(function()
  288.    while wait() do
  289.        pcall(function()
  290.    
  291. workspace.CurrentRooms["0"].StarterElevator.DoorHitbox:Destroy()
  292.        end)
  293.    end
  294. end)
  295.  
  296. game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Game.RemoteListener.Disabled = true
  297.  
  298. end
  299.    end,
  300. })
  301.  
  302. local Button = OthersTab:CreateButton({
  303.    Name = "Auto Change Badges",
  304.    Callback = function()
  305.    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
  306.    end,
  307. })
  308.  
  309. local Button = OthersTab:CreateButton({
  310.    Name = "mobile keyboard script",
  311.    Callback = function()
  312.  
  313. end, loadstring(game:HttpGet(('https://raw.githubusercontent.com/manimcool21/Keyboard-FE/main/Protected%20(3).lua'),true))()
  314. })
  315.  
  316. local Button = OthersTab:CreateButton({
  317.    Name = "Sally/Window on every door",
  318.    Callback = function()
  319.     loadstring(game:HttpGet("https://raw.githubusercontent.com/therealderkleinetiger/Doors-Public/main/Sally%20on%20every%20Window.lua"))()
  320.    end,
  321. })
  322.  
  323. local MobilescriptsTab = Window:CreateTab("most likey wont work for pc", nil) -- Title, Image
  324. local MobilescriptsSection = MobilescriptsTab:CreateSection("enjoy mobile hackers😉")
  325.  
  326. local Button = MobilescriptsTab:CreateButton({
  327.    Name = "reset Character",
  328.    Callback = function()
  329.  
  330. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  331.    end,
  332. })
  333.  
  334. local Button = MobilescriptsTab:CreateButton({
  335.    Name = "auto change badges",
  336.    Callback = function()
  337.    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
  338.    end,
  339. })
  340.  
  341. local Button = MobilescriptsTab:CreateButton({
  342.    Name = "mobile keyboard",
  343.    Callback = function()
  344.  
  345. loadstring(game:HttpGet(('https://raw.githubusercontent.com/manimcool21/Keyboard-FE/main/Protected%20(3).lua'),true))()
  346.    end,
  347. })
  348.  
  349. local Button = MobilescriptsTab:CreateButton({
  350.    Name = "sally/window on every door",
  351.    Callback = function()
  352.  
  353. loadstring(game:HttpGet("https://raw.githubusercontent.com/therealderkleinetiger/Doors-Public/main/Sally%20on%20every%20Window.lua"))()
  354.    end,
  355. })
  356.  
  357.  
  358. local Button = MobilescriptsTab:CreateButton({
  359.    Name = "holy hand grenade on everything",
  360.    Callback = function()
  361.  
  362. loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/HolyGrenadeByNerd.lua"))()
  363.    end,
  364. })
  365.  
  366. local Button = MobilescriptsTab:CreateButton({
  367.    Name = "buffed shears on everything",
  368.    Callback = function()
  369.    -- 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, })
  370.    end,
  371. })
  372.  
  373. local Button = MobilescriptsTab:CreateButton({
  374.    Name = "banana gun for mobile",
  375.    Callback = function()
  376.  
  377. loadstring(game:HttpGet("https://pastebin.com/raw/CBxBM55t", true))()
  378.    end,
  379. })
  380.  
  381. local Button = MobilescriptsTab:CreateButton({
  382.    Name = "new msdoors",
  383.    Callback = function()
  384.  
  385. loadstring(game:HttpGet(("https://raw.githubusercontent.com/mstudio45/MSDOORS/main/MSHUB_Loader.lua"),true))()
  386.    end,
  387. })
  388.  
  389.  
  390. local Button = MobilescriptsTab:CreateButton({
  391.    Name = "new poopdoors",
  392.    Callback = function()
  393.  
  394. loadstring(game:HttpGet('https://raw.githubusercontent.com/mstudio45/MSDOORS/7bd97c2d956a775d683c2d7973d79715b30998ea/MSDOORS/Moonsec.lua'))()
  395.    end,
  396. })
  397.  
  398. local Button = MobilescriptsTab:CreateButton({
  399.    Name = "king hub",
  400.    Callback = function()
  401.  
  402. loadstring(game:HttpGetAsync("https://pastebin.com/raw/R8QMbhzv"))()
  403.    end,
  404. })
  405.  
  406. local Button = MobilescriptsTab:CreateButton({
  407.    Name = "infinte yield",
  408.    Callback = function()
  409.  
  410. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  411.    end,
  412. })
  413.  
  414. local Button = MobilescriptsTab:CreateButton({
  415.    Name = "auto a1000",
  416.    Callback = function()
  417.  
  418. loadstring(game:HttpGet("https://scriptblox.com/raw/DOORS-Doors-Auto-A1000-Auto-Walk-Timelapse-9099"))()
  419.    end,
  420. })
  421.  
  422.  
  423. local Button = MobilescriptsTab:CreateButton({
  424.    Name = "entity spawner",
  425.    Callback = function()
  426.  
  427. loadstring(game:HttpGet('https://raw.githubusercontent.com/plamen6789/UtilitiesHub/main/UtilitiesGUI'))()
  428.    end,
  429. })
  430.  
  431. local Button = MobilescriptsTab:CreateButton({
  432.    Name = "awesome script for mobile",
  433.    Callback = function()
  434.  
  435. loadstring(game:HttpGet('https://raw.githubusercontent.com/yieviro92creepy/Ak/main/Z'))()
  436.    end,
  437. })
Advertisement
Add Comment
Please, Sign In to add comment