Advertisement
1_F0

Untitled

Jun 22nd, 2020
14,569
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. local o = require
  2. getrenv().require = function(...)
  3. local d = o(...)
  4.  
  5. if d.MagazineSize then d.MagazineSize = 9e9 end
  6. if d.FireRate then d.FireRate = 80 end
  7. if d.Damage then d.Damage = 60 end
  8. if d.Automatic then d.Automatic = true end
  9. if d.Spread then d.Spread = .1 end
  10.  
  11. return d
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement