Phantom-Vakz

CRIMINAL VS. SWAT SCRIPT

Jun 28th, 2019
6,242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.68 KB | None | 0 0
  1. Made by Stefan#6965
  2.  
  3. while true do
  4. for i,v in pairs(getgc()) do
  5. if type(v) == "function" and not is_synapse_function(v) then
  6. for i2,v2 in pairs(debug.getupvalues(v)) do
  7. if type(v2) == "table" and v2.Auto then
  8. while true do
  9. v2.Auto = true
  10. print(v2.Auto)
  11. v2.BaseDamage = 1000
  12. v2.FireRate = 0.1
  13. v2.ReloadTime = 2
  14. v2.AmmoPerClip = 99999
  15. v2.Spread = 0
  16. v2.HeadshotEnabled = true
  17. v2.HeadshotDamageMultiplier = 10
  18. v2.Clips = 99999
  19. v2.MaxClip = 99999
  20. v2.ShotgunEnabled = false
  21. v2.BulletPerShot = 30
  22. v2.BurstFireEnabled = true
  23. v2.CameraShakingEnabled = true
  24. v2.ExplosiveEnabled = true
  25. v2.Radius = 200000
  26. v2.FlamingBullet = true
  27. wait()
  28. end
  29. end
  30. end
  31. end
  32. end
  33. wait(1)
  34. end
Advertisement
Add Comment
Please, Sign In to add comment