Noble_Z

RB world roblox aimbot script 2018

Nov 3rd, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. --[[
  2. Name: RB_statchange.lua
  3. Author: Vail#8531 - Me btw
  4. Desc: 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 = math.huge;
  18. hi.shotcontest = 0;
  19. hi["2pointer"] = math.huge;
  20. hi["3pointer"] = math.huge;
  21. hi.passing = math.huge;
  22. hi.layup = math.huge;
  23. hi.strength = math.huge;
  24. hi.dunk = math.huge;
  25. hi.speed = math.huge;
  26. hi.handles = math.huge;
  27. hi.movingshot = math.huge;
  28. hi.defense = math.huge;
  29. hi.stamina = math.huge;
  30. end;
  31. end;
  32. end;
  33. end;
Add Comment
Please, Sign In to add comment