Advertisement
pa1nx9

Dragon Ball N

Oct 4th, 2021
1,725
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. local tab
  2. for i,obj in pairs( getgc() ) do
  3. if type(obj) == "function" and islclosure(obj) then
  4. if getfenv(obj).script == game:GetService("Players").LocalPlayer.Backpack.Goku then
  5. local consts=debug.getconstants(obj)
  6. if consts[4]=="ZGUI" then
  7. tab=obj
  8. break
  9. end
  10. end
  11. end
  12. end
  13.  
  14. local cooldownTab=debug.getupvalue(tab,3)
  15. for i,v in pairs( cooldownTab ) do
  16. v[1]=0
  17. v[2]=0
  18. v[3]=0
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement