Advertisement
JacobRoblox

Untitled

Apr 30th, 2020
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local Reload
  2.  
  3.  
  4. for _,v in pairs(getgc()) do
  5. if type(v) == "function" then
  6. if getinfo(v).name == "Reload" then
  7. Reload = v
  8. warn("Reload",v)
  9. wait()
  10. setupvalue(Reload,3,999) -- change 999 to whatever
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement