Advertisement
JacobRoblox

Untitled

Apr 6th, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. for i,v in pairs(getgc(true)) do
  2. if type(v) == "table" then
  3. if rawget(v, "getammo") then
  4. --table.foreach(v, warn)
  5. v.getammo = function() return 999 end
  6. v.getsecondaryammo = function() return 999 end
  7. while wait() do
  8. v.recoil = 0
  9. v.currentspread = 0
  10. v.reloadtime = 0
  11. v.mode = "automatic" -- Makes it so you can just hold your click down and it'd shoot
  12. end
  13. end
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement