Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- By: Johnny Test
- while wait(0.01) do
- for _,source in pairs(getreg()) do
- if typeof(source) == "table" then
- make_writeable(source,false)
- source.MaxAmmo = math.random
- source.CurrentAmmo = math.random
- source.StoredAmmo = math.random
- source.AmmoPerClip = 30
- source.Range = 50000
- source.Bullets = 5
- source.Damage = math.random
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment