AZ0-9--_

Yeay não sei

Jan 27th, 2025
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. -- Carregar biblioteca
  2. local Fluent = loadstring(game:HttpGet("https://github.com/dawid-scripts/Fluent/releases/latest/download/main.lua"))()
  3.  
  4. local Window = Fluent:CreateWindow({
  5. Title = "Scripts Doors" .. Fluent.Version,
  6. TabWidth = 120, Size = UDim2.fromOffset(580, 460), Theme = "Dark"
  7. })
  8.  
  9. local Tabs = {
  10. Main = Window:AddTab({ Title = "Scripts De Doors" }),
  11. Settings = Window:AddTab({ Title = "Settings", Icon = "settings" })
  12. }
  13.  
  14. Tabs.Main:AddParagraph({ Title = "Feito pelo: Fãn do doors", Content = "Scripts De Doors aqui" })
  15.  
  16.  
  17. Tabs.Main:AddButton({ Title = "Scripts De jogos", Callback = function()
  18. loadstring(game:HttpGet("https://pastefy.app/HNooFsUK/raw"))()
  19. end })
  20. Tabs.Main:AddButton({ Title = "infinite yield", Callback = function()
  21. loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))() end })
Tags: Nun sei
Advertisement
Add Comment
Please, Sign In to add comment