Charliezkie

Arsenal No Recoil / Unlimited Ammo Script

Jul 3rd, 2019
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. local env = getsenv(game.Players.LocalPlayer.PlayerGui.GUI.Client)
  2.  
  3.  
  4. while wait() do
  5.    env.ammocount = 420
  6.    env.ammocount2 = 420
  7.    env.ammocount4 = 420
  8.    env.ammocount4 = 420
  9.    env.currentspread = 0
  10.    env.recoil = 0
  11.    env.mode = "automatic"
  12.    env.inducefalldamage = function(...) return nil end
  13. end
Add Comment
Please, Sign In to add comment