Advertisement
Honansik

Waterloo At Home Insta Reload Script

Dec 15th, 2021
2,315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. local gun = game.Players.LocalPlayer.Backpack[""] -- Your Guns name, ex: "Rifle"
  2. local gunmisc = gun.Settings.Miscellaneous
  3. local gunws = gun.Settings.WalkSpeeds
  4. gunmisc.ReloadSpeed.Value = 0.001
  5. gunmisc.ReloadSpeedWhileMoving.Value = 0.0001
  6. gunws.Aiming.Value = 16
  7. gunws.Reloading.Value = 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement