_Thanh_Thy_Cute_

Runker Area 51 MASS KILL WEAPON MOD

Jul 28th, 2021 (edited)
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. local gun = require(game:GetService("ReplicatedStorage").GunInfo.Metadata)
  2.  
  3. gun["GLOCK 52"].Firerate = 151123123
  4. gun["GLOCK 52"].BulletsPerRound = 100 -- admin gun mod (guards team)
  5. gun["GLOCK 52"].MagSize = 1001
  6. gun["GLOCK 52"].Capacity = 10
  7. gun["GLOCK 52"].RecoilMult = 71
  8. gun["GLOCK 52"].MaxSpreadAngle = 20
  9. gun["GLOCK 52"].MinSpreadAngle = 10
  10. gun["GLOCK 52"].Scopable = true
  11. gun["GLOCK 52"].ReloadTime = 0
  12. gun["GLOCK 52"].FireSound = "MinigunFire"
  13. gun["GLOCK 52"].Rounds = "ADMIN"
  14.  
  15. local sas = require(game:GetService("ReplicatedStorage").GunInfo.Rounds)
  16.  
  17.  
  18. sas.ADMIN.BaseDamage = 123123123123
  19. sas.ADMIN.MaxRange = 123123123123
  20. sas.ADMIN.Still = true
  21. sas.ADMIN.Speed = 400
  22. sas.ADMIN.MaxRange = 1000000
  23. sas.ADMIN.Gravity = 0
Add Comment
Please, Sign In to add comment