Doggo34567

Prison Life Hack

Dec 20th, 2018
1,612
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  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. sM["AutoFire"] = true
Add Comment
Please, Sign In to add comment