Advertisement
mitch00n

noslow by m1x

Jul 22nd, 2021
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. while wait() do
  2. noslow = true
  3. if noslow then
  4. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  5. if v.Name == "Justice Combination" then
  6. local action = game.Players.LocalPlayer.Character:WaitForChild("Action")
  7. if action then wait() action:Destroy() end end
  8. if v.Name == "Attacking" then
  9. v:Destroy()
  10. end
  11. if v.Name == "Action" then
  12. v:Destroy()
  13. end
  14. if v.Name == "Killed" then
  15. v:Destroy()
  16. end
  17. if v.Name == "Block" and v.Value == true then
  18. v.Value = false
  19. end
  20. end
  21. end
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement