Advertisement
Vunqz

AK-47 MOD

Apr 26th, 2020
906
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local backpack = game.Players.LocalPlayer.Backpack
  2. local c = require(backpack["AK-47"].GunStates)
  3. while true do
  4. wait(0.5)
  5. c.CurrentAmmo = math.huge
  6. c.StoredAmmo = math.huge
  7. c.FireRate = math.huge
  8. c.Range = math.huge
  9. c.ReloadTime = math.huge
  10. c.Spread = 100
  11. c.Bullets = 100
  12. c.AutoFire = true
  13. c.MaxAmmo = math.huge
  14. wait(0.5)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement