Advertisement
PercentBowl

Prison Life Infi Ammo

Feb 17th, 2020
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.31 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 = 666
  6.                   source.CurrentAmmo = 666
  7.                   source.StoredAmmo = 666
  8.              end
  9.        end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement