Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Made by Stefan#6965
- while true do
- for i,v in pairs(getgc()) do
- if type(v) == "function" and not is_synapse_function(v) then
- for i2,v2 in pairs(debug.getupvalues(v)) do
- if type(v2) == "table" and v2.Auto then
- while true do
- v2.Auto = true
- print(v2.Auto)
- v2.BaseDamage = 1000
- v2.FireRate = 0.1
- v2.ReloadTime = 2
- v2.AmmoPerClip = 99999
- v2.Spread = 0
- v2.HeadshotEnabled = true
- v2.HeadshotDamageMultiplier = 10
- v2.Clips = 99999
- v2.MaxClip = 99999
- v2.ShotgunEnabled = false
- v2.BulletPerShot = 30
- v2.BurstFireEnabled = true
- v2.CameraShakingEnabled = true
- v2.ExplosiveEnabled = true
- v2.Radius = 200000
- v2.FlamingBullet = true
- wait()
- end
- end
- end
- end
- end
- wait(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment