Advertisement
Isaiah101792

Untitled

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