Advertisement
_Thanh_Thy_Cute_

Red vs Blue GUN MODS

Aug 6th, 2021
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. for i, v in next, getgc(true) do
  2. if type(v) == "table" and rawget(v, "damage") then
  3. v.projectileVelocity = 100000
  4. v.maxAmmo = math.huge
  5. v.recoilCoefficient = 0
  6. v.reloadSpeed = 0
  7. v.sniperScope = "true" -- basically you have on all weapons scope
  8. v.bloomFactor = 0
  9. v.adsFOV = 6 -- if closer to 0 then more zoom in scope
  10. v.noYawRecoil = "true"
  11. v.showBloom = false
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement