Advertisement
pa1nx9

Free Roblox Script Verdant Moon | No spell cooldowns | Why would you obf this?

Oct 3rd, 2021
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. local Delete = {
  2. ["CadeaCD"] = true,
  3. ["spellWindup"] = true,
  4. ["Runic ShieldCD"] = true,
  5. ["NoBlock"] = true,
  6. ["M1"] = true,
  7. ["LongM2CD"] = true,
  8. ["AuraeCD"] = true,
  9. ["SwordSlashSkill"] = true,
  10. ["SwordCounter"] = true,
  11. ["GuardBroke"] = true,
  12. ["SwordFlameSkill"] = true,
  13. ["RuinamCD"] = true,
  14. ["VonszolCD"] = true,
  15. ["PraeCD"] = true,
  16. ["SpinSkill"] = true,
  17. ["SkullSkill"] = true,
  18. ["SpecialMove"] = true,
  19.  
  20. ["HyperSkill"] = true,
  21. ["ExileCrash"] = true,
  22. }
  23.  
  24. game.Players.LocalPlayer.Character.ChildAdded:Connect(function(Child)
  25. wait()
  26. if Delete[Child.Name] or Child.Name:match("CD") then
  27. Child:Destroy()
  28. end
  29. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement