Advertisement
Helgodxdd

Inbf MMO

Aug 28th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ---Editated By: Johnny Test
  2.  
  3. while wait(0.001) do  
  4.        for _,source in pairs(getreg()) do
  5.             if typeof(source) == "table" then
  6.                   make_writeable(source,false)
  7.                   source.MaxAmmo = 1000000000
  8.                   source.CurrentAmmo = 1000000000
  9.                   source.StoredAmmo = 1000000000
  10.                   source.FireRate = 0.000000000000001
  11.                   source.AmmoPerClip = 100
  12.                   source.Range = 50000
  13.                   source.Bullets = 10
  14.                   source.ReloadTime = 0.01
  15.                   source.AutoFire = true
  16.                   source.Damage = 9999999
  17.                   source.Spread = 100000000000000000000000000000000000000000
  18.              end
  19.        end
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement