Advertisement
Guest User

Untitled

a guest
May 26th, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. for i,v in next, debug.getregistry() do
  2. if type(v) == 'function' then
  3. local s, yo = pcall(function() return debug.getupvalues(v) end)
  4. if yo and type(yo) == 'table' then
  5. if yo.Attributes then
  6. local hi = yo.Attributes;
  7. hi.freethrow = math.huge;
  8. hi.postscorer = math.huge;
  9. hi.ballspeed = 75;
  10. hi.jump = 50;
  11. hi.steal = math.huge;
  12. hi.shotcontest = 0;
  13. hi["2pointer"] = math.huge;
  14. hi["3pointer"] = math.huge;
  15. hi.passing = math.huge;
  16. hi.layup = math.huge;
  17. hi.strength = math.huge;
  18. hi.dunk = math.huge;
  19. hi.speed = 79;
  20. hi.handles = math.huge;
  21. hi.movingshot = math.huge;
  22. hi.defense = math.huge;
  23. hi.stamina = math.huge;
  24. end;
  25. end;
  26. end;
  27. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement