Skip to content

Instantly share code, notes, and snippets.

@stysan
Created February 21, 2023 16:35
Show Gist options
  • Save stysan/9ea46059950686ef3f46523fe82b5a01 to your computer and use it in GitHub Desktop.
Save stysan/9ea46059950686ef3f46523fe82b5a01 to your computer and use it in GitHub Desktop.
-- 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