Advertisement
Guest User

lolz.exe

a guest
Jun 18th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local player = game:GetService("Players").LocalPlayer
  2. local gun = player.Backpack:FindFirstChild("GUN HERE")
  3. local sM = require(gun:FindFirstChild("GunStates"))
  4. sM["Damage"] = math.huge
  5. sM["MaxAmmo"] = math.huge
  6. sM["StoredAmmo"] = math.huge
  7. sM["FireRate"] = 0.05
  8. sM["AmmoPerClip"] = math.huge
  9. sM["Range"] = math.huge
  10. sM["ReloadTime"] = 0.05
  11. sM["Bullets"] = 10
  12. ssm["allGuns:] =true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement