Advertisement
Guest User

RB STAT FUCKER MY BOI GRANT

a guest
Nov 15th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. --[==[
  2.  
  3.  
  4. Script Author/Creator : Unknown
  5. Script Creation Date : Unknown
  6. Script Completion Date : Unknown
  7.  
  8. Script Name : statChanger
  9. Script Codename : sChanger
  10. Script Engine : Lua 5.1
  11.  
  12.  
  13. Script Copyright :
  14. ->
  15.  
  16. Copyright (c) 2018 Creator of Script
  17.  
  18. Permission is hereby granted to any person obtaining a copy
  19. of this script (the "Script"), to use the Script in any way they deem fit.
  20.  
  21. The script is provided "as is" and without any liability,
  22. any consequences that come from using this script are yours to deal with,
  23. and I cannot be held liable for damages to you, your possessions, or
  24. any other such thing.
  25.  
  26. Adequate acknowledgment is required to be given should you reuse the
  27. Script, in any way or form, and if acknowledgment is not given,
  28. you will be considered a leech and a bad person.
  29. ^ (a.k.a, credits should be given)
  30.  
  31.  
  32. --]==]
  33.  
  34. local reg = debug.getregistry or getreg or getregistry;
  35. local ups = debug.getupvalues or getupvalues;
  36.  
  37. for i,v in next, reg() do
  38. if type(v) == 'function' then
  39. local s, yo = pcall(function() return ups(v) end)
  40. if yo and type(yo) == 'table' then
  41. if yo.Attributes then
  42. local hi = yo.Attributes;
  43. hi.freethrow = math.huge;
  44. hi.postscorer = math.huge;
  45. hi.ballspeed = math.huge;
  46. hi.jump = 50;
  47. hi.steal = math.huge;
  48. hi.shotcontest = 0;
  49. hi["2pointer"] = math.huge;
  50. hi["3pointer"] = math.huge;
  51. hi.passing = math.huge;
  52. hi.layup = math.huge;
  53. hi.strength = math.huge;
  54. hi.dunk = math.huge;
  55. hi.speed = math.huge;
  56. hi.handles = math.huge;
  57. hi.movingshot = math.huge;
  58. hi.defense = math.huge;
  59. hi.stamina = math.huge;
  60. end;
  61. end;
  62. end;
  63. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement