Advertisement
noober662

best auto rap battles exploit gui

Oct 9th, 2023
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.14 KB | Gaming | 0 0
  1. -- sub to noober 661 on yt (me) made by noober662 on pastebin
  2.  
  3.  
  4. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  5.  
  6. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("script made by noober661 yt so follow him" ,"All")
  7.  
  8.  
  9. local Window = Library.CreateLib("autohub", "DarkTheme")
  10.  
  11.  
  12. local MainTab = Window:NewTab("Main")
  13.  
  14.  
  15. local VoteSection = MainTab:NewSection("Vote")
  16.  
  17.  
  18.  
  19.  
  20. VoteSection:NewButton("spam vote player 1", "gives player1 69 if loaded good", function()
  21.         game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Data1.codespamvote worked" ,"All")
  22.         SelectedPlayer = 1 --Change to 1 to vote for player 1 and change to 2 to vote for player 2.
  23. VoteNumber = 69 --Change this to how many votes you want.
  24.  
  25. if SelectedPlayer == 1 then
  26.     for i = 0,VoteNumber do
  27.             game.Workspace.Votes:FireServer(false,"p1")
  28.             wait(-math.huge)
  29.     end
  30. end
  31.  
  32. if SelectedPlayer == 2 then
  33.     for i = 0,VoteNumber do
  34.             game.Workspace.Votes:FireServer(false,"p2")
  35.             wait(-math.huge)
  36.     end
  37. end
  38.     end)
  39.  
  40. VoteSection:NewButton("spam vote player 2", "gives player2 69 if loaded good", function()
  41.         game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Data2.codespamvote worked" ,"All")
  42.         SelectedPlayer = 2 --Change to 1 to vote for player 1 and change to 2 to vote for player 2.
  43. VoteNumber = 69 --Change this to how many votes you want.
  44.  
  45. if SelectedPlayer == 1 then
  46.     for i = 0,VoteNumber do
  47.             game.Workspace.Votes:FireServer(false,"p1")
  48.             wait(-math.huge)
  49.     end
  50. end
  51.  
  52. if SelectedPlayer == 2 then
  53.     for i = 0,VoteNumber do
  54.             game.Workspace.Votes:FireServer(false,"p2")
  55.             wait(-math.huge)
  56.     end
  57. end
  58.     end)
  59.  
  60.  
  61.  
  62.  
  63. local MainSection = MainTab:NewSection("Main")
  64.  
  65.  
  66. MainSection:NewSlider("WalkSpeed", "Slider1", 500, 17, function(s) -- 500 (MaxValue) | 0 (MinValue)
  67.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  68. end)
  69.  
  70.  
  71.  
  72. MainSection:NewDropdown("is this script fire this will answer that", "Dropdown", {"yes", "it", "iz"}, function(currentOption)
  73.     print(currentOption)
  74. end)
  75.  
  76.  
  77.  
  78. MainSection:NewButton("bypass the word azz", "yeah bypasses asssa", function()
  79.         game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("ass;o" ,"All")
  80. end)
  81.  
  82.  
  83. MainSection:NewButton("WRD ESP", "script from wearedevs.net/scripts/", function()
  84.     loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/WRD%20ESP.txt"))()
  85. end)
  86.  
  87.  
  88. local ExploitTab = Window:NewTab("ExploitTab")
  89.  
  90.  
  91. local ExploitSection = ExploitTab:NewSection("Exploit")
  92.  
  93.  
  94. ExploitSection:NewButton("inf yield", "executes the known script of inf yield", function()
  95.     loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  96. end)
  97.  
  98.  
  99. ExploitSection:NewButton("nameless admin", "best script use sfling to fling people", function()
  100.     loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))()
  101.  
  102. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement