c00dy

السكربت المستخدم في الشرح #1

Jun 17th, 2022 (edited)
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. local gun = require(game.Players.LocalPlayer.Backpack.M9.GunStates)
  2.  
  3. gun["damage"] = 15
  4. gun["MaxAmmo"] = 999999999
  5. gun["CurrentAmmo"] = 999999999
  6. gun["StoredAmmo"] = 999999999
  7. gun["Ranage"] = 999999999
  8. gun["AutoFire"] = true
  9. gun["FireRate"] = 0.001
  10. gun["Bullets"] = 7
  11. gun["Spread"] = 1
  12. gun["ReloadTime"] = 0.1
Add Comment
Please, Sign In to add comment