cvrak

fastg

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