Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. --[[
  2. Name: RB_statchange.lua
  3. Author: Vail#8531
  4. Editor: sxnful#8807
  5. Desc: Yes, you can edit this.
  6. ]]
  7.  
  8. if not debug.getregistry and debug.getupvalues then assert(false, "shit exploit") end
  9.  
  10. for i,v in next, debug.getregistry() do
  11. if type(v) == 'function' then
  12. local s, yo = pcall(function() return debug.getupvalues(v) end)
  13. if yo and type(yo) == 'table' then
  14. if yo.Attributes then
  15. local hi = yo.Attributes;
  16. hi.freethrow = math.huge;
  17. hi.postscorer = 90;
  18. hi.ballspeed = 90;
  19. hi.jump = 90;
  20. hi.steal = math.huge;
  21. hi.shotcontest = 99;
  22. hi["2pointer"] = math.huge;
  23. hi["3pointer"] = math.huge;
  24. hi.passing = math.huge;
  25. hi.layup = 99;
  26. hi.strength = math.huge;
  27. hi.dunk = math.huge;
  28. hi.speed = 200;
  29. hi.handles = math.huge;
  30. hi.movingshot = math.huge;
  31. hi.defense = math.huge;
  32. hi.stamina = math.huge;
  33. end;
  34. end;
  35. end;
  36. end;
  37. print 'worked'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement