ZEE_TerminatorFX

Untitled

Nov 24th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. for i, v in pairs(getgc(true)) do
  2. if type(v) == "table" and rawget(v, "firerate") then
  3. v.firerate = 0.00001
  4. v.damage = 5000
  5. v.automatic = true
  6. v.velocity = 50000
  7. v.gadgetDamage = 80000
  8. v.additionalspeed = 10
  9. end
  10. end
Add Comment
Please, Sign In to add comment