Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Carregar biblioteca
- local Fluent = loadstring(game:HttpGet("https://github.com/dawid-scripts/Fluent/releases/latest/download/main.lua"))()
- local Window = Fluent:CreateWindow({
- Title = "Scripts Doors" .. Fluent.Version,
- TabWidth = 120, Size = UDim2.fromOffset(580, 460), Theme = "Dark"
- })
- local Tabs = {
- Main = Window:AddTab({ Title = "Scripts De Doors" }),
- Settings = Window:AddTab({ Title = "Settings", Icon = "settings" })
- }
- Tabs.Main:AddParagraph({ Title = "Feito pelo: Fãn do doors", Content = "Scripts De Doors aqui" })
- Tabs.Main:AddButton({ Title = "Scripts De jogos", Callback = function()
- loadstring(game:HttpGet("https://pastefy.app/HNooFsUK/raw"))()
- end })
- Tabs.Main:AddButton({ Title = "infinite yield", Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))() end })
Advertisement
Add Comment
Please, Sign In to add comment