Nova355killer

pistol inf ammo

Nov 10th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. local getreg = debug.getregistry or getreg
  2.  
  3. if not (getreg) then
  4. error("Ur exploit is mega loser.");
  5. end
  6. --made by shit manz (magik manz) legit the most easy system you could ever make a script for.
  7. for i,v in pairs(getreg()) do
  8. if typeof(v) == "table" then
  9. if v.Pistol then
  10. local gun = v.Pistol
  11. gun.CamShakeMagnitude = 0
  12. gun.FireAuto = true
  13. gun.MagSize = math.huge
  14. gun.FireFreq = 100
  15. gun.BulletsPerShot = 5
  16. gun.BulletSpread = 0
  17. gun.BulletSpeed = 900
  18. gun.Damage = 100
  19. end
  20. end
  21. end
Add Comment
Please, Sign In to add comment