local Library = loadstring(game:HttpGet("https://[Log in to view URL]"))()

game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("script made by noober661 yt so follow him" ,"All")


local Window = Library.CreateLib("autohub", "DarkTheme")


local MainTab = Window:NewTab("Main")


local VoteSection = MainTab:NewSection("Vote")




VoteSection:NewButton("spam vote player 1", "gives player1 69 if loaded good", function()
        game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Data1.codespamvote worked" ,"All")
        SelectedPlayer = 1 --Change to 1 to vote for player 1 and change to 2 to vote for player 2.
VoteNumber = 69 --Change this to how many votes you want.
 
if SelectedPlayer == 1 then
    for i = 0,VoteNumber do 
            game.Workspace.Votes:FireServer(false,"p1")
            wait(-math.huge)
    end
end
 
if SelectedPlayer == 2 then
    for i = 0,VoteNumber do 
            game.Workspace.Votes:FireServer(false,"p2")
            wait(-math.huge)
    end
end
    end)

VoteSection:NewButton("spam vote player 2", "gives player2 69 if loaded good", function()
        game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Data2.codespamvote worked" ,"All")
        SelectedPlayer = 2 --Change to 1 to vote for player 1 and change to 2 to vote for player 2.
VoteNumber = 69 --Change this to how many votes you want.
 
if SelectedPlayer == 1 then
    for i = 0,VoteNumber do 
            game.Workspace.Votes:FireServer(false,"p1")
            wait(-math.huge)
    end
end
 
if SelectedPlayer == 2 then
    for i = 0,VoteNumber do 
            game.Workspace.Votes:FireServer(false,"p2")
            wait(-math.huge)
    end
end
    end)




local MainSection = MainTab:NewSection("Main")
local Player = game.Players.LocalPlayer.Character

MainSection:NewTextBox("WalkSpeed", "TextboxInfo", function(Sp)
    Player.Humanoid.WalkSpeed = (Sp)
end)




MainSection:NewDropdown("is this script fire this will answer that", "Dropdown", {"yes", "it", "iz"}, function(currentOption)
    print(currentOption)
end)



MainSection:NewButton("bypass the word azz", "yeah bypasses asssa", function()
        game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("ass;o" ,"All")
end)


MainSection:NewButton("WRD ESP", "script from wearedevs.net/scripts/", function()
    loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)


local ExploitTab = Window:NewTab("ExploitTab")


local ExploitSection = ExploitTab:NewSection("Exploit")


ExploitSection:NewButton("inf yield", "executes the known script of inf yield", function()
    loadstring(game:HttpGet('https://[Log in to view URL]'))()
end)


ExploitSection:NewButton("nameless admin", "best script use sfling to fling people", function()
    loadstring(game:HttpGet("https://[Log in to view URL]"))()
 
end)

Embed on website

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