Advertisement
DanielYoes

robeats

Jul 3rd, 2019
959
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. for i,v in next, getreg() do
  2. pcall(function()
  3. if type(v) == 'table' then
  4. if v.SPECTATE_CHEER_COOLDOWN_MS then
  5. v.SPECTATE_CHEER_COOLDOWN_MS = 0
  6. elseif v.Active then
  7. v.Active = 0
  8. end
  9. end
  10. end)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement