Advertisement
MrSneakerz

Counter Blox anti vote kick

Dec 15th, 2021 (edited)
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Counter-Blox-Anti-Vote-Kick
  2.  
  3.  
  4. ------------------------------------------------------
  5. Just copy the script
  6. (Not Mine)
  7. (All Credits go to the creator)
  8.  
  9. local min_count = 2
  10. repeat wait() until game:IsLoaded()
  11. if game.PlaceId == 1480424328 or game.PlaceId == 301549746 then
  12. local chat
  13. repeat pcall(function() chat = game:GetService("Players").LocalPlayer.PlayerGui.GUI.Main.Chats end) wait() until chat
  14. print(chat)
  15. local c = coroutine.create(function()
  16. while wait() do
  17. for i,child in pairs(chat:GetDescendants()) do
  18. if child:IsA"TextLabel" then
  19. repeat game:GetService"RunService".Stepped:Wait() until child.Text ~= "Label"
  20. local t= child.Text:split(" ")
  21. if t[6] and t[7] and string.find(t[6],game.Players.LocalPlayer.Name) and (tonumber(t[7])) <= min_count then
  22. game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, game.JobId)
  23. end end end end end)
  24. -- you can put your esp aimbot or whatever here to autoload it when you rejoin
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement