Created
February 21, 2023 16:35
-
-
Save stysan/9ea46059950686ef3f46523fe82b5a01 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- a fork of https://raw.githubusercontent.com/UltraStuff/scripts2/main/doors | |
-- translated to russian | |
local Rayfield = loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/Rayfield/main/source'))() | |
getgenv().SecureMode = true | |
local Window = Rayfield:CreateWindow({ | |
Name = "Doors - Furk Ultra", | |
LoadingTitle = "Doors - Furk Ultra", | |
LoadingSubtitle = "Подпишись на Furky на ютубе!", | |
}) | |
local Tab = Window:CreateTab("Основные ГУИ") | |
local Section = Tab:CreateSection("Основные ГУИ Doors") | |
local Label = Tab:CreateLabel("Спасибо за использование Furk Ultra!") | |
local TabUtil = Window:CreateTab("ГУИ утилит") | |
local SectionUtil = TabUtil:CreateSection("ГУИ утилит Doors") | |
local LabelUtil = TabUtil:CreateLabel("Спасибо за использование Furk Ultra!") | |
local Button = Tab:CreateButton({ | |
Name = "Хаб OminousVibes (NEW BEST)", | |
Callback = function() | |
loadstring(game:HttpGet("https://raw.githubusercontent.com/OminousVibes-Exploit/Scripts/main/doors/loadstring.lua"))() | |
end, | |
}) | |
local Button = Tab:CreateButton({ | |
Name = "Хаб Vynixius (#1)", | |
Callback = function() | |
loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Doors/Script.lua"))() | |
end, | |
}) | |
local Button = Tab:CreateButton({ | |
Name = "Хаб Ominoux", | |
Callback = function() | |
loadstring(game:HttpGet(('https://pastebin.com/raw/9QPGnLx6'),true))() | |
end, | |
}) | |
local Button = Tab:CreateButton({ | |
Name = "Хаб Neverlose", | |
Callback = function() | |
loadstring(game:HttpGet("https://raw.githubusercontent.com/LuaQLeak/neverlose.xyz/main/Doors.lua"))() | |
end, | |
}) | |
local Button = Tab:CreateButton({ | |
Name = "Хаб Darkrai (для андроидов)", | |
Callback = function() | |
loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Doors"))() | |
end, | |
}) | |
local Button = Tab:CreateButton({ | |
Name = "Хаб Crimson (Ключ!)", | |
Callback = function() | |
loadstring(game:HttpGet("https://raw.githubusercontent.com/toosiwhip/statue/main/crimsonhub-statue.lua"))() | |
end, | |
}) | |
local Button = TabUtil:CreateButton({ | |
Name = "Получить крест", | |
Callback = function() | |
local Item = game:GetObjects("rbxassetid://11583101826")[1] | |
Item.Parent = game.Players.LocalPlayer.Backpack | |
end, | |
}) | |
local Button = TabUtil:CreateButton({ | |
Name = "Хаб спавнер сущностей (потом закрою этот Хаб!)", | |
Callback = function() | |
loadstring(game:HttpGet('https://raw.githubusercontent.com/plamen6789/DoorsEntitySpawner/main/EntitySpawner'))() | |
end, | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment