local Library = loadstring(game:HttpGet("https://[Log in to view URL]"))()
local Forums = Library.new("Fuji Hub / V 4 . 0 . 1")

local preview = Forums:NewSection("main")


preview:NewButton("auto parry", function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
preview:NewButton("Spam Pary", function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end)
preview:NewKeybind("Keybind is E", Enum.KeyCode.E, function()
Forums:UIMinimize()
end)
local list = {
    "Zinkz / started V3 and V2",
    "dread / just chilling",
    "Flame11 / Just the owner",
}
preview:NewDropdown("Credits", list, function(item)
   
end)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: