Advertisement
Guest User

Prison Life | Inf Ammo | RedFledio

a guest
Dec 14th, 2019
3,408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. while wait(0.001) do
  2. for _,source in pairs(getreg()) do
  3. if typeof(source) == "table" then
  4. make_writeable(source,false)
  5. source.MaxAmmo = 1000000000
  6. source.CurrentAmmo = 1000000000
  7. source.StoredAmmo = 1000000000
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement