JacobRoblox

Untitled

Apr 20th, 2020
1,903
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. for i, v in pairs(getgc(true)) do
  2. if type(v) == "table" and rawget(v, "BaseRecoil") then
  3. v.BaseRecoil = 0.01
  4. v.ProjectileAccuracy = 100
  5. v.ReloadSpeed = 100
  6. v.MaxAmmo = 50
  7. v.LoadSpeed = 100
  8. v.LoadEndSpeed = 100
  9. end
  10. end
Add Comment
Please, Sign In to add comment