Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- sub to noober 661 on yt (me) made by noober662 on pastebin
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- 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")
- MainSection:NewSlider("WalkSpeed", "Slider1", 500, 17, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- 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://cdn.wearedevs.net/scripts/WRD%20ESP.txt"))()
- 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://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- ExploitSection:NewButton("nameless admin", "best script use sfling to fling people", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement